<?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>BlackBerry Programming</title>
	<atom:link href="http://www.blackberryprogramming.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackberryprogramming.com</link>
	<description>Eric Giguere&#039;s BlackBerry Development Tips and Tricks</description>
	<lastBuildDate>Wed, 04 Jan 2012 21:55:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>QNX&#8217;s Reverse Takeover of RIM</title>
		<link>http://www.blackberryprogramming.com/opinions/qnxs-reverse-takeover-of-rim/</link>
		<comments>http://www.blackberryprogramming.com/opinions/qnxs-reverse-takeover-of-rim/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 21:55:14 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
				<category><![CDATA[Opinions]]></category>

		<guid isPermaLink="false">http://www.blackberryprogramming.com/?p=68</guid>
		<description><![CDATA[<p><i>Remember that <a href="http://www.ericgiguere.com/about/idonotspeakforgoogle.html">I do not speak for Google</a>. Everything I say here is my own personal opinion and conjecture.</i></p>
<p>As a resident of Waterloo and a graduate of the University of Waterloo, I know many people in this community&#8230; <a href="http://www.blackberryprogramming.com/opinions/qnxs-reverse-takeover-of-rim/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.blackberryprogramming.com/opinions/qnxs-reverse-takeover-of-rim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackBerry Apps Will Run On The BlackPad</title>
		<link>http://www.blackberryprogramming.com/opinions/blackberry-apps-will-run-on-the-blackpad/</link>
		<comments>http://www.blackberryprogramming.com/opinions/blackberry-apps-will-run-on-the-blackpad/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 00:41:39 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
				<category><![CDATA[Opinions]]></category>
		<category><![CDATA[blackberry built-in]]></category>
		<category><![CDATA[blackpad]]></category>
		<category><![CDATA[java programming]]></category>
		<category><![CDATA[java vm]]></category>

		<guid isPermaLink="false">http://www.blackberryprogramming.com/?p=58</guid>
		<description><![CDATA[<p>There is a lot of speculation in the press these days over next week&#8217;s rumored <a href="http://www.theglobeandmail.com/news/technology/expectations-mount-for-rim-tablet/article1719530/">launch of the BlackPad</a> tablet at the BlackBerry developer conference. There seems to be a lot of hang wringing over the fact that the&#8230; <a href="http://www.blackberryprogramming.com/opinions/blackberry-apps-will-run-on-the-blackpad/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.blackberryprogramming.com/opinions/blackberry-apps-will-run-on-the-blackpad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 7 and the BlackBerry JDE Plug-in for Eclipse</title>
		<link>http://www.blackberryprogramming.com/tips/windows-7-jde-eclipse/</link>
		<comments>http://www.blackberryprogramming.com/tips/windows-7-jde-eclipse/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 21:44:23 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[JDE]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.blackberryprogramming.com/?p=50</guid>
		<description><![CDATA[<p>Version 1.1 of the <a href="http://na.blackberry.com/eng/developers/javaappdev/javaplugin.jsp">BlackBerry JDE Plug-in for Eclipse</a> runs quite well on Windows 7 as long as you install the right things in the right order:</p>
<ol>
<li><b>32-bit JDK 1.6.x</b> &#8212; Start by installing the <b>32-bit</b> version of</li></ol><p>&#8230; <a href="http://www.blackberryprogramming.com/tips/windows-7-jde-eclipse/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.blackberryprogramming.com/tips/windows-7-jde-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Runtime String to Long Conversion For Hashing</title>
		<link>http://www.blackberryprogramming.com/tips/convert-string-to-long/</link>
		<comments>http://www.blackberryprogramming.com/tips/convert-string-to-long/#comments</comments>
		<pubDate>Wed, 12 May 2010 18:33:16 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[blackberry api]]></category>
		<category><![CDATA[hashing]]></category>
		<category><![CDATA[key generation]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[StringUtilities]]></category>

		<guid isPermaLink="false">http://www.blackberryprogramming.com/?p=38</guid>
		<description><![CDATA[<p>BlackBerry programming certainly has its peculiarities, and of them is the way you generate hash keys using a menu item in the Java Development Environment. If you want to <a href="/tutorials/object-persistence/">persist an object</a>, for example, you&#8217;ll need to generate a&#8230; <a href="http://www.blackberryprogramming.com/tips/convert-string-to-long/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.blackberryprogramming.com/tips/convert-string-to-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackBerry Object Persistence</title>
		<link>http://www.blackberryprogramming.com/tutorials/object-persistence/</link>
		<comments>http://www.blackberryprogramming.com/tutorials/object-persistence/#comments</comments>
		<pubDate>Sat, 08 May 2010 12:39:52 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blackberry api]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[serialization]]></category>

		<guid isPermaLink="false">http://www.blackberryprogramming.com/?p=16</guid>
		<description><![CDATA[<p>The BlackBerry has a simple data persistence model loosely based on <a href="/glossary/java-serialization/">Java serialization</a>. You don&#8217;t read or write data explicitly, what you do is store it in Java objects and pass those directly to the persistence APIs for storage.&#8230; <a href="http://www.blackberryprogramming.com/tutorials/object-persistence/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.blackberryprogramming.com/tutorials/object-persistence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Serialization</title>
		<link>http://www.blackberryprogramming.com/glossary/java-serialization/</link>
		<comments>http://www.blackberryprogramming.com/glossary/java-serialization/#comments</comments>
		<pubDate>Thu, 06 May 2010 15:53:21 +0000</pubDate>
		<dc:creator>Eric Giguere</dc:creator>
				<category><![CDATA[Glossary]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.blackberryprogramming.com/?p=21</guid>
		<description><![CDATA[<p>Java 1.1 introduced the concept of <i>serialization</i> and <i>deserialization</i> to automatically store and retrieve arbitrary sets of Java objects. See <a href="http://www.acm.org/crossroads/xrds4-2/serial.html">The Wonders of Java Serialization</a> for a good introduction. Essentially, serialization uses the Java reflection APIs to figure out&#8230; <a href="http://www.blackberryprogramming.com/glossary/java-serialization/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.blackberryprogramming.com/glossary/java-serialization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

