Web development , php , ajax , symfony, framework, zend, SEO, User Interface
Notification Tools 1-Roar – Notifications (v1.0) Roar is a notification widget that streamlines incoming messages, such as updates or errors, without distracting the user from their browser experience or breaking their work-flow by displaying obtrusive alerts. 2-Damn It DamnIT is a free service that emails you when a user encounters a JavaScript error in your [...]
As the Web grows and becomes more dynamic, more and more websites have user-generated content and tools that greatly improve the user experience in terms of usability and accessibility. Interactive solutions for lightboxes, form validation, navigation, upload, auto-complete, image cropping, slideshows, tool tips, sliders and tables are being developed that use nifty JavaScript and AJAX [...]
The following jQuery function fixes the Z-index problem on IE7: jQuery(function() { var zIndexNumber = 1000; jQuery(‘div’).each(function() { jQuery(this).css(‘zIndex’, zIndexNumber); zIndexNumber -= 10; }); }); This code will start with a z-index of 1000, and decrement the z-index for each DIV element of the page by 10, giving the first DIV a z-index of 1000, [...]
JavaScript is an extremely useful scripting language for enhancing user experience and usability. It is becoming more and more popular as more developers begin to make cool techniques accessible. Here are 100 excellent JavaScript (and a few AJAX) techniques, plugins, and resources based on the major libraries of jQuery, Prototype, Scriptaculous, MooTools, and Dojo. Techniques [...]
JSValidate is a free library for validating forms that requires Prototype & Script.aculo.us to run. Some rules it supports are: Required field Only numbers Only letters E-mail Credit card number format US zip code, phone number & state code formats It works by simply updating class tags of forms with the related rule information. It [...]
Recent Comments