Project articles
Javascript URL Encode/Decode
A much simplified manner to reproduce byte for byte output as compared to PHP when using PHP's urlencode(). This project makes use of Javascript Object methods and Javascript Functions to convert between decimal and Hexidecimal for the conversion to/from %-hex strings necessary for URL encoding numerous characters. [Discussion] [Implementation]
Javascript/PHP Cookies
Using character delimiters, this project makes it possible to encode numerous name/value pairs in a given named cookie instead of creating multiple named cookies. Also, using the URLEncode and URLDecode from the previous project, the use of cookies becomes totally interoperable due to both sides using the same cookie value encoding. [Discussion] [Implementation]
Javascript thumbnail to full size image viewer
Using DOM scripting methods to place and size image elements, it is possible to provice a method to expand the size of thumbnail images to display full size without requiring a new page or page reload. Thumbnail images expand partially and then fully during onmouseover and onclick events. [Simple Example] [Complex example] [Discussion] [Implementation]
Javascript extended processing/loading time notification system
A method to easily display useful information to the user informing them of processing or loading going on in the background. [Discussion] [Implementation]
CSS Custom borders and corners
Creating custom borders and corners using only CSS and a single image. [Example without Javascript] [Example with Javascript] [Discussion] [Implementation]








