<?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; Upload</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Fri, 19 Mar 2010 07:01:23 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>Display Thumbnail for Image Uploads with jQuery</title><link>http://www.webappers.com/2010/03/08/display-thumbnail-for-image-uploads-with-jquery/</link> <comments>http://www.webappers.com/2010/03/08/display-thumbnail-for-image-uploads-with-jquery/#comments</comments> <pubDate>Mon, 08 Mar 2010 07:01:10 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[MIT License]]></category> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2561</guid> <description><![CDATA[We&#8217;ve all seen the basic file upload form for uploading avatars, images, memes, etc. The problem with these is that once you upload your image it&#8217;s hidden from you.
The solution is to use a little bit of JavaScript to upload the image as soon as it&#8217;s selected and display a thumbnail so we can easily [...]]]></description> <content:encoded><![CDATA[<p>We&#8217;ve all seen the basic file upload form for uploading avatars, images, memes, etc. The problem with these is that once you upload your image it&#8217;s hidden from you.</p><p>The solution is to use a little bit of JavaScript to upload the image as soon as it&#8217;s selected and display a thumbnail so we can easily review the form before we submit it. Head on over to the <a
title="Image Uploads with 100% Less Suck" href="http://www.zurb.com/article/325/image-uploads-with-100-less-suck-guarante" target="_blank">ZURB &#8211; Image Uploads with 100% Less Suck</a> to see a complete demo and breakdown of the JavaScript they use to accomplish this.</p><p
style="text-align: center;"><a
title="Image Uploads with 100% Less Suck" href="http://www.zurb.com/article/325/image-uploads-with-100-less-suck-guarante" target="_blank"><img
class="alignnone size-full wp-image-2565" title="ajax-image-upload" src="http://www.webappers.com/img/2010/03/ajax-image-upload.jpg" alt="ajax-image-upload" width="480" height="148" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.zurb.com/playground/ajax_upload" target="_blank">http://www.zurb.com/playground/ajax_upload</a><br
/> License:  MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/07/08/fancyupload-beautiful-flash-and-ajax-upload-widget/" rel="bookmark" title="July 8, 2007">FancyUpload Beautiful Flash and Ajax Upload Widget</a></li><li><a
href="http://www.webappers.com/2010/02/05/plupload-making-multiple-uploading-easier-than-ever/" rel="bookmark" title="February 5, 2010">Plupload &#8211; Making Multiple Uploading Easier than Ever</a></li><li><a
href="http://www.webappers.com/2009/01/23/the-ajax-apis-playground-with-save-export-features/" rel="bookmark" title="January 23, 2009">The Ajax APIs Playground with Save &#038; Export Features</a></li><li><a
href="http://www.webappers.com/2008/03/05/galleria-simple-but-nice-jquery-image-gallery/" rel="bookmark" title="March 5, 2008">Galleria &#8211; Simple but Nice jQuery Image Gallery</a></li><li><a
href="http://www.webappers.com/2009/07/23/colorful-and-scalable-buttons-with-css3-rgba/" rel="bookmark" title="July 23, 2009">Colorful and Scalable Buttons with CSS3 &#038; RGBA</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/03/08/display-thumbnail-for-image-uploads-with-jquery/feed/</wfw:commentRss> </item> <item><title>Plupload &#8211; Making Multiple Uploading Easier than Ever</title><link>http://www.webappers.com/2010/02/05/plupload-making-multiple-uploading-easier-than-ever/</link> <comments>http://www.webappers.com/2010/02/05/plupload-making-multiple-uploading-easier-than-ever/#comments</comments> <pubDate>Fri, 05 Feb 2010 07:01:01 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2408</guid> <description><![CDATA[Plupload allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.
Plupload is currently separated into a Core API and a jQuery upload queue widget this enables you to either use it out of the box or write your [...]]]></description> <content:encoded><![CDATA[<p><a
title="Plupload" href="http://www.plupload.com/" target="_blank">Plupload</a> allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.</p><p><a
title="Plupload" href="http://www.plupload.com/" target="_blank">Plupload</a> is currently separated into a Core API and a jQuery upload queue widget this enables you to either use it out of the box or write your own custom implementation. Drag/drop support of files is currently only available in Firefox 3.5+. Image resizing is only possible on Firefox 3.5+ and only at a fixed quality.</p><p
style="text-align: center;"><a
title="Plupload" href="http://www.plupload.com/" target="_blank"><img
class="size-full wp-image-2409 aligncenter" title="file-upload-script" src="http://www.webappers.com/img/2010/02/file-upload-script.jpg" alt="file-upload-script" width="480" height="199" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.plupload.com/example_queuewidget.php" target="_blank">http://www.plupload.com/example_queuewidget.php</a><br
/> License:  GPL v2 License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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/2010/02/03/jquery-multiselect-plugin-with-themeroller-support/" rel="bookmark" title="February 3, 2010">jQuery MultiSelect Plugin with ThemeRoller Support</a></li><li><a
href="http://www.webappers.com/2009/03/07/multiple-file-upload-plugin-with-jquery-and-flash/" rel="bookmark" title="March 7, 2009">Multiple File Upload Plugin with jQuery and Flash</a></li><li><a
href="http://www.webappers.com/2007/07/08/fancyupload-beautiful-flash-and-ajax-upload-widget/" rel="bookmark" title="July 8, 2007">FancyUpload Beautiful Flash and Ajax Upload Widget</a></li><li><a
href="http://www.webappers.com/2010/03/08/display-thumbnail-for-image-uploads-with-jquery/" rel="bookmark" title="March 8, 2010">Display Thumbnail for Image Uploads 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/2010/02/05/plupload-making-multiple-uploading-easier-than-ever/feed/</wfw:commentRss> </item> <item><title>Client-Side File Generator with Javascript &amp; Flash 10+</title><link>http://www.webappers.com/2009/12/12/client-side-file-generator-with-javascript-flash-10/</link> <comments>http://www.webappers.com/2009/12/12/client-side-file-generator-with-javascript-flash-10/#comments</comments> <pubDate>Sat, 12 Dec 2009 07:01:23 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[MIT License]]></category> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2051</guid> <description><![CDATA[Downloadify is a tiny JavaScript + Flash library that enables the generation and saving of files on the fly, in the browser, without server interaction. Web applications that allow you to generate vCards, color palettes, custom code, etc would benefit from using this library. In addition to increasing speed (no round trip to the server) [...]]]></description> <content:encoded><![CDATA[<p><a
title="Downloadify" href="http://downloadify.info/" target="_blank">Downloadify</a> is a tiny JavaScript + Flash library that <strong>enables the generation and saving of files on the fly, in the browser, without server interaction</strong>. Web applications that allow you to generate vCards, color palettes, custom code, etc would benefit from using this library. In addition to increasing speed (no round trip to the server) this solution can reduce the database and server load of existing web applications.</p><p><strong><em>Flash 10</em></strong> introduced the ability to generate files on the client-side and trigger a save to the user’s computer. The user must click something in the Flash file to trigger the download for security reasons.</p><p><a
title="Downloadify" href="http://downloadify.info/" target="_blank">Downloadify</a> couples JavaScript callbacks with the Downloadify.swf to allow your code to respond to the click event and pass in your data at that time. Whatever data is passed in from your function will be saved to their hard-drive when and where they select.</p><p
style="text-align: center;"><a
title="Downloadify" href="http://downloadify.info/" target="_blank"><img
class="size-full wp-image-2052 aligncenter" title="download-file" src="http://www.webappers.com/img/2009/11/download-file.jpg" alt="download-file" width="479" height="213" /></a></p><blockquote><p>Requirements: JavaScript + Flash library<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://downloadify.info/" target="_blank">http://downloadify.info/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/12/27/open-flash-chart-flash-charting-component-for-free/" rel="bookmark" title="December 27, 2007">Open Flash Chart &#8211; Flash Charting Component for Free</a></li><li><a
href="http://www.webappers.com/2009/03/07/multiple-file-upload-plugin-with-jquery-and-flash/" rel="bookmark" title="March 7, 2009">Multiple File Upload Plugin with jQuery and Flash</a></li><li><a
href="http://www.webappers.com/2007/09/04/20-free-charts-type-from-phpswf-charts/" rel="bookmark" title="September 4, 2007">20 Types of Free Charts from PHP/SWF Charts</a></li><li><a
href="http://www.webappers.com/2008/01/23/aptana-jaxer-the-worlds-first-true-ajax-server/" rel="bookmark" title="January 23, 2008">Aptana Jaxer &#8211; The World&#8217;s First True Ajax Server</a></li><li><a
href="http://www.webappers.com/2007/09/02/ext-file-upload-form-widget/" rel="bookmark" title="September 2, 2007">Ext File Upload Form Widget</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/12/client-side-file-generator-with-javascript-flash-10/feed/</wfw:commentRss> </item> <item><title>Mollify &#8211; Web File Manager Hosted in Your Web Server</title><link>http://www.webappers.com/2009/12/09/mollify-web-file-manager-hosted-in-your-web-server/</link> <comments>http://www.webappers.com/2009/12/09/mollify-web-file-manager-hosted-in-your-web-server/#comments</comments> <pubDate>Wed, 09 Dec 2009 07:01:52 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2097</guid> <description><![CDATA[Mollify is a web file manager for publishing and managing files hosted in a web server of your choice. Different users can have access to different files and with different permissions.
User interface is simple and intuitive, and it comes with following languages: Deutsch, English, Français, Português, Suomi. Mollify is 100% free to use, also sources [...]]]></description> <content:encoded><![CDATA[<p><a
title="Mollify" href="http://www.jaervelae.com/mollify/" target="_blank">Mollify</a> is a web file manager for publishing and managing files hosted in a web server of your choice. Different users can have access to different files and with different permissions.</p><p>User interface is simple and intuitive, and it comes with following languages: Deutsch, English, Français, Português, Suomi. Mollify is 100% free to use, also sources are available with EPL 1.0 license.</p><p
style="text-align: center;"><a
title="Mollify" href="http://www.jaervelae.com/mollify/" target="_blank"><img
class="size-full wp-image-2098 aligncenter" title="ajax-file-manager" src="http://www.webappers.com/img/2009/12/ajax-file-manager.jpg" alt="ajax-file-manager" width="480" height="201" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.jaervelae.com/mollify/demo.php" target="_blank">http://www.jaervelae.com/mollify/demo.php</a><br
/> License: EPL 1.0 License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/08/28/google-ad-manager-is-now-available-to-all-publishers/" rel="bookmark" title="August 28, 2008">Google Ad Manager is Now Available to All Publishers</a></li><li><a
href="http://www.webappers.com/2009/11/03/easy-form-validation-requires-no-javascript-library/" rel="bookmark" title="November 3, 2009">Easy Form Validation Requires No Javascript Library</a></li><li><a
href="http://www.webappers.com/2007/07/12/vitamin-give-your-web-app-international-appeal/" rel="bookmark" title="July 12, 2007">Vitamin &#8211; Give Your Web App International Appeal</a></li><li><a
href="http://www.webappers.com/2008/09/14/quarkbase-everything-about-a-website/" rel="bookmark" title="September 14, 2008">Quarkbase &#8211; Everything about a Website</a></li><li><a
href="http://www.webappers.com/2008/03/22/google-ajax-language-api-for-detection-and-translation/" rel="bookmark" title="March 22, 2008">Google Ajax Language API for Detection and Translation</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/09/mollify-web-file-manager-hosted-in-your-web-server/feed/</wfw:commentRss> </item> <item><title>Preview, Upload, Modify Files &amp; Folders with FileManager</title><link>http://www.webappers.com/2009/05/02/preview-upload-modify-files-folders-with-filemanager/</link> <comments>http://www.webappers.com/2009/05/02/preview-upload-modify-files-folders-with-filemanager/#comments</comments> <pubDate>Sat, 02 May 2009 07:01:32 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[MIT License]]></category> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1564</guid> <description><![CDATA[MooTools FileManager allows you to (pre)view, upload and modify files and folders via the browser. You can browse through files and folders on your server easily with Mootools FileManager. The user interface is very intuitive. You can view detailed Previews of Images, Text-Files, Compressed-Files or Audio Content. Also, you can Rename, Delete, Move (Drag&#38;Drop), Copy [...]]]></description> <content:encoded><![CDATA[<p><a
title="Mootools FileManager" href="http://cpojer.net/blog/MooTools_based_FileManager_1_0RC2" target="_blank">MooTools FileManager</a> allows you to (pre)view, upload and modify files and folders via the browser. You can browse through files and folders on your server easily with Mootools FileManager. The user interface is very intuitive. You can view detailed Previews of Images, Text-Files, Compressed-Files or Audio Content. Also, you can Rename, Delete, Move (Drag&amp;Drop), Copy (Drag + hold CTRL) and Download Files.</p><p><a
title="Mootools FileManager" href="http://cpojer.net/blog/MooTools_based_FileManager_1_0RC2" target="_blank">MooTools FileManager</a> is integrated with FancyUpload, so that you can upload files directly. As a bonus, you can use it as a FileManager in TinyMCE as well. The Script has been tested in Firefox 3+, Safari 4, Opera and IE6+. It is released under the MIT-License, I am sure you can get a great use out of it.</p><p
style="text-align: center;"><a
title="Mootools FileManager" href="http://cpojer.net/blog/MooTools_based_FileManager_1_0RC2" target="_blank"><img
src="http://www.webappers.com/img/2009/05/file-manager.jpg" alt="Mootools FileManager" /></a></p><blockquote><p>Requirements: MooTools Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://cpojer.net/Scripts/FileManager/Demos" target="_blank">http://cpojer.net/Scripts/FileManager/Demos</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/07/08/fancyupload-beautiful-flash-and-ajax-upload-widget/" rel="bookmark" title="July 8, 2007">FancyUpload Beautiful Flash and Ajax Upload Widget</a></li><li><a
href="http://www.webappers.com/2009/03/07/multiple-file-upload-plugin-with-jquery-and-flash/" rel="bookmark" title="March 7, 2009">Multiple File Upload Plugin with jQuery and Flash</a></li><li><a
href="http://www.webappers.com/2009/05/04/free-syntax-highlighting-class-developed-with-mootools/" rel="bookmark" title="May 4, 2009">Free Syntax Highlighting Class Developed with MooTools</a></li><li><a
href="http://www.webappers.com/2008/04/13/ddmenu-mootools-based-context-menu/" rel="bookmark" title="April 13, 2008">ddmenu &#8211; MooTools Based Context Menu</a></li><li><a
href="http://www.webappers.com/2010/02/05/plupload-making-multiple-uploading-easier-than-ever/" rel="bookmark" title="February 5, 2010">Plupload &#8211; Making Multiple Uploading Easier than Ever</a></li></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/02/preview-upload-modify-files-folders-with-filemanager/feed/</wfw:commentRss> </item> <item><title>Multiple File Upload Plugin with jQuery and Flash</title><link>http://www.webappers.com/2009/03/07/multiple-file-upload-plugin-with-jquery-and-flash/</link> <comments>http://www.webappers.com/2009/03/07/multiple-file-upload-plugin-with-jquery-and-flash/#comments</comments> <pubDate>Sat, 07 Mar 2009 17:01:13 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1515</guid> <description><![CDATA[Uploadify is a jQuery multiple file upload plugin which allows you to change any element with an ID on your page into a single or multiple file upload tool.  The plugin uses a mix of JQuery, Flash, and a backend upload script of your choice to send files from your local computer to your [...]]]></description> <content:encoded><![CDATA[<p><a
title="jQuery File Upload Plugin" href="http://www.ronniesan.com/articles/jquery-multiple-file-upload.php" target="_blank">Uploadify</a> is a jQuery multiple file upload plugin which allows you to change any element with an ID on your page into a single or multiple file upload tool.  The plugin uses a mix of JQuery, Flash, and a backend upload script of your choice to send files from your local computer to your website server. It has been tested on IE7, FireFox 3, Safari 3 and Opera 9.</p><p
style="text-align: center;"><a
title="jQuery File Upload Plugin" href="http://www.ronniesan.com/articles/jquery-multiple-file-upload.php" target="_blank"><img
src="http://www.webappers.com/img/2009/03/flash-upload.png" alt="jQuery Flash Upload Plugin" /></a></p><blockquote><p>Requirements: jQuery and Flash Required<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.ronniesan.com/examples/file-upload.html" target="_blank">http://www.ronniesan.com/examples/file-upload.html</a><br
/> License: GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/07/08/fancyupload-beautiful-flash-and-ajax-upload-widget/" rel="bookmark" title="July 8, 2007">FancyUpload Beautiful Flash and Ajax Upload Widget</a></li><li><a
href="http://www.webappers.com/2007/09/02/ext-file-upload-form-widget/" rel="bookmark" title="September 2, 2007">Ext File Upload Form Widget</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/2010/02/05/plupload-making-multiple-uploading-easier-than-ever/" rel="bookmark" title="February 5, 2010">Plupload &#8211; Making Multiple Uploading Easier than Ever</a></li><li><a
href="http://www.webappers.com/2007/07/02/firefox-like-ajax-file-upload-with-progress-bar/" rel="bookmark" title="July 2, 2007">Firefox-Like Ajax File Upload with Progress Bar</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/03/07/multiple-file-upload-plugin-with-jquery-and-flash/feed/</wfw:commentRss> </item> <item><title>Fully Interactive jQuery File Tree</title><link>http://www.webappers.com/2008/04/01/fully-interactive-jquery-file-tree/</link> <comments>http://www.webappers.com/2008/04/01/fully-interactive-jquery-file-tree/#comments</comments> <pubDate>Tue, 01 Apr 2008 07:01:52 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[CC License]]></category> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/2008/04/01/fully-interactive-jquery-file-tree/</guid> <description><![CDATA[jQuery File Tree is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive, valid and semantic XHTML file tree with as little as one line of JavaScript code. jQuery File Tree is fully customizeable via CSS with the ability to style icons based on file extension. It also supports custom [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://abeautifulsite.net/notebook.php?article=58" title="Fully Interactive jQuery File Tree" target="_blank">jQuery File Tree</a> is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive, valid and semantic XHTML file tree with as little as one line of JavaScript code. jQuery File Tree is fully customizeable via CSS with the ability to style icons based on file extension. It also supports custom connector scripts for extended functionality. The expand and collapse event are customizable as well. jQuery File Tree works in all browsers supported by jQuery. It has been fully tested in Internet Explorer 6 &amp; 7, Firefox 2, Safari 3 and Opera 9.</p><p
style="text-align: center"><a
href="http://abeautifulsite.net/notebook.php?article=58" title="Fully Interactive jQuery File Tree" target="_blank"><img
src="http://www.webappers.com/img/2008/03/jquery-file-tree.png" alt="jquery-file-tree.png" /></a></p><p>The author has stated that the connector scripts provided with jQuery File Tree are only designed to read information from a specified root folder. Although this is typically harmless, there exists a potential for malicious individuals to be able to view your entire directory structure by spoofing the root parameter. It is highly recommended that you add some form of check to your connector script to verify the path being scanned is a path that you want to allow visitors to see.</p><blockquote><p>Requirements: jQuery<br
/> Demo: <a
href="http://abeautifulsite.net/notebook_files/58/demo/" target="_blank">http://abeautifulsite.net/notebook_files/58/demo/</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/24/javascript-dependency-management-for-ruby-on-rails/" rel="bookmark" title="February 24, 2009">Javascript Dependency Management for Ruby on Rails</a></li><li><a
href="http://www.webappers.com/2009/08/25/lessn-an-extremely-simple-personal-url-shortener/" rel="bookmark" title="August 25, 2009">Lessn &#8211; An Extremely Simple, Personal URL Shortener</a></li><li><a
href="http://www.webappers.com/2010/02/16/jquery-digital-clock-inspired-by-htc-hero-widget/" rel="bookmark" title="February 16, 2010">jQuery Digital Clock Inspired by HTC Hero Widget</a></li><li><a
href="http://www.webappers.com/2009/02/02/calendar-system-using-mysql-and-scriptaculous/" rel="bookmark" title="February 2, 2009">Calendar System Using MySQL and Script.aculo.us</a></li><li><a
href="http://www.webappers.com/2008/12/24/unwrap-your-free-mac-apps-christmas-presents/" rel="bookmark" title="December 24, 2008">Unwrap Your Free Mac Apps Christmas Presents</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/04/01/fully-interactive-jquery-file-tree/feed/</wfw:commentRss> </item> <item><title>YUI Style Ajax Progress Indicator for ASP.Net Web Application</title><link>http://www.webappers.com/2007/11/12/yui-style-ajax-progress-indicator-for-aspnet-web-application/</link> <comments>http://www.webappers.com/2007/11/12/yui-style-ajax-progress-indicator-for-aspnet-web-application/#comments</comments> <pubDate>Mon, 12 Nov 2007 07:01:20 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/2007/11/12/yui-style-ajax-progress-indicator-for-aspnet-web-application/</guid> <description><![CDATA[Matt Berseth has written one brief post describing how you can incorporate the YUI style progress panel into your existing ASP.NET AJAX web application. He calculated the center of the control and manually placing the progress panel over the center of the rendered GridView.  He made the calculation using the OnUpdating and OnUpdated animations [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://mattberseth.com/blog/2007/10/yui_style_ajax_progress_indica.html" title="YUI Style AJAX Progress Indicator" target="_blank">Matt Berseth</a> has written one brief post describing how you can incorporate the YUI style progress panel into your existing ASP.NET AJAX web application. He calculated the center of the control and manually placing the progress panel over the center of the rendered GridView.  He made the calculation using the OnUpdating and OnUpdated animations of the <a
href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/UpdatePanelAnimation/UpdatePanelAnimation.aspx">UpdatePanelAnimationExtender</a>. You can view the full tutorial on <a
href="http://mattberseth.com/blog/2007/10/yui_style_ajax_progress_indica.html" title="YUI Style AJAX Progress Indicator" target="_blank">YUI Style AJAX Progress Indicator</a>.</p><p
style="text-align: center"><a
href="http://mattberseth.com/blog/2007/10/yui_style_ajax_progress_indica.html" title="YUI Style AJAX Progress Indicator" target="_blank"><img
src="http://www.webappers.com/img/2007/11/yui-progress-bar.png" alt="yui-progress-bar.png" /></a></p><blockquote><p> Requirements: YUI Framework<br
/> Demo: <a
href="http://mattberseth2.com/yui_style_ajax_progress/" title="Demo" target="_blank">http://mattberseth2.com/yui_style_ajax_progress/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/07/31/webappers-simple-ajax-progress-bar-with-css/" rel="bookmark" title="July 31, 2007">WebAppers Simple Javascript Progress Bar with CSS</a></li><li><a
href="http://www.webappers.com/2010/01/12/how-to-create-facebook-style-footer-admin-panel/" rel="bookmark" title="January 12, 2010">How to Create Facebook Style Footer Admin Panel</a></li><li><a
href="http://www.webappers.com/2009/08/07/web-based-chat-application-with-php-and-jquery/" rel="bookmark" title="August 7, 2009">Web-based Chat Application with PHP and jQuery</a></li><li><a
href="http://www.webappers.com/2010/03/17/presentation-cycle-with-a-progress-bar/" rel="bookmark" title="March 17, 2010">Presentation Cycle with a Progress Bar</a></li><li><a
href="http://www.webappers.com/2007/08/29/democracy-ajax-poll-with-admin-panel-wordpress-plugin/" rel="bookmark" title="August 29, 2007">Democracy Ajax Poll with Admin Panel WordPress Plugin</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2007/11/12/yui-style-ajax-progress-indicator-for-aspnet-web-application/feed/</wfw:commentRss> </item> <item><title>Ext File Upload Form Widget</title><link>http://www.webappers.com/2007/09/02/ext-file-upload-form-widget/</link> <comments>http://www.webappers.com/2007/09/02/ext-file-upload-form-widget/#comments</comments> <pubDate>Sun, 02 Sep 2007 07:01:50 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[LGPL License]]></category> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/2007/09/02/ext-file-upload-form-widget/</guid> <description><![CDATA[Another great Addon for Ext Framework again. Ext File Upload Form Widget is to provide an user interface for easy uploading of files to a server.
Files are first added to an &#8220;upload queue&#8221; and then they are uploaded to the server. Any file can be individually removed from the queue before upload or the whole [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://aariadne.com/uploadform/" title="Ext File Upload Form Widget" target="_blank"><img
src="http://www.webappers.com/img/ext-upload.png" alt="ext-upload.png" class="imgRight" /></a>Another great Addon for <a
href="http://www.webappers.com/2007/07/14/ext-js-a-javascript-framework-with-ajax-and-stunning-ui/" title="Ext" target="_blank">Ext</a> Framework again. <a
href="http://aariadne.com/uploadform/" title="Ext File Upload Form Widget" target="_blank">Ext File Upload Form Widget</a> is to provide an user interface for easy uploading of files to a server.</p><p>Files are first added to an &#8220;upload queue&#8221; and then they are uploaded to the server. Any file can be individually removed from the queue before upload or the whole queue can be cleared.</p><p>The result of upload is shown for each file by icons of success or failure and, in the case of failure, the server error message is shown as the tooltip of the failure icon.</p><blockquote><p>Requirements: Ext Framework<br
/> Demo: <a
href="http://aariadne.com/uploadform/" title="Demo" target="_blank">http://aariadne.com/uploadform/</a><br
/> License: LGPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/01/01/nettus-shows-us-how-to-open-zip-files-with-php/" rel="bookmark" title="January 1, 2009">NETTUTS Shows Us How to Open Zip Files with PHP</a></li><li><a
href="http://www.webappers.com/2009/03/07/multiple-file-upload-plugin-with-jquery-and-flash/" rel="bookmark" title="March 7, 2009">Multiple File Upload Plugin with jQuery and Flash</a></li><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/2007/07/08/fancyupload-beautiful-flash-and-ajax-upload-widget/" rel="bookmark" title="July 8, 2007">FancyUpload Beautiful Flash and Ajax Upload Widget</a></li><li><a
href="http://www.webappers.com/2010/02/05/plupload-making-multiple-uploading-easier-than-ever/" rel="bookmark" title="February 5, 2010">Plupload &#8211; Making Multiple Uploading Easier than Ever</a></li></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/09/02/ext-file-upload-form-widget/feed/</wfw:commentRss> </item> <item><title>Ryan Scherf Drag to Download</title><link>http://www.webappers.com/2007/08/02/ryan-scherf-drag-to-download-with-ajax/</link> <comments>http://www.webappers.com/2007/08/02/ryan-scherf-drag-to-download-with-ajax/#comments</comments> <pubDate>Thu, 02 Aug 2007 07:01:32 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Upload]]></category><guid
isPermaLink="false">http://www.webappers.com/2007/08/02/ryan-scherf-drag-to-download-with-ajax/</guid> <description><![CDATA[Ryan Scherf visited a site which used a drag &#38; drop type download system where you drag an icon over another, then the download immediately starts. He realized this would be easy with the onslaught of the prototype.js and scriptaculous frameworks. Ryan Scherf shows us an example of using the built in Ajax drag &#38; [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.ryanscherf.net/blog/drag-drop-downloading" title="Drag and Drop Ajax Download" target="_blank">Ryan Scherf</a> visited a site which used a drag &amp; drop type download system where you drag an icon over another, then the download immediately starts. He realized this would be easy with the onslaught of the prototype.js and scriptaculous frameworks. Ryan Scherf shows us an example of using the built in <strike>Ajax</strike> drag &amp; drop for Draggables / Droppables included in scriptaculous to achieve <a
href="http://www.ryanscherf.net/blog/drag-drop-downloading" title="Drag to Download with Ajax" target="_blank">Drag to Download <strike>with Ajax</strike></a>.</p><p
style="text-align: center"><a
href="http://www.ryanscherf.net/demos/download/" title="Drag to Download with Ajax" target="_blank"><img
src="http://www.webappers.com/img/2007/07/ajax-download.png" alt="ajax-download.png" /></a></p><blockquote><p>Requirements: Prototype and Scriptaculous Frameworks<br
/> Demo: <a
href="http://www.ryanscherf.net/demos/download/" title="Demo" target="_blank">http://www.ryanscherf.net/demos/download/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><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><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/05/mootools-javascript-framwork/" rel="bookmark" title="June 5, 2007">MooTools Javascript Framework</a></li><li><a
href="http://www.webappers.com/2008/07/14/carouselus-javascript-3d-carousel-with-scriptaculous/" rel="bookmark" title="July 14, 2008">Carousel.us &#8211; Javascript 3D Carousel with Scriptaculous</a></li><li><a
href="http://www.webappers.com/2007/07/07/scriptaculous-web-20-visual-effects-library/" rel="bookmark" title="July 7, 2007">Scriptaculous Web 2.0 Visual Effects Library</a></li></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/08/02/ryan-scherf-drag-to-download-with-ajax/feed/</wfw:commentRss> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2010-03-21 01:34:02 -->