<?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"
	>

<channel>
	<title>koinit blog</title>
	<atom:link href="http://koinit.com/devblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://koinit.com/devblog</link>
	<description>development notes</description>
	<pubDate>Sat, 13 Sep 2008 21:38:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Starting over!</title>
		<link>http://koinit.com/devblog/2008/09/13/starting-over/</link>
		<comments>http://koinit.com/devblog/2008/09/13/starting-over/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 21:38:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://koinit.com/devblog/?p=11</guid>
		<description><![CDATA[The koinit committee of decisions has decided to start coding from scratch. Yep, right from the beginning. The entire application is being scrapped. It&#8217;s a lot of fun starting with nothing. Video game football is also fun.
]]></description>
			<content:encoded><![CDATA[<p>The koinit committee of decisions has decided to start coding from scratch. Yep, right from the beginning. The entire application is being scrapped. It&#8217;s a lot of fun starting with nothing. Video game football is also fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://koinit.com/devblog/2008/09/13/starting-over/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning a framework</title>
		<link>http://koinit.com/devblog/2008/09/01/learning-a-framework/</link>
		<comments>http://koinit.com/devblog/2008/09/01/learning-a-framework/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 05:15:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://koinit.com/devblog/?p=9</guid>
		<description><![CDATA[The advantage of using a framework for a web application is to speed up the development process. One is able to skip writing a lot of code that would be similar for any application and start coding the &#8216;custom&#8217; functionality right away. Of course, if you don&#8217;t know the framework, you can&#8217;t do that. It [...]]]></description>
			<content:encoded><![CDATA[<p>The advantage of using a framework for a web application is to speed up the development process. One is able to skip writing a lot of code that would be similar for any application and start coding the &#8216;custom&#8217; functionality right away. Of course, if you don&#8217;t know the framework, you can&#8217;t do that. It can be pretty appealing to just start writing your code from scratch, because you can do <em>what you know</em>. Building off other peoples code means you need to read documentation, examples, and if you&#8217;re smart, the actual code of the framework.</p>
<p>This is why I am playing Madden right now instead of coding. It&#8217;s a lot more fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://koinit.com/devblog/2008/09/01/learning-a-framework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Design or code first?</title>
		<link>http://koinit.com/devblog/2008/08/11/design-or-code-first/</link>
		<comments>http://koinit.com/devblog/2008/08/11/design-or-code-first/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 18:10:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://koinit.com/devblog/?p=5</guid>
		<description><![CDATA[As you can tell, my first accomplishment on this application was to design some logos, create a colour scheme and so on - for this development site. Yes, that&#8217;s probably going the wrong way. I would imagine a lot of programmers like to dive right into the code.
I guess I find the design aspect to [...]]]></description>
			<content:encoded><![CDATA[<p>As you can tell, my first accomplishment on this application was to design some logos, create a colour scheme and so on - for this <em>development site</em>. Yes, that&#8217;s probably going the wrong way. I would imagine a lot of programmers like to dive right into the code.</p>
<p>I guess I find the design aspect to be the most exciting part. Why else would I do it first? I also have a design and a couple variations already worked up in photoshop for the actual site.</p>
<p>I hope I haven&#8217;t gotten to far ahead of myself. Next up is user authentication. Not as much fun, but once that&#8217;s over we can start to get into the real meat of the application logic.</p>
]]></content:encoded>
			<wfw:commentRss>http://koinit.com/devblog/2008/08/11/design-or-code-first/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Just Beginning</title>
		<link>http://koinit.com/devblog/2008/08/03/hello-world/</link>
		<comments>http://koinit.com/devblog/2008/08/03/hello-world/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 04:17:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://injectweb.com/koinit/devblog/?p=1</guid>
		<description><![CDATA[It was decided a while back that koinit would be developed using the CakePHP framework. Cake offers a pretty impressive MVC structure to speed up development. If you aren&#8217;t familiar with the Model-View-Controller architecture then now is the time to look it.
]]></description>
			<content:encoded><![CDATA[<p>It was decided a while back that koinit would be developed using the <a href="http://www.cakephp.org">CakePHP</a> framework. Cake offers a pretty impressive MVC structure to speed up development. If you aren&#8217;t familiar with the Model-View-Controller architecture then now is the time to look it.</p>
]]></content:encoded>
			<wfw:commentRss>http://koinit.com/devblog/2008/08/03/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
