<?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>Joseph Crawford</title>
	<atom:link href="http://www.jbcrawford.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jbcrawford.net</link>
	<description>Hello World!</description>
	<lastBuildDate>Sat, 12 Dec 2009 18:11:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IPv6 Problems with Ubuntu 9.10 Karmic Koala</title>
		<link>http://www.jbcrawford.net/archives/197</link>
		<comments>http://www.jbcrawford.net/archives/197#comments</comments>
		<pubDate>Sat, 12 Dec 2009 18:11:16 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=197</guid>
		<description><![CDATA[I had a strange problem with the recent upgrade of Ubuntu. I originally did the upgrade at home in Oklahoma on AT&#038;T&#8217;s network and never noticed any problem. But then I went to Minnesota for the holidays and started having crazy internet problems. Most of the time I could not get any websites to pull [...]]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/197/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chris Pierce for Oklahoma District 21 State Representative</title>
		<link>http://www.jbcrawford.net/archives/194</link>
		<comments>http://www.jbcrawford.net/archives/194#comments</comments>
		<pubDate>Fri, 02 Oct 2009 14:19:22 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=194</guid>
		<description><![CDATA[Check it out, my friend Chris Pierce is running for state representative here in Oklahoma. I don&#8217;t know if many people around the Durant area read my blog. But if you do I would highly encourage you to vote for him. He&#8217;s a great guy and would make an awesome state representative.  
]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/194/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Integrating FCKeditor Into CakePHP</title>
		<link>http://www.jbcrawford.net/archives/159</link>
		<comments>http://www.jbcrawford.net/archives/159#comments</comments>
		<pubDate>Wed, 28 Jan 2009 23:59:15 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[FCKeditor]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=159</guid>
		<description><![CDATA[There are two different methods of FCKeditor integration to choose from with CakePHP: PHP and JavaScript. I will cover both of them here but I think my personal choice would be using the JavaScript method and replacing the textarea. That way there is a fall back for people with JavaScript turned off. For this example [...]]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/159/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Simple CakePHP CMS (Content Management System)</title>
		<link>http://www.jbcrawford.net/archives/122</link>
		<comments>http://www.jbcrawford.net/archives/122#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:25:43 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Auth]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Routes]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=122</guid>
		<description><![CDATA[I have recently been working on a way to create a simple CMS (Content Mangement System) for my CakePHP websites that will allow the site owners to log in and maintain their own website. I needed a way for them to create, edit and delete pages. So I came up with this content controller and [...]]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/122/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Route Component for CakePHP 1.2.*</title>
		<link>http://www.jbcrawford.net/archives/80</link>
		<comments>http://www.jbcrawford.net/archives/80#comments</comments>
		<pubDate>Sat, 24 Jan 2009 20:10:13 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Routes]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=80</guid>
		<description><![CDATA[I wrote this component for a simple content management system that I was building for a customer that I will go over in another upcoming post. It can be used to create and remove routes on the fly.

/app/controllers/components/route.php
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849&#60;?php
class RouteComponent extends Object &#123;
&#160; &#160; var $route_file = '../config/routes.php';
&#160; &#160; 
&#160; &#160; function initialize&#40;&#41; &#123;
&#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/80/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP 1.2.* Auth Component Tutorial</title>
		<link>http://www.jbcrawford.net/archives/45</link>
		<comments>http://www.jbcrawford.net/archives/45#comments</comments>
		<pubDate>Sat, 20 Dec 2008 22:00:13 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Auth]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=45</guid>
		<description><![CDATA[There are a lot of tutorials out there on how to use the Auth component in CakePHP but everything that I&#8217;ve found so far has been lacking for my need &#8211; so I wrote my own. Recently I needed a way to set up a simple authentication mechanism I could use for customer websites in [...]]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/45/feed</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>Add a file extension to gedit in Ubuntu</title>
		<link>http://www.jbcrawford.net/archives/10</link>
		<comments>http://www.jbcrawford.net/archives/10#comments</comments>
		<pubDate>Sat, 20 Dec 2008 16:21:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[gedit]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=10</guid>
		<description><![CDATA[I needed .ctp files to open with PHP syntax highlighting in gedit. After searching around online for a while I found the answer on the ubuntu forums.
Add
&#60;glob pattern=&#34;*.ctp&#34;/&#62;
to the
&#60;mime-type type=&#34;application/x-php&#34;&#62;
declaration in the /usr/share/mime/packages/freedesktop.org.xml file and then run:
update-mime-database /usr/share/mime
in the console. Restart gedit and now everything works great!
]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/10/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HTML Tidy</title>
		<link>http://www.jbcrawford.net/archives/8</link>
		<comments>http://www.jbcrawford.net/archives/8#comments</comments>
		<pubDate>Sat, 20 Dec 2008 16:07:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tidy]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=8</guid>
		<description><![CDATA[I will admit I tend to be a little picky when it comes to how my code looks, HTML included. I hate having to go through all my PHP to try and make sure all my included files are outputting in the same structure as everything else so that when I view the source of [...]]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Octal Modes</title>
		<link>http://www.jbcrawford.net/archives/6</link>
		<comments>http://www.jbcrawford.net/archives/6#comments</comments>
		<pubDate>Sat, 20 Dec 2008 16:02:29 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=6</guid>
		<description><![CDATA[This is just a list of octal modes for Linux file permissions. If you know what I&#8217;m talking about you may find this useful. If not then never mind  



0
&#8212;
None


1
&#8211;x
Execute


2
-w-
Write


3
-wx
Write/Execute


4
r&#8211;
Read


5
r-x
Read/Execute


6
rw-
Read/Write


7
rwx
Read/Write/Execute



]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
