<?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>I B Codin'</title>
	<atom:link href="http://ibcodin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ibcodin.com</link>
	<description>Getting things done my way with code</description>
	<pubDate>Sun, 21 Sep 2008 15:51:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Prioritizing Projects</title>
		<link>http://ibcodin.com/development/prioritizing-projects/</link>
		<comments>http://ibcodin.com/development/prioritizing-projects/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 15:51:29 +0000</pubDate>
		<dc:creator>techmonkey</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Projects]]></category>

		<category><![CDATA[priorities]]></category>

		<guid isPermaLink="false">http://ibcodin.com/?p=14</guid>
		<description><![CDATA[Prioritizing projects is always something I&#8217;ve hated to do but it is something I am required to do quite often. Even my projects that I work on for myself must be shuffled around depending on the current needs. I have many projects on my list currently including a few targeted for a business startup. There [...]]]></description>
			<content:encoded><![CDATA[<p>Prioritizing projects is always something I&#8217;ve hated to do but it is something I am required to do quite often. Even my projects that I work on for myself must be shuffled around depending on the current needs. I have many projects on my list currently including a few targeted for a business startup. There is always a need to juggle the long range and short term projects.</p>
<p>I&#8217;m having to step away from my Google App Engine test application for a while so I can work on building a few website mockups for a potential customer. The income potential moves this to the top of my list. The business startup projects are extremely important but a inflow of cash will help move along some of the more long term projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://ibcodin.com/development/prioritizing-projects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Programming in multiple languages</title>
		<link>http://ibcodin.com/development/programming-in-multiple-languages/</link>
		<comments>http://ibcodin.com/development/programming-in-multiple-languages/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 17:31:30 +0000</pubDate>
		<dc:creator>techmonkey</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[c]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[languages]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://ibcodin.com/?p=12</guid>
		<description><![CDATA[Managing multiple projects at work and also at home requires me to work with various programming languages. The adage &#8220;the right tool for the right job&#8221; is definitely true for application development. I currently develop using &#8220;C&#8221;, Java, PHP and Python. I&#8217;ve only recently started to learn Python because it&#8217;s currently the only language supported [...]]]></description>
			<content:encoded><![CDATA[<p>Managing multiple projects at work and also at home requires me to work with various programming languages. The adage &#8220;the right tool for the right job&#8221; is definitely true for application development. I currently develop using &#8220;C&#8221;, Java, PHP and Python. I&#8217;ve only recently started to learn Python because it&#8217;s currently the only language supported with the Google App Engine.</p>
<p>Knowing multilpe programming languages is not really a big deal with one exception. There are times when I have to jump between projects in a short time period. Jumping quickly back and forth between different projects and languages can be difficult. For instance, I was doing &#8220;C&#8221; development yesterday during the work day, Python development at home last night and now I&#8217;m making modifications to a Java application at work today. In a situation like this it&#8217;s not surprising to get compile errors due to using syntax/keyword/function from a different language.</p>
<p>Oh, did I mention I was also doing some Linux shell scripting yesterday too?</p>
<p>Luckily these situations where I have to jump quickly between languages doesn&#8217;t happen all that often. Usually I can work on just one or two projects for longer periods of time where the switching isn&#8217;t quite to chaotic.</p>
]]></content:encoded>
			<wfw:commentRss>http://ibcodin.com/development/programming-in-multiple-languages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Diving in with the Google App Engine</title>
		<link>http://ibcodin.com/python/diving-in-google-app-engine/</link>
		<comments>http://ibcodin.com/python/diving-in-google-app-engine/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:00:47 +0000</pubDate>
		<dc:creator>techmonkey</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Frameworks]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[app engine]]></category>

		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://ibcodin.com/?p=11</guid>
		<description><![CDATA[I&#8217;m finally getting around to actual development using the Google App Engine. Since Python is currently the only supported language, I&#8217;ve had to do a little up front studying of the language itself. My programming language experience includes &#8220;C&#8221;, Java, and PHP, so learning Python is no big deal. I just need to work on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m finally getting around to actual development using the Google App Engine. Since Python is currently the only supported language, I&#8217;ve had to do a little up front studying of the language itself. My programming language experience includes &#8220;C&#8221;, Java, and PHP, so learning Python is no big deal. I just need to work on learning all the syntax and structure.</p>
<p>I have been reading up on the documentation and following the associated Google Group for the App Engine. Along with the new language, I&#8217;m working out how to use the App Engine web application framework and the Django template system. The Django template system was rather easy to grasp because it is very similar to how I use XML/XSL for web page templates in Java.</p>
<p>For a test application, I&#8217;m building a dynamic blog that will have posts, articles, categories, tags, links, images, etc. It will use Django templates fully and will be integrated with stylesheets and selectable &#8220;themes&#8221;. Kind of like a mini wordpress system. It will have a management interface for configured &#8220;admins&#8221; and will use the App Engine datastore for all data. This should be enough of a project to allow me to fully utilize all the various aspects of the App Engine prior to starting a more serious work project that I have in mind.</p>
<p>I&#8217;ll keep you updated!</p>
]]></content:encoded>
			<wfw:commentRss>http://ibcodin.com/python/diving-in-google-app-engine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Run your web applications on Google&#8217;s infrastructure</title>
		<link>http://ibcodin.com/development/run-your-web-applications-on-googles-infrastructure/</link>
		<comments>http://ibcodin.com/development/run-your-web-applications-on-googles-infrastructure/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 04:55:15 +0000</pubDate>
		<dc:creator>techmonkey</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Frameworks]]></category>

		<category><![CDATA[appengine]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://ibcodin.com/?p=10</guid>
		<description><![CDATA[On April 7th, Google announced their new offering called &#8220;AppEngine&#8221;. AppEngine is an environment that allows you to develop web based applications that run on Google&#8217;s scalable systems. AppEngine provides dynamic web serving, a &#8220;datastore&#8221; used to store your applications data, automatic scaling and load balancing and a downloadable development environment. The AppEngine framework is [...]]]></description>
			<content:encoded><![CDATA[<p>On April 7th, Google announced their new offering called &#8220;AppEngine&#8221;. AppEngine is an environment that allows you to develop web based applications that run on Google&#8217;s scalable systems. AppEngine provides dynamic web serving, a &#8220;datastore&#8221; used to store your applications data, automatic scaling and load balancing and a downloadable development environment. The AppEngine framework is currently only for the Python language.</p>
<p>AppEngine is currently considered to be &#8220;beta&#8221;. The initial release is only available to the first 10,000 developers that signed up. I was able to snag one of the 10,000 beta slots and now have access to AppEngine. I have not yet downloaded their development environment. I currently do not know Python but I have developed applications over the last 22 years in at least 6 different programming languages. I have started to look at the basic Python syntax and it looks straightforward. I&#8217;ll write a couple of small Python apps and get a better feel for the capabilities prior to downloading the AppEngine development kit.</p>
<p>I think this has the potential to be big considering the AppEngine environment takes care of scalability and load balancing for you. Scalability is not easy to build into web applications but having a framework provide those capabilities and having Google&#8217;s scalable systems backing the environment will be enticing to many developers.</p>
<p>Check out Google&#8217;s own page covering &#8220;<a title="What is Google App Engine?" href="http://code.google.com/appengine/docs/whatisgoogleappengine.html" target="_blank">What is Google App Engine?</a>&#8221; for all the details.</p>
]]></content:encoded>
			<wfw:commentRss>http://ibcodin.com/development/run-your-web-applications-on-googles-infrastructure/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Home Automation Project</title>
		<link>http://ibcodin.com/home-automation/home-automation-project/</link>
		<comments>http://ibcodin.com/home-automation/home-automation-project/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 06:27:43 +0000</pubDate>
		<dc:creator>techmonkey</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Home Automation]]></category>

		<guid isPermaLink="false">http://ibcodin.com/home-automation/home-automation-project/</guid>
		<description><![CDATA[I have added pages about my Home Automation project that I previously developed. I have not worked on it for a number of years, but I know there are still many Home Automation sites that link here. I brought back all the project data and have the pages available on my main Home Automation page.
]]></description>
			<content:encoded><![CDATA[<p>I have added pages about my Home Automation project that I previously developed. I have not worked on it for a number of years, but I know there are still many Home Automation sites that link here. I brought back all the project data and have the pages available on my main <a title="Home Automation" href="http://ibcodin.com/home-automation/">Home Automation</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://ibcodin.com/home-automation/home-automation-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IBCodin Lives Again</title>
		<link>http://ibcodin.com/site/ibcodin-lives-again/</link>
		<comments>http://ibcodin.com/site/ibcodin-lives-again/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 05:32:20 +0000</pubDate>
		<dc:creator>techmonkey</dc:creator>
		
		<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://ibcodin.com/site/ibcodin-lives-again/</guid>
		<description><![CDATA[Here we go again, lol. I thought it was time to get my coding site back up and start blogging about some of the projects I am working on. I also plan on covering other coding related subjects such as different programming toolkits (AJAX, Android, etc).
]]></description>
			<content:encoded><![CDATA[<p>Here we go again, lol. I thought it was time to get my coding site back up and start blogging about some of the projects I am working on. I also plan on covering other coding related subjects such as different programming toolkits (AJAX, Android, etc).</p>
]]></content:encoded>
			<wfw:commentRss>http://ibcodin.com/site/ibcodin-lives-again/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
