<?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>Made of Everything You&#039;re Not &#187; Blackberry Wallet</title>
	<atom:link href="http://blog.ericlamb.net/tag/blackberry-wallet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ericlamb.net</link>
	<description>Thoughts on programming, people and life</description>
	<lastBuildDate>Wed, 11 Aug 2010 03:58:55 +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>Developing Web Sites for Blackberry</title>
		<link>http://blog.ericlamb.net/2009/04/developing-web-sites-for-blackberry/</link>
		<comments>http://blog.ericlamb.net/2009/04/developing-web-sites-for-blackberry/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 12:57:03 +0000</pubDate>
		<dc:creator>Eric Lamb</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[Blackberry Wallet]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.ericlamb.net/?p=1360</guid>
		<description><![CDATA[The other day I read an article on Sitepoint called iPhone Development: 12 Tips To Get You Started that I thought was going to go into the details of iPhone App development. Instead it&#8217;s an article about how to make your website render properly on an iPhone. Not what I was expecting but since I [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I read an article on Sitepoint called <a title="iPhone Development: 12 Tips To Get You Started" href="http://www.sitepoint.com/article/iphone-development-12-tips/" onclick="return TrackClick('http%3A%2F%2Fwww.sitepoint.com%2Farticle%2Fiphone-development-12-tips%2F','iPhone+Development%3A+12+Tips+To+Get+You+Started')">iPhone Development: 12 Tips To Get You Started</a> that I thought was going to go into the details of iPhone App development. Instead it&#8217;s an article about how to make your website render properly on an iPhone. Not what I was expecting but since I <em>am</em> a web developer it was still worth while.</p>
<div id="attachment_1432" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.ericlamb.net/wp-content/uploads/2009/04/blackberry-browser-basic.jpg" onclick="return TrackClick('http%3A%2F%2Fblog.ericlamb.net%2Fwp-content%2Fuploads%2F2009%2F04%2Fblackberry-browser-basic.jpg','Blackberry+Browser')"><img src="http://blog.ericlamb.net/wp-content/uploads/2009/04/blackberry-browser-basic-300x240.jpg" alt="Blackberry Browser" title="Blackberry Browser" width="300" height="240" class="size-medium wp-image-1432" /></a><p class="wp-caption-text">Blackberry Browser</p></div>
<p>I don&#8217;t have an iPhone so I couldn&#8217;t get too excited about the content though. After reading the article I started thinking about how to get web sites to render nicely on the Blackberry.</p>
<p>RIM (the makers of the Blackberry) provides some extensive documentation on how best to <a title="develop web sites for the Blackberry" href="http://na.blackberry.com/eng/support/docs/subcategories/?userType=21&amp;category=BlackBerry+Browser" onclick="return TrackClick('http%3A%2F%2Fna.blackberry.com%2Feng%2Fsupport%2Fdocs%2Fsubcategories%2F%3FuserType%3D21%26amp%3Bcategory%3DBlackBerry%2BBrowser','develop+web+sites+for+the+Blackberry')" target="_blank">develop web sites for the Blackberry</a>. The topics include:</p>
<ol>
<li><a href="http://na.blackberry.com/eng/deliverables/5687/BlackBerry_Browser-4.7.0-US.pdf" onclick="return TrackClick('http%3A%2F%2Fna.blackberry.com%2Feng%2Fdeliverables%2F5687%2FBlackBerry_Browser-4.7.0-US.pdf','BlackBerry+Browser+-+Fundamentals+Guide')" title="BlackBerry Browser - Fundamentals Guide" target="_blank">BlackBerry Browser &#8211; Fundamentals Guide</a></li>
<li><a href="http://na.blackberry.com/eng/deliverables/5683/CSS_Reference.pdf" onclick="return TrackClick('http%3A%2F%2Fna.blackberry.com%2Feng%2Fdeliverables%2F5683%2FCSS_Reference.pdf','CSS+for+the+BlackBerry+Browser+-+Reference+Guide')" title="CSS for the BlackBerry Browser - Reference Guide" target="_blank">CSS for the BlackBerry Browser &#8211; Reference Guide</a></li>
<li><a href="http://na.blackberry.com/eng/deliverables/5682/HTML_Reference.pdf" onclick="return TrackClick('http%3A%2F%2Fna.blackberry.com%2Feng%2Fdeliverables%2F5682%2FHTML_Reference.pdf','HTML+for+the+BlackBerry+Browser+-+Reference+Guide')" title="HTML for the BlackBerry Browser - Reference Guide" target="_blank">HTML for the BlackBerry Browser &#8211; Reference Guide</a></li>
<li><a href="http://na.blackberry.com/eng/deliverables/5681/JavaScript_Reference.pdf" onclick="return TrackClick('http%3A%2F%2Fna.blackberry.com%2Feng%2Fdeliverables%2F5681%2FJavaScript_Reference.pdf','BlackBerry+Browser+-+JavaScript+Reference')" title="BlackBerry Browser - JavaScript Reference" target="_blank">BlackBerry Browser &#8211; JavaScript Reference</a></li>
</ol>
<p>One of the easiest thing you can do to play nice with the Blackberry browser is to use the Viewport and / or HandheldFriendly meta values.</p>
<p>The HandheldFriendly meta value tells the Blackberry browser the website is exactly what the name implies: handheld friendly. This allows the browser to make some assumptions about layout and structure.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;meta name=&quot;HandheldFriendly&quot; content=&quot;True&quot; /&gt;</pre></div></div>

<p>The viewport meta value works similarly to the HandheldFriendly meta value but provides for some basic customization of the default view settings.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;meta name=&quot;viewport&quot; content=&quot;initial-scale=1.0&quot; /&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;user-scalable=false&quot; /&gt;</pre></div></div>

<p>It&#8217;s important to recognize the screen resolution of the Blackberry model you&#8217;re aiming for. Like regular web development hand held devices operate at different screen resolutions and with different color counts. For example the Blackberry Bold has a resolution screen size of 480 x 320 with 65,000 colors. Take heed on this if you want your sites to look good.</p>
<p>For the ecommerce sites out there, especially Blackberry application / theme / game sites, there&#8217;s documentation on how to integrate <a title="Blackberry Wallet" href="http://na.blackberry.com/eng/devices/features/browser/wallet.jsp" onclick="return TrackClick('http%3A%2F%2Fna.blackberry.com%2Feng%2Fdevices%2Ffeatures%2Fbrowser%2Fwallet.jsp','Blackberry+Wallet')" target="_blank">Blackberry Wallet</a> into your website payment processing routine. I wasn&#8217;t too familiar with this but according to <a href="http://na.blackberry.com/eng/support/docs/subcategories/?userType=21&amp;category=BlackBerry+Wallet" onclick="return TrackClick('http%3A%2F%2Fna.blackberry.com%2Feng%2Fsupport%2Fdocs%2Fsubcategories%2F%3FuserType%3D21%26amp%3Bcategory%3DBlackBerry%2BWallet','RIM')" target="_blank" title="RIM">RIM</a>:</p>
<blockquote><p>The BlackBerry® Wallet is a BlackBerry device application that is designed to securely store information such as a BlackBerry device user&#8217;s name, shipping and billing addresses, credit card information, and login credentials for web sites and other BlackBerry  device applications. After a user saves information in the BlackBerry Wallet, the BlackBerry Wallet can populate web forms and fields in applications to reduce the effort required by the user to complete data entry tasks.</p></blockquote>
<p>So it essentially allows Blackberry users to shop online with their Blackberry but saves them the pain of entering credit card information over and over again. Nice idea.</p>
<p>Unfortunately, to utilize the Blackberry Wallet takes a lot of work; you have to edit all your forms to allow Blackberry Wallet to manipulate them. Kind of a crappy integration strategy&#8230;</p>
<p>So far that&#8217;s all I&#8217;ve been able to discover but I&#8217;m sure I&#8217;ll post more soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ericlamb.net/2009/04/developing-web-sites-for-blackberry/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
