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.
Concise, to-the-point tutorial on Regular Expressions with sections on more advanced aspects of the feature.
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.
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.
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.
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.
Last Modified Display 2 (Date Only)
A code snippet to determine and display the date the document was last modified, date only.
A code snippet to determine and display the date the document was last modified, date only.
Creating time-dependent scripts using JavaScript
Learn how to use JavaScript to manipulate and display the current time and date.
Learn how to use JavaScript to manipulate and display the current time and date.
Tags: Timedependent, Scripts | Rating: Not Rated
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.
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.
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.
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
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.
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
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.
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.
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.
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.
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
Subcategories
Advertising SystemsAJAXAudioBackground EffectsButtonsDate and TimeControlling BrowsersCookiesDetectionDHTMLE-Commerce and Shopping CartsEmail RelatedEquivalentsFormsFramesFunctions Objects and VariablesGamesGeneral DevelopmentGeneratorsHyperlinks and ButtonsImage IntegrationJavascript General BasicsMath and CalculatorsMenus and LayoutMessagesMiscellaneous ScriptsNavigationRandomizing and RotationRedirection ScriptsScrollsSearchingSecuritySessionsText and Element AddingText and Image EffectsThird Party InteractionUser Info and StatsUsing ImagesContent ManagementMouse Tricks
Categories
Listing Options
Filtering Options
Site Stats
| Visitors Online | 313 |
| Total Users | 1715 |
| Categories | 76 |
| Subcategories | 889 |
| Tutorials | 24,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


2D Graphics





