<?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>linein designs &#187; javascript</title>
	<atom:link href="http://www.linein.org/blog/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linein.org/blog</link>
	<description></description>
	<lastBuildDate>Tue, 28 Jun 2011 17:27:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Rotate Images with jQuery and PHP</title>
		<link>http://www.linein.org/blog/2010/11/29/rotate-images-with-jquery-and-php/</link>
		<comments>http://www.linein.org/blog/2010/11/29/rotate-images-with-jquery-and-php/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 22:10:11 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=828</guid>
		<description><![CDATA[Things you&#8217;ll need: PHP jQuery jQueryRotate plugin DEMO &#124; DOWNLOAD PROJECT We&#8217;ll first setup the control div since it should help make things clearer starting here. We have the two rotate buttons (clockwise and anit-clockwise) and the save button to save our final rotated image. We also have an input box that will store the [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2010/11/29/rotate-images-with-jquery-and-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fade in and Out the Most Recent Pictures in a Directory with jQuery</title>
		<link>http://www.linein.org/blog/2010/10/22/fade-in-and-out-the-most-recent-pictures-in-a-directory-with-jquery/</link>
		<comments>http://www.linein.org/blog/2010/10/22/fade-in-and-out-the-most-recent-pictures-in-a-directory-with-jquery/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 14:09:35 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=814</guid>
		<description><![CDATA[Dave in Michigan contacted me and wanted to know if it was possible to take the script used from this previous post and only display the last X number of pictures uploaded to a directory. Something to note before you get started though. The script will read the entire directory so if you have a [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2010/10/22/fade-in-and-out-the-most-recent-pictures-in-a-directory-with-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Run Javascript Code After an AJAX Request</title>
		<link>http://www.linein.org/blog/2009/06/05/run-javascript-code-after-an-ajax-request/</link>
		<comments>http://www.linein.org/blog/2009/06/05/run-javascript-code-after-an-ajax-request/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 14:11:24 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programing]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=566</guid>
		<description><![CDATA[Earlier this week I had an interesting problem. I needed to have some javascript code run from within the page being called via AJAX. The javascript relied on the values being set in the page being called so it could not be setup on the page before hand. It had to be called afterward. It [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2009/06/05/run-javascript-code-after-an-ajax-request/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javascript Close Popup and Refresh or Redirect Parent Window with OnLoad (Solution)</title>
		<link>http://www.linein.org/blog/2009/03/02/javascript-close-popup-and-refresh-or-redirect-parent-window-with-onload-solution/</link>
		<comments>http://www.linein.org/blog/2009/03/02/javascript-close-popup-and-refresh-or-redirect-parent-window-with-onload-solution/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 02:48:46 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[programing]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=494</guid>
		<description><![CDATA[This one about drove me crazy all night trying to think of why this does not work and to be honest I still don&#8217;t understand why it doesn&#8217;t. But below is a solution to the problem. The problem was I was trying to close a popup and force the parent page to load a URL [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2009/03/02/javascript-close-popup-and-refresh-or-redirect-parent-window-with-onload-solution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>jQuery Image Gallery with Transitions and Navigation</title>
		<link>http://www.linein.org/blog/2009/01/19/jquery-image-gallery-with-transitions-and-navigation/</link>
		<comments>http://www.linein.org/blog/2009/01/19/jquery-image-gallery-with-transitions-and-navigation/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 21:46:51 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=435</guid>
		<description><![CDATA[A while back we wrote an article on how to fade images in and out from a single directory using jQuery and another plugin, but today we&#8217;re going to add&#8230;actually we&#8217;re going to totally redo the way we did it in the past. The new way should leave a much smaller footprint. View Demo First [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2009/01/19/jquery-image-gallery-with-transitions-and-navigation/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Alternate Background Colors Using PHP</title>
		<link>http://www.linein.org/blog/2008/02/06/alternate-background-colors-using-php/</link>
		<comments>http://www.linein.org/blog/2008/02/06/alternate-background-colors-using-php/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 05:44:07 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programing]]></category>

		<guid isPermaLink="false">http://linein.org/blog/2008/02/06/alternate-background-colors-using-php/</guid>
		<description><![CDATA[You now can look in almost any website or web application where the background colors are alternating. This is a great (and easy) way to improve the user interface for the end users. Here&#8217;s a quick explanation of what&#8217;s going on in the demo file below: First we set the alternating backgrounds we want to [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2008/02/06/alternate-background-colors-using-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fade In and Out Images from a Single Directory Using jQuery (with plugin)</title>
		<link>http://www.linein.org/blog/2008/01/10/roate-image-using-jquery-with-plugin/</link>
		<comments>http://www.linein.org/blog/2008/01/10/roate-image-using-jquery-with-plugin/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 16:15:44 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://linein.org/blog/2008/01/10/roate-image-using-jquery-with-plugin/</guid>
		<description><![CDATA[A friend of mine recently requested a quick image rotator script that was not using Flash, but would use Javascript. Below is a script that will read through a single directory and look for any image file (jpg, gif, or png) and rotate it. Update: new updated version which allows you to show only the [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2008/01/10/roate-image-using-jquery-with-plugin/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
		<item>
		<title>70+ JavaScript Resources for Every Web Developer</title>
		<link>http://www.linein.org/blog/2007/10/12/70-javascript-resources-for-every-web-developer/</link>
		<comments>http://www.linein.org/blog/2007/10/12/70-javascript-resources-for-every-web-developer/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 03:19:35 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://linein.org/blog/2007/10/12/70-javascript-resources-for-every-web-developer/</guid>
		<description><![CDATA[More javaScript resources than you could ever ask for. Jason does another great job getting them all together in one convenient place. read more &#124; digg story]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2007/10/12/70-javascript-resources-for-every-web-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 12/20 queries in 0.011 seconds using disk: basic

Served from: www.linein.org @ 2012-02-09 07:49:04 -->
