<?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; Popup</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>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>Keep Demos Inside the Page with inFrame</title><link>http://www.webappers.com/2009/09/23/keep-demos-inside-the-page-with-inframe/</link> <comments>http://www.webappers.com/2009/09/23/keep-demos-inside-the-page-with-inframe/#comments</comments> <pubDate>Wed, 23 Sep 2009 07:01:56 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Popup]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1720</guid> <description><![CDATA[Say I had some CSS or JavaScript techniques/effects I wanted to show in a blog post. Obviously it would have been uncomfortable for us to actually include the thing in the post (CSS needs to be in the head, JavaScript may conflict with other JavaScript, etc), so the best option would have been to just [...]]]></description> <content:encoded><![CDATA[<p>Say I had some CSS or JavaScript techniques/effects I wanted to show in a blog post. Obviously it would have been uncomfortable for us to actually include the thing in the post (CSS needs to be in the head, JavaScript may conflict with other JavaScript, etc), so the best option would have been to just link to the file demonstrating the effect.</p><p>Using <strong><a
title="inFrame" href="http://www.vileworks.com/inframe-keep-the-demos-inside-the-page-with-jquery" target="_blank">inFrame</a></strong>, we can keep demos indisde the page. So that, the reader doesn’t have to go away from the blog post to view demo files. Simply just add a class of inframe to each these links.</p><p
style="text-align: center;"><a
title="inFrame" href="http://www.vileworks.com/inframe-keep-the-demos-inside-the-page-with-jquery" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2009/09/inframe-demo.jpg" alt="inFrame Demo" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.vileworks.com/inframe-keep-the-demos-inside-the-page-with-jquery" target="_blank">http://www.vileworks.com/inframe-keep-the-demos-inside&#8230;</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/06/05/mootools-javascript-framwork/" rel="bookmark" title="June 5, 2007">MooTools Javascript Framework</a></li><li><a
href="http://www.webappers.com/2009/05/02/preview-upload-modify-files-folders-with-filemanager/" rel="bookmark" title="May 2, 2009">Preview, Upload, Modify Files &#038; Folders with FileManager</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/06/22/less-an-extension-to-css/" rel="bookmark" title="June 22, 2009">Less &#8211; An Extension to CSS</a></li><li><a
href="http://www.webappers.com/2009/06/05/jquery-tools-a-collection-of-javascript-ui-components/" rel="bookmark" title="June 5, 2009">jQuery Tools &#8211; A Collection of Javascript UI Components</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/23/keep-demos-inside-the-page-with-inframe/feed/</wfw:commentRss> </item> <item><title>How to Create a Non-Javascript Lightbox with CSS</title><link>http://www.webappers.com/2009/09/07/how-to-creare-a-non-javascript-lightbox-with-css/</link> <comments>http://www.webappers.com/2009/09/07/how-to-creare-a-non-javascript-lightbox-with-css/#comments</comments> <pubDate>Mon, 07 Sep 2009 07:01:01 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Popup]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1686</guid> <description><![CDATA[We have seen lots of Javascript Lightbox plugins. It is good to see someone who has created a valid markup Lightbox purely with XHTML and CSS for us.
ThinkVitamin has published a detailed tutorial of How to Create a Valid Non-Javascript Lightbox. Please note that this article assumes you have a basic understanding of (X)HTML and [...]]]></description> <content:encoded><![CDATA[<p>We have seen lots of <a
title="Javascript Lightbox" href="http://www.webappers.com/category/components/popup/" target="_blank">Javascript Lightbox plugins</a>. It is good to see someone who has created a valid markup Lightbox purely with XHTML and CSS for us.</p><p>ThinkVitamin has published a detailed tutorial of <strong><a
title="How to Crate a Valid Non-Javascript Lightbox" href="http://carsonified.com/blog/design/css/how-to-create-a-valid-non-javascript-lightbox/" target="_blank">How to Create a Valid Non-Javascript Lightbox</a></strong>. Please note that this article assumes you have a basic understanding of (X)HTML and CSS.</p><p
style="text-align: center;"><a
title="How to Crate a Valid Non-Javascript Lightbox" href="http://carsonified.com/blog/design/css/how-to-create-a-valid-non-javascript-lightbox/" target="_blank"><img
src="http://www.webappers.com/img/2009/09/css-lightbox.jpg" alt="CSS Lightbox" /></a></p><blockquote><p>Requirements: FF, Safari, Chrome, IE6, IE7 and IE8<br
/> Demo: <a
rel="nofollow" href="http://www.growldesign.co.uk/projects/lb/" target="_blank">http://www.growldesign.co.uk/projects/lb/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/12/15/smartmarkup-universal-markup-editor-and-platform/" rel="bookmark" title="December 15, 2008">SmartMarkUP &#8211; Universal Markup Editor and Platform</a></li><li><a
href="http://www.webappers.com/2009/03/06/colorbox-customizable-lightbox-plugin-for-jquery/" rel="bookmark" title="March 6, 2009">ColorBox &#8211; Customizable Lightbox Plugin for jQuery</a></li><li><a
href="http://www.webappers.com/2009/04/01/fullsize-jquery-plugin-img-attribute-proposal/" rel="bookmark" title="April 1, 2009">Fullsize jQuery Plugin &#038; A New &lt;IMG&gt; Attribute Proposal</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/2008/02/01/the-spry-framework-for-ajax-from-adobe-labs/" rel="bookmark" title="February 1, 2008">The Spry Framework for Ajax from Adobe Labs</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/07/how-to-creare-a-non-javascript-lightbox-with-css/feed/</wfw:commentRss> </item> <item><title>Bumpbox &#8211; A Lightbox Clone that Supports PDFs</title><link>http://www.webappers.com/2009/07/25/bumpbox-a-lightbox-clone-that-supports-pdfs/</link> <comments>http://www.webappers.com/2009/07/25/bumpbox-a-lightbox-clone-that-supports-pdfs/#comments</comments> <pubDate>Sat, 25 Jul 2009 07:01:17 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Popup]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1645</guid> <description><![CDATA[Bumpbox is another lightbox clone with a few advantages over other lightboxes &#8211; it supports not only all common media types but also PDF&#8217;s.
Yet, the integration and implementation on your own site is pretty simple. Just add the scripts to your head section, add classes to your links that should use bumpbox, define a rel [...]]]></description> <content:encoded><![CDATA[<p><a
title="Bumpbox" href="http://www.artviper.net/bumpbox.php" target="_blank">Bumpbox</a> is another lightbox clone with a few advantages over other lightboxes &#8211; <strong>it supports not only all common media types but also PDF&#8217;s</strong>.</p><p>Yet, the integration and implementation on your own site is pretty simple. Just add the scripts to your head section, add classes to your links that should use bumpbox, define a rel tag with the size that the bumpbox should have and you&#8217;re ready to roll.</p><p><a
title="Bumpbox" href="http://www.artviper.net/bumpbox.php" target="_blank">Bumpbox</a> automatically detects what kind of filetype you wish to show in the box, so you do not need to specify the type, easing the process of integration.</p><p
style="text-align: center;"><a
title="Bumpbox" href="http://www.artviper.net/bumpbox.php" target="_blank"><img
src="http://www.webappers.com/img/2009/07/bumpbox.jpg" alt="Bumpbox" /></a></p><blockquote><p>Requirements: Mootools Framework 1.2<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.artviper.net/bumpbox.php" target="_blank">http://www.artviper.net/bumpbox.php</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/01/02/create-custom-carousel-with-agile-carousel-jquery-plugin/" rel="bookmark" title="January 2, 2009">Create Custom Carousel with Agile Carousel jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2008/05/11/easiest-tooltip-and-image-preview-using-jquery/" rel="bookmark" title="May 11, 2008">Easiest Tooltip and Image Preview Using jQuery</a></li><li><a
href="http://www.webappers.com/2007/11/05/moomonth-full-javascript-calendar-with-mootools/" rel="bookmark" title="November 5, 2007">MooMonth &#8211; Full Javascript Calendar with MooTools</a></li><li><a
href="http://www.webappers.com/2008/10/18/mootools-formcheck-indicates-errors-on-forms/" rel="bookmark" title="October 18, 2008">Mootools FormCheck Indicates Errors on Forms</a></li><li><a
href="http://www.webappers.com/2009/05/28/detect-page-scrolling-with-mootools-scrollspy/" rel="bookmark" title="May 28, 2009">Detect Page Scrolling with MooTools ScrollSpy</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/07/25/bumpbox-a-lightbox-clone-that-supports-pdfs/feed/</wfw:commentRss> </item> <item><title>Sexy Page Peel Effect Tutorial &amp; jQuery Plugin</title><link>http://www.webappers.com/2009/05/13/sexy-page-peel-effect-tutorial-jquery-plugin/</link> <comments>http://www.webappers.com/2009/05/13/sexy-page-peel-effect-tutorial-jquery-plugin/#comments</comments> <pubDate>Wed, 13 May 2009 07:01:08 +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=1574</guid> <description><![CDATA[You have probably seen these forms of advertisings where you can peel a corner of a website and see a message underneath. SohTanaka has made a tutorial: Simple Page Peel Effect with jQuery &#38; CSS. All they are doing is expanding the image on hover, then retracting to its default size on hover out.
You may [...]]]></description> <content:encoded><![CDATA[<p>You have probably seen these forms of advertisings where you can peel a corner of a website and see a message underneath. SohTanaka has made a tutorial: <a
title="Simple Page Peel Effect with jQuery &amp; CSS" href="http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/" target="_blank">Simple Page Peel Effect with jQuery &amp; CSS</a>. All they are doing is expanding the image on hover, then retracting to its default size on hover out.</p><p>You may also interested in <a
title="The Sexy Curls jQuery Plugin" href="http://www.elliottkember.com/sexy_curls.html" target="_blank">The Sexy Curls jQuery Plugin</a> if you like this tutorial. The page corner can be set to curl automatically. The plugin is released under the MIT license. That means you can do whatever you like with it.</p><p
style="text-align: center;"><a
title="Simple Page Peel Effect with jQuery &amp; CSS" href="http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css/" target="_blank"><img
src="http://www.webappers.com/img/2009/05/corner-peel.jpg" alt="Page Corner Peel jQuery Plugin" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.sohtanaka.com/web-design/examples/peeling-effect/" target="_blank">http://www.sohtanaka.com/web-design/examples/peeling-effect/</a><br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.elliottkember.com/sexy_curls.html" target="_blank">http://www.elliottkember.com/sexy_curls.html</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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/09/24/greyscale-hover-effect-with-css-jquery/" rel="bookmark" title="September 24, 2009">Greyscale Hover Effect with CSS &#038; jQuery</a></li><li><a
href="http://www.webappers.com/2008/12/10/how-to-create-digg-spy-effect-with-jquery/" rel="bookmark" title="December 10, 2008">How to Create Digg Spy Effect with jQuery</a></li><li><a
href="http://www.webappers.com/2009/09/11/how-to-create-a-realistic-hover-effect-with-jquery/" rel="bookmark" title="September 11, 2009">How To Create a Realistic Hover Effect with jQuery</a></li><li><a
href="http://www.webappers.com/2008/11/24/jquerypopeye-an-inline-lightbox-alternative/" rel="bookmark" title="November 24, 2008">jQuery.popeye &#8211; An Inline Lightbox Alternative</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/05/13/sexy-page-peel-effect-tutorial-jquery-plugin/feed/</wfw:commentRss> </item> <item><title>Growl for Rails Built on Prototype and Scriptaculous</title><link>http://www.webappers.com/2009/02/25/growl-for-rails-built-on-prototype-and-scriptaculous/</link> <comments>http://www.webappers.com/2009/02/25/growl-for-rails-built-on-prototype-and-scriptaculous/#comments</comments> <pubDate>Wed, 25 Feb 2009 07:01:25 +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=1504</guid> <description><![CDATA[Growl4Rails is a javascript component that provides the UI for growl-like notifications in your Rails web application. Jim Fiorato has recently added the ability to show multiple growls at once, as well as improved support for IE. You can also specify the duration and max number of growls to show.
If you are not using Rails, [...]]]></description> <content:encoded><![CDATA[<p><a
title="Growl for Rails" href="http://github.com/jfiorato/growl4rails/tree/master" target="_blank">Growl4Rails</a> is a javascript component that provides the UI for growl-like notifications in your Rails web application. Jim Fiorato has recently added the ability to show multiple growls at once, as well as improved support for IE. You can also specify the duration and max number of growls to show.</p><p>If you are not using Rails, you can also get the <a
title="Growl for jQuery" href="http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/" target="_blank">Growl for jQuery</a> and <a
title="Growl for Mootools" href="http://www.webappers.com/2008/04/27/roar-another-notification-widget-with-mootools/" target="_blank">Growl for Mootools</a> instead.</p><p
style="text-align: center;"><a
title="Growl for Rails" href="http://github.com/jfiorato/growl4rails/tree/master" target="_blank"><img
src="http://www.webappers.com/img/2009/02/growl-rails.png" alt="Growl for Rails" /></a></p><blockquote><p>Requirements: Rails 2.1+, Prototype 1.6+, Scriptaculous 1.7+<br
/> Demo: <a
rel="nofollow" href="http://github.com/jfiorato/growl4rails/tree/master" target="_blank">http://github.com/jfiorato/growl4rails/tree/master</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/04/21/send-notifications-instantly-with-growl-mootools/" rel="bookmark" title="April 21, 2008">Send Notifications Instantly with Growl Mootools</a></li><li><a
href="http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/" rel="bookmark" title="July 7, 2008">jGrowl &#8211; Unobtrusive Notification System for jQuery</a></li><li><a
href="http://www.webappers.com/2008/11/05/best-cheat-sheets-for-web-developers/" rel="bookmark" title="November 5, 2008">The Best Cheat Sheets for Web Developers</a></li><li><a
href="http://www.webappers.com/2008/04/27/roar-another-notification-widget-with-mootools/" rel="bookmark" title="April 27, 2008">Roar &#8211; Another Notification Widget with MooTools</a></li><li><a
href="http://www.webappers.com/2007/10/26/jsloader-javascript-libraries-on-demand/" rel="bookmark" title="October 26, 2007">JSLoader &#8211; Javascript Libraries on Demand</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/02/25/growl-for-rails-built-on-prototype-and-scriptaculous/feed/</wfw:commentRss> </item> <item><title>jQuery Alert(), Confirm() and Prompt() Dialogs Replacements</title><link>http://www.webappers.com/2008/12/31/jquery-alert-confirm-and-prompt-dialogs-replacements/</link> <comments>http://www.webappers.com/2008/12/31/jquery-alert-confirm-and-prompt-dialogs-replacements/#comments</comments> <pubDate>Wed, 31 Dec 2008 07:01:38 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[Popup]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1456</guid> <description><![CDATA[jQuery Alert Dialogs aims to replace the basic functionality provided by the standard JavaScript alert(), confirm(), and prompt()  functions. These are completely customizable via CSS (which can make your apps look much more professional). And you can set a custom title for each dialog.
These methods simulate a true modal dialog box. They will automatically [...]]]></description> <content:encoded><![CDATA[<p><a
title="jQuery Alert Dialogs" href="http://abeautifulsite.net/notebook/87" target="_blank">jQuery Alert Dialogs</a> aims to replace the basic functionality provided by the standard JavaScript alert(), confirm(), and prompt()  functions. These are completely customizable via CSS (which can make your apps look much more professional). And you can set a custom title for each dialog.</p><p>These methods simulate a true modal dialog box. They will automatically re-position themselves if you resize the browser window. If you include the jQuery UI Draggable plugin, the dialogs can be moved by dragging their title bars. Unlike their native JavaScript counterparts, you can use HTML in the message parameter. To specify a newline, you can use either \n or &lt;br /&gt;.</p><p
style="text-align: center;"><a
title="jQuery Alert Dialogs" href="http://abeautifulsite.net/notebook/87" target="_blank"><img
src="http://www.webappers.com/img/2008/12/jquery-alert.png" alt="jQuery Alert Dialogs" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://abeautifulsite.net/notebook_files/87/demo/" target="_blank">http://abeautifulsite.net/notebook_files/87/demo/</a><br
/> License: GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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/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/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/2007/07/12/smooth-and-lightweight-modalbox-for-popups/" rel="bookmark" title="July 12, 2007">Smooth and Lightweight ModalBox for Popups</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/2008/12/31/jquery-alert-confirm-and-prompt-dialogs-replacements/feed/</wfw:commentRss> </item> <item><title>How to Create Digg Spy Effect with jQuery</title><link>http://www.webappers.com/2008/12/10/how-to-create-digg-spy-effect-with-jquery/</link> <comments>http://www.webappers.com/2008/12/10/how-to-create-digg-spy-effect-with-jquery/#comments</comments> <pubDate>Wed, 10 Dec 2008 07:01:57 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Popup]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1438</guid> <description><![CDATA[I would like to share two Digg Spy jQuery scripts that you can use on your site. A few years ago Digg released a very cool little visualisation tool called Digg Spy (it&#8217;s since been upgraded to the Big Spy). Recently Realmac Software released the site QuickSnapper which makes use of the similar spy technique.
if [...]]]></description> <content:encoded><![CDATA[<p>I would like to share two Digg Spy jQuery scripts that you can use on your site. A few years ago Digg released a very cool little visualisation tool called Digg Spy (it&#8217;s since been upgraded to the Big Spy). Recently Realmac Software released the site QuickSnapper which makes use of the similar spy technique.</p><p>if JavaScript is turned off, the list of snaps is visible by default. It only keep pulling in new items until it hits the end. jQueryforDesigners shows us how we can keep the list looping in &#8220;<a
title="Simple Digg Spy Effect Tutorial" href="http://jqueryfordesigners.com/simple-jquery-spy-effect/" target="_blank">Simple jQuery Spy Effect Tutorial</a>&#8220;, and in a follow up tutorial he&#8217;ll show us how to hook this in to an Ajax hit that doesn&#8217;t hammer your server and keeps the effect nice and smooth too.</p><p>You can also get the &#8220;<a
title="jQuery Spy Plugin" href="http://leftlogic.com/lounge/articles/jquery_spy/" target="_blank">jQuery Spy Plugin</a>&#8221; from LeftLogic. It gives you the Digg Spy effect immediately as well. You can have your very own spy, for anything, with only a few lines of JavaScript.</p><blockquote><p>Requirements: -<br
/> Demo: <a
rel="nofollow" href="http://jqueryfordesigners.com/demo/simple-spy.html" target="_blank">http://jqueryfordesigners.com/demo/simple-spy.html</a><br
/> Demo: <a
rel="nofollow" href="http://leftlogic.com/jquery_spy/spy.html" target="_blank">http://leftlogic.com/jquery_spy/spy.html</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/06/16/how-to-create-an-infinite-carousel-with-jquery/" rel="bookmark" title="June 16, 2009">How to Create an Infinite Carousel with jQuery</a></li><li><a
href="http://www.webappers.com/2008/04/20/coda-style-popup-bubble-tooltips-with-jquery/" rel="bookmark" title="April 20, 2008">Coda Style Popup Bubble Tooltips with jQuery</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><li><a
href="http://www.webappers.com/2009/11/20/create-a-twitter-style-login-form-with-jquery/" rel="bookmark" title="November 20, 2009">Create a Twitter Style Login Form with jQuery</a></li><li><a
href="http://www.webappers.com/2008/10/17/simple-transparent-tooltips-with-jquery-and-css/" rel="bookmark" title="October 17, 2008">Simple Transparent Tooltips with jQuery 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/2008/12/10/how-to-create-digg-spy-effect-with-jquery/feed/</wfw:commentRss> </item> <item><title>jQuery.popeye &#8211; An Inline Lightbox Alternative</title><link>http://www.webappers.com/2008/11/24/jquerypopeye-an-inline-lightbox-alternative/</link> <comments>http://www.webappers.com/2008/11/24/jquerypopeye-an-inline-lightbox-alternative/#comments</comments> <pubDate>Mon, 24 Nov 2008 07:01:23 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[CC License]]></category> <category><![CDATA[Popup]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1424</guid> <description><![CDATA[We’ve seen a ton of Lightbox scripts used on an ever-increasing number of websites. However, Lightboxes are usually not consistent with the look &#38; feel of the rest of the website, and they still feel like a kind of pop-up, since the image leaves the layer of the web page and opens up a new [...]]]></description> <content:encoded><![CDATA[<p>We’ve seen a ton of Lightbox scripts used on an ever-increasing number of websites. However, Lightboxes are usually not consistent with the look &amp; feel of the rest of the website, and they still feel like a kind of pop-up, since the image leaves the layer of the web page and opens up a new layer.</p><p>The author of <a
title="jQuery Popeye - Inline Lightbox Alternative" href="http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/" target="_blank">jQuery.popeye</a> wanted something more integrated in the flow of the web page &#8211; a box with a small preview image with caption, the possibility to flip through an array of more thumbnails and, of course, to show an enlarged version, all in one place. Lightbox offers that. Moreover, he wanted the box to stay anchored to the page layout and not hovering above it disconnectedly. The way to achieve this was writing a script which would fix one corner of the enlarged image to the exact spot where the thumbnail had been.</p><p>After toying around for a while, He decided to put the final outcome into a proper jQuery plugin and see, what other people think. May jQuery.popeye be of use!</p><p
style="text-align: center;"><a
title="jQuery Popeye - Inline Lightbox Alternative" href="http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/" target="_blank"><img
src="http://www.webappers.com/img/2008/11/jquery-popeye.png" alt="jQuery inline Lightbox Alternative" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
rel="nofollow" href="http://dev.herr-schuessler.de/examples/jquery-popeye/" target="_blank">http://dev.herr-schuessler.de/examples/jquery-popeye/</a><br
/> License: Creative Commons License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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/2007/10/22/videobox-show-your-videos-in-lightbox/" rel="bookmark" title="October 22, 2007">Videobox &#8211; Show Your Videos in Lightbox</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><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/2008/03/31/fancybox-jquery-image-zomming-script/" rel="bookmark" title="March 31, 2008">FancyBox &#8211; jQuery Image Zomming Script</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/2008/11/24/jquerypopeye-an-inline-lightbox-alternative/feed/</wfw:commentRss> </item> <item><title>jGrowl &#8211; Unobtrusive Notification System for jQuery</title><link>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/</link> <comments>http://www.webappers.com/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/#comments</comments> <pubDate>Mon, 07 Jul 2008 07:01:47 +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=1181</guid> <description><![CDATA[We have mentioned Growl-like notification system for web a while ago, they are Send Notifications Instantly with Growl Mootools and Roar &#8211; Another Notification Widget with MooTools. Here is another Growl-like script for web which is written in jQuery called jGrowl.
jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the [...]]]></description> <content:encoded><![CDATA[<p>We have mentioned Growl-like notification system for web a while ago, they are <a
href="http://www.webappers.com/2008/04/21/send-notifications-instantly-with-growl-mootools/">Send Notifications Instantly with Growl Mootools</a> and <a
href="http://www.webappers.com/2008/04/27/roar-another-notification-widget-with-mootools/">Roar &#8211; Another Notification Widget with MooTools</a>. Here is another Growl-like script for web which is written in jQuery called jGrowl.</p><p><a
title="jGrowl - Unobtrusive Notification System for jQuery" href="http://stanlemon.net/projects/jgrowl.html" target="_blank">jGrowl</a> is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X&#8217;s Growl Framework works. It has the ability to create multiple container instances, allowing a developer to raise and create various notifications in various location on the user&#8217;s screen.</p><p
style="text-align: center;"><a
title="jGrowl - Unobtrusive Notification System for jQuery" href="http://stanlemon.net/projects/jgrowl.html" target="_blank"><img
title="jgrowl" src="http://www.webappers.com/img/2008/07/jgrowl.png" alt="jGrowl" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
href="http://stanlemon.net/projects/jgrowl.html" target="_blank">http://stanlemon.net/projects/jgrowl.html</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/04/21/send-notifications-instantly-with-growl-mootools/" rel="bookmark" title="April 21, 2008">Send Notifications Instantly with Growl Mootools</a></li><li><a
href="http://www.webappers.com/2009/02/25/growl-for-rails-built-on-prototype-and-scriptaculous/" rel="bookmark" title="February 25, 2009">Growl for Rails Built on Prototype and Scriptaculous</a></li><li><a
href="http://www.webappers.com/2008/04/27/roar-another-notification-widget-with-mootools/" rel="bookmark" title="April 27, 2008">Roar &#8211; Another Notification Widget with MooTools</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><li><a
href="http://www.webappers.com/2008/06/12/spaw-gpl-web-based-wysiwyg-editor-control/" rel="bookmark" title="June 12, 2008">SPAW &#8211; GPL Web Based WYSIWYG Editor Control</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/2008/07/07/jgrowl-unobtrusive-notification-system-for-jquery/feed/</wfw:commentRss> </item> </channel> </rss>
<!-- Served from: ps11300.dreamhostps.com @ 2009-11-20 21:26:29 by W3 Total Cache -->