|
JavaScript Form Validation |
|
Monday, 28 January 2008 |
JavaScript Form ValidationWant to validate user input for an (X)HTML form without embedding a single line of JavaScript, without having to worry about violating semantics, and all the while providing a reactive, user friendly experience? Introducing GValidator - a powerful, extensible yet easy to implement JavaScript library that provides constant feedback on how the user is going in terms of completing the form. To use the library all you need to do is include it. |
|
Last Updated ( Thursday, 21 February 2008 )
|
|
Read more...
|
|
|
Sunday, 28 October 2007 |
JavaScript SerializationHave you ever had the tedious job of pipe delimiting data to a cookie and manually checking and retrieving valid data, all just to re-assemble a JavaScript object? Well think again - what if you could serialize an entire object to a string, store that string (say in a cookie) and read it straight back into a JavaScript object without having to manually rebuild it? Serialization offers one way of persisting an entire user experience for retrieval at a later time. When that time comes, simply retrieving the object from the store and deserializing it gives you back the object that you started with. Provided that an Object Oriented approach is followed, in principle, any object can be serialized and retrieved from an external store.
|
|
Last Updated ( Sunday, 28 October 2007 )
|
|
Read more...
|
|
|
Saturday, 01 September 2007 |
Setting up a WAMP Server Setting up a WAMP (Windows Apache MySQL and PHP) server is the beginning of setting up your development environment on Windows. This how-to describes a minimal WAMP installation to get you started developing for the web on Windows. |
|
Last Updated ( Monday, 03 September 2007 )
|
|
Read more...
|
|
|