<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Attackr.com &#187; Developer Portal for web designers, developers and programmers</title>
	<atom:link href="http://www.attackr.com/tag/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attackr.com</link>
	<description>Come To Share, Come To Learn</description>
	<lastBuildDate>Tue, 20 Dec 2011 13:09:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A Great Little Script for Affiliate Marketers</title>
		<link>http://www.attackr.com/a-great-little-script-for-affiliate-marketers/</link>
		<comments>http://www.attackr.com/a-great-little-script-for-affiliate-marketers/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 12:10:50 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.attackr.com/a-great-little-script-for-affiliate-marketers/</guid>
		<description><![CDATA[There are, unfortunately, some dishonest people who will either hijack or try to bypass your affiliate links while you work your tail off wondering why you are not getting any sales. I&#8217;ve found the best solution to stop that from happening. There are many services on the net offering shorter links, etc., but to me [...]]]></description>
			<content:encoded><![CDATA[<p>There are, unfortunately, some dishonest people who will either hijack or try to bypass your affiliate links while you work your tail off wondering why you are not getting any sales. I&#8217;ve found the best solution to stop that from happening.</p>
<p>There are many services on the net offering shorter links, etc., but to me they don&#8217;t seem as professional as this script I found recently called simply <a href="http://www.freelinkcloaker.com/">Free Link Cloaker</a>. Not only will this script mask your affiliate links, but it uses a friendly keyword format such as <strong>http://yourdomain.com/recommends/keyword</strong><br />
Nice!</p>
<p>Another added feature is that the script keeps track of the number of clicks your cloaked link gets, so you will know which affiliate products are converting for you.</p>
<p>It does require a MySQL database and it uses PHP rather than Javascript, making it a much more stable link cloaker than others you may find in your searches. It is easy to set up, taking only minutes, but you can get support if needed and upgrades for life. I find this little script to be an invaluable resource for every affiliate marketer, or for anyone who just wants shorter URLs.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/the-power-of-free/' title='The Power of Free'>The Power of Free</a></li>
<li><a href='http://www.attackr.com/jquery-new-version-and-ui-package/' title='jQuery: New version and UI package'>jQuery: New version and UI package</a></li>
<li><a href='http://www.attackr.com/srg-clean-archives-41-released/' title='SRG Clean Archives 4.1 Released'>SRG Clean Archives 4.1 Released</a></li>
<li><a href='http://www.attackr.com/plugin-compatibility-for-wordpress-22/' title='Plugin Compatibility for WordPress 2.2'>Plugin Compatibility for WordPress 2.2</a></li>
<li><a href='http://www.attackr.com/things-to-consider-when-choosing-a-domain/' title='Things to Consider When Choosing a Domain'>Things to Consider When Choosing a Domain</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/a-great-little-script-for-affiliate-marketers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Learning jQuery: A reference guide and examples for the rest of us</title>
		<link>http://www.attackr.com/learning-jquery-a-reference-guide-and-examples-for-the-rest-of-us/</link>
		<comments>http://www.attackr.com/learning-jquery-a-reference-guide-and-examples-for-the-rest-of-us/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 22:40:59 +0000</pubDate>
		<dc:creator>sdkester</dc:creator>
				<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.attackr.com/learning-jquery-a-reference-guide-and-examples-for-the-rest-of-us/</guid>
		<description><![CDATA[Introduction As a longtime jQuery user I was excited to take some time to read and review two new jQuery books. Packt Publishing provided me free copies of Learning jQuery and the jQuery Reference Guide. I spent most of October reading through them and making the most of my first book review experience. In short, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" alt="Learning jQuery" src="http://skfox.com/wp/wp-content/uploads/2007/10/1847192505.thumbnail.png" /><strong><u>Introduction</u></strong></p>
<p>As a longtime jQuery user I was excited to take some time to read and review two new jQuery books. </p>
<p>Packt Publishing provided me free copies of Learning jQuery and the jQuery Reference Guide. </p>
<p>I spent most of October reading through them and making the most of my first book review experience. </p>
<p>In short, these are both excellent books and getting them together will benefit a developer of any skill level. This review will focus on the books, but is equally a review of the jQuery javascript framework.</p>
<p>As a Visual Foxpro developer using the West Wind Web Connection server framework, I was in need of a client side framework to both reduce my work load and make my applications more browser agnostic. </p>
<p>One of the most important aspects of this was that the client side framework has to be backend agnostic. I tried plain ole&#8217; javascript (POJ), Mootools, prototype, and a few of the ajax only frameworks on Sourceforge at the time. None of them made any sense to me as a windows developer. </p>
<p>I was in need of a tab control one day for a project and it was jQuery and its wealth of plugins to the rescue. <span id="more-121"></span></p>
<p>As I started writing my own jQuery code, it just made sense. I couldn&#8217;t write in POJ anymore. Not that I&#8217;m stubborn, I just can&#8217;t remember how, jQuery just makes it so easy.</p>
<p>As time progressed and my love affair with jQuery grew, I was (and continue to be) in need of some more formal education. Both of these books accomplish this in different ways.</p>
<p><u><strong>jQuery Reference Guide</strong></u></p>
<p>Sharing a similar first chapter to the &#8220;Learning jQuery&#8221; about obtaining jQuery, the reference guide the jumps into a &#8220;what were going to tell you&#8221; mode that is concise and to the point. My military expereince taught me to appreciate their&#8230;</p>
<ul>
<li>What we are going to tell you</li>
<li>What we came to tell you</li>
<li>What we told you</li>
</ul>
<p>&#8230;format throughout the book. The next ten chapters cover the wide range of tasks in jQuery starting with selectors and covering HTML form manipulation. I keep a one page cheat sheet close to my development machine at all times, but this reference guide is going to be just as close to me from now on.</p>
<p>None of this guide would have made any sense were it not for its companion, Learning jQuery.</p>
<p><u><strong>Learning jQuery</strong></u></p>
<p>This ten chapter and three appendices book can nearly stand as a reference guide on its own. The authors stick with the same HTML through most of the book to illustrate the progessive enhancement that is so important to the jQuery methodology. </p>
<p>Personally I appreciated this as you could watch a simple css/html page become an enchanced interface with real world implications. </p>
<p>After the excellent examples a chapter is devoted to jQuerys biggest strength, plugins, some of which I&#8217;ve listed below. </p>
<p>Appendices &#8220;A&#8221; and &#8220;B&#8221; cover the online resources available to a jQuery user and appendix &#8220;C&#8221; goes into some of the higher level things to do with jQuery and how to avoid memory leaks.</p>
<p>My point is that there is something in this book for every level of javascript developer, from beginner to expert. I highly recommend it!</p>
<p><strong><u>Wrapping up</u></strong></p>
<p>jQuery was a big hit at the recent Web Connection conference I attended. I took the books with me, but didn&#8217;t get to spend much time with them as they were being borrowed, discussed, and shared among the attendees. </p>
<p>If you are looking to start with jQuery or expand your knowledge base, these two books will suit you well.</p>
<blockquote><p>$(books).purchase(function(){<br />
$(.JavascriptSkills).increase();<br />
});</p></blockquote>
<p><strong>Publisher Resources / Purchase</strong></p>
<ul>
<li><a href="http://www.packtpub.com/jQuery/book">Learning jQuery</a> (<a href="http://www.amazon.com/Learning-jQuery-Interaction-Development-JavaScript/dp/1847192505/ref=pd_bbs_sr_1/105-8812749-2362026?ie=UTF8&amp;s=books&amp;qid=1193690564&amp;sr=8-1">Amazon</a>)</li>
<li><a href="http://www.packtpub.com/jquery-reference-guide-Open-Source">jQuery Reference Guide </a>(<a href="http://www.amazon.com/jQuery-Reference-Guide-Karl-Swedberg/dp/1847193811/ref=pd_bbs_2/105-8812749-2362026?ie=UTF8&amp;s=books&amp;qid=1193690564&amp;sr=8-2">Amazon</a>)</li>
<li><a href="http://book.learningjquery.com/">Book example code</a></li>
</ul>
<p><strong>Other Reviews</strong></p>
<ul>
<li><a href="http://books.slashdot.org/article.pl?sid=07/10/24/1324211">Slashdot</a></li>
<li><a href="http://www.bennadel.com/index.cfm?dax=blog:1012.view">Ben Nadel</a></li>
<li><a href="http://blogs.pathf.com/agileajax/2007/08/book-review-lea.html">Brian Dillard</a></li>
</ul>
<p><strong>Personal (short) List of jQuery Resources</strong></p>
<ul>
<li><a href="http://jquery.com/">jQuery Homepage</a></li>
<li><a href="http://www.malsup.com/jquery/">Excellent plugins by Mike Alsup</a></li>
<li><a href="http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/">Cookie Plugin</a></li>
<li><a href="http://rikrikrik.com/jquery/">RikRikRik plugins</a></li>
<li><a href="http://brandonaaron.net/docs/livequery/">Live query plugin</a></li>
<li><a href="http://groups.google.com/group/jquery-en/topics">Discussion Group</a> (4,000+ members)</li>
</ul>
<p>Originally posted on SKFox.com. Used with permission.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/file-uploads-with-ajax/' title='File uploads with Ajax'>File uploads with Ajax</a></li>
<li><a href='http://www.attackr.com/combining-flash-with-htmlcss/' title='Combining flash with HTML/CSS'>Combining flash with HTML/CSS</a></li>
<li><a href='http://www.attackr.com/your-first-website/' title='Your first website'>Your first website</a></li>
<li><a href='http://www.attackr.com/how-to-make-firefox-even-better-than-it-is/' title='How to make FireFox even better than it is'>How to make FireFox even better than it is</a></li>
<li><a href='http://www.attackr.com/color-and-web-design/' title='Color and web design'>Color and web design</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/learning-jquery-a-reference-guide-and-examples-for-the-rest-of-us/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery: New version and UI package</title>
		<link>http://www.attackr.com/jquery-new-version-and-ui-package/</link>
		<comments>http://www.attackr.com/jquery-new-version-and-ui-package/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 18:17:32 +0000</pubDate>
		<dc:creator>sdkester</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.attackr.com/jquery-new-version-and-ui-package/</guid>
		<description><![CDATA[John Resig, the creator of jQuery has been going non stop. jQuery 1.2 was released on 10 September to much fanfare by those who follow it, followed by an update to 1.2.1 for bugs and a missing feature. They didn&#8217;t stop there though. Immediately afterwards, jQuery UI was released. jQuery UI is a package of [...]]]></description>
			<content:encoded><![CDATA[<p>John Resig, the creator of jQuery has been <a href="http://ejohn.org/blog/non-stop-jquery/">going non stop</a>. <a href="http://jquery.com">jQuery</a> 1.2 was released on 10 September to <a href="http://www.learningjquery.com/2007/09/upgrading-to-jquery-12">much</a> <a href="http://ajaxian.com/archives/jquery-v12-major-new-release-sneak-peak-at-jquery-ui">fanfare</a> by those who follow it, followed by an <a href="http://jquery.com/blog/2007/09/16/jquery-121-quick-fixes-for-12/">update to 1.2.1</a> for bugs and a missing feature. </p>
<p>They didn&#8217;t stop there though. Immediately afterwards, jQuery UI was released. <a href="http://ui.jquery.com/">jQuery UI</a> is a package of user interface widgets that can be combined to create a powerful user interface for the web.</p>
<p>The list of themeable widgets include:</p>
<ul>
<li>Accordian</li>
<li>Calendar</li>
<li>Dialog</li>
<li>Magnifier</li>
<li>Shadows</li>
<li>Slider</li>
<li>Sortable Tables</li>
<li>&#8230;and Tabs</li>
</ul>
<p>As well as mouse interactions such as:</p>
<ul>
<li>Draggables</li>
<li>Droppables</li>
<li>Sortables</li>
<li>&#8230;and resizables</li>
</ul>
<p>Just as I was thinking that the jQuery UI page could use some work, a post came up in my RSS reader from <a href="http://commadot.com/?p=612">Glen Lipka</a>. He opined that the demo page made it hard to see what was going on in the background with the UI framework. <span id="more-117"></span></p>
<p>Like him, I&#8217;m sure many of us came to learn HTML/JS/CSS from a quick &#8216;view source&#8217; of the page. In time, I&#8217;m sure they will get around to fleshing out the documentation and examples.</p>
<p>As a regular user of jQuery, I can&#8217;t imagine writing <strong>p</strong>lain <strong>o</strong>le <strong>j</strong>avascript anymore. </p>
<p>In fact, when it came time to take a look at something I wrote a few years ago in POJ, I could barely follow it. jQuery helps me write less code faster that is easier to read in the future. </p>
<p>A good example how jQuery can reduce your code came by accident today on <a href="http://ajaxian.com/archives/sprinkle-in-your-javascript">Ajaxian</a>. Jon Davis wrote a script that would <a href="http://home.sprinklejs.com:880/">pull static content into a div</a>. Think server side includes (SSI), but client side instead. </p>
<p>This 300+ line script could have easily have been written in jQuery in just 3 lines, as demonstrated by a member of the jQuery team, Yehuda Katz:</p>
<p>$(&#8220;textarea[src], div[src], span[src]&#8220;).each(function() {<br />
$(this).load(this.src);<br />
});</p>
<p>A overly simple example perhaps, but important none the less. Don&#8217;t forget to get the latest jQuery info from their <a href="http://jquery.com">website</a>, <a href="http://jquery.com/blog/">blog</a>, or <a href="http://docs.jquery.com/Discussion#Mailing_Lists">discussion groups</a>. </p>
<p>As this framework evolves, so to may the way you write javascript.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/a-great-little-script-for-affiliate-marketers/' title='A Great Little Script for Affiliate Marketers'>A Great Little Script for Affiliate Marketers</a></li>
<li><a href='http://www.attackr.com/corels-graphics-creation-and-editing-software/' title='Corel&#8217;s Graphics Creation and Editing Software'>Corel&#8217;s Graphics Creation and Editing Software</a></li>
<li><a href='http://www.attackr.com/srg-clean-archives-41-released/' title='SRG Clean Archives 4.1 Released'>SRG Clean Archives 4.1 Released</a></li>
<li><a href='http://www.attackr.com/plugin-compatibility-for-wordpress-22/' title='Plugin Compatibility for WordPress 2.2'>Plugin Compatibility for WordPress 2.2</a></li>
<li><a href='http://www.attackr.com/file-uploads-with-ajax/' title='File uploads with Ajax'>File uploads with Ajax</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/jquery-new-version-and-ui-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SRG Clean Archives 4.1 Released</title>
		<link>http://www.attackr.com/srg-clean-archives-41-released/</link>
		<comments>http://www.attackr.com/srg-clean-archives-41-released/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 07:13:52 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.attackr.com/srg-clean-archives-41-released/</guid>
		<description><![CDATA[I&#8217;m happy to announce the release of SRG Clean Archives 4.1 for WordPress. Per a few user requests, the plugin is now completely localized using language files created with poEdit. Current available language packs: English (default &#8211; built into plugin) French &#8211; FranÃ§ais German &#8211; Deutsch If you&#8217;d like to help by contributing additional language [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the release of <a href="http://www.geekwithlaptop.com/projects/clean-archives/" title="Download SRG Clean Archives WordPress Plugin">SRG Clean Archives 4.1</a> for WordPress.</p>
<p>Per a few user requests, the plugin is now completely localized using language files created with poEdit. </p>
<p>Current available language packs: </p>
<ul>
<li>English (default &#8211; built into plugin)</li>
<li>French &#8211; FranÃ§ais</li>
<li>German &#8211; Deutsch</li>
</ul>
<p>If you&#8217;d like to help by contributing additional language translations, let me know. This would be a great help.</p>
<p>To find out more about this release, take a look at <a href="http://www.geekwithlaptop.com/srg-clean-archives-41-released/" title="Find out more about SRG Clean Archives">the following article</a>.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/plugin-compatibility-for-wordpress-22/' title='Plugin Compatibility for WordPress 2.2'>Plugin Compatibility for WordPress 2.2</a></li>
<li><a href='http://www.attackr.com/wordpress-25-shortcodes/' title='WordPress 2.5 Shortcodes'>WordPress 2.5 Shortcodes</a></li>
<li><a href='http://www.attackr.com/a-great-little-script-for-affiliate-marketers/' title='A Great Little Script for Affiliate Marketers'>A Great Little Script for Affiliate Marketers</a></li>
<li><a href='http://www.attackr.com/wordpress-25-first-impressions/' title='WordPress 2.5: First Impressions'>WordPress 2.5: First Impressions</a></li>
<li><a href='http://www.attackr.com/jquery-new-version-and-ui-package/' title='jQuery: New version and UI package'>jQuery: New version and UI package</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/srg-clean-archives-41-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Compatibility for WordPress 2.2</title>
		<link>http://www.attackr.com/plugin-compatibility-for-wordpress-22/</link>
		<comments>http://www.attackr.com/plugin-compatibility-for-wordpress-22/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 19:12:53 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.attackr.com/plugin-compatibility-for-wordpress-22/</guid>
		<description><![CDATA[I recently upgraded a client&#8217;s WordPress blog to version 2.2. She had a slew of plugins which were corrupt and had to be re-installed and re-activated. It was then I discovered that quite a few were not compatible with the latest version of WordPress. So then I consulted the list of compatible plugins at: http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.2 [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded a client&#8217;s WordPress blog to version 2.2. She had a slew of plugins which were corrupt and had to be re-installed and re-activated. </p>
<p>It was then I discovered that quite a few were not compatible with the latest version of WordPress. So then I consulted the list of compatible plugins at:</p>
<p><a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.2">http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.2</a> </p>
<p>and sure enough, the list is small compared to the plugin page at the WordPress Plugin Database.</p>
<p>I have yet to upgrade my WordPress blog as I have been busy and now in a way I&#8217;m glad I&#8217;ve stalled. Several plugins that I use will not work including the &#8220;Font-Resizer&#8221; I have implemented on my sidebar. </p>
<p>I haven&#8217;t checked all of them as I too have many plugins installed, and I don&#8217;t see some of them on the Codex list. Maybe the plugin authors are too busy to go and submit their updated plugin to the Codex. That seems quite odd, since it would be great exposure for the programmer, I would think.</p>
<p>I would also hope that the folks running the Plugins Database would update listings to include an indication that plugins are compatible with version 2.2. </p>
<p>That would save hours and hours of research for those of us who need and use various plugins to extend the functionality of their WordPress blog. Then we would not hesitate to upgrade to the latest and greatest stable release of a fantastic blogging tool. At least I wouldn&#8217;t.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/srg-clean-archives-41-released/' title='SRG Clean Archives 4.1 Released'>SRG Clean Archives 4.1 Released</a></li>
<li><a href='http://www.attackr.com/wordpress-25-shortcodes/' title='WordPress 2.5 Shortcodes'>WordPress 2.5 Shortcodes</a></li>
<li><a href='http://www.attackr.com/a-great-little-script-for-affiliate-marketers/' title='A Great Little Script for Affiliate Marketers'>A Great Little Script for Affiliate Marketers</a></li>
<li><a href='http://www.attackr.com/wordpress-25-first-impressions/' title='WordPress 2.5: First Impressions'>WordPress 2.5: First Impressions</a></li>
<li><a href='http://www.attackr.com/jquery-new-version-and-ui-package/' title='jQuery: New version and UI package'>jQuery: New version and UI package</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/plugin-compatibility-for-wordpress-22/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>File uploads with Ajax</title>
		<link>http://www.attackr.com/file-uploads-with-ajax/</link>
		<comments>http://www.attackr.com/file-uploads-with-ajax/#comments</comments>
		<pubDate>Thu, 31 May 2007 18:59:31 +0000</pubDate>
		<dc:creator>sdkester</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.attackr.com/file-uploads-with-ajax/</guid>
		<description><![CDATA[I get asked a lot, especially on the Web Connect forum and jQuery mailing list, about Ajax (not AJAX, thank you) file uploads. The XHR object in javascript cannot access file uploads, but that doesn&#8217;t mean that you can&#8217;t give your users an Ajax-like experience. Here are some options and their corresponding back end languages. [...]]]></description>
			<content:encoded><![CDATA[<p>I get asked a lot, especially on the <a href="http://www.west-wind.com/">Web Connect</a> <a href="http://www.west-wind.com/wwthreads/">forum</a> and <a href="http://jquery.com/">jQuery</a> <a href="http://groups.google.com/group/jquery-en/topics">mailing list</a>, about Ajax (not AJAX, thank you) file uploads. </p>
<p>The XHR object in javascript cannot access file uploads, but that doesn&#8217;t mean that you can&#8217;t give your users an Ajax-like experience. Here are some options and their corresponding back end languages.</p>
<ul>
<li><a href="http://www.codeproject.com/Ajax/GmailUpload.asp">gMail-esque upload</a> (.Net)</li>
<li><a href="http://swfupload.mammon.se/">SWF Upload</a> (flash/js, but backend agnostic)</li>
<li><a href="http://www.fyneworks.com/jquery/multiple-file-upload/">MultiFile </a>(jQuery, but backend agnostic)</li>
<li><a href="http://sourceforge.net/projects/jupload/">jUpload </a>(java, but backend agnostic)</li>
<li><a href="http://encodable.com/filechucker/">File Chucker</a> (PHP and Perl)</li>
</ul>
<p>My personal favorite, <a href="http://www.malsup.com/jquery/form/">jQuery form plugin</a> which handles all of your ajax and file uploads at once. Very nice, highly recommended as is jQuery.</p>
<p>Using Ajax in your website makes you buzzword compliant these days, but once the hype passes I think everyone will agree then when used properly, it can greatly enhance the user experience.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/learning-jquery-a-reference-guide-and-examples-for-the-rest-of-us/' title='Learning jQuery: A reference guide and examples for the rest of us'>Learning jQuery: A reference guide and examples for the rest of us</a></li>
<li><a href='http://www.attackr.com/how-to-make-firefox-even-better-than-it-is/' title='How to make FireFox even better than it is'>How to make FireFox even better than it is</a></li>
<li><a href='http://www.attackr.com/color-and-web-design/' title='Color and web design'>Color and web design</a></li>
<li><a href='http://www.attackr.com/a-great-little-script-for-affiliate-marketers/' title='A Great Little Script for Affiliate Marketers'>A Great Little Script for Affiliate Marketers</a></li>
<li><a href='http://www.attackr.com/corels-graphics-creation-and-editing-software/' title='Corel&#8217;s Graphics Creation and Editing Software'>Corel&#8217;s Graphics Creation and Editing Software</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/file-uploads-with-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
