<?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>Ryan Yockey &#187; Review</title>
	<atom:link href="http://www.ryanyockey.com/category/review/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryanyockey.com</link>
	<description>SEO &#124; Marketing &#124; Coding Tips and Social Media News</description>
	<lastBuildDate>Mon, 30 Nov 2009 07:27:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Real &#8211; Book Review</title>
		<link>http://www.ryanyockey.com/193/featured/getting-real-book-review/</link>
		<comments>http://www.ryanyockey.com/193/featured/getting-real-book-review/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 18:00:34 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[37signals]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[getting]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[real]]></category>

		<guid isPermaLink="false">http://www.ryanyockey.com/?p=193</guid>
		<description><![CDATA[I will start out and say this book was excellent. Really you can sit and read this whole thing in a day. Getting Real is a book generally aimed at people looking to develop web apps. Although the information can be used to push yourself in different aspects of the internet and brick and mortar [...]]]></description>
			<content:encoded><![CDATA[<p>I will start out and say this book was excellent. Really you can sit and read this whole thing in a day. <a title="Getting Real" href="https://gettingreal.37signals.com/" target="_blank">Getting Real</a> is a book generally aimed at people looking to develop web apps. Although the information can be used to push yourself in different aspects of the internet and brick and mortar business arena.</p>
<p><a title="Getting Real" href="https://gettingreal.37signals.com/" target="_blank"><img class="alignnone size-full wp-image-194" title="Getting Real" src="http://www.ryanyockey.com/wp-content/uploads/2009/06/gettingreal.jpg" alt="Getting Real" width="515" height="239" /></a></p>
<p>Getting Real runs down all aspects of starting the business of running a web app in the minds of the folks behind the creation of 37 Signals web apps. You get the chance to see the break down of the thought process. From the development of the idea of the site and how to effectively build out an idea and refine it into something worth working on. Then you get other aspect like team building and how to choose the right people for the job. There are various tips on how to build up the brand of your web app and what kinds of realities to expect when actually building one up.</p>
<p>The format of the book is new to me, because they use very simple paragraphs to explain the idea and then feedback from respected people in the industry to backup those ideas. The nice thing is this book presents you with real life examples of important things in a way you can easily digest.</p>
<p>I read this book a month or two ago and the information has stuck with me. I will most likely re-read this book again soon, as it is <strong><span style="text-decoration: underline;">free</span></strong> to read online, since I will be developing a new web app soon. Take a day or even a week and sit down to read this book. You will be glad you did.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryanyockey.com/193/featured/getting-real-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeIgniter Review</title>
		<link>http://www.ryanyockey.com/33/featured/codeigniter-review/</link>
		<comments>http://www.ryanyockey.com/33/featured/codeigniter-review/#comments</comments>
		<pubDate>Sat, 23 May 2009 16:41:08 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.ryanyockey.com/?p=33</guid>
		<description><![CDATA[CodeIgniter for those of you who may not know, is a PHP Framework. It is built as an open source framework by the folks at Ellislab. CodeIgniter aims to make developing robust web apps a snap.

I will confess, I was extremely late to the whole PHP framework game. This was my very first attempt at [...]]]></description>
			<content:encoded><![CDATA[<p><a title="CodeIgniter" href="http://codeigniter.com/" target="_blank">CodeIgniter</a> for those of you who may not know, is a PHP Framework. It is built as an open source framework by the folks at <a title="Ellislab" href="http://ellislab.com/" target="_blank">Ellislab</a>. CodeIgniter aims to make developing robust web apps a snap.</p>
<p><img class="alignnone size-full wp-image-143" title="codeigniter" src="http://www.ryanyockey.com/wp-content/uploads/2009/05/codeigniter.jpg" alt="codeigniter" width="515" height="198" /></p>
<p>I will confess, I was extremely late to the whole PHP framework game. This was my very first attempt at developing an extremely small site using a framework. I needed something to test it out on, so I used it on a clients site. Coming from a self taught PHP/mySQL background, I am used to having to figure things out for myself. Apparently of all the PHP framworks, CodeIgniter has one of the higher learning curves. CodeIgniter comes paired with an amazing user guide, which saved me many many hours of searching Google for solutions.</p>
<p><span id="more-33"></span></p>
<p>My first client site using CodeIgniter was a simple four page site with an admin panel to manage photos. Overall building the site, from start to finish, it took me roughly 16 hours to make it. Of those 16 hours, I probably spent 10 reading documentation and getting a feel for the framework. One of the joys of a framework is almost all your everyday functions are already coded into it. The only thing holding you back from making anything you want is knowing exactly what each module can do. This is where the excellent documentation comes in to play.</p>
<p>Another factor for my choice of learning CodeIgniter is how it was crafted with security and speed in mind. Ellislab took the time to make sure CodeIgniter&#8217;s built in functions were as absolutely secure as possible. They also took the time to optimize the code and reduce the load on a server. Not like my first four page site was going to need heaps of security or was going to be getting millions of hits a day. In fact I think it recieves roughly 15 hits a day, so its not a big client by any means.</p>
<p>Now after having made the first site, I can see easily cranking out web apps in the fastest possible time with CodeIgniter. I am very impressed with the framework overall. I instantly saw the benefits when working on client projects and building custom web apps. I have since used CodeIgniter on a few more projects and it has been invalueble. The biggest benefit of CodeIgniter is the speed in which you develop and launch a web app. I highly recommend it as a first framework for anyone brave enough to jump right into the mix and get their hands dirty.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryanyockey.com/33/featured/codeigniter-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
