<?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; php</title>
	<atom:link href="http://www.linein.org/blog/category/php/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>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>PHP Unable to Copy Files from Upload (Plesk and PHP safe_mode)</title>
		<link>http://www.linein.org/blog/2010/04/27/php-unable-to-copy-files-from-upload-plesk-and-php-safe_mode/</link>
		<comments>http://www.linein.org/blog/2010/04/27/php-unable-to-copy-files-from-upload-plesk-and-php-safe_mode/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 17:58:13 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=727</guid>
		<description><![CDATA[After searching around for the better part of this morning, I finally figured out why my file upload script was not working correctly. When I setup the domain I did not even check to see if it was turned on since I did it relatively quickly, but right there in the &#8220;Hosting Settings&#8221; is an [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2010/04/27/php-unable-to-copy-files-from-upload-plesk-and-php-safe_mode/feed/</wfw:commentRss>
		<slash:comments>2</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>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>PHP Font Preview Function (text to image)</title>
		<link>http://www.linein.org/blog/2009/02/26/php-font-preview-function-text-to-image/</link>
		<comments>http://www.linein.org/blog/2009/02/26/php-font-preview-function-text-to-image/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 17:04:31 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programing]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=489</guid>
		<description><![CDATA[For work we needed a way to allow the customer to preview what their Bible imprint text would look like before they placed their order. I&#8217;m sure there are ways to do this with JavaScript, but we chose to do this with PHP to prevent the site from relying on Javascript (there was already enough [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2009/02/26/php-font-preview-function-text-to-image/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>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.023 seconds using disk: basic

Served from: www.linein.org @ 2012-02-04 00:34:44 -->
