<?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, 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>Text to Image Using PHP and img4me</title>
		<link>http://www.linein.org/blog/2011/03/29/text-to-image-using-php-and-img4me/</link>
		<comments>http://www.linein.org/blog/2011/03/29/text-to-image-using-php-and-img4me/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 05:05:32 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=840</guid>
		<description><![CDATA[img4me just released an API to their text to image service. This basically allows you to send any peice of text through a URL and have it convert it into an image. Now you wouldn&#8217;t want to convert a whole paragraph, but this does work especially nice for email addresses or other information you don&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2011/03/29/text-to-image-using-php-and-img4me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>2</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>6</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>2</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>13</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>11</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.012 seconds using disk: basic

Served from: www.linein.org @ 2012-02-09 07:47:20 -->
