<?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>when HiFi is just not an option &#187; AJAX</title>
	<atom:link href="http://www.lofitrading.com/category/ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lofitrading.com</link>
	<description>the lofi blogging source</description>
	<lastBuildDate>Wed, 08 Sep 2010 11:14:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>30 Fresh AJAX Tutorials And Techniques</title>
		<link>http://www.lofitrading.com/30-fresh-ajax-tutorials-and-techniques/</link>
		<comments>http://www.lofitrading.com/30-fresh-ajax-tutorials-and-techniques/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 13:33:52 +0000</pubDate>
		<dc:creator>vitaly</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.noupe.com/?p=38547</guid>
		<description><![CDATA[By Paul Andrew Using AJAX on websites and applications is pretty much taken for granted nowadays. Users expect it. They want to be able to edit a page in-place, they want search queries to be auto-suggested, and they want to be able to submit a form without refreshing the page. Why? Because those things make browsing [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/Xq8Zfq1B5UC8CwzVp2DxdxwiBK8/0/da"><img src="http://feedads.g.doubleclick.net/~a/Xq8Zfq1B5UC8CwzVp2DxdxwiBK8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Xq8Zfq1B5UC8CwzVp2DxdxwiBK8/1/da"><img src="http://feedads.g.doubleclick.net/~a/Xq8Zfq1B5UC8CwzVp2DxdxwiBK8/1/di" border="0" ismap="true"></img></a></p><p><em>By Paul Andrew</em></p><p>Using <strong>AJAX</strong> on websites and applications is pretty much taken for granted nowadays. Users expect it. They want to be able to edit a page in-place, they want search queries to be auto-suggested, and they want to be able to submit a form without refreshing the page. Why? Because those things make browsing quicker, easier and, more importantly, enjoyable.</p><p>As great as AJAX is, though, it is not for every website or application. Part of the developer&#8217;s job is to know exactly where AJAX (or any technology for that matter) is needed. Too little can lead to user frustration. Too much causes misunderstanding. A balance and some restraints are always needed.</p><p>In this round-up, we have collected <strong>30 fresh AJAX tutorials and techniques</strong>, covering almost every aspect of AJAX development: forms, applications, polls, editing, parsing, visual effects and much more.</p><p><span id="more-38547"></span></p><h3>AJAX Tutorials And Techniques</h3><p><a href="http://tutorialzine.com/2009/09/shopping-cart-php-jquery/">An AJAX-Based Shopping Cart with PHP, CSS and jQuery</a><br /> In this tutorial, you will create an AJAX-driven shopping cart and store all of the products in a MySQL database, using PHP to process the data. jQuery will deliver the AJAX on the page, and with help of the <a href="http://craigsworks.com/projects/simpletip/">simpletip plug-in</a>, you will be able to deliver a high-end interactive check-out process.<br /><a href="http://demo.tutorialzine.com/2009/09/shopping-cart-php-jquery/demo.php">View the demo</a>.</p><p><a href="http://tutorialzine.com/2009/09/shopping-cart-php-jquery/"><img src="http://www.noupe.com/wp-content/uploads/2010/01/ajaxresources1.jpg" width="480" height="231" alt="Ajaxresources1 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://blog.themeforest.net/tutorials/creating-an-ajax-web-app-using-the-bitly-api/">Creating an AJAX Web App Using the Bit.ly API</a><br /> Using Twitter’s URL shortener, <a href="http://www.noupe.com/ajax/bit.ly">bit.ly</a>, and the jQuery library, you will be taken through the process of building an AJAX Web app. This is a great beginner tutorial, giving a detailed introduction to APIs and the basics of PHP and jQuery.<br /> <a href="http://dev-tips.com/demo/bitly/demo.php">View the demo</a>.</p><p><a href="http://blog.themeforest.net/tutorials/creating-an-ajax-web-app-using-the-bitly-api/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources2.jpg" width="480" height="231" alt="Ajaxresources2 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://tutorialzine.com/2009/11/twitter-list-ajax-fanpage/">A Twitter List AJAX-Powered Fan Page</a><br /> Twitter recently launched its new &#8220;lists&#8221; feature, which allows you to compile a list of your followers and organize them into categories. Using the newly expanded API (with list-management functionality added), you will learn how to create a widget that flips lists the other way round: this fan widget that goes in the sidebar allows visitors to fill in their Twitter name and join a special fan list from your Twitter account.<br /> <a href="http://demo.tutorialzine.com/2009/11/twitter-list-ajax-fanpage/demo.html">View the demo</a>.</p><p><a href="http://tutorialzine.com/2009/11/twitter-list-ajax-fanpage/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources3.jpg" width="480" height="361" alt="Ajaxresources3 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://net.tutsplus.com/videos/screencasts/learn-how-to-ajaxify-comment-forms/">Learn How to AJAXify Comment Forms</a><br /> Learn how to take a simple boring contact form and add some simple animation with an AJAX post request to submit the form to your MySQL database asynchronously.</p><p><a href="http://net.tutsplus.com/videos/screencasts/learn-how-to-ajaxify-comment-forms/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources4.jpg" width="480" height="231" alt="Ajaxresources4 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://tutorialzine.com/2009/09/simple-ajax-website-jquery/">A Simple AJAX Website with jQuery</a><br /> Using jQuery, PHP and CSS, you will go through the process of creating a basic AJAX website. The finished product will load pages through AJAX from the PHP back-end and even completely support the browser history (something that is normally difficult to achieve with any AJAX or Flash website).<br /> <a href="http://demo.tutorialzine.com/2009/09/simple-ajax-website-jquery/demo.html">View the demo</a>.</p><p><a href="http://tutorialzine.com/2009/09/simple-ajax-website-jquery/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources5.jpg" width="480" height="231" alt="Ajaxresources5 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/create-a-twitter-like-load-more-widget/">Create a Twitter-Like “Load More” Widget</a><br /> In this tut, you will learn the technique&mdash;used by both Twitter and the Apple App Store&mdash;for loading more information. Simply by clicking the link or button, more content will appear, as if by magic.  You will use AJAX, CSS, Javascript, JSON, PHP and HTML to build this widget. This tutorial features both the jQuery and the MooTools versions of the script.<br /> <a href="http://davidwalsh.name/dw-content/load-more.php">View the demo</a>.</p><p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/create-a-twitter-like-load-more-widget/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources6.jpg" width="480" height="366" alt="Ajaxresources6 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://www.noupe.com/ajax/create-a-simple-twitter-app.html">A Simple Twitter App with Ruby on Rails</a><br /> In this three-part tutorial series, you will set up a simple messaging model that holds posted messages. You will also learn how to post a message asynchronously.<br /> <a href="http://www.therailworld.com/posts/18-Create-a-Twitter-App-with-Rails-Demo-Data">View the demo</a>.</p><p><a href="http://www.noupe.com/ajax/create-a-simple-twitter-app.html"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources7.jpg" width="480" height="231" alt="Ajaxresources7 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://webdeveloperplus.com/jquery/ajax-multiple-file-upload-form-using-jquery/">AJAX Multiple-File-Upload Form Using jQuery</a><br /> With this article, you will learn to develop an AJAXified multiple-file-upload form that uses much less server-side code and has a nice user interface. Thanks to the power of jQuery, the time spent on actual development is substantially reduced.<br /> <a href="http://demo.webdeveloperplus.com/ajax-file-upload/">View the demo</a>.</p><p><a href="http://webdeveloperplus.com/jquery/ajax-multiple-file-upload-form-using-jquery/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources8.jpg" width="480" height="231" alt="Ajaxresources8 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://lastwebdesigner.com/jquery/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html">How to Send Facebook-Style Mail with PHP, AJAX and jQuery</a><br /> The Facebook website is choc full of unique features, especially the system for sending mail and messages. Using PHP, AJAX and jQuery, you can recreate this technique using this step-by-step tutorial.<br /> <a href="http://lastwebdesigner.com/tests/mail-jquery-php-ajax/">View the demo</a>.</p><p><a href="http://lastwebdesigner.com/jquery/how-to-send-a-mail-with-php-ajax-and-jquery-in-facebook-style.html"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources9.jpg" width="480" height="231" alt="Ajaxresources9 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://www.noupe.com/php/how-to-create-your-own-stats.html">How to Create Your Own Stats Program (JavaScript, AJAX, PHP)</a><br /> Chances are, you use an analytics programs such as Google Analytics, Get Clicky or Urchin to track every move and twitch on your website. They all track page views, visits, unique visitors, browsers, IP addresses and much more. But how exactly is this accomplished? Follow this tutorial and learn how to create your own basic Web statistics program using PHP, JavaScript, AJAX and SQLite.<br /> <a href="http://karthik-testing.nfshost.com/web-stats/">View the demo</a>.</p><p><a href="http://www.noupe.com/php/how-to-create-your-own-stats.html"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources10.jpg" width="480" height="231" alt="Ajaxresources10 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://www.problogdesign.com/wordpress/how-to-ajax-post-pagination-in-mootools/">AJAX Post Pagination in MooTools</a><br /> Patiently browsing through the archive of posts on your WordPress website can be frustrating. A fix for this problem would be to use MooTools and AJAX to do the loading.</p><p><a href="http://www.problogdesign.com/wordpress/how-to-ajax-post-pagination-in-mootools/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources11.jpg" width="480" height="231" alt="Ajaxresources11 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://papermashup.com/jquery-ajax-delete/">jQuery AJAX delete</a><br /> Being able to remove content with Ajax is useful for any Web designer. Using a few lines of jQuery, you can remove both a DIV and a record from the database with AJAX. In this demo, you’ll see a small red cross to the right of each comment. Clicking the cross will remove the comment&#8217;s DIV, and the slide-up animation allows you to remove the DIV.<br /> <a href="http://papermashup.com/demos/jquery-delete/">View the demo</a>.</p><p><a href="http://papermashup.com/jquery-ajax-delete/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources12.jpg" width="480" height="231" alt="Ajaxresources12 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://9lessons.blogspot.com/2009/08/vote-with-jquery-ajax-and-php.html">Voting System with jQuery, AJAX and PHP</a><br /> Dzone offers users the chance to vote up or down on any particular link, giving an indication of how well an article has been received. In this tutorial, you learn how to recreate this unique voting system using jQuery, AJAX and PHP.<br /> <a href="http://9lessons.net63.net/voting.php">View the demo</a>.</p><p><a href="http://9lessons.blogspot.com/2009/08/vote-with-jquery-ajax-and-php.html"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources14.jpg" width="480" height="231" alt="Ajaxresources14 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://net.tutsplus.com/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/">Creating a Dynamic Poll with jQuery and PHP</a><br /> When you combine the neat functionality of PHP and the cleverness of jQuery, you can produce some pretty cool results. In this tutorial, you will create a poll using PHP and XHTML, then use some jQuery AJAX effects to eliminate the need for page refreshing and to give it a nice touch of animation.<br /> <a href="http://nettuts.com/demos/test_poll/">View the demo</a>.</p><p><a href="http://net.tutsplus.com/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources15.jpg" width="480" height="231" alt="Ajaxresources15 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://webdeveloperplus.com/wordpress/how-to-ajaxify-wordpress-comment-posting/">AJAXify WordPress Comment Posting</a><br /> Many WordPress plug-ins will AJAXify comments, but how do they do it? In this step-by-step tutorial, you will learn how to enable AJAXed comments with client-side JavaScript comment-form validation for any WordPress blog.<br /> <a href="http://demo.webdeveloperplus.com/wordpress/">View the demo</a>.</p><p><a href="http://webdeveloperplus.com/wordpress/how-to-ajaxify-wordpress-comment-posting/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources16.jpg" width="480" height="231" alt="Ajaxresources16 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://webdeveloperplus.com/jquery/create-a-dynamic-scrolling-content-box-using-ajax/">Create a Dynamic Scrolling Content Box Using AJAX</a><br /> If you use Google Reader, then you may have noticed how it shows feed items. After you click on a feed, it loads a few items first, and as you scroll down to view more items, it adds more items dynamically to the list. This tutorial shows you how to create a similar content box that loads content dynamically as the user scrolls to the bottom of the box.<br /> <a href="http://demo.webdeveloperplus.com/dynamic-scrollbox/">View the demo</a>.</p><p><a href="http://webdeveloperplus.com/jquery/create-a-dynamic-scrolling-content-box-using-ajax/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources17.jpg" width="480" height="231" alt="Ajaxresources17 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/create-an-in-place-editing-system/">Create an In-Place Editing System</a><br /> Making users click through multiple pages just to edit a single field is annoying. This tutorial shows you how to create an in-place editing system, as found on popular websites such as Flickr and then take things further with AJAX.<br /> <a href="http://nettuts.s3.amazonaws.com/443_editing/demo/code.html">View the demo</a>.</p><p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/create-an-in-place-editing-system/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources18.jpg" width="480" height="231" alt="Ajaxresources18 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://net.tutsplus.com/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/">Submit A Form Without Page Refresh using jQuery</a><br /> This article outlines a great way to use jQuery and AJAX to enhance the user experience, not just by validating the form but by submitting the contact form without having to refresh the page.<br /> <a href="http://nettuts.com/demos/contactform/">View the demo</a>.</p><p><a href="http://net.tutsplus.com/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources19.jpg" width="480" height="231" alt="Ajaxresources19 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://www.vagrantradio.com/2009/10/how-to-parse-xml-using-jquery-and-ajax.html">How To Parse XML Using jQuery and Ajax</a><br /> In this tutorial you will learn how to parse or process an XML document and display the data on a page in HTML. This process can be used to filter raw RSS feeds, set up a cool site map on your blog or even lay the groundwork for your own auto-complete search.<br /> <a href="http://www.vagrantradio.com/demos/jquery_xml/index.html">View the demo</a>.</p><p><a href="http://www.vagrantradio.com/2009/10/how-to-parse-xml-using-jquery-and-ajax.html"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources20.jpg" width="480" height="231" alt="Ajaxresources20 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://davidwalsh.name/cache-ajax">Caching AJAX Results in Javascript</a><br /> AJAX requests are usually faster than regular page loads and allow for a wealth of dynamism within the page. Unfortunately, many people do not properly cache request information when they can. The author shows you his improved method for caching AJAX requests.</p><p><a href="http://davidwalsh.name/cache-ajax"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources21.jpg" width="480" height="231" alt="Ajaxresources21 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html">How to Create an AJAX File Uploader</a><br /> The application you will build in this tut uses jQuery&#8217;s versatility to allow multiple file uploads without a page refresh or redirection, complete with front- and back-end validation to prevent unwanted files from being uploaded to your server.<br /> <a href="http://www.vagrantradio.com/demos/file_uploader/index.html">View the demo</a>.</p><p><a href="http://www.vagrantradio.com/2009/09/how-to-create-an-ajax-file-uploader.html"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources22.jpg" width="480" height="231" alt="Ajaxresources22 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/">How to Create a Simple Web-Based Chat Application</a><br /> The multiple-user Web-based chat application that you will build in this tutorial includes a log-in and log-out system, with AJAX-style features. The finished product would be perfect for a live support system for your website, as seen on the Vodafone and T-Mobile websites.</p><p><a href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-simple-web-based-chat-application/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources23.jpg" width="480" height="231" alt="Ajaxresources23 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://9lessons.blogspot.com/2009/06/autosuggestion-with-jquery-ajax-and-php.html">Facebook-like Auto-Suggestion with jQuery, AJAX and PHP</a><br /> This article shows you how to recreate the unique auto-suggestion search feature of Facebook using jQuery, PHP and, of course, AJAX.<br /> <a href="http://9lessons.net63.net/auto.htm">View the demo</a>.</p><p><a href="http://9lessons.blogspot.com/2009/06/autosuggestion-with-jquery-ajax-and-php.html"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources25.jpg" width="480" height="231" alt="Ajaxresources25 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://net.tutsplus.com/articles/web-roundups/20-more-excellent-ajax-effects-you-should-know/">20 More Excellent AJAX Effects You Should Know</a><br /> This article rounds up 20 relatively easy AJAX effects and techniques that can be used to spice up any page.</p><p><a href="http://net.tutsplus.com/articles/web-roundups/20-more-excellent-ajax-effects-you-should-know/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources26.jpg" width="480" height="231" alt="Ajaxresources26 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://davidwalsh.name/text-selection-ajax">Record Text Selections Using MooTools or jQuery AJAX</a><br /> This post demonstrates a useful technique for keeping track of what text users are highlighting and copying on a given Web page. It is helpful because it gives you an indication of what visitors really want from your website.</p><p><a href="http://davidwalsh.name/text-selection-ajax"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources27.jpg" width="480" height="231" alt="Ajaxresources27 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://www.ibm.com/developerworks/library/wa-aj-dynamic/?S_TACT=105AGY30&#038;S_CMP=ajaxlp">Automatically Update a Web Page with Dynamic Elements</a><br /> You may know how to hide and display optional JavaServer Faces (JSF) components using JavaScript and CSS. To do this, you would first identify all JSF components and write them into JSF pages. But that is impossible when you are developing a Web page that contains dynamic elements that are unknown until runtime. With this article, learn how you can clear old UI components while automatically updating the dynamic elements of a Web page, as well as use Java code to add new elements and put them in their proper spot on a Web page. You&#8217;ll also learn how to bind different event handlers to different dynamic elements of a Web page, how to register a listener listening to changes of server-side data to invoke a page refresh, and how to use AJAX techniques to refresh only the dynamic parts of the Web page.</p><p><a href="http://www.ibm.com/developerworks/library/wa-aj-dynamic/?S_TACT=105AGY30&#038;S_CMP=ajaxlp"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources28.jpg" width="480" height="231" alt="Ajaxresources28 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://www.ibm.com/developerworks/library/wa-aj-presentation1/">Build a Web Presentation Application using AJAX</a><br /> How does Google Docs have such amazing functionality? It leverages Web 2.0 technologies, which provide robust functionality with relatively simple code. In this article, learn how to build a Web application to create slideshow presentations using AJAX.</p><p><a href="http://www.ibm.com/developerworks/library/wa-aj-presentation1/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources29.jpg" width="480" height="231" alt="Ajaxresources29 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://dev.base86.com/solo/51/javascript_datepicker_calender_eightysix_released.html">Calendar Eightysix</a><br /> Calendar Eightysix is an unobtrusive, developer-friendly JavaScript calendar and date-picker that offers a better user experience for date-related functionality. It is highly customizable and offers unique and quick navigation by jumping back and forth between months, years and decades without drop-down boxes.<br /> <a href="http://dev.base86.com/scripts/datepicker_calendar_eightysix.html">View the demo</a>.</p><p><a href="http://dev.base86.com/solo/51/javascript_datepicker_calender_eightysix_released.html"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources30.jpg" width="480" height="231" alt="Ajaxresources30 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://conceptlogic.com/jcart/">jCart: AJAX/PHP Shopping Cart</a><br /> jCart is a customizable jQuery plug-in that offers a simple e-commerce solution by handling visitor input without reloading the page.</p><p><a href="http://conceptlogic.com/jcart/"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources31.jpg" width="480" height="231" alt="Ajaxresources31 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><p><a href="http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin">AJAX Fancy Captcha</a><br /> The Fancy Captcha jQuery plug-in is an intuitive and fresh way to complete those &#8220;verify humanity&#8221; tasks, offering reasonable protection against unwanted guests, namely bots and spammers. It works by asking you to verify yourself simply by dragging and dropping an item into a circle.</p><p><a href="http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin"><img src="http://www.smashingmagazine.com/wp-content/uploads/2009/12/ajaxresources32.jpg" width="480" height="284" alt="Ajaxresources32 in 30 Fresh AJAX Tutorials And Techniques"  /></a></p><h4>About the Author</h4><p><em>Paul Andrew is a freelance Web designer. He is chief admin for <a href="http://speckyboy.com/">Speckyboy &#8211; Design Magazine</a>, a Web design, Web development and graphic design resource blog. Follow him on Twitter here: <a href="http://twitter.com/speckyboy">twitter.com/speckyboy</a>.</em></p><p><em>(al)</em></p> <div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Noupe?a=AESKiyFkA-c:hsRU_7N1OWk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Noupe?i=AESKiyFkA-c:hsRU_7N1OWk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Noupe?a=AESKiyFkA-c:hsRU_7N1OWk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Noupe?i=AESKiyFkA-c:hsRU_7N1OWk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Noupe?a=AESKiyFkA-c:hsRU_7N1OWk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Noupe?i=AESKiyFkA-c:hsRU_7N1OWk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Noupe?a=AESKiyFkA-c:hsRU_7N1OWk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Noupe?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.lofitrading.com/30-fresh-ajax-tutorials-and-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Slideshow, Gallery And Lightboxes Scripts</title>
		<link>http://www.lofitrading.com/free-slideshow-gallery-and-lightboxes-scripts/</link>
		<comments>http://www.lofitrading.com/free-slideshow-gallery-and-lightboxes-scripts/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 10:26:08 +0000</pubDate>
		<dc:creator>Guest Posting</dc:creator>
				<category><![CDATA[AJAX]]></category>

		<guid isPermaLink="false">http://www.noupe.com/?p=26713</guid>
		<description><![CDATA[by Obaid ur Rehman
For Web design projects, you may find yourself sometimes scrounging around for a simple yet useful image gallery and slideshow. But imagine having a huge collection of AJAX, JavaScript, Lightbox, CSS and Flash-based image galleries at your fingertips. Hopefully, this post will do the trick and provide all the resources you might [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/IotetEN9eHWPSICVmEdtQbQyz14/0/da"><img src="http://feedads.g.doubleclick.net/~a/IotetEN9eHWPSICVmEdtQbQyz14/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IotetEN9eHWPSICVmEdtQbQyz14/1/da"><img src="http://feedads.g.doubleclick.net/~a/IotetEN9eHWPSICVmEdtQbQyz14/1/di" border="0" ismap="true"></img></a></p><p><em>by Obaid ur Rehman</em></p>
<p>For Web design projects, you may find yourself sometimes scrounging around for a simple yet useful image gallery and slideshow. But imagine having a huge collection of AJAX, JavaScript, Lightbox, CSS and Flash-based image galleries at your fingertips. Hopefully, this post will do the trick and provide all the resources you might need.</p>
<p><span id="more-26713"></span></p>
<h3>Free Slideshows And Lightboxes Scripts</h3>
<p><a href="http://www.no3dfx.com/polaroid/">Polaroid Gallery v.1.01</a><br />
<a href="http://www.no3dfx.com/polaroid/"><img src="http://www.noupe.com/wp-content/uploads/2009/10/24.jpg" alt="Polaroid Gallery v.1.01" width="500" height="501" /></a><br />
Polaroid Gallery is a free open-source Flash gallery developed by Christopher Einarsrud.</p>
<p><a href="http://www.fwzone.net/go?11360">Active Slideshow Pro</a><br />
<a href="http://www.fwzone.net/go?11360"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/1.jpg" alt="Active Slideshow Pro" width="500" height="416" /></a><br />
Create dazzling multimedia presentations, slideshows and banners with Active Slideshow Pro. This extension builds on the success of Active Slideshow and gives you new spectacular effects and optimal control over your slides, texts, transitions and sounds.</p>
<p><a href="http://www.paulvanroekel.nl/picasa/piclens/index.asp">PicLens Slideshow</a><br />
<a href="http://www.paulvanroekel.nl/picasa/piclens/index.asp"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/2.jpg" alt="PicLens Slideshow" width="500" height="340" /></a><br />
Take your favourite images full-screen. This template is based on PicLens and combines the power of PicLens and Media RSS technology to give you an easy way to add immersive multimedia slideshows to your own website. The exported Piclens gallery can also easily be used as a complete Web page.</p>
<p><a href="http://www.plogger.org/">Plogger</a><br />
<a href="http://www.plogger.org/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/3.jpg" alt="Plogger" width="500" height="381" /></a><br />
Plogger is the next generation in open-source photo gallery systems. A Web application not bloated with superfluous features or complicated configuration settings. Plogger is a simple yet powerful tool, everything you need to share your images with the world.</p>
<p><a href="http://www.shadowbox-js.com/">Shadowbox</a><br />
<a href="http://www.shadowbox-js.com/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/4.jpg" alt="Shadowbox" width="500" height="340" /></a><br />
Shadowbox is an online media viewer application that supports all of the Web&#8217;s most popular media publishing formats. Shadowbox is written entirely in JavaScript and CSS and is highly customizable.</p>
<p><a href="http://www.phatfusion.net/slideshow/">PhatFusion Slideshow</a><br />
<a href="http://www.phatfusion.net/slideshow/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/5.jpg" alt="PhatFusion Slideshow" width="500" height="565" /></a><br />
Transition between images.</p>
<p><a href="http://www.twospy.com/galleriffic/">Galleriffic</a><br />
<a href="http://www.twospy.com/galleriffic/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/6.jpg" alt="Galleriffic" width="500" height="256" /></a><br />
Galleriffic was inspired by Mike Alsup&#8217;s Cycle plug-in, but with performance in mind for delivering a high volume of photos.</p>
<p><a href="http://www.efectorelativo.net/laboratory/noobSlide/">NoobSlide</a><br />
<a href="http://www.efectorelativo.net/laboratory/noobSlide/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/7.jpg" alt="NoobSlide" width="500" height="278" /></a></p>
<p><a href="http://fancybox.net/">Fancybox</a><br />
<a href="http://fancybox.net/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/8.jpg" alt="Fancybox" width="500" height="262" /></a><br />
FancyBox is a tool for displaying images, HTML content and multimedia in a Mac-style Lightbox that floats over top the Web page.</p>
<p><a href="http://scriptandstyle.com/automatically-generate-a-photo-gallery-from-a-directory-of-images">Auto Generating Gallery</a><br />
<a href="http://scriptandstyle.com/automatically-generate-a-photo-gallery-from-a-directory-of-images"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/9.jpg" alt="Auto Generating Gallery" width="500" height="341" /></a><br />
If you are creating a fairly small gallery, hand-coding a grid of thumbnails will probably do. But for larger galleries or doing a lot of adding, editing and swapping of photos, you will probably want a better solution. And that solution is: an automatically generating photo gallery!</p>
<p><a href="http://www.leigeber.com/2008/05/ajax-image-gallery-slideshow/">Dynamic Image Gallery and Slideshow</a><br />
<a href="http://www.leigeber.com/2008/05/ajax-image-gallery-slideshow/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/10.jpg" alt="Dynamic Image Gallery and Slideshow" width="500" height="380" /></a></p>
<p><a href="http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/">Barack Slideshow</a><br />
<a href="http://devthought.com/blog/projects-news/2008/06/barackslideshow-an-elegant-lightweight-slideshow-script/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/11.jpg" alt="Barack Slideshow" width="500" height="230" /></a><br />
Pretty much everyone has seen Barack Obama’s website by now, which is clearly one of the most attractive ones done by a presidential candidate. Not only is it an example of state-of-the-art design, but it’s also nice to navigate and interact with.</p>
<p><a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html?lang=en">jQuery Multimedia Portfolio</a><br />
<a href="http://www.openstudio.fr/jQuery-Multimedia-Portfolio.html?lang=en"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/12.jpg" alt="jQuery Multimedia Portfolio" width="500" height="359" /></a><br />
This plug-in for jQuery automatically detects the extension of each media file and applies the right player.</p>
<p><a href="http://www.e2interactive.com/e2_photo_gallery/">(E)2 Photo Gallery</a><br />
<a href="http://www.e2interactive.com/e2_photo_gallery/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/13.jpg" alt="(E)2 Photo Gallery" width="500" height="223" /></a><br />
(E)2 Photo Gallery is a open-source gallery built with MooTools JavaScript Library in a compact, modular and object-oriented framework. Tell the (E)2 Photo Gallery what folder your images are stored in, and it will automatically load them using PHP.</p>
<p><a href="http://www.flickrshow.com/">Flickrshow </a><br />
<a href="http://www.flickrshow.com/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/14.jpg" alt="Flickrshow" width="500" height="366" /></a><br />
Flickrshow is a lightweight, cross-browser JavaScript slideshow, giving you an easy way to display Flickr images on your website.</p>
<p><a href="http://www.deensoft.com/lab/protoflow/">ProtoFlow</a><br />
<a href="http://www.deensoft.com/lab/protoflow/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/15.jpg" alt="ProtoFlow" width="500" height="248" /></a><br />
ProtoFlow is a coverflow effect written in JavaScript. It uses Prototype and Scriptaculous to do the bulk of the work, and it uses Reflection.js to do all of the image reflection stuff.</p>
<p><a href="http://www.paulvanroekel.nl/picasa/Flip/index.asp">Flip 3D Flash Slideshow</a><br />
<a href="http://www.paulvanroekel.nl/picasa/Flip/index.asp"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/16.jpg" alt="Flip 3D Flash Slideshow" width="500" height="335" /></a><br />
A very nice Flash-based template. Each image that flips to the next casts a subtle reflection on the ground. The size of the images can be easily adjusted by editing the template files. And adding a background image is a piece of cake.</p>
<p><a href="http://imago.codeboje.de/">Imago</a><br />
<a href="http://imago.codeboje.de/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/17.jpg" alt="Imago" width="500" height="244" /></a><br />
Imago is an AJAX image gallery focused on simplicity and ease of use. It&#8217;s in plain JavaScript and builds on the mature AJAX library MooTools. No server-side scripting is required! Neither is Flash. Whether your photos are on Flickr, SmugMug or your own server, Imago can show them.</p>
<p><a href="http://87.230.15.86/~dado/devel/mootools/thumbnoo/#examples">Thumbnoo</a><br />
<a href="http://87.230.15.86/~dado/devel/mootools/thumbnoo/#examples"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/18.jpg" alt="Thumbnoo" width="500" height="374" /></a></p>
<p><a href="http://www.db798.com/pictobrowser/">PictoBrowser</a><br />
<a href="http://www.db798.com/pictobrowser/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/19.jpg" alt="PictoBrowser" width="500" height="490" /></a><br />
A free Web application that displays Flickr and Picasa images on websites and blogs.</p>
<p><a href="http://www.getintothis.com/blog/2006/10/12/image-gallery-using-jquery-interface-reflections/">jQuery Gallery</a><br />
<a href="http://www.getintothis.com/blog/2006/10/12/image-gallery-using-jquery-interface-reflections/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/20.jpg" alt="jQuery Gallery" width="500" height="602" /></a><br />
Here is an image gallery with smooth transitions, thumbnails and pretty reflections.</p>
<p><a href="http://www.simpleviewer.net/postcardviewer/">PostcardViewer</a><br />
<a href="http://www.simpleviewer.net/postcardviewer/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/21.jpg" alt="PostcardViewer" width="500" height="393" /></a><br />
PostcardViewer is a free customizable Flash image viewer. The interface looks like a set of postcards shuffled on a table.</p>
<p><a href="http://labs.adobe.com/technologies/spry/home.html">Spry</a><br />
<a href="http://labs.adobe.com/technologies/spry/home.html"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/22.jpg" alt="Spry" width="500" height="346" /></a><br />
Spry is a JavaScript-based framework that enables the rapid development of AJAX-powered Web pages. Not a JavaScript guru? No problem. Spry is designed to feel like an extension of HTML and CSS, so anyone with basic Web production skills can create a next-generation Web experience by adding the power of AJAX.</p>
<p><a href="http://www.flashmo.com/preview/flashmo_122_3d_curve_gallery">3D Curve Photo Gallery</a><br />
<a href="http://www.flashmo.com/preview/flashmo_122_3d_curve_gallery"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/23.jpg" alt="3D Curve Photo Gallery" width="500" height="272" /></a></p>
<p><a href="http://nicora.net/projects/photoViewer/index.cfm/home">PhotoViewer</a><br />
<a href="http://nicora.net/projects/photoViewer/index.cfm/home"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/25.jpg" alt="PhotoViewer" width="500" height="368" /></a></p>
<p><a href="http://www.moopix.org/">Moopix</a><br />
<a href="http://www.moopix.org/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/26.jpg" alt="Moopix" width="500" height="333" /></a></p>
<p><a href="http://slideshowpro.net/">Slideshowpro</a><br />
<a href="http://slideshowpro.net/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/27.jpg" alt="Slideshowpro" width="500" height="306" /></a></p>
<p><a href="http://www.paulvanroekel.nl/picasa/lightbox/index.asp">Lightbox Photo Gallery and Slideshow for Picasa</a><br />
<a href="http://www.paulvanroekel.nl/picasa/lightbox/index.asp"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/28.jpg" alt="Lightbox Photo Gallery and Slideshow for Picasa" width="500" height="356" /></a><br />
This template uses the excellent Lightbox JavaScript by Lakesh Dakar.</p>
<p><a href="http://vistaphotogallery.com/">Vista photo gallery</a><br />
<a href="http://vistaphotogallery.com/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/29.jpg" alt="Vista photo gallery" width="500" height="373" /></a><br />
Vista Photo Gallery is a photo album builder that allows you to create and publish rich, interactive photo galleries for your website.</p>
<p><a href="http://tools.uvumi.com/gallery.html">UvumiTools Gallery Plugin</a><br />
<a href="http://tools.uvumi.com/gallery.html"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/30.jpg" alt="UvumiTools Gallery Plugin" width="500" height="269" /></a><br />
The UvumiTools Gallery allows you to display fancy photo galleries on your website without requiring you to be a master programmer, thanks to the powerful MooTools JavaScript framework. Just include a couple JavaScript and CSS files.</p>
<p><a href="http://www.webdesignerwall.com/tutorials/parallax-gallery/">Parallax Gallery</a><br />
<a href="http://www.webdesignerwall.com/tutorials/parallax-gallery/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/31.jpg" alt="Parallax Gallery" width="500" height="321" /></a></p>
<p><a href="http://www.simpleviewer.net/tiltviewer/">TiltViewer</a><br />
<a href="http://www.simpleviewer.net/tiltviewer/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/32.jpg" alt="TiltViewer" width="500" height="724" /></a><br />
TiltViewer is a free customizable 3-D Flash image viewing application.</p>
<p><a href="http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider">jQuery plugin &#8211; Easy Image or Content Slider</a><br />
<a href="http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/33.jpg" alt="jQuery plugin - Easy Image or Content Slider" width="500" height="190" /></a></p>
<p><a href="http://www.nickstakenburg.com/projects/lightview/">Lightview</a><br />
<a href="http://www.nickstakenburg.com/projects/lightview/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/34.jpg" alt="Lightview" width="500" height="428" /></a></p>
<p><a href="http://devkick.com/lab/galleria/">DevKick Galleria</a><br />
<a href="http://devkick.com/lab/galleria/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/35.jpg" alt="DevKick Galleria" width="500" height="398" /></a><br />
Galleria is a JavaScript image gallery written in jQuery. It loads images one by one from an unordered list and displays thumbnails when each image is loaded. It can create thumbnails, scaled or unscaled, centered and cropped, inside a fixed thumbnail box defined by CSS.</p>
<p><a href="http://www.puidokas.com/portfolio/frogjs/">FrogJS Javascript Gallery</a><br />
<a href="http://www.puidokas.com/portfolio/frogjs/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/36.jpg" alt="FrogJS Javascript Gallery" width="500" height="185" /></a><br />
FrogJS is a simple unobtrusive JavaScript gallery. It’s not a replacement for other thumbnail galleries such as Lightbox JS, but is a different way of showcasing galleries. It is best for page-by-page galleries, such as photo stories.</p>
<p><a href="http://www.openstudio.fr/jQuery-virtual-tour.html?lang=en">jQuery virtual tour</a><br />
<a href="http://www.openstudio.fr/jQuery-virtual-tour.html?lang=en"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/37.jpg" alt="jQuery virtual tour" width="500" height="692" /></a></p>
<p><a href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/">Featured Content Slider</a><br />
<a href="http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/38.jpg" alt="Featured Content Slider" width="500" height="404" /></a></p>
<p><a href="http://www.flashnifties.com/">Flashnifties</a><br />
<a href="http://www.flashnifties.com/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/39.jpg" alt="Flashnifties" width="500" height="373" /></a><br />
Flash image gallery, video gallery, MP3 music player, updatable Flash website with advanced navigation&#8230; all in one!</p>
<p><a href="http://ptflickrgallery.sourceforge.net/web/index.html">JQuery flickrGallery</a><br />
<a href="http://ptflickrgallery.sourceforge.net/web/index.html"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/40.jpg" alt="Sliding Boxes and Captions with jQuery" width="500" height="393" /></a></p>
<p><a href="http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/">prettyPhoto</a><br />
<a href="http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/41.jpg" alt="prettyPhoto a jQuery lightbox clone" width="500" height="520" /></a><br />
prettyPhoto is a jQuery-based Lightbox clone. It supports not only images but video, Flash, YouTube and iFrames. It&#8217;s a full-blown media Lightbox.</p>
<p><a href="http://www.paulvanroekel.nl/picasa/flashpageflip/index.asp">Flash Page Flip Photo Gallery template for Picasa</a><br />
<a href="http://www.paulvanroekel.nl/picasa/flashpageflip/index.asp"><img src="http://media2.smashingmagazine.com/images/slideshow-lightbox-scripts/42.jpg" alt="Flash Page Flip Photo Gallery template for Picasa" width="500" height="187" /></a></p>
<p><em>(al)</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Noupe?a=AIvsqxd8ddI:K4ZcJdnTxGQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Noupe?i=AIvsqxd8ddI:K4ZcJdnTxGQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Noupe?a=AIvsqxd8ddI:K4ZcJdnTxGQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Noupe?i=AIvsqxd8ddI:K4ZcJdnTxGQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Noupe?a=AIvsqxd8ddI:K4ZcJdnTxGQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Noupe?i=AIvsqxd8ddI:K4ZcJdnTxGQ:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Noupe?a=AIvsqxd8ddI:K4ZcJdnTxGQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/Noupe?d=7Q72WNTAKBA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.lofitrading.com/free-slideshow-gallery-and-lightboxes-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
