<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
><channel><title>WebAppers &#187; Components</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Fri, 19 Mar 2010 07:01:23 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>Presentation Cycle with a Progress Bar</title><link>http://www.webappers.com/2010/03/17/presentation-cycle-with-a-progress-bar/</link> <comments>http://www.webappers.com/2010/03/17/presentation-cycle-with-a-progress-bar/#comments</comments> <pubDate>Wed, 17 Mar 2010 07:01:33 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Gallery]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2620</guid> <description><![CDATA[Cycle is a script that supports image presentations to easily display multiple images. This script supports a lot of effects and the cycling of html elements. Presentation Cycle is a variation on the functionality of Cycle. Instead of generating a list of numbers that are clickable Presentation Cycle generates a progress bar that shows when [...]]]></description> <content:encoded><![CDATA[<p><a
title="Cycle" href="http://www.malsup.com/jquery/cycle/" target="_blank">Cycle</a> is a script that supports image presentations to easily display multiple images. This script supports a lot of effects and the cycling of html elements. <a
title="Presentation Cycle" href="http://www.gayadesign.com/diy/presentation-cycle-cycle-with-a-progressbar/" target="_blank"><strong>Presentation Cycle</strong></a> is a variation on the functionality of Cycle. Instead of generating a list of numbers that are clickable Presentation Cycle generates a progress bar that shows when the new slide will appear.</p><p><strong>Gaya Design</strong> has written a tutorial explain how to implement this on your web page and give you some tips on how to adjust the looks of the cycle elements and progress bar.</p><p
style="text-align: center;"><a
title="Presentation Cycle" href="http://www.gayadesign.com/diy/presentation-cycle-cycle-with-a-progressbar/" target="_blank"><img
class="size-full wp-image-2621 aligncenter" title="presentation-cycle" src="http://www.webappers.com/img/2010/03/presentation-cycle.jpg" alt="presentation-cycle" width="479" height="209" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.gayadesign.com/scripts/presentationCycle/" target="_blank">http://www.gayadesign.com/scripts/presentationCycle/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/05/02/advanced-photo-presentation-tutorial/" rel="bookmark" title="May 2, 2008">Advanced Photo Presentation Tutorial</a></li><li><a
href="http://www.webappers.com/2007/11/12/yui-style-ajax-progress-indicator-for-aspnet-web-application/" rel="bookmark" title="November 12, 2007">YUI Style Ajax Progress Indicator for ASP.Net Web Application</a></li><li><a
href="http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/" rel="bookmark" title="July 31, 2007">WebAppers Simple Javascript Progress Bar with CSS</a></li><li><a
href="http://www.webappers.com/2008/12/17/25-excellent-tips-and-tricks-of-jquery/" rel="bookmark" title="December 17, 2008">25 Excellent Tips and Tricks of jQuery</a></li><li><a
href="http://www.webappers.com/2009/10/02/preload-a-web-page-with-loading-bar-custom-animations/" rel="bookmark" title="October 2, 2009">Preload a Web Page with Loading Bar &#038; Custom Animations</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/03/17/presentation-cycle-with-a-progress-bar/feed/</wfw:commentRss> </item> <item><title>Display Thumbnail for Image Uploads with jQuery</title><link>http://www.webappers.com/2010/03/08/display-thumbnail-for-image-uploads-with-jquery/</link> <comments>http://www.webappers.com/2010/03/08/display-thumbnail-for-image-uploads-with-jquery/#comments</comments> <pubDate>Mon, 08 Mar 2010 07:01:10 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[MIT License]]></category> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2561</guid> <description><![CDATA[We&#8217;ve all seen the basic file upload form for uploading avatars, images, memes, etc. The problem with these is that once you upload your image it&#8217;s hidden from you.
The solution is to use a little bit of JavaScript to upload the image as soon as it&#8217;s selected and display a thumbnail so we can easily [...]]]></description> <content:encoded><![CDATA[<p>We&#8217;ve all seen the basic file upload form for uploading avatars, images, memes, etc. The problem with these is that once you upload your image it&#8217;s hidden from you.</p><p>The solution is to use a little bit of JavaScript to upload the image as soon as it&#8217;s selected and display a thumbnail so we can easily review the form before we submit it. Head on over to the <a
title="Image Uploads with 100% Less Suck" href="http://www.zurb.com/article/325/image-uploads-with-100-less-suck-guarante" target="_blank">ZURB &#8211; Image Uploads with 100% Less Suck</a> to see a complete demo and breakdown of the JavaScript they use to accomplish this.</p><p
style="text-align: center;"><a
title="Image Uploads with 100% Less Suck" href="http://www.zurb.com/article/325/image-uploads-with-100-less-suck-guarante" target="_blank"><img
class="alignnone size-full wp-image-2565" title="ajax-image-upload" src="http://www.webappers.com/img/2010/03/ajax-image-upload.jpg" alt="ajax-image-upload" width="480" height="148" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.zurb.com/playground/ajax_upload" target="_blank">http://www.zurb.com/playground/ajax_upload</a><br
/> License:  MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/07/08/fancyupload-beautiful-flash-and-ajax-upload-widget/" rel="bookmark" title="July 8, 2007">FancyUpload Beautiful Flash and Ajax Upload Widget</a></li><li><a
href="http://www.webappers.com/2010/02/05/plupload-making-multiple-uploading-easier-than-ever/" rel="bookmark" title="February 5, 2010">Plupload &#8211; Making Multiple Uploading Easier than Ever</a></li><li><a
href="http://www.webappers.com/2009/01/23/the-ajax-apis-playground-with-save-export-features/" rel="bookmark" title="January 23, 2009">The Ajax APIs Playground with Save &#038; Export Features</a></li><li><a
href="http://www.webappers.com/2008/03/05/galleria-simple-but-nice-jquery-image-gallery/" rel="bookmark" title="March 5, 2008">Galleria &#8211; Simple but Nice jQuery Image Gallery</a></li><li><a
href="http://www.webappers.com/2009/07/23/colorful-and-scalable-buttons-with-css3-rgba/" rel="bookmark" title="July 23, 2009">Colorful and Scalable Buttons with CSS3 &#038; RGBA</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/03/08/display-thumbnail-for-image-uploads-with-jquery/feed/</wfw:commentRss> </item> <item><title>BubbleUP jQuery Plugin for Your Menus</title><link>http://www.webappers.com/2010/03/04/bubbleup-jquery-plugin-for-your-menus/</link> <comments>http://www.webappers.com/2010/03/04/bubbleup-jquery-plugin-for-your-menus/#comments</comments> <pubDate>Thu, 04 Mar 2010 07:01:37 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2535</guid> <description><![CDATA[BubbleUP jQuery Plugin is a fun and easy plugin to get you started in jQuery. The effect is a nice starting point for learning the basics and many of the steps involved in creating other more intricate plugins you will make in the future.
With BubbleUP, images in a list will enlarge with a smooth animation [...]]]></description> <content:encoded><![CDATA[<p><a
title="BubbleUP" href="http://aext.net/2010/02/learn-jquery-first-jquery-plugin-bubbleup/" target="_blank">BubbleUP jQuery Plugin</a> is a fun and easy plugin to get you started in jQuery. The effect is a nice starting point for learning the basics and many of the steps involved in creating other more intricate plugins you will make in the future.</p><p>With BubbleUP, images in a list will enlarge with a smooth animation when you move your mouse over it. Then, if you move the mouse out, it will reset to the original size with the same smooth animation. It has been tested on IE 7, Opera 10, Firefox 3.5, Safari 4, and Chrome 5 Beta.</p><p
style="text-align: center;"><a
title="BubbleUP" href="http://aext.net/2010/02/learn-jquery-first-jquery-plugin-bubbleup/" target="_blank"><img
class="size-full wp-image-2536 aligncenter" title="jquery-bubble" src="http://www.webappers.com/img/2010/02/jquery-bubble.jpg" alt="jquery-bubble" width="480" height="190" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://aext.net/jquery-menu-plugin-bubbleup/" target="_blank">http://aext.net/jquery-menu-plugin-bubbleup/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/10/16/jquery-context-menu-plugin-with-a-bunch-of-context-menus/" rel="bookmark" title="October 16, 2008">jQuery Context Menu Plugin with a Bunch of Context Menus</a></li><li><a
href="http://www.webappers.com/2010/02/03/jquery-multiselect-plugin-with-themeroller-support/" rel="bookmark" title="February 3, 2010">jQuery MultiSelect Plugin with ThemeRoller Support</a></li><li><a
href="http://www.webappers.com/2008/11/27/build-your-own-slideshow-with-s3slider-jquery-plugin/" rel="bookmark" title="November 27, 2008">Build Your Own Slideshow with s3Slider jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/12/18/a-solution-of-jquery-animation-queue-buildup/" rel="bookmark" title="December 18, 2009">A Solution of jQuery Animation Queue Buildup</a></li><li><a
href="http://www.webappers.com/2009/11/10/easily-parse-xml-wtih-jparse-jquery-plugin/" rel="bookmark" title="November 10, 2009">Easily Parse XML wtih jParse jQuery Plugin</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/03/04/bubbleup-jquery-plugin-for-your-menus/feed/</wfw:commentRss> </item> <item><title>Mac-like Multi-level Dropdown Menu with CSS3</title><link>http://www.webappers.com/2010/03/02/mac-like-multi-level-dropdown-menu-with-css3/</link> <comments>http://www.webappers.com/2010/03/02/mac-like-multi-level-dropdown-menu-with-css3/#comments</comments> <pubDate>Tue, 02 Mar 2010 07:01:47 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Menu]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2539</guid> <description><![CDATA[WebDesignerWall has shared the way he made the Mac-like multi-level dropdown menu using border-radius, box-shadow, and text-shadow. It is called CSS3 Dropdown Menu, which renders perfect on Firefox, Safari and Chrome. The dropdown also works on non-CSS3 compitable browsers such as IE7+, but the rounded corners and shadow will not be rendered.
There is one gradient [...]]]></description> <content:encoded><![CDATA[<p><strong>WebDesignerWall</strong> has shared the way he made the <strong>Mac-like multi-level dropdown menu using border-radius, box-shadow, and text-shadow</strong>. It is called <a
href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank"><strong>CSS3 Dropdown Menu</strong></a>, which renders perfect on Firefox, Safari and Chrome. The dropdown also works on non-CSS3 compitable browsers such as IE7+, but the rounded corners and shadow will not be rendered.</p><p>There is one gradient image is used. A white-transparent image is used to achieve the gradient effect. Because the new CSS3 gradient feature is not supported by all browsers yet, it is safer to use a gradient background image.</p><p
style="text-align: center;"><a
href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank"><img
class="size-full wp-image-2540 aligncenter" title="css3-dropdown-menu" src="http://www.webappers.com/img/2010/02/css3-dropdown-menu.jpg" alt="css3-dropdown-menu" width="480" height="233" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.webdesignerwall.com/demo/css3-dropdown-menu/" target="_blank">http://www.webdesignerwall.com/demo/css3-dropdown-menu/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/10/23/accessible-very-tall-menus-with-jquery-and-css/" rel="bookmark" title="October 23, 2009">Accessible Very Tall Menus with jQuery and CSS</a></li><li><a
href="http://www.webappers.com/2009/07/03/how-to-create-a-scrolling-background-effect/" rel="bookmark" title="July 3, 2009">How To Create A Scrolling Background Effect</a></li><li><a
href="http://www.webappers.com/2007/12/24/advanced-css-menu-from-webdesignerwall/" rel="bookmark" title="December 24, 2007">Advanced CSS Menu from WebDesignerWall</a></li><li><a
href="http://www.webappers.com/2008/10/16/jquery-context-menu-plugin-with-a-bunch-of-context-menus/" rel="bookmark" title="October 16, 2008">jQuery Context Menu Plugin with a Bunch of Context Menus</a></li><li><a
href="http://www.webappers.com/2009/04/07/jquery-ipod-drilldown-and-flyout-styles-menu-system/" rel="bookmark" title="April 7, 2009">jQuery iPod Drilldown and Flyout Styles Menu System</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/03/02/mac-like-multi-level-dropdown-menu-with-css3/feed/</wfw:commentRss> </item> <item><title>TinyTips &#8211; Lightweight jQuery Plugin for Tooltips</title><link>http://www.webappers.com/2010/02/27/tinytips-lightweight-jquery-plugin-for-tooltips/</link> <comments>http://www.webappers.com/2010/02/27/tinytips-lightweight-jquery-plugin-for-tooltips/#comments</comments> <pubDate>Sat, 27 Feb 2010 07:01:50 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Tooltips]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2516</guid> <description><![CDATA[TinyTips is a very lightweight jQuery plugin that gives the ability to add tooltips to pretty much any element on a page. Thoroughly documented and designer friendly. TinyTips is very easy to install and use. Simply include TinyTips and the latest release of jQuery in the &#60;head&#62;.  You can also give it a nice style [...]]]></description> <content:encoded><![CDATA[<p><a
title="TinyTips" href="http://www.digitalinferno.net/blog/jquery-plugin-tinytips-1-0/" target="_blank">TinyTips</a> is a very lightweight jQuery plugin that gives the ability to add tooltips to pretty much any element on a page. Thoroughly documented and designer friendly. TinyTips is very easy to install and use. Simply include TinyTips and the latest release of jQuery in the &lt;head&gt;.  You can also give it a nice style by editing the stylesheet.</p><p
style="text-align: center;"><a
title="TinyTips" href="http://www.digitalinferno.net/blog/jquery-plugin-tinytips-1-0/" target="_blank"><img
class="size-full wp-image-2517 aligncenter" title="tiny-tooltips" src="http://www.webappers.com/img/2010/02/tiny-tooltips.jpg" alt="tiny-tooltips" width="480" height="282" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.digitalinferno.net/demos/tt-1-0/index.html" target="_blank">http://www.digitalinferno.net/demos/tt-1-0/index.html</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2010/01/27/style-your-markup-in-your-browser-with-brosho-jquery-plugin/" rel="bookmark" title="January 27, 2010">Style Your Markup in Your Browser with Brosho jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2008/07/25/creating-a-dynamic-poll-with-jquery-and-php/" rel="bookmark" title="July 25, 2008">Creating a Dynamic Poll with jQuery and PHP</a></li><li><a
href="http://www.webappers.com/2010/01/25/create-a-ms-excel-style-spreadsheet-with-jquery-sheet/" rel="bookmark" title="January 25, 2010">Create a MS Excel Style Spreadsheet with jQuery.sheet</a></li><li><a
href="http://www.webappers.com/2009/03/17/another-nice-looking-multi-level-context-menu-in-mootools/" rel="bookmark" title="March 17, 2009">Another Nice Looking Multi-Level Context Menu in Mootools</a></li><li><a
href="http://www.webappers.com/2009/07/13/create-a-content-rich-tooltip-with-json-and-jquery/" rel="bookmark" title="July 13, 2009">Create a Content Rich Tooltip with JSON and jQuery</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/02/27/tinytips-lightweight-jquery-plugin-for-tooltips/feed/</wfw:commentRss> </item> <item><title>Pure HTML Clocks using Javascript &amp; CSS Rotation</title><link>http://www.webappers.com/2010/02/24/pure-html-clocks-using-javascript-css-rotation/</link> <comments>http://www.webappers.com/2010/02/24/pure-html-clocks-using-javascript-css-rotation/#comments</comments> <pubDate>Wed, 24 Feb 2010 07:01:56 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Calendar]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2506</guid> <description><![CDATA[The two Clocks are pure HTML using JavaScript and CSS rotation. There are no Adobe Flash files or &#60;canvas&#62; going on, just regular &#60;div&#62; and &#60;img&#62; tags. The way it works is by taking those images in an { overflow: hidden } &#60;div&#62; and rotating them, via JavaScript, using the proposed CSS transform property.
However, this isn&#8217;t going to work in any currently [...]]]></description> <content:encoded><![CDATA[<p>The two <a
title="Clocks CSS" href="http://joncom.be/code/css-clocks/" target="_blank">Clocks are pure HTML using JavaScript and CSS rotation</a>. There are no Adobe Flash files or &lt;canvas&gt; going on, just regular &lt;div&gt; and &lt;img&gt; tags. The way it works is by taking those images in an { overflow: hidden } &lt;div&gt; and rotating them, via JavaScript, using the proposed CSS transform property.</p><p>However, this isn&#8217;t going to work in any currently available version of Internet Explorer or many older browsers. It only works in Google Chrome, Safari and Firefox 3.5+ browsers support the CSS transform property.</p><p
style="text-align: center;"><a
title="Clocks CSS" href="http://joncom.be/code/css-clocks/" target="_blank"><img
class="size-full wp-image-2507 aligncenter" title="css-clock" src="http://www.webappers.com/img/2010/02/css-clock.jpg" alt="css-clock" width="479" height="162" /></a></p><blockquote><p>Requirements:  Browsers support CSS transform property<br
/> Demo: <a
title="demo" rel="nofollow" href="http://joncom.be/code/css-clocks/" target="_blank">http://joncom.be/code/css-clocks/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/08/03/create-rounded-corners-with-css3-border-radius-property/" rel="bookmark" title="August 3, 2009">Create Rounded Corners with CSS3 Border-Radius Property</a></li><li><a
href="http://www.webappers.com/2009/04/02/polaroid-photo-viewer-with-css3-and-jquery/" rel="bookmark" title="April 2, 2009">Polaroid Photo Viewer with CSS3 and jQuery</a></li><li><a
href="http://www.webappers.com/2010/01/06/simplify-google-maps-api-with-google-maps-jquery-plugin/" rel="bookmark" title="January 6, 2010">Simplify Google Maps API with Google Maps jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2008/11/11/free-glossy-modern-web-browsers-icons-download/" rel="bookmark" title="November 11, 2008">Free Glossy Modern Web Browsers Icons Download</a></li><li><a
href="http://www.webappers.com/2007/09/26/unobtrosive-bubble-tooltips-with-javascript-and-css/" rel="bookmark" title="September 26, 2007">Unobtrosive Bubble Tooltips with Javascript and CSS</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/02/24/pure-html-clocks-using-javascript-css-rotation/feed/</wfw:commentRss> </item> <item><title>YoxView &#8211; A Free jQuery Image Viewer Plugin</title><link>http://www.webappers.com/2010/02/23/yoxview-a-free-jquery-image-viewer-plugin/</link> <comments>http://www.webappers.com/2010/02/23/yoxview-a-free-jquery-image-viewer-plugin/#comments</comments> <pubDate>Tue, 23 Feb 2010 07:01:40 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Gallery]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2501</guid> <description><![CDATA[YoxView is a free image viewer for websites. It&#8217;s written in javascript using jQuery and is available as a jQuery plugin. YoxView is inspired by Lokesh Dhakar&#8217;s Lightbox. Like it, YoxView displays images above the website&#8217;s content, as a separate layer.
Users always see the whole image, even on small screen resolutions or resized windows. Images [...]]]></description> <content:encoded><![CDATA[<p><a
title="YoxView" href="http://www.yoxigen.com/yoxview/" target="_blank">YoxView</a> is a free image viewer for websites. It&#8217;s written in javascript using jQuery and is available as a jQuery plugin. YoxView is inspired by <strong>Lokesh Dhakar&#8217;s Lightbox</strong>. Like it, YoxView displays images above the website&#8217;s content, as a separate layer.</p><p>Users always see the whole image, even on small screen resolutions or resized windows. Images smaller than the browser&#8217;s window are displayed at their original size, larger images are resized to fit. Images are loaded in the background, to improve the viewer&#8217;s performance and shorten wait times for users. Forward caching continues while viewing images.</p><p
style="text-align: center;"><a
title="YoxView" href="http://www.yoxigen.com/yoxview/" target="_blank"><img
class="size-full wp-image-2502 aligncenter" title="yox-view" src="http://www.webappers.com/img/2010/02/yox-view.jpg" alt="yox-view" width="480" height="289" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.yoxigen.com/yoxview/" target="_blank">http://www.yoxigen.com/yoxview/</a><br
/> License:  MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/05/22/how-to-build-a-dynamic-flash-gallery-with-slider-control/" rel="bookmark" title="May 22, 2009">How to Build a Dynamic Flash Gallery with Slider Control</a></li><li><a
href="http://www.webappers.com/2009/02/04/preview-images-with-imgpreview-jquery-plugin/" rel="bookmark" title="February 4, 2009">Preview Images with imgPreview jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/05/06/how-to-create-an-image-rotator-with-jquery-and-css/" rel="bookmark" title="May 6, 2009">How to Create an Image Rotator with jQuery and CSS</a></li><li><a
href="http://www.webappers.com/2009/10/01/delays-loading-of-images-with-lazy-loader-jquery-plugin/" rel="bookmark" title="October 1, 2009">Delays Loading of Images with Lazy Loader jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/07/03/how-to-create-a-scrolling-background-effect/" rel="bookmark" title="July 3, 2009">How To Create A Scrolling Background Effect</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/02/23/yoxview-a-free-jquery-image-viewer-plugin/feed/</wfw:commentRss> </item> <item><title>Chat Room v2 with PHP, jQuery, and a Text File</title><link>http://www.webappers.com/2010/02/20/chat-room-v2-with-php-jquery-and-a-text-file/</link> <comments>http://www.webappers.com/2010/02/20/chat-room-v2-with-php-jquery-and-a-text-file/#comments</comments> <pubDate>Sat, 20 Feb 2010 07:01:33 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Chat]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2487</guid> <description><![CDATA[This is Chat2, which is an update to original Chat Room published on CSS-Tricks. In some ways, the technology is the same. We employ PHP to talk to the server, jQuery to keep the chat rolling, and the chats themselves will be stored in .txt files just like the first version.
There are some new features [...]]]></description> <content:encoded><![CDATA[<p>This is <a
title="Chat2" href="http://css-tricks.com/chat2/" target="_blank"><strong>Chat2</strong></a>, which is an update to original Chat Room published on <strong>CSS-Tricks</strong>. In some ways, the technology is the same. We employ PHP to talk to the server, jQuery to keep the chat rolling, and the chats themselves will be stored in .txt files just like the first version.</p><p>There are some new features in <a
title="Chat2" href="http://css-tricks.com/chat2/" target="_blank"><strong>Chat2</strong></a>. Usernames are now unique to users currently chatting. You can see a &#8220;currently chatting&#8221; user list. And there are multiple rooms for chatting available now.</p><p
style="text-align: center;"><a
title="Chat2" href="http://css-tricks.com/chat2/" target="_blank"><img
class="size-full wp-image-2488 aligncenter" title="chat2" src="http://www.webappers.com/img/2010/02/chat2.jpg" alt="chat2" width="479" height="259" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://css-tricks.com/examples/Chat2/" target="_blank">http://css-tricks.com/examples/Chat2/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/08/07/web-based-chat-application-with-php-and-jquery/" rel="bookmark" title="August 7, 2009">Web-based Chat Application with PHP and jQuery</a></li><li><a
href="http://www.webappers.com/2009/07/22/get-a-closer-look-with-anythingzoomer-jquery-plugin/" rel="bookmark" title="July 22, 2009">Get a Closer Look with AnythingZoomer jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2010/02/10/jquery-magic-line-sliding-style-navigation/" rel="bookmark" title="February 10, 2010">jQuery Magic Line Sliding Style Navigation</a></li><li><a
href="http://www.webappers.com/2009/10/23/accessible-very-tall-menus-with-jquery-and-css/" rel="bookmark" title="October 23, 2009">Accessible Very Tall Menus with jQuery and CSS</a></li><li><a
href="http://www.webappers.com/2008/09/11/toksta-free-instant-messenger-for-social-networking-site/" rel="bookmark" title="September 11, 2008">Toksta* Free Instant Messenger for Social Networking Site</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/02/20/chat-room-v2-with-php-jquery-and-a-text-file/feed/</wfw:commentRss> </item> <item><title>jQuery Digital Clock Inspired by HTC Hero Widget</title><link>http://www.webappers.com/2010/02/16/jquery-digital-clock-inspired-by-htc-hero-widget/</link> <comments>http://www.webappers.com/2010/02/16/jquery-digital-clock-inspired-by-htc-hero-widget/#comments</comments> <pubDate>Tue, 16 Feb 2010 07:47:34 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Calendar]]></category> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2463</guid> <description><![CDATA[jDigiClock is a jQuery plugin inspired from HTC Hero Clock Widget. To use the jDigiClock plugin, simply include the jQuery library, the jDigiClock source file and jDigiClock core stylesheet file inside the &#60;head&#62; tag of your HTML document.
jDigiClock accepts a lot of configuration options, e.g. Clock images path, Weather images path, Set AM/PM option, Weather [...]]]></description> <content:encoded><![CDATA[<p><a
title="jDigiClock" href="http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/" target="_blank">jDigiClock</a> is a jQuery plugin inspired from HTC Hero Clock Widget. To use the jDigiClock plugin, simply include the jQuery library, the jDigiClock source file and jDigiClock core stylesheet file inside the &lt;head&gt; tag of your HTML document.</p><p><a
title="jDigiClock" href="http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/" target="_blank">jDigiClock</a> accepts a lot of configuration options, e.g. Clock images path, Weather images path, Set AM/PM option, Weather location code, Set weather metric mode: C or F, Weather update in minutes.</p><p
style="text-align: center;"><a
title="jDigiClock" href="http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/" target="_blank"><img
class="size-full wp-image-2464 aligncenter" title="jquery-weather-clock" src="http://www.webappers.com/img/2010/02/jquery-weather-clock.jpg" alt="jquery-weather-clock" width="480" height="193" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/" target="_blank">http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/</a><br
/> License: MIT and GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2010/01/04/easy-and-slick-way-to-do-auto-complete-auto-suggest/" rel="bookmark" title="January 4, 2010">Easy and Slick Way to Do Auto-Complete &#038; Auto-Suggest</a></li><li><a
href="http://www.webappers.com/2009/11/09/create-a-zoomable-interactive-maps-with-jquery/" rel="bookmark" title="November 9, 2009">Create Zoomable &#038; Interactive Maps with jQuery</a></li><li><a
href="http://www.webappers.com/2008/04/01/fully-interactive-jquery-file-tree/" rel="bookmark" title="April 1, 2008">Fully Interactive jQuery File Tree</a></li><li><a
href="http://www.webappers.com/2010/01/18/tiptip-custom-tooltip-jquery-plugin-with-zero-images/" rel="bookmark" title="January 18, 2010">TipTip Custom Tooltip jQuery Plugin with Zero Images</a></li><li><a
href="http://www.webappers.com/2009/11/25/easy-to-use-safari-style-jquery-slider-plugin/" rel="bookmark" title="November 25, 2009">Easy to Use Safari Style jQuery Slider Plugin</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/02/16/jquery-digital-clock-inspired-by-htc-hero-widget/feed/</wfw:commentRss> </item> <item><title>Automatic Image Rotator with CSS and jQuery</title><link>http://www.webappers.com/2010/02/15/automatic-image-rotator-with-css-and-jquery/</link> <comments>http://www.webappers.com/2010/02/15/automatic-image-rotator-with-css-and-jquery/#comments</comments> <pubDate>Mon, 15 Feb 2010 07:01:23 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Gallery]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2447</guid> <description><![CDATA[With the release of the iPad and its lack of support for flash, it has stirred up a lot of debates regarding the future of flash. With this in mind, SohTanaka believes it is wise to build simple widgets like the image slider using HTML / CSS / Javascript, and leave more interactive applications for [...]]]></description> <content:encoded><![CDATA[<p>With the release of the iPad and its lack of support for flash, it has stirred up a lot of debates regarding the future of flash. With this in mind, SohTanaka believes it is wise to build simple widgets like the <strong>image slider using HTML / CSS / Javascript</strong>, and leave more interactive applications for flash if needed.</p><p>Therefore, SohTanaka has built an <a
title="Automatic Image Slider with CSS and jQuery" href="http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/" target="_blank">Automatic Image Slider with CSS and jQuery</a>. This html based image slider will have its benefits with SEO and will also degrade gracefully for those without Javascript enabled.</p><p
style="text-align: center;"><a
title="Automatic Image Slider with CSS and jQuery" href="http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/" target="_blank"><img
class="size-full wp-image-2448 aligncenter" title="image-rotator" src="http://www.webappers.com/img/2010/02/image-rotator.jpg" alt="image-rotator" width="480" height="180" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.sohtanaka.com/web-design/examples/image-slider/" target="_blank">http://www.sohtanaka.com/web-design/examples/image-slider/</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/05/06/how-to-create-an-image-rotator-with-jquery-and-css/" rel="bookmark" title="May 6, 2009">How to Create an Image Rotator with jQuery and CSS</a></li><li><a
href="http://www.webappers.com/2009/10/15/cu3er-3d-transitions-image-slider-in-flash/" rel="bookmark" title="October 15, 2009">CU3ER &#8211; 3D Transitions Image Slider in Flash</a></li><li><a
href="http://www.webappers.com/2009/05/22/how-to-build-a-dynamic-flash-gallery-with-slider-control/" rel="bookmark" title="May 22, 2009">How to Build a Dynamic Flash Gallery with Slider Control</a></li><li><a
href="http://www.webappers.com/2009/04/24/create-fancy-thumbnail-hover-effect-with-jquery/" rel="bookmark" title="April 24, 2009">Create Fancy Thumbnail Hover Effect with jQuery</a></li><li><a
href="http://www.webappers.com/2009/02/17/mootools-double-pinned-slider-with-range-indicator/" rel="bookmark" title="February 17, 2009">Mootools Double Pinned Slider with Range Indicator</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/02/15/automatic-image-rotator-with-css-and-jquery/feed/</wfw:commentRss> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2010-03-21 23:15:03 -->