<?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; Capture</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Mon, 22 Mar 2010 07:01:47 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>Search &amp; Share Makes Highlighting Text More Functional</title><link>http://www.webappers.com/2009/12/23/search-share-makes-highlighting-text-more-functional/</link> <comments>http://www.webappers.com/2009/12/23/search-share-makes-highlighting-text-more-functional/#comments</comments> <pubDate>Wed, 23 Dec 2009 07:01:06 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Capture]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2169</guid> <description><![CDATA[Search and Share makes highlighting text a more functional action. More specifically, it attempts to understand the intention of a user’s text selection and present a variety of options accordingly. The criteria for understanding the intention is the character length of the selection, and the interpreted actions are copying, searching and sharing.
Whenever someone selects more [...]]]></description> <content:encoded><![CDATA[<p><a
title="Search and Share" href="http://www.latentmotion.com/search-and-share/" target="_blank">Search and Share</a> makes highlighting text a more functional action. More specifically, it attempts to <strong>understand the intention of a user’s text selection and present a variety of options accordingly</strong>. The criteria for understanding the intention is the character length of the selection, and the interpreted actions are copying, searching and sharing.</p><p>Whenever someone selects more than 40 characters from your web page and clicks the “Copy” link, your page title and URL will be included in the footer of the copied text. Your users will also be presented with the option to directly embed the excerpt in a newly composed email within Outlook, Gmail or Yahoo Mail. Sometimes, <a
title="Search and Share" href="http://www.latentmotion.com/search-and-share/" target="_blank">Search and Share</a> enables your users to get the options of Wikipedia, Amazon or eBay as well.</p><p
style="text-align: center;"><a
title="Search and Share" href="http://www.latentmotion.com/search-and-share/" target="_blank"><img
class="size-full wp-image-2170 aligncenter" title="search-share" src="http://www.webappers.com/img/2009/12/search-share.jpg" alt="search-share" width="480" height="196" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.latentmotion.com/search-and-share/" target="_blank">http://www.latentmotion.com/search-and-share/</a><br
/> License: Creative Commons 3.0 License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/09/01/open-source-ubuquity-enables-user-generated-mashups/" rel="bookmark" title="September 1, 2008">Open Source Ubiquity Enables User-Generated Mashups</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/11/18/zenbe-one-of-the-best-webmail-experiences/" rel="bookmark" title="November 18, 2008">Zenbe &#8211; One of the Best Webmail Experiences</a></li><li><a
href="http://www.webappers.com/2009/12/17/meerkat-jquery-plugin-for-splash-pages-or-promotions/" rel="bookmark" title="December 17, 2009">Meerkat &#8211; jQuery Plugin for Splash Pages or Promotions</a></li><li><a
href="http://www.webappers.com/2008/02/20/spam-proof-email-generator-email-addresses-on-images/" rel="bookmark" title="February 20, 2008">Spam Proof Email Generator &#8211; Email Addresses on Images</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/23/search-share-makes-highlighting-text-more-functional/feed/</wfw:commentRss> </item> <item><title>Creating Thumbnails Using the CSS Clip Property</title><link>http://www.webappers.com/2009/07/31/creating-thumbnails-using-the-css-clip-property/</link> <comments>http://www.webappers.com/2009/07/31/creating-thumbnails-using-the-css-clip-property/#comments</comments> <pubDate>Fri, 31 Jul 2009 07:01:06 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Capture]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1637</guid> <description><![CDATA[One of the least used properties in CSS is the Clip property. Clip is part of the visual effects module of CSS 2.1 and its job is to place a visible window on top of an object that is being clipped.
It is useful for clipping images and creating thumbnails without having to create additional files. [...]]]></description> <content:encoded><![CDATA[<p>One of the least used properties in CSS is the Clip property. Clip is part of the visual effects module of CSS 2.1 and its job is to place a visible window on top of an object that is being clipped.</p><p>It is useful for clipping images and creating thumbnails without having to create additional files. <a
title="Creatig Thumbnails Using the CSS Clip Property" href="http://www.seifi.org/css/creating-thumbnails-using-the-css-clip-property.html" target="_blank">Creating Thumbnails Using the CSS Clip Property</a> can be used to create square thumbnails, or to create other varieties of thumbnails without actually duplicating files on the server.</p><p>You can also add some drop shadow to the clipped thumbnail by using three wrapper divs with negative offsets of slightly varying background colors to create a shade effect.</p><p
style="text-align: center;"><a
title="Creating Thumbnails Using the CSS Clip Property" href="http://www.seifi.org/css/creating-thumbnails-using-the-css-clip-property.html" target="_blank"><img
src="http://www.webappers.com/img/2009/07/css-clip.jpg" alt="css clip" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.seifi.org/css/creating-thumbnails-using-the-css-clip-property.html" target="_blank">http://www.seifi.org/css/creating-thumbnails&#8230;</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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/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/10/19/minishowcase-the-super-easy-ajaxjson-gallery/" rel="bookmark" title="October 19, 2007">minishowcase &#8211; The Super Easy Ajax/JSON Gallery</a></li><li><a
href="http://www.webappers.com/2008/12/09/building-an-animated-cartoon-robot-with-jquery/" rel="bookmark" title="December 9, 2008">Building an Animated Cartoon Robot with jQuery</a></li><li><a
href="http://www.webappers.com/2009/08/03/create-rounded-corners-with-css3-border-radius-property/" rel="bookmark" title="August 3, 2009">Create Rounded Corners with CSS3 Border-Radius Property</a></li></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/31/creating-thumbnails-using-the-css-clip-property/feed/</wfw:commentRss> </item> <item><title>Capture Any Webpage From Any Browser with Aviary</title><link>http://www.webappers.com/2009/07/01/capture-any-webpage-from-any-browser-with-aviary/</link> <comments>http://www.webappers.com/2009/07/01/capture-any-webpage-from-any-browser-with-aviary/#comments</comments> <pubDate>Wed, 01 Jul 2009 07:01:55 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Capture]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1619</guid> <description><![CDATA[Aviary has just launched Screen Capture Talon that can let you capture any webpage from any browser, by simply putting Aviary.com/ in front of the URL. You can capture a page at different resolutions or to only capture a portion of the page as well.
After capturing the page, you can edit it, add simple markup [...]]]></description> <content:encoded><![CDATA[<p><em><strong>Aviary</strong></em> has just launched <a
title="Screen Capture Talon" href="http://aviary.com/launch/talon" target="_blank"><strong>Screen Capture Talon</strong></a> that can let you capture any webpage from any browser, by simply putting <strong>Aviary.com/</strong> in front of the URL. You can capture a page at different resolutions or to only capture a portion of the page as well.</p><p>After capturing the page, you can edit it, add simple markup to it and save it to your desktop (or host it online with a single click). It works on almost any public page on the Internet, with any browser. It can even capture Flash. However, it does not support multiple browsers / operating systems at the moment.</p><p
style="text-align: center;"><a
title="Screen Capture Talon" href="http://aviary.com/launch/talon" target="_blank"><img
src="http://www.webappers.com/img/2009/06/webpage-capture.jpg" alt="Webpage Capture" /></a></p><blockquote><p>Source: <a
title="Screen Capture Talon" href="http://aviary.com/launch/talon" target="_blank">http://aviary.com/launch/talon</a></p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/08/01/xray-webpage-elements-bookmarklet-for-web-developers/" rel="bookmark" title="August 1, 2007">XRAY Webpage Elements Bookmarklet for Web Developers</a></li><li><a
href="http://www.webappers.com/2008/06/23/open-source-course-management-system/" rel="bookmark" title="June 23, 2008">Open Source Course Management System</a></li><li><a
href="http://www.webappers.com/2010/02/24/pure-html-clocks-using-javascript-css-rotation/" rel="bookmark" title="February 24, 2010">Pure HTML Clocks using Javascript &#038; CSS Rotation</a></li><li><a
href="http://www.webappers.com/2007/06/24/upload-files-using-flash-and-javascript-swfupload/" rel="bookmark" title="June 24, 2007">Upload Files Using Flash and Javascript &#8211; SWFUpload</a></li><li><a
href="http://www.webappers.com/2009/02/28/build-rich-web-mobile-and-desktop-apps-with-appcelerator/" rel="bookmark" title="February 28, 2009">Build Rich Web, Mobile and Desktop Apps with Appcelerator</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/01/capture-any-webpage-from-any-browser-with-aviary/feed/</wfw:commentRss> </item> <item><title>How To Syndicate External Website Content with jQuery</title><link>http://www.webappers.com/2009/06/17/how-to-syndicate-external-website-content-with-jquery/</link> <comments>http://www.webappers.com/2009/06/17/how-to-syndicate-external-website-content-with-jquery/#comments</comments> <pubDate>Wed, 17 Jun 2009 07:01:16 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Capture]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1605</guid> <description><![CDATA[Many websites offer syndication formats such as RSS, JSON, or XML based services to allow for easy content delivery. But what happens when a website doesn’t offer one of these services? How do you syndicate content from a website that doesn’t offer a news feed?
Nettus has gaven us a a simple solution using JQuery’s AJAX [...]]]></description> <content:encoded><![CDATA[<p>Many websites offer syndication formats such as RSS, JSON, or XML based services to allow for easy content delivery. But what happens when a website doesn’t offer one of these services? <a
title="How do you Syndicate Content from a Website" href="http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/" target="_blank"><strong>How do you syndicate content from a website</strong></a> that doesn’t offer a news feed?</p><p>Nettus has gaven us a a simple solution using <strong><em>JQuery’s AJAX functions and PHP’s cURL library</em></strong> that allows us to syndicate external content. This is a simple solution if you require content from an external website.</p><p>Although JQuery&#8217;s easy syntax and CSS-selectors give us the convenience of styling and selecting what we want from the client-side, this is not speed optimized. Remember you have no control over whether or not the content creator changes what tags and classes they use, it is always best to <em><strong>style general elements that will be commonly used</strong></em>.</p><p
style="text-align: center;"><a
title="How do you Syndicate Content from a Website" href="http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/" target="_blank"><img
src="http://www.webappers.com/img/2009/06/jquery-syndicate.png" alt="jQuery Syndicate" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://net.tutsplus.com/tutorials/php/how-to-syndicate-content-without-utilizing-a-news-feed/" target="_blank">http://net.tutsplus.com/tutorials/php/how-to-syndicate-content&#8230;</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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/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/01/03/interactive-thumbnail-based-photo-gallery-in-a-grid-layout/" rel="bookmark" title="January 3, 2008">Interactive Thumbnail Based Photo Gallery in a Grid Layout</a></li><li><a
href="http://www.webappers.com/2008/01/28/text2png-converts-text-to-png-with-javascript/" rel="bookmark" title="January 28, 2008">Text2PNG Converts Text to PNG with Javascript</a></li><li><a
href="http://www.webappers.com/2008/03/10/xhtml-css-markup-online-generator/" rel="bookmark" title="March 10, 2008">XHTML / CSS Markup Online Generator</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/06/17/how-to-syndicate-external-website-content-with-jquery/feed/</wfw:commentRss> </item> <item><title>Detect Page Scrolling with MooTools ScrollSpy</title><link>http://www.webappers.com/2009/05/28/detect-page-scrolling-with-mootools-scrollspy/</link> <comments>http://www.webappers.com/2009/05/28/detect-page-scrolling-with-mootools-scrollspy/#comments</comments> <pubDate>Thu, 28 May 2009 07:01:25 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Capture]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1587</guid> <description><![CDATA[MooTools ScrollSpy is a unique but simple MooTools plugin that listens to page scrolling and fires events based on where the user has scrolled to in the page. Now you can fire specific functionality with just a few simple parameters. David has shown us 4 examples of using ScrollSpy.
Example 1: “Top the Top”
When you scroll [...]]]></description> <content:encoded><![CDATA[<p><a
title="Mootools ScroolSpy" href="http://davidwalsh.name/scrollspy" target="_blank"><strong>MooTools ScrollSpy</strong></a> is a unique but simple MooTools plugin that listens to page scrolling and fires events based on where the user has scrolled to in the page. Now you can fire specific functionality with just a few simple parameters. David has shown us 4 examples of using ScrollSpy.</p><p><strong>Example 1: “Top the Top”</strong><br
/> When you scroll down a defined number of pixels, you get a “Scroll to Top” link in the lower right hand part of the screen. When you’re back at the top, ScrollSpy is directed to hide the link.</p><p><strong>Example 2: “The Show”</strong><br
/> When you click the link, the window scrolls to the right. During the scrolling process, ScrollSpy shows and hides content blocks based on where in the scrolling process the window is.</p><p><strong>Example 3: “Team Colors”</strong><br
/> This displays a different background color depending on where you are in the page.</p><p><strong>Example 4: “Position Pointer”</strong><br
/> This displays imagery in different positions on the page based upon where the user scrolls.</p><blockquote><p>Requirements: MooTools Framework<br
/> Demo 1: <a
title="Demo" rel="nofollow" href="http://davidwalsh.name/dw-content/scroll-spy.php" target="_blank">http://davidwalsh.name/dw-content/scroll-spy.php?</a><br
/> Demo 2: <a
title="Demo" rel="nofollow" href="http://davidwalsh.name/dw-content/scroll-spy.php?page=1" target="_blank">http://davidwalsh.name/dw-content/scroll-spy.php?page=1</a><br
/> Demo 3: <a
title="Demo" rel="nofollow" href="http://davidwalsh.name/dw-content/scroll-spy.php?page=2" target="_blank">http://davidwalsh.name/dw-content/scroll-spy.php?page=2</a><br
/> Demo 4: <a
title="Demo" rel="nofollow" href="http://davidwalsh.name/dw-content/scroll-spy.php?page=3" target="_blank">http://davidwalsh.name/dw-content/scroll-spy.php?page=3</a><br
/> License:  License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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/10/23/accessible-very-tall-menus-with-jquery-and-css/" rel="bookmark" title="October 23, 2009">Accessible Very Tall Menus with jQuery and CSS</a></li><li><a
href="http://www.webappers.com/2008/01/08/nice-and-easy-to-implement-news-scrolling-tickers/" rel="bookmark" title="January 8, 2008">Nice and Easy to Implement News Scrolling Tickers</a></li><li><a
href="http://www.webappers.com/2008/10/02/increase-the-size-of-click-targets-and-get-more-conversions/" rel="bookmark" title="October 2, 2008">Increase the Size of Click Targets And Get More Conversions</a></li><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></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/28/detect-page-scrolling-with-mootools-scrollspy/feed/</wfw:commentRss> </item> <item><title>UvumiTools Image Cropping for Mootools</title><link>http://www.webappers.com/2008/09/16/uvumitools-image-cropping-for-mootools/</link> <comments>http://www.webappers.com/2008/09/16/uvumitools-image-cropping-for-mootools/#comments</comments> <pubDate>Tue, 16 Sep 2008 07:01:38 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Capture]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1334</guid> <description><![CDATA[In today&#8217;s web2.0 era, more and more websites are user generated and boast dynamic content. Users sumbit text, images, videos, providing content for entire web sites. Most of the time, people submit photos straight from their camera because they don&#8217;t have photo editing programs or they don&#8217;t know how to use them. This simplified tool [...]]]></description> <content:encoded><![CDATA[<p>In today&#8217;s web2.0 era, more and more websites are user generated and boast dynamic content. Users sumbit text, images, videos, providing content for entire web sites. Most of the time, people submit photos straight from their camera because they don&#8217;t have photo editing programs or they don&#8217;t know how to use them. This simplified tool gives your users the ability to create a selection area that can be used to crop an image, live on your web site.</p><p>With <a
title="Image Cropping for Mootools" href="http://tools.uvumi.com/crop.html" target="_blank">UvumiTools Crop</a>, you don&#8217;t have a dozen handles and double-click features. Drag from the middle to move, tug on the lower-right corner to resize, and that&#8217;s it. Simple. To use this plugin you&#8217;ll need Mootools 1.2. UvumiTools Crop must be paired with a server-side script that will actually be able to so something with the coordinates.</p><p
style="text-align: center;"><a
title="Image Cropping for Mootools" href="http://tools.uvumi.com/crop.html" target="_blank"><img
title="image-cropping" src="http://www.webappers.com/img/2008/09/image-cropping.png" alt="Image Cropping for Mootools" /></a></p><blockquote><p>Requirements: Mootools Framework 1.2<br
/> Demo: <a
rel="nofollow" href="http://tools.uvumi.com/crop.html" target="_blank">http://tools.uvumi.com/crop.html</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/03/02/odometer-style-javascript-counter-in-mootools/" rel="bookmark" title="March 2, 2009">Odometer Style Javascript Counter in Mootools</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><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/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/11/javascript-image-cropper-ui-using-prototype-scriptaculous/" rel="bookmark" title="March 11, 2008">Javascript Image Cropper UI using Prototype &#038; Scriptaculous</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/09/16/uvumitools-image-cropping-for-mootools/feed/</wfw:commentRss> </item> <item><title>jCrop &#8211; Powerful Image Cropping Engine for jQuery</title><link>http://www.webappers.com/2008/09/12/jcrop-poweerful-image-cropping-engine-for-jquery/</link> <comments>http://www.webappers.com/2008/09/12/jcrop-poweerful-image-cropping-engine-for-jquery/#comments</comments> <pubDate>Fri, 12 Sep 2008 07:01:28 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Capture]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1327</guid> <description><![CDATA[Jcrop is a powerful image cropping engine for jQuery. It&#8217;s been designed so developers can easily integrate an advanced image cropping functionality directly into any web-based application without sacrificing power and flexibility.
It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications. [...]]]></description> <content:encoded><![CDATA[<p><a
title="jCrop - Powerful Image Cropping Engine for jQuery" href="http://deepliquid.com/content/Jcrop.html" target="_blank">Jcrop</a> is a powerful image cropping engine for jQuery. It&#8217;s been designed so developers can easily integrate an advanced image cropping functionality directly into any web-based application without sacrificing power and flexibility.</p><p>It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications. Jcrop also features clean, well-organized code that works well across most modern web browsers.</p><p
style="text-align: center;"><a
title="jCrop - Powerful Image Cropping Engine for jQuery" href="http://deepliquid.com/content/Jcrop.html" target="_blank"><img
title="jquery-crop" src="http://www.webappers.com/img/2008/09/jquery-crop.png" alt="jQuery Image Crop" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
rel="nofollow" href="http://deepliquid.com/projects/Jcrop/demos.php" target="_blank">http://deepliquid.com/projects/Jcrop/demos.php</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/12/16/jquery-javascript-image-magnifier-under-gpl/" rel="bookmark" title="December 16, 2008">jQuery Javascript Image Magnifier under GPL</a></li><li><a
href="http://www.webappers.com/2009/04/10/galleryview-flexible-and-attractive-content-gallery/" rel="bookmark" title="April 10, 2009">GalleryView &#8211; Flexible and Attractive Content Gallery</a></li><li><a
href="http://www.webappers.com/2009/06/27/scripty2-complete-rewrite-of-scriptaculous-library/" rel="bookmark" title="June 27, 2009">Scripty2 &#8211; Complete Rewrite of Script.aculo.us Library</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/09/19/crossslide-create-pan-and-cross-fade-animations/" rel="bookmark" title="September 19, 2008">CrossSlide &#8211; Create Pan and Cross-Fade Animations</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2008/09/12/jcrop-poweerful-image-cropping-engine-for-jquery/feed/</wfw:commentRss> </item> <item><title>Taking Snapshots with AIR Application WebSnapshot</title><link>http://www.webappers.com/2008/08/22/taking-snapshots-with-air-application-websnapshot/</link> <comments>http://www.webappers.com/2008/08/22/taking-snapshots-with-air-application-websnapshot/#comments</comments> <pubDate>Fri, 22 Aug 2008 07:01:12 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Capture]]></category> <category><![CDATA[Tools]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1278</guid> <description><![CDATA[WebSnapshot is a simple Adobe AIR application which allows you taking snapshots for any websites easily. Enter the Url and Press Snap. Or Drag and Drop it from your browser. Click on the Thumnails to Save. With Auto Save Checked, the thumnails are immediatly saved to your &#8217;save&#8217; folder. You can select the type of [...]]]></description> <content:encoded><![CDATA[<p><a
title="Taking Snapshots with Abobe AIR Application WebSnapshot" href="http://myspyder.net/tools/websnapshot/" target="_blank">WebSnapshot</a> is a simple Adobe AIR application which allows you taking snapshots for any websites easily. Enter the Url and Press Snap. Or Drag and Drop it from your browser. Click on the Thumnails to Save. With Auto Save Checked, the thumnails are immediatly saved to your &#8217;save&#8217; folder. You can select the type of Snapshot you want to make: Thumbnail, Browser size, or Full Page. You can tailor the way the snapshots are take in the Preferences pane as well. Set the download folder as needed.</p><p
style="text-align: center;"><a
title="Taking Snapshots with Abobe AIR Application WebSnapshot" href="http://myspyder.net/tools/websnapshot/" target="_blank"><img
title="webappers-snapshot" src="http://www.webappers.com/img/2008/08/webappers-snapshot.png" alt="Taking Snapshots with Adobe AIR Application WebSnapshot " /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
rel="nofollow" href="http://myspyder.net/tools/websnapshot/" target="_blank">http://myspyder.net/tools/websnapshot/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/06/29/pingdom-the-full-page-test-for-webpage-loading-time/" rel="bookmark" title="June 29, 2007">Pingdom The Full Page Test for Webpage Loading Time</a></li><li><a
href="http://www.webappers.com/2007/10/19/minishowcase-the-super-easy-ajaxjson-gallery/" rel="bookmark" title="October 19, 2007">minishowcase &#8211; The Super Easy Ajax/JSON Gallery</a></li><li><a
href="http://www.webappers.com/2009/01/15/create-complex-application-layout-with-uilayout/" rel="bookmark" title="January 15, 2009">Create Complex Application Layout with UI.Layout</a></li><li><a
href="http://www.webappers.com/2008/02/08/smooth-javascript-image-zooming-for-your-web-pages/" rel="bookmark" title="February 8, 2008">Smooth Javascript Image Zooming For Your Web Pages</a></li><li><a
href="http://www.webappers.com/2010/02/01/sublime-video-a-html-5-video-player/" rel="bookmark" title="February 1, 2010">Sublime Video &#8211; A HTML 5 Video Player</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/08/22/taking-snapshots-with-air-application-websnapshot/feed/</wfw:commentRss> </item> <item><title>Easiest Tooltip and Image Preview Using jQuery</title><link>http://www.webappers.com/2008/05/11/easiest-tooltip-and-image-preview-using-jquery/</link> <comments>http://www.webappers.com/2008/05/11/easiest-tooltip-and-image-preview-using-jquery/#comments</comments> <pubDate>Sun, 11 May 2008 07:01:05 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Capture]]></category> <category><![CDATA[License Free]]></category> <category><![CDATA[Tooltips]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1054</guid> <description><![CDATA[Easiest Tooltip and Image Preview is one of those tooltip-like bubble popups that appears when you roll over link or a thumbnail. What this script does is adds an element to the body when you roll over a certain object. That element&#8217;s appearance is predefined with css (positioned absolute and styled) so all we need [...]]]></description> <content:encoded><![CDATA[<p><a
title="Easiest Tooltip and Image Preview" href="http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery" target="_blank">Easiest Tooltip and Image Preview</a> is one of those tooltip-like bubble popups that appears when you roll over link or a thumbnail. What this script does is adds an element to the body when you roll over a certain object. That element&#8217;s appearance is predefined with css (positioned absolute and styled) so all we need to do is fill the element with content, calculate mouse position and make it move accordingly. When cursor is moved over he object, element moves with it and when cursor roll out, the element is deleted. Easiest Tooltip and Image Preview is powered by jQuery.</p><p
style="text-align: center;"><a
title="Easiest Tooltip and Image Preview" href="http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery" target="_blank"><img
title="screenshot-preview" src="http://www.webappers.com/img/2008/05/screenshot-preview.png" alt="Easiest Tooltip and Image Preview Using jQuery" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
href="http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery" target="_blank">http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview&#8230;</a><br
/> License: License Free</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/08/15/boxover-dhtmljavascript-lightweight-tooltips/" rel="bookmark" title="August 15, 2007">BoxOver DHTML/Javascript Lightweight Tooltips</a></li><li><a
href="http://www.webappers.com/2009/03/13/replace-your-default-tooltip-with-pretty-mbtooltip/" rel="bookmark" title="March 13, 2009">Replace Your Default Tooltip with Pretty (mb)Tooltip</a></li><li><a
href="http://www.webappers.com/2010/01/18/tiptip-custom-tooltip-jquery-plugin-with-zero-images/" rel="bookmark" title="January 18, 2010">TipTip Custom Tooltip jQuery Plugin with Zero Images</a></li><li><a
href="http://www.webappers.com/2008/02/03/taggify-clickable-image-region-shows-popup-tooltip/" rel="bookmark" title="February 3, 2008">Taggify Clickable Image Region Shows Popup Tooltip</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/05/11/easiest-tooltip-and-image-preview-using-jquery/feed/</wfw:commentRss> </item> <item><title>Javascript Image Magnification for Thumbnail Gallery</title><link>http://www.webappers.com/2007/11/04/javascript-image-magnification-for-thumbnail-gallery/</link> <comments>http://www.webappers.com/2007/11/04/javascript-image-magnification-for-thumbnail-gallery/#comments</comments> <pubDate>Sun, 04 Nov 2007 07:01:49 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Capture]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/2007/11/04/javascript-image-magnification-for-thumbnail-gallery/</guid> <description><![CDATA[PopBox is an image magnification javascript solution for dynamically moving and resizing images on your web page. Javascript? Yes &#8211; I know it&#8217;s nothing new and that you&#8217;ve been able to move and resize things in Javascript for years, but only now is there a prepackaged solution that makes it as easy as 3 lines [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.c6software.com/Products/PopBox/Default.aspx" title="PopBox Thumbnail Gallery" target="_blank">PopBox</a> is an image magnification javascript solution for dynamically moving and resizing images on your web page. Javascript? Yes &#8211; I know it&#8217;s nothing new and that you&#8217;ve been able to move and resize things in Javascript for years, but only now is there a prepackaged solution that makes it as easy as 3 lines of HTML without knowing a lick about positioning! If your web site has a thumbnail image gallery then you need PopBox!</p><p
style="text-align: center"><a
href="http://www.c6software.com/Products/PopBox/Default.aspx" title="PopBox Thumbnail Gallery" target="_blank"><img
src="http://www.webappers.com/img/2007/11/popbox.png" alt="popbox.png" /></a></p><blockquote><p> Requirements: Javascript Enabled<br
/> Demo: <a
href="http://www.c6software.com/Products/PopBox/Default.aspx" title="Demo" target="_blank">http://www.c6software.com/Products/PopBox/Default.aspx</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/05/06/how-to-create-an-image-rotator-with-jquery-and-css/" rel="bookmark" title="May 6, 2009">How to Create an Image Rotator with jQuery and CSS</a></li><li><a
href="http://www.webappers.com/2010/03/08/display-thumbnail-for-image-uploads-with-jquery/" rel="bookmark" title="March 8, 2010">Display Thumbnail for Image Uploads with 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/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/2007/11/25/highslide-javascript-popup-and-thumbnail-viewer/" rel="bookmark" title="November 25, 2007">HighSlide &#8211; Javascript Popup and Thumbnail Viewer</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/2007/11/04/javascript-image-magnification-for-thumbnail-gallery/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-22 07:22:01 -->