<?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>MikeTeo.net &#187; Software Development</title>
	<atom:link href="http://miketeo.net/wp/index.php/category/software-development/feed" rel="self" type="application/rss+xml" />
	<link>http://miketeo.net/wp</link>
	<description>A Software Developer's Blog</description>
	<lastBuildDate>Sat, 30 Jan 2010 10:08:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>pysmb 0.4.5 released!</title>
		<link>http://miketeo.net/wp/index.php/2009/06/22/pysmb-0-4-5-released.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/22/pysmb-0-4-5-released.html#comments</comments>
		<pubDate>Mon, 22 Jun 2009 08:52:34 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[pysmb]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=809</guid>
		<description><![CDATA[After laying this library to waste for 6 years, I have finally resurrected pysmb and fixed a crucial issue that has been plaguing pysmb for the past few years.
pysmb 0.4.5 will resolve the problem of retrieving large number of file information from remote SMB server. Previous versions will experience crashes in such situations as the [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/22/pysmb-0-4-5-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EGD: Entropy Gathering Daemon Client Protocol</title>
		<link>http://miketeo.net/wp/index.php/2009/06/09/egd-entropy-gathering-daemon-client-protocol.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/09/egd-entropy-gathering-daemon-client-protocol.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 15:18:01 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=801</guid>
		<description><![CDATA[The protocol is inferred by reading the source code of egd version 0.9. It is a simple binary protocol which contains 4 commands. When the client connects to EGD via unix sockets or TCP sockets, the client will initiate the communication by sending the request. The format of the request is dependent upon the nature [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/09/egd-entropy-gathering-daemon-client-protocol.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pysmb is back online!</title>
		<link>http://miketeo.net/wp/index.php/2009/06/09/pysmb-is-back-online.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/09/pysmb-is-back-online.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:38:48 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[pysmb]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=797</guid>
		<description><![CDATA[pysmb is now back online at http://miketeo.net/wp/index.php/projects/pysmb.
pysmb is a client-side SMB/CIFS module which I have written in Python during my university days back in 2000. During that time, there are a couple of SMB/CIFS modules that wrap around native C libraries. I needed a cross-platform solution to support common file operations with Windows and Samba shared folders and [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/09/pysmb-is-back-online.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove the D-Pad on Nokia 5800 for J2ME Midlet</title>
		<link>http://miketeo.net/wp/index.php/2009/03/06/remove-the-d-pad-on-nokia-5800-s60-5th-edition.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/03/06/remove-the-d-pad-on-nokia-5800-s60-5th-edition.html#comments</comments>
		<pubDate>Fri, 06 Mar 2009 06:59:16 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[lwuit]]></category>
		<category><![CDATA[Nokia]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=691</guid>
		<description><![CDATA[To remove the D-Pad (the round dial pad) on your J2ME midlet when using on Nokia 5800 (symbian 5th edition), just add in an user-defined property to your midlet JAD.
Nokia-MIDlet-On-Screen-Keypad: no
Then repackage your midlet jar file and re-install on Nokia 5800.


Bookmark This Rattle...

























]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/03/06/remove-the-d-pad-on-nokia-5800-s60-5th-edition.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LWUIT Demo on BlackBerry with Eclipse</title>
		<link>http://miketeo.net/wp/index.php/2009/02/22/lwuit-demo-on-blackberry-with-eclipse.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/02/22/lwuit-demo-on-blackberry-with-eclipse.html#comments</comments>
		<pubDate>Sun, 22 Feb 2009 13:51:49 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[lwuit]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=654</guid>
		<description><![CDATA[LWUIT is a UI library that is bundled together with applications and helps content developers in creating compelling and consistent Java ME applications. LWUIT supports visual components and other UI goodies such as theming, transitions, animation and more.  I have managed to use Eclipse to recreate the LWUIT demo package and generate a COD file [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/02/22/lwuit-demo-on-blackberry-with-eclipse.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setting up Eclipse for JavaME Development on Nokia S60</title>
		<link>http://miketeo.net/wp/index.php/2009/02/03/setting-up-eclipse-for-javame-development-on-nokia-s60.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/02/03/setting-up-eclipse-for-javame-development-on-nokia-s60.html#comments</comments>
		<pubDate>Tue, 03 Feb 2009 06:53:23 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=602</guid>
		<description><![CDATA[This will be a short walkthrough on how to setup Eclipse IDE for JavaME development on Nokia S60 platform. We will be using EclipseME as an add-on to Eclipse IDE to assist in the packaging and debugging process.
Download

Java 1.6 SDK
ActivePerl (Optional if you are not doing C++ development)
Nokia all-in-one S60 SDK
Eclipse IDE for Java Developers

Installation

Install [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/02/03/setting-up-eclipse-for-javame-development-on-nokia-s60.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fixing Nokia Symbian Emulator Crash</title>
		<link>http://miketeo.net/wp/index.php/2009/01/16/fixing-nokia-symbian-emulator-crash.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/01/16/fixing-nokia-symbian-emulator-crash.html#comments</comments>
		<pubDate>Fri, 16 Jan 2009 03:58:06 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=585</guid>
		<description><![CDATA[My epoc emulator with Nokia S60 5th edition keeps crashing on my Windows XP SP2 machine with a &#8220;FAULT: Exception 0&#215;10000000 (268435456)&#8221; on startup. This blog documents some of the methods I have tried to solve the problem.

If you are unsure of where to locate your crash logs, try looking in your C:\Document and Settings\&#60;your [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/01/16/fixing-nokia-symbian-emulator-crash.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MySQL 6.0 SQL Quick Reference</title>
		<link>http://miketeo.net/wp/index.php/2008/08/20/mysql-60-sql-quick-reference.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/08/20/mysql-60-sql-quick-reference.html#comments</comments>
		<pubDate>Wed, 20 Aug 2008 03:22:44 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=350</guid>
		<description><![CDATA[Due to some special circumstances, I have a few days&#8217; worth of unnecessary time which I have spent to put together a MySQL 6.0 SQL syntax quick reference. The quick reference can be accessed here, or just follow the My Notes link on the side bar on the right.


Bookmark This Rattle...

























]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/08/20/mysql-60-sql-quick-reference.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP Streaming Problems over M1 3G/GPRS Network</title>
		<link>http://miketeo.net/wp/index.php/2008/08/17/http-streaming-problems-over-m1-3ggprs-network.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/08/17/http-streaming-problems-over-m1-3ggprs-network.html#comments</comments>
		<pubDate>Sun, 17 Aug 2008 06:50:24 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=276</guid>
		<description><![CDATA[Recently, I have upgraded my SIM cards from the 2G ones to the latest 3G SIMs. I have noticed that under the 3G SIMs, all the WAP pages when viewed on my phones (Nokia N82 and 6230) will include a set of &#8220;navigation toolbars&#8221; at the top and bottom of the WAP pages. I believe [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/08/17/http-streaming-problems-over-m1-3ggprs-network.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Errors for Dojo + Meteor in Internet Explorer</title>
		<link>http://miketeo.net/wp/index.php/2008/07/20/javascript-errors-for-dojo-meteor-in-internet-explorer.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/07/20/javascript-errors-for-dojo-meteor-in-internet-explorer.html#comments</comments>
		<pubDate>Sun, 20 Jul 2008 09:16:52 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Javascript/Ajax]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[comet]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[meteor]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=193</guid>
		<description><![CDATA[If you are using using Dojo and Meteor Javascript library, you could be facing random Javascript errors when your web application runs in Internet Explorer. Your web application is likely to work well on the first page, but may fail when it moves to the second page or refreshes. Errors that surface can include Javascript [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/07/20/javascript-errors-for-dojo-meteor-in-internet-explorer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
