RSS Feeds Directory Simple mode | Advanced mode

Most Popular Feeds Newest Feeds    

Personal Internet Blogs (1807) Development-related Blogs (437) Business (992) Computers & Internet (928)
News (442) Miscellaneous (1622) Regionals (562)
Total feeds: 8617

Submit Your Feed

About Focus on JavaScript
Put this feed on your website
Description: Focus on JavaScript
Format: RSS 1.0
Url: http://z.about.com/6/g/javascript/b/index.rdf
 
Latest headlines
About Focus on JavaScript
Feature Sensing
Wed, 03 Dec 2008 08:55:00 +0300

When coding JavaScript we don't care what browser it is. Browser sensing has never been required in JavaScript because JavaScript has always provided a simple way to determine whether the currently...
Password Hashing
Tue, 02 Dec 2008 08:53:00 +0300

Some ideas sound useful when you first look at them but turn out to be nowhere near as useful as they appear At first glance the idea of converting the password...
ViewPort Size
Mon, 01 Dec 2008 08:49:00 +0300

Even where different browsers put information in different places we can still use feature sensing to retrieve it from where it is put Perhaps one of the most useful pieces of...
Grouping
Sun, 30 Nov 2008 16:50:00 +0300

Regular Expressions can match groups of characters. Up until now we have looked at regular expressions involving single characters and repetitions of single characters. The fourteenth tutorial on regular expressions introduces...
Personality Quiz Maker
Sat, 29 Nov 2008 11:22:00 +0300

Help your visitors categorise themselves with a JavaScript personality quiz This personality quiz allows you to create personality quiz questions with up to eight answers each. You can then display the...
Multiple Choice Quiz Maker
Fri, 28 Nov 2008 10:06:00 +0300

By using the DOM we can make our JavaScripts completely independent from the HTML This multiple choice quiz allows you to create multiple choice quiz questions with up to six answers...
Unobtrusive Hangman Game
Thu, 27 Nov 2008 09:13:00 +0300

Moving all your JavaScript out of the page means that you don't display broken content to your visitors One problem with adding a JavaScript Hangman game to your web page is...
Testing Conditions
Wed, 26 Nov 2008 09:33:00 +0300

JavaScript makes decisions using IF and SWITCH Decision making is one aspect of JavaScript that hasn't changed much with the move to more unobtrusive processing, at least not in so far...
Date Format Method
Tue, 25 Nov 2008 06:14:00 +0300

JavaScript provide the basic methods for extracting the parts of a date and time. Unlike other languages JavaScript does not provide a nice simple way of converting dates into the nice...
navigator
Mon, 24 Nov 2008 10:07:00 +0300

Even the least standard parts of the BOM can occasionally supply useful information. In this ninth tutorial on the Browser object Model we look at the navigator object. While most of...
Record Skype RSS Creator