<?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; MIT License</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Fri, 20 Nov 2009 07:01:22 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>Floom &#8211; Blinds Effect MooTools Slideshow</title><link>http://www.webappers.com/2009/11/16/floom-blinds-effect-mootools-slideshow/</link> <comments>http://www.webappers.com/2009/11/16/floom-blinds-effect-mootools-slideshow/#comments</comments> <pubDate>Mon, 16 Nov 2009 07:01:02 +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=1955</guid> <description><![CDATA[Floom is a Blinds-effect MooTools Slideshow. There are two ways of setting Floom up. One is the object way, where you specify the image url and the caption using the key-value notation. The second one is by simply passing a element collection, ie. $$('#blinds img'), where the passed element has to be the actual image [...]]]></description> <content:encoded><![CDATA[<p><a
title="Floom" href="http://blog.olicio.us/2009/07/25/floom/" target="_blank">Floom</a> is a <strong>Blinds-effect MooTools Slideshow</strong>. There are two ways of setting Floom up. One is the object way, where you specify the image url and the caption using the key-value notation. The second one is by simply passing a element collection, ie. <code>$$('#blinds img')</code>, where the passed element has to be the actual image collection.</p><p
style="text-align: center;"><a
title="Floom" href="http://blog.olicio.us/2009/07/25/floom/" target="_blank"><img
class="size-full wp-image-1956 aligncenter" title="mootools-slideshow" src="http://www.webappers.com/img/2009/11/mootools-slideshow.jpg" alt="mootools-slideshow" width="480" height="206" /></a></p><blockquote><p>Requirements: Mootools Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://nouincolor.com/floom/1.0/Demos/" target="_blank">http://nouincolor.com/floom/1.0/Demos/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/03/14/highly-customizable-mootools-contextmenu-plugin/" rel="bookmark" title="March 14, 2009">Highly Customizable Mootools ContextMenu Plugin</a></li><li><a
href="http://www.webappers.com/2007/07/07/scriptaculous-web-20-visual-effects-library/" rel="bookmark" title="July 7, 2007">Scriptaculous Web 2.0 Visual Effects Library</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/10/13/create-beautiful-thumbnail-hover-effect-using-mootools/" rel="bookmark" title="October 13, 2009">Create Beautiful Thumbnail Hover Effect using Mootools</a></li><li><a
href="http://www.webappers.com/2008/12/27/free-dynamic-javascript-slideshow-under-5kb/" rel="bookmark" title="December 27, 2008">Free Dynamic Javascript Slideshow Under 5KB</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/2009/11/16/floom-blinds-effect-mootools-slideshow/feed/</wfw:commentRss> </item> <item><title>Easily Parse XML wtih jParse jQuery Plugin</title><link>http://www.webappers.com/2009/11/10/easily-parse-xml-wtih-jparse-jquery-plugin/</link> <comments>http://www.webappers.com/2009/11/10/easily-parse-xml-wtih-jparse-jquery-plugin/#comments</comments> <pubDate>Tue, 10 Nov 2009 07:55:58 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[MIT License]]></category> <category><![CDATA[Tools]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1939</guid> <description><![CDATA[jParse is a jQuery plugin that allows you to quickly and easily parse XML. With the jParse jQuery plugin, you can parse XML that is returned from an jQuery Ajax request. jQuery .ajax method does not allow for cross domain Ajax requests, so the XML that you would like to parse must be on the [...]]]></description> <content:encoded><![CDATA[<p><a
title="jParse" href="http://jparse.kylerush.net/" target="_blank">jParse</a> is a jQuery plugin that allows you to quickly and easily parse XML. With the jParse jQuery plugin, you can parse XML that is returned from an jQuery <em><strong>Ajax request</strong></em>. jQuery .ajax method does not allow for cross domain Ajax requests, so the XML that you would like to parse must be on the same domain from which you are working.</p><p>You can pull many types of information from an XML document like the value of an XML node, the value of an attribute of an XML node, or the number of &lt;items&gt; in an XML document. <a
title="jParse" href="http://jparse.kylerush.net/" target="_blank">jParse jQuery Plugin</a> has been tested on Firefox 2+, IE 6+, Safari 3+ and Opera 9+.</p><p
style="text-align: center;"><a
title="jParse" href="http://jparse.kylerush.net/" target="_blank"><img
class="size-full wp-image-1940 aligncenter" title="jparse" src="http://www.webappers.com/img/2009/11/jparse.jpg" alt="jparse" width="480" height="267" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://jparse.kylerush.net/demo" target="_blank">http://jparse.kylerush.net/demo</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/10/07/treeview-expandable-and-collapsible-tree-jquery-plugin/" rel="bookmark" title="October 7, 2008">Treeview &#8211; Expandable and Collapsible Tree jQuery Plugin</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/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/01/29/jquery-navigation-control-to-manage-alphabetical-lists/" rel="bookmark" title="January 29, 2009">jQuery Navigation Control to Manage Alphabetical Lists</a></li><li><a
href="http://www.webappers.com/2009/03/07/multiple-file-upload-plugin-with-jquery-and-flash/" rel="bookmark" title="March 7, 2009">Multiple File Upload Plugin with jQuery and Flash</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/2009/11/10/easily-parse-xml-wtih-jparse-jquery-plugin/feed/</wfw:commentRss> </item> <item><title>Create Zoomable &amp; Interactive Maps with jQuery</title><link>http://www.webappers.com/2009/11/09/create-a-zoomable-interactive-maps-with-jquery/</link> <comments>http://www.webappers.com/2009/11/09/create-a-zoomable-interactive-maps-with-jquery/#comments</comments> <pubDate>Mon, 09 Nov 2009 07:01:10 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[MIT License]]></category> <category><![CDATA[Maps]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1932</guid> <description><![CDATA[NMC has written a jQuery plugin for Zoomable, Interactive Maps. Each location on the map would be represented by a bullet. Clicking the bullet would bring up more information on the location. Since the locations of the bullets might be highly clustered, zooming into select subregions is possible too.
However, the plugin currently does nothing on [...]]]></description> <content:encoded><![CDATA[<p><strong>NMC</strong> has written a <a
title="Zoomable Interactive Maps" href="http://www.newmediacampaigns.com/page/a-jquery-plugin-for-zoomable-interactive-maps" target="_blank">jQuery plugin for Zoomable, Interactive Maps</a>. Each location on the map would be represented by a bullet. Clicking the bullet would bring up more information on the location. Since the locations of the bullets might be highly clustered, zooming into select subregions is possible too.</p><p>However, the plugin currently does nothing on its own to make content available to search engines and those with disabilities. And also, right now it is impossible to programatically interact with the map once it is launched. Eventually it will have a simple API to assist in navigation and other manipulations.</p><p
style="text-align: center;"><a
title="Zoomable Interactive Maps" href="http://www.newmediacampaigns.com/page/a-jquery-plugin-for-zoomable-interactive-maps" target="_blank"><img
class="size-full wp-image-1933 aligncenter" title="jquery-maps" src="http://www.webappers.com/img/2009/11/jquery-maps.jpg" alt="jquery-maps" width="480" height="306" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.newmediacampaigns.com/page/a-jquery-plugin-for-zoomable-interactive-maps" target="_blank">http://www.newmediacampaigns.com/page/a-jquery-plugin&#8230;</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/12/02/beautiful-sifr-replaced-text-with-a-jquery-plugin/" rel="bookmark" title="December 2, 2008">Beautiful sIFR Replaced Text with a jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2008/10/07/treeview-expandable-and-collapsible-tree-jquery-plugin/" rel="bookmark" title="October 7, 2008">Treeview &#8211; Expandable and Collapsible Tree jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2008/10/23/scroll-follow-animate-down-element-as-user-scrolls-page/" rel="bookmark" title="October 23, 2008">Scroll Follow &#8211; Animate Down Element as User Scrolls Page</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><li><a
href="http://www.webappers.com/2009/05/13/sexy-page-peel-effect-tutorial-jquery-plugin/" rel="bookmark" title="May 13, 2009">Sexy Page Peel Effect Tutorial &#038; 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/2009/11/09/create-a-zoomable-interactive-maps-with-jquery/feed/</wfw:commentRss> </item> <item><title>SimpleModal &#8211; A jQuery Modal Dialog Framework</title><link>http://www.webappers.com/2009/10/28/simplemodal-a-jquery-modal-dialog-framework/</link> <comments>http://www.webappers.com/2009/10/28/simplemodal-a-jquery-modal-dialog-framework/#comments</comments> <pubDate>Wed, 28 Oct 2009 07:01:15 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[MIT License]]></category> <category><![CDATA[Popup]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1864</guid> <description><![CDATA[SimpleModal is a lightweight jQuery Plugin which provides a powerful interface for modal dialog development. Think of it as a modal dialog framework. SimpleModal gives you the flexibility to build whatever you can envision, while shielding you from related cross-browser issues inherent with UI development.
Styles can be applied through external CSS, the options object, or [...]]]></description> <content:encoded><![CDATA[<p><a
title="jQuery Modal Window" href="http://www.ericmmartin.com/projects/simplemodal/" target="_blank">SimpleModal</a> is a lightweight jQuery Plugin which provides a <strong>powerful interface for modal dialog development</strong>. Think of it as a modal dialog framework. SimpleModal gives you the flexibility to build whatever you can envision, while shielding you from related cross-browser issues inherent with UI development.</p><p>Styles can be applied through external CSS, the options object, or both. The CSS options for the modal overlay, container, and data elements are: <em>overlayCss</em>, <em>containerCss </em>and <em>dataCss</em>, all which take a key/value object of properties.</p><p
style="text-align: center;"><a
title="jQuery Modal Window" href="http://www.ericmmartin.com/projects/simplemodal/" target="_blank"><img
class="size-full wp-image-1865 aligncenter" title="jquery-modal" src="http://www.webappers.com/img/2009/10/jquery-modal.jpg" alt="jquery-modal" width="480" height="306" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.ericmmartin.com/projects/simplemodal-demos/" target="_blank">http://www.ericmmartin.com/projects/simplemodal-demos/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/05/27/simplemodal-lightweight-jquery-modal-dialog/" rel="bookmark" title="May 27, 2008">SimpleModal &#8211; Lightweight jQuery Modal Dialog</a></li><li><a
href="http://www.webappers.com/2007/06/20/show-images-and-ajax-content-in-modal-by-thickbox-3/" rel="bookmark" title="June 20, 2007">Show Images and Ajax Content in Modal by ThickBox 3</a></li><li><a
href="http://www.webappers.com/2008/12/31/jquery-alert-confirm-and-prompt-dialogs-replacements/" rel="bookmark" title="December 31, 2008">jQuery Alert(), Confirm() and Prompt() Dialogs Replacements</a></li><li><a
href="http://www.webappers.com/2009/06/01/jquery-masonry-a-layout-plugin-for-jquery/" rel="bookmark" title="June 1, 2009">jQuery Masonry &#8211; A Layout Plugin for jQuery</a></li><li><a
href="http://www.webappers.com/2008/04/25/custom-javascript-dialog-boxes-with-4-styles/" rel="bookmark" title="April 25, 2008">Custom Javascript Dialog Boxes with 4 Styles</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/2009/10/28/simplemodal-a-jquery-modal-dialog-framework/feed/</wfw:commentRss> </item> <item><title>Retrieves and Aggregates Profiles from Across the Web</title><link>http://www.webappers.com/2009/10/08/retrieves-and-aggregates-profiles-from-across-the-web/</link> <comments>http://www.webappers.com/2009/10/08/retrieves-and-aggregates-profiles-from-across-the-web/#comments</comments> <pubDate>Thu, 08 Oct 2009 07:01:52 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1774</guid> <description><![CDATA[Most of us create identities across the web without much conscious thought. We fill in profiles, upload photos, videos, reviews, and bookmarks. Although this information is often public, it’s fragmented into the silos of individual websites.
Glenn Jones built a JavaScript library that can help you do just that. Ident Engine discovers and retrieves distributed identities [...]]]></description> <content:encoded><![CDATA[<p>Most of us create identities across the web without much conscious thought. We fill in profiles, upload photos, videos, reviews, and bookmarks. Although this information is often public, it’s fragmented into the silos of individual websites.</p><p>Glenn Jones built a JavaScript library that can help you do just that. <strong><a
title="Ident Engine" href="http://identengine.com/" target="_blank">Ident Engine</a></strong> discovers and retrieves distributed identities and profiles from across the web. Simply enter your profile URLs, you would be shocked by the level of detail it found out about you. You can also find out how <strong><a
title="Ident Engine" href="http://identengine.com/" target="_blank">Ident Engine</a></strong> works on <a
title="A List Apart Discovering Magic" href="http://www.alistapart.com/articles/discovering-magic/" target="_blank">A List Apart: Discovering Magic</a> as well.</p><p
style="text-align: center;"><a
title="Ident Engine" href="http://identengine.com/" target="_blank"><img
class="size-full wp-image-1775 aligncenter" title="find-profiles" src="http://www.webappers.com/img/2009/10/find-profiles.jpg" alt="find-profiles" width="480" height="321" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://identengine.com/" target="_blank">http://identengine.com/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/06/21/magic-toolbox-javascript-and-flash-image-zoom-tools/" rel="bookmark" title="June 21, 2008">Magic Toolbox &#8211; Javascript and Flash Image Zoom Tools</a></li><li><a
href="http://www.webappers.com/2009/08/06/goingup-combines-web-analytics-with-seo-tools/" rel="bookmark" title="August 6, 2009">GoingUp &#8211; Combines Web Analytics with SEO Tools</a></li><li><a
href="http://www.webappers.com/2008/08/13/img%c2%b72%c2%b7json-extracts-meta-data-from-images-to-json/" rel="bookmark" title="August 13, 2008">IMG·2·JSON Extracts Meta Data from Images to JSON</a></li><li><a
href="http://www.webappers.com/2007/07/26/unknown-flash-xml-gallery-posted-by-deziner-folio/" rel="bookmark" title="July 26, 2007">Unknown Flash XML Gallery Posted by Deziner Folio</a></li><li><a
href="http://www.webappers.com/2008/11/14/jx-graphical-user-interface-for-mootools-library/" rel="bookmark" title="November 14, 2008">Jx &#8211; Graphical User Interface for Mootools Library</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/2009/10/08/retrieves-and-aggregates-profiles-from-across-the-web/feed/</wfw:commentRss> </item> <item><title>SWFAddress Provides Deep Linking for Flash &amp; Ajax</title><link>http://www.webappers.com/2009/10/07/swfaddress-provides-deep-linking-for-flash-ajax/</link> <comments>http://www.webappers.com/2009/10/07/swfaddress-provides-deep-linking-for-flash-ajax/#comments</comments> <pubDate>Wed, 07 Oct 2009 07:01:01 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1768</guid> <description><![CDATA[
SWFAddress is a small, but powerful library that provides deep linking for Flash and Ajax. It&#8217;s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state.
SWFAddress enables a number of important capabilities which are missing in today&#8217;s rich web technologies including:  Bookmarking in a [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
class="size-full wp-image-1769 aligncenter" title="swf-address" src="http://www.webappers.com/img/2009/10/swf-address.jpg" alt="swf-address" width="480" height="63" /></p><p><a
title="SWFAddress" href="http://www.asual.com/swfaddress/" target="_blank">SWFAddress</a> is a small, but powerful library that provides deep linking for Flash and Ajax. It&#8217;s a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state.</p><p><a
title="SWFAddress" href="http://www.asual.com/swfaddress/" target="_blank">SWFAddress</a> enables a number of important capabilities which are missing in today&#8217;s rich web technologies including:  Bookmarking in a browser or social website. Sending links via email or instant messenger.</p><p>It also enables finding specific content with the major search engines. And utilizing browser history and reload buttons.</p><p>It has been tested on Internet Explorer 6.0+, Mozilla Firefox 1.0+, Safari 1.3+, Opera 9.5+, Chrome 1.0+ and Camino 1.0+.</p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.asual.com/swfaddress/" target="_blank">http://www.asual.com/swfaddress/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/07/05/chat-with-any-visitor-of-your-website-with-plugoo/" rel="bookmark" title="July 5, 2007">Chat with Any Visitor of Your Website with Plugoo</a></li><li><a
href="http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/" rel="bookmark" title="August 11, 2007">30 HTML Email Templates and Plain Text Templates</a></li><li><a
href="http://www.webappers.com/2008/06/14/a-guide-to-css-support-in-email/" rel="bookmark" title="June 14, 2008">A Guide to CSS Support in Email</a></li><li><a
href="http://www.webappers.com/2009/07/29/create-a-search-highlight-plugin-with-mootools/" rel="bookmark" title="July 29, 2009">Create a Search &#038; Highlight Plugin with MooTools</a></li><li><a
href="http://www.webappers.com/2008/05/14/an-seo-guide-for-designers/" rel="bookmark" title="May 14, 2008">An SEO Guide for Designers</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/2009/10/07/swfaddress-provides-deep-linking-for-flash-ajax/feed/</wfw:commentRss> </item> <item><title>Delays Loading of Images with Lazy Loader jQuery Plugin</title><link>http://www.webappers.com/2009/10/01/delays-loading-of-images-with-lazy-loader-jquery-plugin/</link> <comments>http://www.webappers.com/2009/10/01/delays-loading-of-images-with-lazy-loader-jquery-plugin/#comments</comments> <pubDate>Thu, 01 Oct 2009 07:01:09 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[MIT License]]></category> <category><![CDATA[Tools]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1744</guid> <description><![CDATA[Lazy loader is a jQuery plugin written in JavaScript. It delays loading of images in (long) web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading.
Using Lazy loader on long web pages containing many large images makes the page load [...]]]></description> <content:encoded><![CDATA[<p><a
title="Lazy Load" href="http://www.appelsiini.net/projects/lazyload" target="_blank">Lazy loader</a> is a jQuery plugin written in JavaScript. It delays loading of images in (long) web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading.</p><p>Using <a
title="Lazy Load" href="http://www.appelsiini.net/projects/lazyload" target="_blank">Lazy loader</a> on long web pages containing many large images makes the page load faster. Browser will be in ready state after loading visible images. <strong>In some cases it can also help to reduce server load.</strong></p><p>There are options for control maniacs who need to fine-tune. You can set threshold on how close to the edge image should come before it is loaded. You can also set placeholder image and custom event to trigger loading. You can check out the <a
title="Demo" href="http://www.appelsiini.net/projects/lazyload/enabled_fadein.html" target="_blank">demo with FadeIn Effect enabled</a>.</p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.appelsiini.net/projects/lazyload/enabled_fadein.html" target="_blank">http://www.appelsiini.net/projects/lazyload/enabled_fadein.html</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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><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/2008/12/27/free-dynamic-javascript-slideshow-under-5kb/" rel="bookmark" title="December 27, 2008">Free Dynamic Javascript Slideshow Under 5KB</a></li><li><a
href="http://www.webappers.com/2008/07/19/autoviewer-free-and-customizable-flash-image-viewer/" rel="bookmark" title="July 19, 2008">AutoViewer &#8211; Free and Customizable Flash Image Viewer</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></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/2009/10/01/delays-loading-of-images-with-lazy-loader-jquery-plugin/feed/</wfw:commentRss> </item> <item><title>Symfony Components Standalone Libraries for PHP</title><link>http://www.webappers.com/2009/09/21/symfony-components-standalone-libraries-for-php/</link> <comments>http://www.webappers.com/2009/09/21/symfony-components-standalone-libraries-for-php/#comments</comments> <pubDate>Mon, 21 Sep 2009 07:01:19 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1718</guid> <description><![CDATA[
The Symfony Components are standalone and reusable PHP classes. With no pre-requisite, except for PHP, you can install them today, and start using them right away. Currently, there are three components available at the moment.
YAML &#8211; A PHP library that speaks YAML
Symfony YAML is a PHP library that parses YAML strings and converts them to [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><a
title="Symfony Components" href="http://components.symfony-project.org/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2009/09/symfony-components.jpg" alt="Symfony Components" /></a></p><p><a
title="Symfony Components" href="http://components.symfony-project.org/" target="_blank">The Symfony Components</a> are standalone and reusable PHP classes. With no pre-requisite, except for PHP, you can install them today, and start using them right away. Currently, there are three components available at the moment.</p><p><strong>YAML &#8211; A PHP library that speaks YAML</strong><br
/> Symfony YAML is a PHP library that parses YAML strings and converts them to PHP arrays. It can also converts PHP arrays to YAML strings.</p><p><strong>Event Dispatcher &#8211; Facilitating communication between PHP classes</strong><br
/> Symfony Event Dispatcher is a PHP library that provides a lightweight implementation of the Observer design pattern.</p><p><strong>Dependency Injection &#8211; Reinventing how you manage PHP classes</strong><br
/> Symfony Dependency Injection is a PHP library that provides a robust Dependency Injection Container.</p><blockquote><p>Requirements: -<br
/> Demo: <a
title="demo" rel="nofollow" href="http://components.symfony-project.org/" target="_blank">http://components.symfony-project.org/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/05/21/axiis-open-source-data-visualization-framework/" rel="bookmark" title="May 21, 2009">Axiis &#8211; Open Source Data Visualization Framework</a></li><li><a
href="http://www.webappers.com/2009/02/19/quickly-review-code-quality-with-yaml-debug-bookmarklet/" rel="bookmark" title="February 19, 2009">Quickly Review Code Quality with YAML Debug Bookmarklet</a></li><li><a
href="http://www.webappers.com/2008/03/15/aspnet-ajax-control-toolkit/" rel="bookmark" title="March 15, 2008">ASP.Net Ajax Control Toolkit</a></li><li><a
href="http://www.webappers.com/2007/09/18/official-jquery-user-interface-components-called-jquery-ui/" rel="bookmark" title="September 18, 2007">Official jQuery User Interface Components Called jQuery UI</a></li><li><a
href="http://www.webappers.com/2008/07/18/dbug-php-version-of-coldfusions-cfdump/" rel="bookmark" title="July 18, 2008">dBug &#8211; PHP Version of ColdFusion&#8217;s cfdump</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/2009/09/21/symfony-components-standalone-libraries-for-php/feed/</wfw:commentRss> </item> <item><title>jCryption &#8211; Javascript HTML-Form Encryption Plugin</title><link>http://www.webappers.com/2009/09/17/jcryption-javascript-html-form-encryption-plugin/</link> <comments>http://www.webappers.com/2009/09/17/jcryption-javascript-html-form-encryption-plugin/#comments</comments> <pubDate>Thu, 17 Sep 2009 07:01:10 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category> <category><![CDATA[Security]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1671</guid> <description><![CDATA[
jCryption is a javascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form. It uses the Multiple-precision and Barrett modular reduction libraries for the calculations and jQuery for the rest. jCryption is completly free and dual licensed under the MIT and GPL licenses like jQuery.
Normally if you submit [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
src="http://www.webappers.com/img/2009/08/jcryption.jpg" alt="jCryption" /></p><p><a
title="jCryption" href="http://www.jcryption.org/" target="_blank">jCryption</a> is a javascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form. It uses the Multiple-precision and Barrett modular reduction libraries for the calculations and jQuery for the rest. jCryption is completly free and dual licensed under the MIT and GPL licenses like jQuery.</p><p>Normally if you submit a form and you don’t use SSL, your data will be sent in plain text. But SSL is neither supported by every webhost nor it’s easy to install/apply sometimes. So I created this plug-in in order that you are able to encrypt your data fast and simple. jCryption uses the public-key algorithm of RSA for the encryption.</p><p><a
title="jCryption" href="http://www.jcryption.org/" target="_blank">jCryption</a> at it’s current state is no replacement for SSL, because there is no authentication, but the main goal of jCryption should be a very easy and fast to install plugin which offers a base level of security.</p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.jcryption.org/" target="_blank">http://www.jcryption.org/</a><br
/> License: MIT, GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/05/07/fancy-form-styling-and-advanced-form-functionality/" rel="bookmark" title="May 7, 2009">Fancy Form Styling and Advanced Form Functionality</a></li><li><a
href="http://www.webappers.com/2007/08/22/jquery-password-strength-meter-with-better-algorithm/" rel="bookmark" title="August 22, 2007">JQuery Password Strength Meter with Better Algorithm</a></li><li><a
href="http://www.webappers.com/2009/06/12/jquery-inline-form-validation-engine/" rel="bookmark" title="June 12, 2009">jQuery Inline Form Validation Engine</a></li><li><a
href="http://www.webappers.com/2007/08/03/assl-open-source-ajax-secure-service-layer/" rel="bookmark" title="August 3, 2007">aSSL &#8211; Open Source Ajax Secure Service Layer</a></li><li><a
href="http://www.webappers.com/2009/01/09/easy-image-or-content-slider-for-jquery/" rel="bookmark" title="January 9, 2009">Easy Image or Content Slider for 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/2009/09/17/jcryption-javascript-html-form-encryption-plugin/feed/</wfw:commentRss> </item> <item><title>Create Powerful Mobile Apps with HTML, CSS and jQuery</title><link>http://www.webappers.com/2009/09/08/create-powerful-mobile-apps-with-html-css-and-jquery/</link> <comments>http://www.webappers.com/2009/09/08/create-powerful-mobile-apps-with-html-css-and-jquery/#comments</comments> <pubDate>Tue, 08 Sep 2009 07:01:44 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Framework]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1682</guid> <description><![CDATA[jQTouch is a jQuery plugin for mobile web development on forward-thinking devices. You can create powerful mobile apps with just HTML, CSS, and jQuery.  It supports native animations, automatic navigation, and themes for mobile WebKit browsers like iPhone, G1, and Pre.
jQTouch requires one basic theme to make page transitions work which is very small. [...]]]></description> <content:encoded><![CDATA[<p><a
title="jQTouch" href="http://jqtouch.com/" target="_blank">jQTouch</a> is a jQuery plugin for mobile web development on forward-thinking devices. You can create powerful mobile apps with just HTML, CSS, and jQuery.  It supports native animations, automatic navigation, and themes for mobile WebKit browsers like iPhone, G1, and Pre.</p><p><a
title="jQTouch" href="http://jqtouch.com/" target="_blank">jQTouch</a> requires one basic theme to make page transitions work which is very small. One could use just the core CSS file to build a completely custom UI. Themes are additional CSS files which provide native-looking styles, mostly centered around the iPhone OS. Themes included are: Apple, jQT and Vanilla.</p><p
style="text-align: center;"><a
title="jQTouch" href="http://jqtouch.com/" target="_blank"><img
src="http://www.webappers.com/img/2009/09/jqtouch.jpg" alt="jQTouch" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
rel="nofollow" href="http://jqtouch.com/" target="_blank">http://jqtouch.com/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/01/01/nettus-shows-us-how-to-open-zip-files-with-php/" rel="bookmark" title="January 1, 2009">NETTUTS Shows Us How to Open Zip Files with PHP</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/2007/09/18/official-jquery-user-interface-components-called-jquery-ui/" rel="bookmark" title="September 18, 2007">Official jQuery User Interface Components Called jQuery UI</a></li><li><a
href="http://www.webappers.com/2008/12/31/jquery-alert-confirm-and-prompt-dialogs-replacements/" rel="bookmark" title="December 31, 2008">jQuery Alert(), Confirm() and Prompt() Dialogs Replacements</a></li><li><a
href="http://www.webappers.com/2008/09/17/merb-mvc-framework-like-ruby-on-rails-but-simpler/" rel="bookmark" title="September 17, 2008">Merb &#8211; MVC Framework Like Ruby on Rails but Simpler</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/2009/09/08/create-powerful-mobile-apps-with-html-css-and-jquery/feed/</wfw:commentRss> </item> </channel> </rss>
<!-- Served from: ps11300.dreamhostps.com @ 2009-11-20 20:23:42 by W3 Total Cache -->