<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Codeword: Design and Development</title>
	
	<link>http://www.codeworddesign.com</link>
	<description>Never mind searching for who you are.  Search for the person you aspire to be.  ~Robert Brault</description>
	<pubDate>Sun, 14 Jun 2009 14:31:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CodewordDesignAndDevelopment" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Been a long time since I left you…</title>
		<link>http://feedproxy.google.com/~r/CodewordDesignAndDevelopment/~3/p3jpVVW17Kw/</link>
		<comments>http://www.codeworddesign.com/?p=27#comments</comments>
		<pubDate>Sun, 14 Jun 2009 06:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.codeworddesign.com/?p=27</guid>
		<description><![CDATA[with a dope beat to step to. A lot has went down the last few months. Getting a divorce, dating a friend and wonderful person (Nicole), and somewhat pulled away from the throws of the world wide web for quite a while. Trying to reassemble the pieces and it is slowly coming together. Not here [...]]]></description>
			<content:encoded><![CDATA[<p>with a dope beat to step to. A lot has went down the last few months. Getting a divorce, dating a friend and wonderful person (Nicole), and somewhat pulled away from the throws of the world wide web for quite a while. Trying to reassemble the pieces and it is slowly coming together. Not here to talk about it all but know that I will be posting more whether its programming related, life related, or related to my other passions such as hip hop and music all together for that matter. I&#8217;ve really been discovering myself (funny how I find old school middle school me the deeper I look) and really finding my roots are music all forms. Recently attended a Nine Inch Nails/Janes Addiction concert! Was a huge fan from in middle school and early high school of NIN and had heard enough Janes to know I would love them. What a concert! A little depressing that NIN went on so early (I missed the first 10 minutes) but Janes Addiction are among my favorites all time now&#8230; Perry Farrell is the man!! Well enough for now, I&#8217;ll be adding some new widgets and such to feed the masses with interesting items I come across. Take care and I hope you find me interesting!</p>
<img src="http://feeds.feedburner.com/~r/CodewordDesignAndDevelopment/~4/p3jpVVW17Kw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codeworddesign.com/?feed=rss2&amp;p=27</wfw:commentRss>
		<feedburner:origLink>http://www.codeworddesign.com/?p=27</feedburner:origLink></item>
		<item>
		<title>C++ compiling from command prompt - Visual Studio 2008</title>
		<link>http://feedproxy.google.com/~r/CodewordDesignAndDevelopment/~3/vZfEzWMiTKM/</link>
		<comments>http://www.codeworddesign.com/?p=25#comments</comments>
		<pubDate>Fri, 30 Jan 2009 00:21:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.codeworddesign.com/?p=25</guid>
		<description><![CDATA[Just a quick note today but an important one for myself so I thought I would note it for any other CS students to trip across.
Our school, as many others, tries to force Visual Studio down your throat. Whatever, but I refuse to create a project for a tiny little useless program even if it [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note today but an important one for myself so I thought I would note it for any other CS students to trip across.</p>
<p>Our school, as many others, tries to force Visual Studio down your throat. Whatever, but I refuse to create a project for a tiny little useless program even if it is easy. So here&#8217;s what I found.</p>
<ul>
<li>Go to the Visual Studio folder on your START menu.</li>
<li>Then go to Visual Studio Tools and choose Visual Studio Command Prompt.</li>
<li>From that prompt change to the directory where your .cpp file resides and then run this command:</li>
<li>cl /EHsc filename.cpp</li>
<li>This will output a .exe and a .obj file. Success!</li>
</ul>
<img src="http://feeds.feedburner.com/~r/CodewordDesignAndDevelopment/~4/vZfEzWMiTKM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codeworddesign.com/?feed=rss2&amp;p=25</wfw:commentRss>
		<feedburner:origLink>http://www.codeworddesign.com/?p=25</feedburner:origLink></item>
		<item>
		<title>CakePHP</title>
		<link>http://feedproxy.google.com/~r/CodewordDesignAndDevelopment/~3/CELL1a2Y5cs/</link>
		<comments>http://www.codeworddesign.com/?p=19#comments</comments>
		<pubDate>Wed, 07 Jan 2009 16:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.codeworddesign.com/?p=19</guid>
		<description><![CDATA[It&#8217;s been quite a while since I posted last. Since then I&#8217;ve been flailing about from framework to framework looking for something that sticks and makes sense to me. Well last night I had an epiphany as I worked through a few CakePHP tutorials. I&#8217;ve been lurking on the #cakephp irc room on irc.freenode.net where [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been quite a while since I posted last. Since then I&#8217;ve been flailing about from framework to framework looking for something that sticks and makes sense to me. Well last night I had an epiphany as I worked through a few CakePHP tutorials. I&#8217;ve been lurking on the #cakephp irc room on irc.freenode.net where I gained some insiteful knowledge on where to begin learning CakePHP. Not going to go into details but for anybody interested in learning who feels confused every time they look at a framework manual, start with these two tutorials.</p>
<p><a href="http://book.cakephp.org/view/219/Blog" target="_self">CakePHP Blog Tutorial</a></p>
<h3 class="storytitle"><a rel="bookmark" href="http://teknoid.wordpress.com/2008/10/06/introduction-to-cakephp-features-build-an-app-in-less-than-15-minutes/">Introduction to CakePHP features (build an app in less than 15 minutes)</a></h3>
<p><br/><br />
I would suggest starting with the Blog and then adding Teknoid&#8217;s Auth capabilities on top of it. I can honestly say for once that a framework API makes sense and I owe it to finally sitting down and doing both of these back to back. </p>
<img src="http://feeds.feedburner.com/~r/CodewordDesignAndDevelopment/~4/CELL1a2Y5cs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codeworddesign.com/?feed=rss2&amp;p=19</wfw:commentRss>
		<feedburner:origLink>http://www.codeworddesign.com/?p=19</feedburner:origLink></item>
		<item>
		<title>Beginning Python</title>
		<link>http://feedproxy.google.com/~r/CodewordDesignAndDevelopment/~3/JlGr089DAD0/</link>
		<comments>http://www.codeworddesign.com/?p=16#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:06:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.codeworddesign.com/?p=16</guid>
		<description><![CDATA[I&#8217;m currently in a Intro to Programming course that by the miracle of the language god is not taught in Visual Basic.  I decided to write this to recommend our textbook to anybody interested in learning Python. Even moreso, if you would like to up your basic computer science knowledge this is a great book. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently in a Intro to Programming course that by the miracle of the language god is not taught in Visual Basic.  I decided to write this to recommend our textbook to anybody interested in learning Python. Even moreso, if you would like to up your basic computer science knowledge this is a great book. The text is called Python Programming: An Introduction to Computer Science by John Zelle. The book costs a mere $40 and does a great job of teaching some of the more &#8220;advanced&#8221; beginner concepts of computer science such as algorithms. You can also find the book on <a href="http://books.google.com/books?id=aJQILlLxRmAC&amp;dq=python+programming+zelle&amp;pg=PP1&amp;ots=Cy5GvGRc_I&amp;sig=Mhl34Lzsbru0ViA4EcqByywwTxQ&amp;hl=en&amp;sa=X&amp;oi=book_result&amp;resnum=1&amp;ct=result" target="_blank">Google Books</a> in it&#8217;s entirety. I&#8217;d recommend that option if you already know the basics of Python and would like to get right into the meat of things by skipping over the first 3-4 chapters without paying for the parts you don&#8217;t need.  </p>
<p>Here&#8217;s a link to purchase the book:</p>
<p><a href="http://www.amazon.com/Python-Programming-Introduction-Computer-Science/dp/1887902996" target="_blank">http://www.amazon.com/Python-Programming-Introduction-Computer-Science/dp/1887902996</a></p>
<p>Also while we are at it&#8230; here&#8217;s a link to a blog about some great Python video lectures:</p>
<p><a href="http://www.catonmat.net/blog/learning-python-programming-language-through-video-lectures/">http://www.catonmat.net/blog/learning-python-programming-language-through-video-lectures/</a></p>
<img src="http://feeds.feedburner.com/~r/CodewordDesignAndDevelopment/~4/JlGr089DAD0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codeworddesign.com/?feed=rss2&amp;p=16</wfw:commentRss>
		<feedburner:origLink>http://www.codeworddesign.com/?p=16</feedburner:origLink></item>
		<item>
		<title>Correction to CodeIgniter Post</title>
		<link>http://feedproxy.google.com/~r/CodewordDesignAndDevelopment/~3/Q05Vebb1whk/</link>
		<comments>http://www.codeworddesign.com/?p=14#comments</comments>
		<pubDate>Thu, 28 Aug 2008 20:56:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.codeworddesign.com/?p=14</guid>
		<description><![CDATA[In my earlier post about CI, I made a case for using Redux Auth despite many folks saying it was too in depth for many projects needs. I stated that I felt it would be useful given growth to be able to have a system capable of scaling to your needs already implemented.
I am currently [...]]]></description>
			<content:encoded><![CDATA[<p>In my earlier post about CI, I made a case for using Redux Auth despite many folks saying it was too in depth for many projects needs. I stated that I felt it would be useful given growth to be able to have a system capable of scaling to your needs already implemented.</p>
<p>I am currently reading PHP In Action by <strong>Dagfinn Reiersøl</strong>. I highly recommend this book to ANYBODY who hasn&#8217;t read it whether your a beginner or an expert php programmer. In it he lays out several object oriented principles one of which is YAGNI.  <strong>&#8220;You Ain&#8217;t Gonna Need It&#8221; </strong>also known as YAGNI is similar to the concept of KISS (Keep It Simple Stupid). Reiersol makes a case that if your project doesn&#8217;t need legs now it may never need legs, and that those legs even when seemingly just dangling there doing nothing, may get in the way of future enhancements. Once those legs do get in the way it&#8217;s hard to tell if any of that code is being used by pieces of your application tied to the implementation of those unused legs. I have a tendency of complicating my thoughts but the fact remains that if your not going to need it now it&#8217;s best to just leave it out of your project completely so as to not complicate future enhancements that build on or interface with the piece of your program that would contain those extra legs you weren&#8217;t quite sure if you would need in the future.</p>
<img src="http://feeds.feedburner.com/~r/CodewordDesignAndDevelopment/~4/Q05Vebb1whk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codeworddesign.com/?feed=rss2&amp;p=14</wfw:commentRss>
		<feedburner:origLink>http://www.codeworddesign.com/?p=14</feedburner:origLink></item>
		<item>
		<title>Codeigniter Tutorials &amp; More</title>
		<link>http://feedproxy.google.com/~r/CodewordDesignAndDevelopment/~3/ioWmQo0BmSs/</link>
		<comments>http://www.codeworddesign.com/?p=8#comments</comments>
		<pubDate>Sun, 10 Aug 2008 15:44:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[codeigniter]]></category>

		<category><![CDATA[links]]></category>

		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://www.codeworddesign.com/?p=8</guid>
		<description><![CDATA[
After playing with Ruby On Rails at the start of my programming life, then taking a close look at Django, I have been on the hunt for a good quality PHP MVC framework. I was very close to settling into CakePHP when I decided to take another look at CodeIgniter. Even with my somewhat limited [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codeworddesign.com/wp-content/uploads/2008/08/codeigniter.jpg"><img class="aligncenter size-medium wp-image-9" title="codeigniter" src="http://www.codeworddesign.com/wp-content/uploads/2008/08/codeigniter-300x93.jpg" alt="" width="300" height="93" /></a></p>
<p>After playing with Ruby On Rails at the start of my programming life, then taking a close look at Django, I have been on the hunt for a good quality PHP MVC framework. I was very close to settling into CakePHP when I decided to take another look at CodeIgniter. Even with my somewhat limited experience in putting code onto paper, CodeIgniter&#8217;s documentation seemed to open it&#8217;s arms and pull me in. While I still haven&#8217;t done anything to write home to mom about, I thought I would share a few tutorials I found around the web for those interested in taking a look at CodeIgniter.</p>
<p><span id="more-8"></span></p>
<p><strong>Tutorials</strong></p>
<ul>
<li><a href="http://godbit.com/article/introduction-to-code-igniter">http://godbit.com/article/introduction-to-code-igniter</a></li>
<li><a href="http://jamierumbelow.net/blog/the_guide_to_ci_databases/">http://jamierumbelow.net/blog/the_guide_to_ci_databases/</a></li>
<li><a href="http://www.haughin.com/screencasts/">http://www.haughin.com/screencasts/</a></li>
<li><a href="http://www.developer13.com/blog/post/codeigniter-101-models">http://www.developer13.com/blog/post/codeigniter-101-models</a></li>
</ul>
<p><strong>Libraries</strong></p>
<ul>
<li><a href="http://code.google.com/p/reduxauth/">http://code.google.com/p/reduxauth/</a></li>
</ul>
<p>I&#8217;ve included this link to the Redux authentication since the majority of web apps require some bit of authentication. I&#8217;ve read that this library may be more than what some apps may require. My thinking (and I&#8217;ve played around with it some) is that it&#8217;s not that difficult to implement so why not implement this now and allow for some wiggle room in case requirements change in the future. Also the Redux development seems to be quite active. For this reason, I feel comfortable that the Redux developers will quickly patch any security holes that may arise.</p>
<p>If this has helped anybody new to CI than I welcome you to check back as I am quite sure I will be frequently blogging about my CI experiences.</p>
<img src="http://feeds.feedburner.com/~r/CodewordDesignAndDevelopment/~4/ioWmQo0BmSs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codeworddesign.com/?feed=rss2&amp;p=8</wfw:commentRss>
		<feedburner:origLink>http://www.codeworddesign.com/?p=8</feedburner:origLink></item>
		<item>
		<title>Hello World!</title>
		<link>http://feedproxy.google.com/~r/CodewordDesignAndDevelopment/~3/jjll9pA8gRs/</link>
		<comments>http://www.codeworddesign.com/?p=3#comments</comments>
		<pubDate>Fri, 08 Aug 2008 05:37:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.codeworddesign.com/?p=3</guid>
		<description><![CDATA[Finally got off my behind and put this together some. The look is a far cry from the custom design I had in mind but life doesn&#8217;t slow down so I decided to settle into this great design from AskGraphics. While the url says DESIGN&#8230; I really plan to stick to mostly development talk. In [...]]]></description>
			<content:encoded><![CDATA[<p>Finally got off my behind and put this together some. The look is a far cry from the custom design I had in mind but life doesn&#8217;t slow down so I decided to settle into this great design from <a href="http://www.askgraphics.com/" target="_blank">AskGraphics</a>. While the url says DESIGN&#8230; I really plan to stick to mostly development talk. In the near future I plan to adjust the url to reflect the development dialog.</p>
<p>So who am I? Some of you may already know me and I think you for taking the time to check up on me. For the rest of you, my name is Josh Jenks and I reside in the sorry state of Michigan. I have a wife of 3 years (Together for a total of 10 YEARS! in September), Krystin, and a 4 year old son named Cameron. I&#8217;ll talk some more about them in depth at another time. More about me, I am currently finishing up a few classes at a community college. After that I will embark on my computer science endeavour at the University of Michigan-Flint. I&#8217;m shooting for a January start over there if I can work it out. Originally I planned to go the criminal justice route. However, I&#8217;m an OG Geek and I decided to settle back into my roots. I have my days where I look at that Calculus 2 class or the Physics class and wonder if maybe I&#8217;m a sucker for punishing myself. However, Computer Science has become a passion. I am currently working on slowly learning 2 languages (PHP and Python) and focusing as much as I can on language independent topics in between burying myself in code. Well I guess that pretty much explains who I am and why I&#8217;ve chosen to blog.</p>
<img src="http://feeds.feedburner.com/~r/CodewordDesignAndDevelopment/~4/jjll9pA8gRs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.codeworddesign.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<feedburner:origLink>http://www.codeworddesign.com/?p=3</feedburner:origLink></item>
	</channel>
</rss>
