<?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, 13 Jul 2010 19:01:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<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>0</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. Requirements: PHP jQuery (latest version) InnerFade plugin (see docs for variables [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2008/01/10/roate-image-using-jquery-with-plugin/feed/</wfw:commentRss>
		<slash:comments>51</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>
