<?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>Sat, 13 Mar 2010 07:01:04 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>Sliding Content Aside to Reveal Secondary Content Pane</title><link>http://www.webappers.com/2009/12/31/sliding-content-aside-to-reveal-secondary-content-pane/</link> <comments>http://www.webappers.com/2009/12/31/sliding-content-aside-to-reveal-secondary-content-pane/#comments</comments> <pubDate>Thu, 31 Dec 2009 07:01:34 +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=2209</guid> <description><![CDATA[As web developers, we spend precious time laying out our pages, using every UI concept in the book to conserve space, while trying to maintain a user&#8217;s focus on the task at hand. There are many techniques to use Lightbox, Carousel and Tabs to name a few &#8211; and recently Scott Robbin has offered up [...]]]></description> <content:encoded><![CDATA[<p>As web developers, we spend precious time laying out our pages, using every UI concept in the book to conserve space, while trying to maintain a user&#8217;s focus on the task at hand. There are many techniques to use Lightbox, Carousel and Tabs to name a few &#8211; and recently <strong>Scott Robbin</strong> has offered up another: jQuery pageSlide.</p><p><a
title="jQuery PageSlide" href="http://srobbin.com/blog/jquery-pageslide/" target="_blank">jQuery pageSlide</a> was inspired by the UI work of <strong>Aza Raskin</strong>. Aza introduced the idea of sliding content aside to reveal a secondary content pane. This plugin allows any developer to recreate a similar interaction on their own website using a few simple lines of Javascript.</p><p>By attaching the method to an anchor tag, <a
title="jQuery PageSlide" href="http://srobbin.com/blog/jquery-pageslide/" target="_blank">pageSlide</a> wraps the original body content into a wrapper and creates an additional block for the secondary content load. The slide is animated whenever the click event is invoked.</p><p
style="text-align: center;"><a
title="jQuery PageSlide" href="http://srobbin.com/blog/jquery-pageslide/" target="_blank"><img
class="size-full wp-image-2210 aligncenter" title="content-slider" src="http://www.webappers.com/img/2009/12/content-slider.jpg" alt="content-slider" width="480" height="214" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://srobbin.com/blog/jquery-pageslide/" target="_blank">http://srobbin.com/blog/jquery-pageslide/</a><br
/> License: GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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><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><li><a
href="http://www.webappers.com/2007/06/23/ajax-or-flash-version-of-yahoo-maps/" rel="bookmark" title="June 23, 2007">Ajax or Flash Version of Yahoo! Maps</a></li><li><a
href="http://www.webappers.com/2009/06/17/how-to-syndicate-external-website-content-with-jquery/" rel="bookmark" title="June 17, 2009">How To Syndicate External Website Content with jQuery</a></li><li><a
href="http://www.webappers.com/2008/01/10/css-text-wrapper-makes-hthml-text-wrap-in-shapes/" rel="bookmark" title="January 10, 2008">CSS Text Wrapper Makes HTHML Text Wrap in Shapes</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/12/31/sliding-content-aside-to-reveal-secondary-content-pane/feed/</wfw:commentRss> </item> <item><title>Meerkat &#8211; jQuery Plugin for Splash Pages or Promotions</title><link>http://www.webappers.com/2009/12/17/meerkat-jquery-plugin-for-splash-pages-or-promotions/</link> <comments>http://www.webappers.com/2009/12/17/meerkat-jquery-plugin-for-splash-pages-or-promotions/#comments</comments> <pubDate>Thu, 17 Dec 2009 07:21:44 +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=2143</guid> <description><![CDATA[Meerkat, named for its pop up like behavior, is a jQuery plugin created by Jarod Taylor. Meerkat, depending on the options you have set, will slide or fade in from the top or bottom of the browser window and remain in its fixed position while the rest of the page will scroll normally.
You have a [...]]]></description> <content:encoded><![CDATA[<p><strong><a
title="Meerkat" href="http://jarodtaylor.com/meerkat/" target="_blank">Meerkat</a></strong>, named for its pop up like behavior, is a jQuery plugin created by Jarod Taylor. Meerkat, depending on the options you have set, will slide or fade in from the top or bottom of the browser window and remain in its fixed position while the rest of the page will scroll normally.</p><p>You have a choice of providing a close option which will simply close Meerkat until the page has been reloaded, or a dontShow option, which will close <strong><a
title="Meerkat" href="http://jarodtaylor.com/meerkat/" target="_blank">Meerkat</a></strong> until the browser session has ended, or for a set amount of days, depending on the options you have defined.</p><p>Whether it&#8217;s used as a simple <a
rel="nofollow" href="http://jarodtaylor.com/meerkat/demos/demo2.php" target="_blank">promotional tool</a>, a roost for <a
rel="nofollow" href="http://jarodtaylor.com/meerkat/demos/demo1.php" target="_blank">advertisements</a>, or even as an alternative to a <a
rel="nofollow" href="http://jarodtaylor.com/meerkat/demos/demo3.php" target="_blank">splash or entry page</a>; Meerkat is unobtrusive, cross-browser compatible, and degrades gracefully if Javascript has been disabled.</p><p
style="text-align: center;"><a
title="Meerkat" href="http://jarodtaylor.com/meerkat/" target="_blank"><img
class="size-full wp-image-2144 aligncenter" title="meerkat" src="http://www.webappers.com/img/2009/12/meerkat.jpg" alt="meerkat" width="480" height="284" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://jarodtaylor.com/meerkat/demos/" target="_blank">http://jarodtaylor.com/meerkat/demos/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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/2008/06/20/multi-column-hierarchical-mcdropdown-jquery-plugin/" rel="bookmark" title="June 20, 2008">Multi-Column Hierarchical mcDropdown jQuery Plugin</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/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/08/20/in-field-labels-jquery-plugin-for-html-forms/" rel="bookmark" title="August 20, 2009">In-Field Labels jQuery Plugin for HTML Forms</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/12/17/meerkat-jquery-plugin-for-splash-pages-or-promotions/feed/</wfw:commentRss> </item> <item><title>Fancy Javascript Popup Library with jQuery UI</title><link>http://www.webappers.com/2009/11/23/fancy-javascript-popup-library-with-jquery-ui/</link> <comments>http://www.webappers.com/2009/11/23/fancy-javascript-popup-library-with-jquery-ui/#comments</comments> <pubDate>Mon, 23 Nov 2009 07:01:39 +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=2002</guid> <description><![CDATA[TopUp is another easy to use Javascript library for unobtrusively displaying images and webpages in popups. The library is jQuery and jQuery UI driven in order to maintain cross-browser compatibility and compactness.
TopUp is absolutely free, also for commercial use. The installation of TopUp consists of including only one file (no images or stylesheets), the look-and-feel [...]]]></description> <content:encoded><![CDATA[<p><a
title="TopUp" href="http://gettopup.com/" target="_blank">TopUp</a> is another easy to use Javascript library for <strong>unobtrusively displaying images and webpages in popups</strong>. The library is jQuery and jQuery UI driven in order to maintain cross-browser compatibility and compactness.</p><p><a
title="TopUp" href="http://gettopup.com/" target="_blank">TopUp</a> is absolutely free, also for commercial use. The installation of TopUp consists of including only one file (no images or stylesheets), the look-and-feel is Apple-like, the animations and transitions look fancy, you can still use Prototype, it is so easy to specify options and last but not least: you can stay updated with the latest version without changing any code.</p><p
style="text-align: center;"><a
title="TopUp" href="http://gettopup.com/" target="_blank"><img
class="size-full wp-image-2003 aligncenter" title="popup-windows" src="http://www.webappers.com/img/2009/11/popup-windows.jpg" alt="popup-windows" width="480" height="284" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://gettopup.com/" target="_blank">http://gettopup.com/</a><br
/> License: Creative Commons License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/01/28/fancyzoom-in-prototype-with-small-changes/" rel="bookmark" title="January 28, 2009">FancyZoom in Prototype with Small Changes</a></li><li><a
href="http://www.webappers.com/2007/06/03/lightbox-elegant-and-animated-gallery/" rel="bookmark" title="June 3, 2007">Lightbox &#8211; Elegant and Animated Gallery</a></li><li><a
href="http://www.webappers.com/2009/12/02/new-interactive-charting-library-in-pure-javascript/" rel="bookmark" title="December 2, 2009">New Interactive Charting Library in Pure Javascript</a></li><li><a
href="http://www.webappers.com/2009/01/17/comparison-between-prototype-and-jquery-javascript-library/" rel="bookmark" title="January 17, 2009">Comparison Between Prototype and jQuery Javascript Library</a></li><li><a
href="http://www.webappers.com/2008/05/19/jquery-interactive-date-range-picker-with-shortcuts/" rel="bookmark" title="May 19, 2008">jQuery Interactive Date Range Picker with Shortcuts</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/23/fancy-javascript-popup-library-with-jquery-ui/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/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><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></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/2008/09/18/menumatic-dynamic-drop-down-menu-for-mootools/" rel="bookmark" title="September 18, 2008">MenuMatic &#8211; Dynamic Drop Down Menu for MooTools</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/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/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/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></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/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><li><a
href="http://www.webappers.com/2007/08/28/how-to-create-a-yui-based-lightbox/" rel="bookmark" title="August 28, 2007">How to Create a YUI Based Lightbox</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/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/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/04/14/noobslide-mootools-slide-show-image-galleries/" rel="bookmark" title="April 14, 2008">noobSlide &#8211; Mootools Slide Show Image Galleries</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/2010/02/15/automatic-image-rotator-with-css-and-jquery/" rel="bookmark" title="February 15, 2010">Automatic Image Rotator with CSS 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/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/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/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/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/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/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/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> </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-13 22:11:43 -->