<?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>Coder CPF_ &#187; Programming</title>
	<atom:link href="http://www.codercpf.be/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codercpf.be</link>
	<description></description>
	<lastBuildDate>Mon, 29 Mar 2010 01:35:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Howto: Hide flash</title>
		<link>http://www.codercpf.be/146/howto-hide-flash/</link>
		<comments>http://www.codercpf.be/146/howto-hide-flash/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 23:51:58 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=146</guid>
		<description><![CDATA[When using flash and lightbox (and lookalikes) it&#8217;s a common issue that the flash movie which should be under the lightbox pops out of there (often in weird places and not 100%) So, an elegant way to solve this in Javascript would be to have the flash moved or disappeared. Hide it (display none) Using [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/146/howto-hide-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; dynamic vars in classes</title>
		<link>http://www.codercpf.be/43/php-dynamic-vars-in-classes/</link>
		<comments>http://www.codercpf.be/43/php-dynamic-vars-in-classes/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 21:37:03 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=43</guid>
		<description><![CDATA[As I&#8217;m all about python, and pythonic is the way I speak any coding language, I had a challenge in finding a way to dynamically implement new variables in a class. Unlike python, in which this is very simply done by: class MyClass: def __init__(self): self.newvar = 'value' self.newvar2 = 'bla' It&#8217;s quite the challenge [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/43/php-dynamic-vars-in-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQLdb insert queries not working?</title>
		<link>http://www.codercpf.be/39/mysqldb-insert-queries-not-working/</link>
		<comments>http://www.codercpf.be/39/mysqldb-insert-queries-not-working/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 22:39:12 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[MySQLdb]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=39</guid>
		<description><![CDATA[So, you&#8217;re here on some quest to solve an issue where you do any amount of insert queries through MySQLdb but it doesn&#8217;t appear in the database? Well, I had exactly that issue. Took me ages to figure out why after moving an app to another server (with by design the same database, except for [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/39/mysqldb-insert-queries-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Android] Netbeans plugin in the make</title>
		<link>http://www.codercpf.be/26/android-netbeans-plugin-in-the-make/</link>
		<comments>http://www.codercpf.be/26/android-netbeans-plugin-in-the-make/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 05:31:38 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=26</guid>
		<description><![CDATA[Sorry for the late idleness, I&#8217;ve been quite busy elsewhere. Nonetheless, there&#8217;s some nice work going on with the android platform, again. This time someone has published his current work status in creating a Netbeans plugin to emulate the Android OS. Screenshots are found here: http://picasaweb.google.com/joerg.ruethschilling/AndroidPluginForNetbeans I&#8217;m definitely using that one when it&#8217;s out there, [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/26/android-netbeans-plugin-in-the-make/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[DroidDraw] A guide to android widgets</title>
		<link>http://www.codercpf.be/21/droiddraw-a-guide-to-android-widgets/</link>
		<comments>http://www.codercpf.be/21/droiddraw-a-guide-to-android-widgets/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 07:33:52 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[droiddraw]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=21</guid>
		<description><![CDATA[The creator of DroidDraw is certainly busy, for he published another tutorial concerning how-to in certain graphical aspects of Android. This time, it&#8217;s about how Android widgets work. Be sure to read it, it&#8217;s literally a 2 minute read to knowing the deal with Android widgets, great summary.]]></description>
		<wfw:commentRss>http://www.codercpf.be/21/droiddraw-a-guide-to-android-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DroidDraw &#8211; tutorial</title>
		<link>http://www.codercpf.be/20/droiddraw-tutorial/</link>
		<comments>http://www.codercpf.be/20/droiddraw-tutorial/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 19:26:25 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[builder]]></category>
		<category><![CDATA[droiddraw]]></category>
		<category><![CDATA[gui]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=20</guid>
		<description><![CDATA[I&#8217;ve mentioned droiddraw earlier in this blog. Since then, the developer of the only gui building program for android at the moment has been quite busy, and been following &#8220;Release early, release often&#8221; cycles. He&#8217;s also made a tutorial on how to use the gui builder, certainly worth your time! I&#8217;m expecting a great deal [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/20/droiddraw-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android for blind users?</title>
		<link>http://www.codercpf.be/18/android-for-blind-users/</link>
		<comments>http://www.codercpf.be/18/android-for-blind-users/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 17:56:35 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=18</guid>
		<description><![CDATA[Today I saw a post concerning about the seeing impaired people who could use android for the best, if only there was some sort of screen reader software running on Android. Something was said about not being able to implement that because of certain security reasons, but that probably referred to independent software reading what [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/18/android-for-blind-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another android blog.</title>
		<link>http://www.codercpf.be/17/another-android-blog/</link>
		<comments>http://www.codercpf.be/17/another-android-blog/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 17:09:23 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=17</guid>
		<description><![CDATA[As I was reading the digest of this point, I read there is another blog out there willing to become more into android, and putting together info about it. The blog is found at http://www.wulf-pack.blogspot.com/ and I&#8217;m sure It&#8217;ll become really nice&#8230;]]></description>
		<wfw:commentRss>http://www.codercpf.be/17/another-android-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DroidDraw: An android GUI design website.</title>
		<link>http://www.codercpf.be/16/droiddraw-an-android-gui-design-website/</link>
		<comments>http://www.codercpf.be/16/droiddraw-an-android-gui-design-website/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 01:10:49 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[droiddraw.org]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=16</guid>
		<description><![CDATA[The I&#8217;m surprised actually today. To be honest I did not expect the Android OS would be this popular, certainly not this quick. I sure hoped to be amongst those who are actually writing future. However, for those out there that can invest some time, there is a GUI design site, with the link to [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/16/droiddraw-an-android-gui-design-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile Android kernel from the source</title>
		<link>http://www.codercpf.be/13/compile-android-kernel-from-the-source/</link>
		<comments>http://www.codercpf.be/13/compile-android-kernel-from-the-source/#comments</comments>
		<pubDate>Sat, 01 Dec 2007 19:21:35 +0000</pubDate>
		<dc:creator>cpf_</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://www.codercpf.be/?p=13</guid>
		<description><![CDATA[As people might know, there used to be a rumour about google working on a &#8220;gphone&#8221;. However, in reality this proved to be not a phone on its own, but an operating system working on many phones. At this point android, the name of the phone os created by google, is still in beta stage, [...]]]></description>
		<wfw:commentRss>http://www.codercpf.be/13/compile-android-kernel-from-the-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
