<?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>Kinetic Klink</title>
	<atom:link href="http://www.kineticklink.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kineticklink.com</link>
	<description>Figuring some way out of this mess...</description>
	<lastBuildDate>Wed, 15 Feb 2012 15:50:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating a tar gzip Directory</title>
		<link>http://www.kineticklink.com/creating-a-tar-gzip-directory/</link>
		<comments>http://www.kineticklink.com/creating-a-tar-gzip-directory/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 15:50:26 +0000</pubDate>
		<dc:creator>RayRay</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.kineticklink.com/?p=278</guid>
		<description><![CDATA[<p>I always forget how to use tar to create a .tar.gz file.  While yes, man pages will provide this info, it&#8217;s far quicker to search online.  To make it easy for me find, and anyone else, here it is:</p>
Creating at tar gzip
tar -czf new_tar_gzip_file.tar.gz /thedirectory_to_tar_gzip
<p>If you want to preserve the permission on the files <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.kineticklink.com/creating-a-tar-gzip-directory/">Creating a tar gzip Directory</a></span>]]></description>
		<wfw:commentRss>http://www.kineticklink.com/creating-a-tar-gzip-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kohana 3 Routing &#8211; Part 2: Dynamic Routes and Default Values</title>
		<link>http://www.kineticklink.com/kohana-3-routes-part-2/</link>
		<comments>http://www.kineticklink.com/kohana-3-routes-part-2/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 19:27:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.kineticklink.com/?p=232</guid>
		<description><![CDATA[<p>Part 1 &#124; Part 2</p>
<p>
In Part 1 of these articles we learned to created a simple static route in Kohana.   In this part we&#8217;ll build on the basic routing to make parameters passed in the URL available to the action function.  </p>
Basic Parameters
<p>Passing parameters into kohana from the URL is a fairly straightforward <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.kineticklink.com/kohana-3-routes-part-2/">Kohana 3 Routing &#8211; Part 2: Dynamic Routes and Default Values</a></span>]]></description>
		<wfw:commentRss>http://www.kineticklink.com/kohana-3-routes-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kohana 3 Routing &#8211; Part 1: Static routes and Subdirectories</title>
		<link>http://www.kineticklink.com/kohana-3-routing/</link>
		<comments>http://www.kineticklink.com/kohana-3-routing/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 18:38:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Kohana]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.kineticklink.com/?p=194</guid>
		<description><![CDATA[<p>Part 1 &#124; Part 2</p>
<p>
The complexity of Kohana routing is really not as daunting as it first appears&#8211;especially if you&#8217;ve the leisure to browse the cleanly written,  well organized code.  However, for those who lack the time (or desire) to parse libraries, Kohana can present some stumbling blocks to a newbie early on the <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.kineticklink.com/kohana-3-routing/">Kohana 3 Routing &#8211; Part 1: Static routes and Subdirectories</a></span>]]></description>
		<wfw:commentRss>http://www.kineticklink.com/kohana-3-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDO with MySQL DB Usage Example</title>
		<link>http://www.kineticklink.com/pdo-with-mysql-db-usage-example/</link>
		<comments>http://www.kineticklink.com/pdo-with-mysql-db-usage-example/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 15:36:37 +0000</pubDate>
		<dc:creator>RayRay</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.kineticklink.com/pdo-with-mysql-db-usage-exmple/</guid>
		<description><![CDATA[Overview of Examples
<p>This is just a quick example on using PDO for connecting to a MySQL DB in your PHP code.  There are just a few high level reasons why I recommend using PDO, which I&#8217;ll go into detail in later post, but for now at a high level PDO:</p>

Encourages use good Object Oriented programming
Provides <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.kineticklink.com/pdo-with-mysql-db-usage-example/">PDO with MySQL DB Usage Example</a></span>]]></description>
		<wfw:commentRss>http://www.kineticklink.com/pdo-with-mysql-db-usage-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth Problems on OSX Leopard with Mighty Mouse and Apple Wireless Keyboard</title>
		<link>http://www.kineticklink.com/osx-bluetooth-problems/</link>
		<comments>http://www.kineticklink.com/osx-bluetooth-problems/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 15:54:57 +0000</pubDate>
		<dc:creator>RayRay</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Mighty Mouse]]></category>

		<guid isPermaLink="false">http://kineticklink.com/osx-bluetooth-problems/</guid>
		<description><![CDATA[<p>Update 2009-10-18: It seems like this is no longer an issue for me with Snow Leopard.  Don&#8217;t know why, but it stopped happening on my MacBook once I upgraded.  I got a new iMac at work and installed Snow Leopard with the free upgrade disk that came with it.  I have the same setup, a mighty <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.kineticklink.com/osx-bluetooth-problems/">Bluetooth Problems on OSX Leopard with Mighty Mouse and Apple Wireless Keyboard</a></span>]]></description>
		<wfw:commentRss>http://www.kineticklink.com/osx-bluetooth-problems/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Configuring PHP on OS X Leopard: the Gritty Details (Part 2)</title>
		<link>http://www.kineticklink.com/configuring-php-on-os-x-leopard-the-gritty-details-part-2/</link>
		<comments>http://www.kineticklink.com/configuring-php-on-os-x-leopard-the-gritty-details-part-2/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 06:15:18 +0000</pubDate>
		<dc:creator>RayRay</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://kineticklink.com/configuring-php-on-os-x-leopard-the-gritty-details-part-2/</guid>
		<description><![CDATA[<p>This is the second part of a series which reviews in-depth the process of building a PHP environment on OS X Leopard.&#160; Please read Part 1 of this series before continuing. </p>
<p>A Little about PHPBefore building anything new, let&#8217;s look at what we already have.&#160; OS X Leopard comes with PHP already installed as both the <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.kineticklink.com/configuring-php-on-os-x-leopard-the-gritty-details-part-2/">Configuring PHP on OS X Leopard: the Gritty Details (Part 2)</a></span>]]></description>
		<wfw:commentRss>http://www.kineticklink.com/configuring-php-on-os-x-leopard-the-gritty-details-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Configuring PHP on OS X Leopard: the Gritty Details (Part 1)</title>
		<link>http://www.kineticklink.com/configuring-php-on-os-x-leopard-the-gritty-details-part-1/</link>
		<comments>http://www.kineticklink.com/configuring-php-on-os-x-leopard-the-gritty-details-part-1/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 16:00:00 +0000</pubDate>
		<dc:creator>RayRay</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://kineticklink.com/php-on-os-x-leopard-for-64-bit-intels-part-1/</guid>
		<description><![CDATA[<p>Introduction</p>
<p>If you&#8217;ve used PHP for development on OS X long enough, you&#8217;ve probably run into a few headaches (especially if your on a 64-bit system).&#160; Maybe it was trying to enable GD support or use Xdebug, but at some point things went crazy.&#160; There are many articles online dealing with fixes to individual issues (like activating <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.kineticklink.com/configuring-php-on-os-x-leopard-the-gritty-details-part-1/">Configuring PHP on OS X Leopard: the Gritty Details (Part 1)</a></span>]]></description>
		<wfw:commentRss>http://www.kineticklink.com/configuring-php-on-os-x-leopard-the-gritty-details-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Function ereg() is deprecated Error in Drupal 6.x with PHP 5.3</title>
		<link>http://www.kineticklink.com/function-ereg-is-deprecated-error-in-drupal-6x-with-php-53/</link>
		<comments>http://www.kineticklink.com/function-ereg-is-deprecated-error-in-drupal-6x-with-php-53/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 23:00:00 +0000</pubDate>
		<dc:creator>RayRay</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://kineticklink.com/?p=42</guid>
		<description><![CDATA[<p>If you updated your PHP to 5.3 and you run Drupal 6.x you will notice that you get some odd errors like:</p>
Function ereg() is deprecated in&#8230; 
<p> 
<p>This is not a Drupal issue as it is noted by the Drupal site that it does not yet support PHP 5.3 and there have been new error flags <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.kineticklink.com/function-ereg-is-deprecated-error-in-drupal-6x-with-php-53/">Function ereg() is deprecated Error in Drupal 6.x with PHP 5.3</a></span>]]></description>
		<wfw:commentRss>http://www.kineticklink.com/function-ereg-is-deprecated-error-in-drupal-6x-with-php-53/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>ScribeFire and Deepest Sender: Simple, Fast, and Easy to Use Bloggin Client</title>
		<link>http://www.kineticklink.com/scribefire-and-deepest-sender-simple-fast-and-easy-to-use-bloggin-client/</link>
		<comments>http://www.kineticklink.com/scribefire-and-deepest-sender-simple-fast-and-easy-to-use-bloggin-client/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 21:52:54 +0000</pubDate>
		<dc:creator>RayRay</dc:creator>
				<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://kineticklink.com/deepest-sender-simple-fast-and-easy-to-use-bloggin-client/</guid>
		<description><![CDATA[<p>I don&#8217;t normally write reviews, but anything that accelerates my productivity has to get props.&#160; As I&#8217;m primary a coder, I&#8217;ve not done a great deal of blogging so using the web interface for my blog (WordPress&#8217;s wp-admin page) was enough to get me by.&#160;&#160; Now that I&#8217;m writing significantly more, the web interface has gotten <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.kineticklink.com/scribefire-and-deepest-sender-simple-fast-and-easy-to-use-bloggin-client/">ScribeFire and Deepest Sender: Simple, Fast, and Easy to Use Bloggin Client</a></span>]]></description>
		<wfw:commentRss>http://www.kineticklink.com/scribefire-and-deepest-sender-simple-fast-and-easy-to-use-bloggin-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GD for PHP on OS X Leopard</title>
		<link>http://www.kineticklink.com/gd-for-php-on-os-x-leopard/</link>
		<comments>http://www.kineticklink.com/gd-for-php-on-os-x-leopard/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 23:16:55 +0000</pubDate>
		<dc:creator>RayRay</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[gd]]></category>

		<guid isPermaLink="false">http://kineticklink.com/?p=35</guid>
		<description><![CDATA[<p>Before rambling off into a long story, the easy solution is here: http://www.entropy.ch/software/macosx/php/</p>
<p>Marc Liyanage has done an excellent job putting together a package that will update your OS X installed Apache to use his PHP module configured with most of the common extensions.  As noted by the name of this post, GD was the missing extension which <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.kineticklink.com/gd-for-php-on-os-x-leopard/">GD for PHP on OS X Leopard</a></span>]]></description>
		<wfw:commentRss>http://www.kineticklink.com/gd-for-php-on-os-x-leopard/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/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 1669/1794 objects using apc

Served from: www.kineticklink.com @ 2012-05-21 06:34:43 -->
