Coding a Sliced Content Box Adobe Photoshop / Web Layouts
This tutorial in HTML and CSS is written to help you create a content box that will automatically expand when content is added. The author has included screenshots and illustrations for each of the nine steps.
Declaring Variables and Functions JavaScript / Getting Started
Now it's time to get into some really fun stuff. Yes, variables and functions. Don't worry, it's not as bad as it sounds.....let's start with declaring variables. You'll want to keep all of your variables in the HEAD section for now. Place the declarations between the SCRIPT tags inside the head section of your document.
Javascripts For Your Website JavaScript / Getting Started
Here is a list of short but invaluable Java scripts you can insert into your own site code to implement a number of small but extremely useful features: Add To Favorite, Set As Homepage, Go To Top Of Page, No Right Click, Print Page, Adding Current Date, Adding Current Time, Pop-Up Page Creation, Closing Window and Copyright Notice Updation.
Web Pages for Everyone JavaScript / Getting Started
One of the most difficult tasks a Web Designer faces is using new technologies or browser specific effects without alienating people with other browsers. How to use JavaScript and meta tags to make browser specific effects available to everyone.
Add Falling Snow using Java Script JavaScript / Miscellaneous
The New Year is almost here, so its your last chance to add some New Year chemistry to your site. Use it up guided by the last New Year themed tutorial of the rapidly waning year.
ByPass Ad Blockers JavaScript / Miscellaneous
This article is a very interesting argument for the economics of internet advertising. The author makes the point that Ad Blockers disrupt advertising and that this will eventually drive free websites out of existence.
Binary Clock JavaScript / Miscellaneous
Hours, minutes and seconds java script clock, with the twist that the time is displayed in binary! An unusual script, that gives a nice twist to the standard java script clock. The only down side is that you need to understand binary to read the time.