<?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; tutorial</title>
	<atom:link href="http://www.linein.org/blog/category/tutorial/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>How to Install SSL Certificate on a Subdomain within Plesk 9</title>
		<link>http://www.linein.org/blog/2010/06/19/how-to-install-a-ssl-certificate-on-subdomain-within-plesk-9/</link>
		<comments>http://www.linein.org/blog/2010/06/19/how-to-install-a-ssl-certificate-on-subdomain-within-plesk-9/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 04:25:47 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=755</guid>
		<description><![CDATA[1. Add your subdomain You can do this as a normal subdomain or as a standalone domain. 2. Add your certificate to Plesk Use the Plesk control panel to add your certificate. Where the shortcoming comes into play is that Plesk will continue to use the default certificate. 3. Find your certificate Head over to [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2010/06/19/how-to-install-a-ssl-certificate-on-subdomain-within-plesk-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery AJAX Loading &#8211; Display Images or Text Until Script is Finished (Part 2)</title>
		<link>http://www.linein.org/blog/2010/05/12/jquery-ajax-loading-display-images-or-text-until-script-is-finished-part-2/</link>
		<comments>http://www.linein.org/blog/2010/05/12/jquery-ajax-loading-display-images-or-text-until-script-is-finished-part-2/#comments</comments>
		<pubDate>Wed, 12 May 2010 19:10:47 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=733</guid>
		<description><![CDATA[This is a more practical way to display an image or text while an AJAX request is loading. DEMO &#124; DOWNLOAD FILES What we&#8217;re basically doing is forcing a DIV to have a starting image and then replacing it with the text return from the AJAX request. function loadingAjax(div_id) { $("#"+div_id).html(' saving...'); $.ajax({ type: "POST", [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2010/05/12/jquery-ajax-loading-display-images-or-text-until-script-is-finished-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find Years and Months Between Two Dates in PHP</title>
		<link>http://www.linein.org/blog/2010/04/01/find-years-and-months-between-two-dates-in-php/</link>
		<comments>http://www.linein.org/blog/2010/04/01/find-years-and-months-between-two-dates-in-php/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 17:57:32 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=716</guid>
		<description><![CDATA[This is an addition to the Find Time Between Two Dates in PHP post. Here is a quick way to find the years and months between two dates using PHP. The dates are not exact since we&#8217;re assuming that each year and month has the same number of seconds. function yearMonthDifference($start_date, $end_date) { // 31556926 [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2010/04/01/find-years-and-months-between-two-dates-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android Sync Music and Videos Over Wifi (Motorola Droid)</title>
		<link>http://www.linein.org/blog/2009/11/17/sync-filesdirectories-on-android-phone-over-wifi-motorola-droid/</link>
		<comments>http://www.linein.org/blog/2009/11/17/sync-filesdirectories-on-android-phone-over-wifi-motorola-droid/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 17:57:23 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=637</guid>
		<description><![CDATA[One of the biggest inconveniences about the Motorola Droid is the lack of ease when it comes to sync media. (videos, music &#8211; whatever) Now I could always plug in the phone via USB, mount the SD card and transfer files that way, but it just seems to take way to many steps. What you&#8217;ll [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2009/11/17/sync-filesdirectories-on-android-phone-over-wifi-motorola-droid/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>jQuery Loading &#8211; Display Images or Text Until Script is Finished</title>
		<link>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/</link>
		<comments>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 20:25:50 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=339</guid>
		<description><![CDATA[I&#8217;m just finishing up a little project to improve the search ability on a website and I want to display an image and message say &#8220;loading&#8230;&#8221; until the script finished running. Below is an easy way to do that. UPDATE: Please view the updated way to do this that is a little more practical in [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
