Search

JavaScript Tutorials

Programmer's Guide to Regular Expressions
Concise, to-the-point tutorial on Regular Expressions with sections on more advanced aspects of the feature.
Tags: Programmers, Guide, Regular, Expressions | Rating: Not Rated
Writing Classes in Javascript
Writing classes in Javascript doesn't give full functionality of an object oriented language, but it at least gives data hiding and encapsulation which are very useful, especially when javascript is not a strongly typed language. It is very useful in cases when you need to handle multiple objects, instead of having arrays for all kinds of variables and then managing those arrays in methods you can just write a class to handle one object and then make many instances of that class. This also gives the namespace resolution to the variables so that you can avoid using global variables and still use variables across procedures.
Tags: Classes | Rating: Not Rated
Building a Javascript array
Here are the basics of how to make a simple javascript array for your HTML page. To get you started, first you have to call the scripting method you are going to use. In this case we will call javascripting method.
Tags: Array | Rating: Not Rated
Date Functions
The document object has a last modified date property. This specifys the date the file was last modified on. This can be useful for showing when the page was last modified without having to modify any HTML when you make a change. This tutorial shows how to display the last modified date in several different formats using JavaScript.
Tags: Date, Functions | Rating: Not Rated
512 Views | JavaScript / Date and Time | 09-10-07 | guest |
Last Modified Display 2 (Date Only)
A code snippet to determine and display the date the document was last modified, date only.
Tags: Last, Modified, Display, Date, Only | Rating: Not Rated
307 Views | JavaScript / Date and Time | 09-10-07 | guest |
Creating time-dependent scripts using JavaScript
Learn how to use JavaScript to manipulate and display the current time and date.
Tags: Timedependent, Scripts | Rating: Not Rated
286 Views | JavaScript / Date and Time | 09-10-07 | chris |
Calculating the difference between two dates
Learn how to calculate the difference between two dates in JavaScript, and in the process, derive some useful applications such as counting down to a particular event, counting up, displaying what's new on your page etc.
Tags: Between, Dates | Rating: Not Rated
531 Views | JavaScript / Date and Time | 09-10-07 | mike |
Cookies
A cookie is a way you can store some information about a user visiting your site. The information is stored on the individuals computer, and thus you do not need any extra server space to customize a page for any amount of users you may have. To use Cookies there are two things you need to do, one is set the cookie, and the other is retrieve a cookie you have already set. Here's a brief tutorial on how to use cookies, and a couple of ideas which you can use cookies for.
Tags: Cookies | Rating: Not Rated
375 Views | JavaScript / Cookies | 09-10-07 | betty |
Understanding Session-only Cookies
Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared.
Tags: Sessiononly, Cookies | Rating: Not Rated
363 Views | JavaScript / Cookies | 09-10-07 | frank |
Determining cookie support in client's browser
If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has cookies enabled first. This tutorial shows you how to perform this detection.
Tags: Cookie, Support, Clients, Browser | Rating: Not Rated
486 Views | JavaScript / Cookies | 09-10-07 | cena |
Coping with Browser Differences
A brief note describing how to write JavaScripts to make them run on as wide a range of browsers as possible.
Tags: Browser, Differences | Rating: Not Rated
Offering Automatically Updating Syndicated Articles
This tutorial explains an easy method of offering an automatically updated html file to other sites. I have taken the example of an article but the same theory could be applied to other content such as tutorials, images or news.
Tags: Syndicated, Articles | Rating: Not Rated
Filtering Options
Per Page
Avatar
Sort By
Order By
Site Stats
Visitors Online313
Total Users1715
Categories76
Subcategories889
Tutorials24,056
Partners
Free Flash Games

Tired of working all day long and wanted to relax? Play really cool flash games to make the heat go away. From the thousands of games to choose from, You are most definitely going to find the ones you will like.

free.haxansweb.com/flash_games

Home|Tutorials|Submit|About Us|Blog|Advertise|Contact Us|Sitemap|Help / FAQ|Privacy Statement   © 2006-2010 Copyright Tutorials Expert.