Tinymce editor.windowManager.open body select box option

Various Data Visualization Tools

data visualization

A nice, informative  and  comprehensive gallery of data visualization tools.

useful jquery lazyload plugins

The Lazy plugin for jQuery load specified images after the page load itself and speed up your loading time through this. Images outside of the visible area will only get loaded when the user scrolls to them. jQuery.Lazy() jQueryLazyScrollLoading jQuery Lazy Load XT plugin bttrlazyloading jquery lazyload responsive lazy loader echo jscroll unveil least stalactite … Continue reading

Cross-domain AJAX with JSONP

Cross-domain AJAX with JSONP Anyone who develops Javascript long enough undoubtedly runs into difficulties involving the various security features all browser vendors implement. These security features are a good thing — they protect us from malicious users hijacking our browsing experience. But they can certainly cause some headaches. The security feature that presents the most … Continue reading

NATIVE CLIENT SIDE VALIDATION OF WEB FORMS

Validating forms has notoriously been a painful development experience. Implementing client side validation in a user friendly, developer friendly, and accessible way is hard. Before HTML5 there was no means of implementing validation natively; therefore, developers have resorted to a variety of JavaScript based solutions. To help ease the burden on developers, HTML5 introduced a … Continue reading

10 Useful Frameworks To Develop Webapps for Touch Devices

In the last two years the rapid growth and diffusion of touch devices such as iOS or Android based platforms has forced developers and web designers to rethink the model of their own webapps for the new “touch experience” introduced by the iPhone in 2007. During this period several frameworks have been released to help … Continue reading

useful php,jquery scripts

jQuery PHP & MySQL inline editing Edit page content directly in the browser inline using jQuery AJAX requests jQuery Gallery Animated jQuery gallery with title and description Highlighting form inputs Highlight any input field using JavaScript jQuery JSON & PHP Create a simple product gallery using JSONP PHP and MySQL jQuery Tabs Simple tabs rendered … Continue reading

Swap images dynamically with jquery flash like zooming

<!–[if IE 6]> <style type=”text/css” media=”screen”> ul.thumb li img.hover { margin-top:15px; background:url(thumb_bg.gif) no-repeat center center; border: none; } ul.thumb li .title{color:#fff;width:185px;height:50px;margin:0;font-weight:900;background:url(title.gif) no-repeat center center;padding:17px 0 0 0;text-align:center;} </style> <![endif]–> <style type=”text/css”> body { font: Arial, Helvetica, sans-serif normal 10px; margin: 0; padding: 0; } * {margin: 0; padding: 0;} #page{ margin:0 auto; position:relative; width:850px; font-family:verdana; … Continue reading

Useful ui/ux enhancer-jQuery BlockUI Plugin & More

Popups,Blocking without a message ,onUnblock callback,Login Form using jQuery BlockUI http://malsup.com/jquery/block/#demos Tabs,Tooltips,Overlay,Scrollable,Validator,Rangeinput,Dateinput, Expose,Flashembed,Combinations http://jquerytools.org/demos/ jQuery.carouFredSel is a plugin that turns any kind of HTML element into a carousel. It can scroll one or multiple items simultaneously, horizontal or vertical, infinite and circular, automatically or by user interaction. Oh, and it’s responsive too. Detail implementation available on authors site http://caroufredsel.frebsite.nl/

jQuery – Traversal

Closest works by first looking at the current element to see if it matches the specified expression, if so it just returns the element itself. If it doesn’t match then it will continue to traverse up the document, parent by parent, until an element is found that matches the specified expression. If no matching element … Continue reading