<?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>techBlog &#187; object oriented programming</title>
	<atom:link href="http://tech.tjandrawibawa.org/blog/category/object-oriented-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.tjandrawibawa.org/blog</link>
	<description>SAVE ME FROM UNINDENTED CODES PLEASEEEE</description>
	<lastBuildDate>Wed, 24 Mar 2010 10:57:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Benefits of learning ColdFusion Frameworks</title>
		<link>http://tech.tjandrawibawa.org/blog/2010/03/14/benefits-of-learning-coldfusion-frameworks/</link>
		<comments>http://tech.tjandrawibawa.org/blog/2010/03/14/benefits-of-learning-coldfusion-frameworks/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 14:31:21 +0000</pubDate>
		<dc:creator>felixt</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[object oriented programming]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[Mach-ii]]></category>
		<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://tech.tjandrawibawa.org/blog/?p=423</guid>
		<description><![CDATA[And so I have been working with Mach-ii, ColdSpring and Reactor for more than 2 months now, I think a follow up for my previous post is now due.
I am glad to say that so far my experience has been really positive. The application that I am working on, is really well architected. The solid [...]]]></description>
		<wfw:commentRss>http://tech.tjandrawibawa.org/blog/2010/03/14/benefits-of-learning-coldfusion-frameworks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Argument over ColdFusion OOP</title>
		<link>http://tech.tjandrawibawa.org/blog/2009/09/05/argument-over-coldfusion-oop/</link>
		<comments>http://tech.tjandrawibawa.org/blog/2009/09/05/argument-over-coldfusion-oop/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 14:28:45 +0000</pubDate>
		<dc:creator>felixt</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[object oriented programming]]></category>

		<guid isPermaLink="false">http://tech.tjandrawibawa.org/blog/2009/09/05/argument-over-coldfusion-oop/</guid>
		<description><![CDATA[My production manager has been trying so hard to think of ways to improve our code maintainability – rightly, he has considered Object Oriented Programming (OOP) as a possible solution to the problem.
Some of us in the team are really supportive to this. He’s quite excited as for the first time in few years he [...]]]></description>
		<wfw:commentRss>http://tech.tjandrawibawa.org/blog/2009/09/05/argument-over-coldfusion-oop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>org.apache.bcel.generic.ClassGenException Branch target offset too large for short</title>
		<link>http://tech.tjandrawibawa.org/blog/2009/04/14/orgapachebcelgenericclassgenexception-branch-target-offset-too-large-for-short/</link>
		<comments>http://tech.tjandrawibawa.org/blog/2009/04/14/orgapachebcelgenericclassgenexception-branch-target-offset-too-large-for-short/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 03:22:12 +0000</pubDate>
		<dc:creator>felixt</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[object oriented programming]]></category>

		<guid isPermaLink="false">http://tech.tjandrawibawa.org/blog/2009/04/14/orgapachebcelgenericclassgenexception-branch-target-offset-too-large-for-short/</guid>
		<description><![CDATA[I just got a ColdFusion error message that I never encountered before: org.apache.bcel.generic.ClassGenException Branch target offset too large for short 
As usual, Google is the place to go and found out info from easyCFM, it looks this error was thrown when a CFC is too large. 
I am not 100% sure what constitutes a large [...]]]></description>
		<wfw:commentRss>http://tech.tjandrawibawa.org/blog/2009/04/14/orgapachebcelgenericclassgenexception-branch-target-offset-too-large-for-short/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object oriented &#8211; thought process</title>
		<link>http://tech.tjandrawibawa.org/blog/2009/04/14/object-oriented-thought-process/</link>
		<comments>http://tech.tjandrawibawa.org/blog/2009/04/14/object-oriented-thought-process/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 01:42:08 +0000</pubDate>
		<dc:creator>felixt</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[object oriented programming]]></category>

		<guid isPermaLink="false">http://tech.tjandrawibawa.org/blog/2009/04/14/object-oriented-thought-process/</guid>
		<description><![CDATA[This is what I wrote in wiki today. 
 I have a struggle in having confidence with the design decision that I am making because:

Eventhough I know OO, I actually know little about real world OO
I&#8217;m having problem finding someone or some people at work that have the skills or even the interest in embarking [...]]]></description>
		<wfw:commentRss>http://tech.tjandrawibawa.org/blog/2009/04/14/object-oriented-thought-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OO Ready?</title>
		<link>http://tech.tjandrawibawa.org/blog/2008/12/23/oo-ready/</link>
		<comments>http://tech.tjandrawibawa.org/blog/2008/12/23/oo-ready/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 12:24:41 +0000</pubDate>
		<dc:creator>felixt</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[object oriented programming]]></category>

		<guid isPermaLink="false">http://tjandrawibawa.org/lyceum/techblog/2008/12/23/oo-ready/</guid>
		<description><![CDATA[I just took Hal Helm&#8217;s Are You OO-Ready? Quiz. 
I got 64, which means I am still long way from mastering the concepts, but I am quite happy as well, I didn&#8217;t scored as bad as I thought I would. Now I wish there&#8217;s similar Real World OO course offered here in Australia. 
Speaking of [...]]]></description>
		<wfw:commentRss>http://tech.tjandrawibawa.org/blog/2008/12/23/oo-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bean discussion</title>
		<link>http://tech.tjandrawibawa.org/blog/2008/01/13/bean-discussion/</link>
		<comments>http://tech.tjandrawibawa.org/blog/2008/01/13/bean-discussion/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 13:14:58 +0000</pubDate>
		<dc:creator>felixt</dc:creator>
				<category><![CDATA[object oriented programming]]></category>
		<category><![CDATA[to look at]]></category>

		<guid isPermaLink="false">http://tjandrawibawa.org/lyceum/techblog/2008/01/13/bean-discussion/</guid>
		<description><![CDATA[I&#8217;ve got a headache reading the discussion on this Model-Glue thread:
Beans question
But it&#8217;s a very good reading indeed, it&#8217;s quite enlightening to see how people discuss OO not only from the academic point of view but also from the commercial and real world application point of view.
One of things that I want to achieve this [...]]]></description>
		<wfw:commentRss>http://tech.tjandrawibawa.org/blog/2008/01/13/bean-discussion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOP and join tables</title>
		<link>http://tech.tjandrawibawa.org/blog/2007/08/18/oop-and-join-tables/</link>
		<comments>http://tech.tjandrawibawa.org/blog/2007/08/18/oop-and-join-tables/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 01:51:15 +0000</pubDate>
		<dc:creator>felixt</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[object oriented programming]]></category>

		<guid isPermaLink="false">http://tjandrawibawa.org/lyceum/techblog/2007/08/18/oop-and-join-tables/</guid>
		<description><![CDATA[One of questions that I encountered while trying out Model Glue.
Too much to digest now, will re-read and revisit this excellent thread:
 I Just Can&#8217;t Understand Object Oriented Programming (OOP) And Join Tables
]]></description>
		<wfw:commentRss>http://tech.tjandrawibawa.org/blog/2007/08/18/oop-and-join-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woot.. no MVC??</title>
		<link>http://tech.tjandrawibawa.org/blog/2006/10/06/woot-no-mvc/</link>
		<comments>http://tech.tjandrawibawa.org/blog/2006/10/06/woot-no-mvc/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 14:14:39 +0000</pubDate>
		<dc:creator>felixt</dc:creator>
				<category><![CDATA[object oriented programming]]></category>
		<category><![CDATA[stuffs]]></category>

		<guid isPermaLink="false">http://tjandrawibawa.org/lyceum/felixt/2006/10/06/woot-no-mvc/</guid>
		<description><![CDATA[Our new framework has gone quite a major &#8220;upgrade&#8221; recently. The database abstraction layer is changed considerably to accomodate the usage of newere PHP&#8217;s MySQL interface called MySQLi. MySQLi is supposedly better than the standard PHP&#8217;s MySQL interface. One notably advantage is the support of prepared statement. After using it for a week, I guess [...]]]></description>
		<wfw:commentRss>http://tech.tjandrawibawa.org/blog/2006/10/06/woot-no-mvc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
