<?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>CityBlogz Design Studio / Blog &#187; iPhone</title>
	<atom:link href="http://www.cityblogz.com/blog/category/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cityblogz.com/blog</link>
	<description>Insightful commentaries, articles, professional projects by Thomas Yung</description>
	<lastBuildDate>Sun, 09 May 2010 02:03:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Preparing Your Web Content for iPad</title>
		<link>http://www.cityblogz.com/blog/2010/05/08/preparing-your-web-content-for-ipad/</link>
		<comments>http://www.cityblogz.com/blog/2010/05/08/preparing-your-web-content-for-ipad/#comments</comments>
		<pubDate>Sun, 09 May 2010 02:03:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=305</guid>
		<description><![CDATA[Here are some tips for modifying your existing website so that the user gets a different experience when browsing on the iPad. Test your website in Safari on iPad using the iPhone Simulator (Hardware -&#62; Device -&#62; iPad). iPad is available in the iPhone Simulator in iPhone OS 3.2 SDK. Test your website on iPad, [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some tips for modifying your existing website so that the  user gets a different experience when browsing on the iPad.</p>
<ul>
<li>Test your website in Safari on iPad using the iPhone Simulator   (Hardware -&gt; Device -&gt; iPad). iPad is available in the iPhone   Simulator in iPhone OS 3.2 SDK.</li>
</ul>
<ul>
<li>Test your website on iPad, and update user agent detection code  if  necessary. iPad user agent string is:<br />
<blockquote><p>Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us)  AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b  Safari/531.21.10</p></blockquote>
</li>
<li>Simulating Safari on iPad HTTP requests in Safari on the  desktop.  First, enable the checkbox next to &#8220;Show Develop menu in menu  bar&#8221; in Safari&#8217;s  Advanced Preference pane. Next, select <strong>Develop  -&gt; User Agent -&gt; Other</strong> from  the Safari menu. You will  be prompted to enter a user agent string. Copy  the Safari on iPad user  agent string above, then paste in it into the  dialog box that appears. <strong>Note:</strong> You can try this trick with websites like Gmail and YouTube to view how  they display a different version of their website for iPad Safari.</li>
</ul>
<ul>
<li>Using a constant for viewport width.<br />
<blockquote>
<pre>&lt;meta name="viewport" content="width=device-width" /&gt;</pre>
</blockquote>
</li>
</ul>
<ul>
<li>Prepare for a touch interface. Don&#8217;t use a:hover pseudo class or  mouseover events.</li>
<li>Orientation media queries to automatically select the proper  stylesheet based on whether the user is in landscape or portrait.<br />
<blockquote><p>&lt;link rel=”stylesheet” media=”all and (orientation:portrait)”   href=”portrait.css”&gt;<br />
&lt;link rel=”stylesheet” media=”all and (orientation:landscape)”   href=”landscape.css”&gt;</p></blockquote>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2010/05/08/preparing-your-web-content-for-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pastebud vs iCopyuPaste</title>
		<link>http://www.cityblogz.com/blog/2008/12/11/pastebud-vs-icopyupaste/</link>
		<comments>http://www.cityblogz.com/blog/2008/12/11/pastebud-vs-icopyupaste/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 16:52:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[icopyupaste]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[pastebud]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=286</guid>
		<description><![CDATA[Pastebud &#8212; Looks like this new iPhone web app called Pastebud is out that does exactly what I had envisioned for the iCopyuPaste web service of mine.  Unfortunately for me and the rest of you out there, I&#8217;ve been swamped with too many other commitments to get mine out there first.  Therefore, I&#8217;ve decided to [...]]]></description>
			<content:encoded><![CDATA[<p>Pastebud &#8212; Looks like this new iPhone web app called Pastebud is out that does exactly what I had envisioned for the iCopyuPaste web service of mine.  Unfortunately for me and the rest of you out there, I&#8217;ve been swamped with too many other commitments to get mine out there first.  Therefore, I&#8217;ve decided to simply offer my help to the developers of Pastebud, and see if they&#8217;ll let me help out with this project.  The only thing that iCopyuPaste would have an advantage over on Pastebud is the fact that I didn&#8217;t plan on charging anyone for this service. Pastebud costs $5 to use once it officially releases. Also, I plan on giving iCopyuPaste an open-source license so that anyone that wants to see how it works can. I&#8217;ve got a lot of work to do to get my code published. Stay tuned.</p>
<p>News about Pastebud:</p>
<ul>
<li><a title="Copy and Paste Comes to iPhone" href="http://blog.wired.com/gadgets/2008/12/copy-and-paste.html">Copy and Paste Comes to iPhone &#8211; Wired News<br />
</a></li>
<li><a title="iPhone Copy and Paste Now Working Between Safari and Mail" href="http://gizmodo.com/5107138/iphone-copy-and-paste-now-working-between-safari-and-mail">iPhone Copy and Paste Now Working Between Safari and Mail &#8211; Gizmodo</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/12/11/pastebud-vs-icopyupaste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Developer NDAs lifted</title>
		<link>http://www.cityblogz.com/blog/2008/10/01/iphone-developer-ndas-lifted/</link>
		<comments>http://www.cityblogz.com/blog/2008/10/01/iphone-developer-ndas-lifted/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 22:32:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[copy-and-paste]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=262</guid>
		<description><![CDATA[This is wonderful news. According to the Apple Developer Connection website,  We have decided to drop the non-disclosure agreement (NDA) for released iPhone software. We put the NDA in place because the iPhone OS includes many Apple inventions and innovations that we would like to protect, so that others don’t steal our work. It has [...]]]></description>
			<content:encoded><![CDATA[<p>This is wonderful news. According to the <a title="Apple Developer Connection" href="http://developer.apple.com/iphone/program/">Apple Developer Connection</a> website, </p>
<blockquote><p>We have decided to drop the non-disclosure agreement (NDA) for released iPhone software.</p>
<p>We put the NDA in place because the iPhone OS includes many Apple inventions and innovations that we would like to protect, so that others don’t steal our work. It has happened before. While we have filed for hundreds of patents on iPhone technology, the NDA added yet another level of protection. We put it in place as one more way to help protect the iPhone from being ripped off by others.</p>
<p>However, the NDA has created too much of a burden on developers, authors and others interested in helping further the iPhone’s success, so we are dropping it for released software. Developers will receive a new agreement without an NDA covering released software within a week or so. Please note that unreleased software and features will remain under NDA until they are released.</p></blockquote>
<p>What does this mean to you?  This means that developers can now share to the world any technical articles or tutorials related to developing iPhone apps or web apps.  Now, I can finally proceed with publishing my iCopyUPaste technical article.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/10/01/iphone-developer-ndas-lifted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile device client software vs. mobile websites</title>
		<link>http://www.cityblogz.com/blog/2008/08/14/mobile-device-client-software-vs-mobile-websites/</link>
		<comments>http://www.cityblogz.com/blog/2008/08/14/mobile-device-client-software-vs-mobile-websites/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 14:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=260</guid>
		<description><![CDATA[According to the Netbiscuits blog&#8230; The main advantages of client based mobile Web applications are that they provide very good possibilities for graphic design of user interfaces and keep content available even offline. Furthermore, they often show faster reaction times and are sometimes easier to link to other telephone functions such as directories, camera, etc. [...]]]></description>
			<content:encoded><![CDATA[<p>According to the <a href="http://www.netbiscuits.com/blog">Netbiscuits blog</a>&#8230;</p>
<blockquote><p>The main advantages of client based mobile Web applications are that they provide very good possibilities for graphic design of user interfaces and keep content available even offline. Furthermore, they often show faster reaction times and are sometimes easier to link to other telephone functions such as directories, camera, etc. The main disadvantage of every client-based solution is that they initially need to be downloaded by the user and installed on the mobile – a practice that will need to be repeated for every new release. Many users are prevented from taking this step due to technical problems, security issues and a lack of clarity concerning costs involved. Furthermore clients are always dependent on the mobile phone operating system and must often undergo costly adjustments for each individual terminal.</p>
<p>Mobile sites, on the other hand, do not require any installation. They are immediately available over the browser and the sites’ content and software are continuously updated unobtrusively to the mobile user. Mobile sites also provide a greater scope of outreach than clients do, as nowadays practically all mobile phones have a browser. Adjusting mobile sites and rich media content to various mobile terminals can be made 100 percent automatic. This means a massive reduction in development and testing expenses. User interface design is also no longer an obstacle. Modern mobile phone browsers enable use of AJAX and Flash, thus creating a user experience similar to that of PC Web. If a company is looking for a larger audience reach with as little hassle as possible, the mobile site is the clear winner.</p></blockquote>
<p>I totally agree. The one thing that I advocate is to have some kind of markup language that allows the browser to have access to native device functions such as the PIM, camera, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/08/14/mobile-device-client-software-vs-mobile-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iCopy uPaste &#8211; User Interaction Prototype</title>
		<link>http://www.cityblogz.com/blog/2008/07/31/icopy-upaste-user-interaction-prototype/</link>
		<comments>http://www.cityblogz.com/blog/2008/07/31/icopy-upaste-user-interaction-prototype/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 18:37:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=257</guid>
		<description><![CDATA[Head on over to CityBlogz Labs section of the website, to check out the latest code iteration of a user interaction model demo that I&#8217;m prototyping.  It is a little bit rough around the edges, but it showcases a little bit of how I envision the Copy and Paste to work on the iPhone Safari [...]]]></description>
			<content:encoded><![CDATA[<p>Head on over to <a href="http://www.cityblogz.com/labs.php">CityBlogz Labs</a> section of the website, to check out the latest code iteration of a user interaction model demo that I&#8217;m prototyping.  It is a little bit rough around the edges, but it showcases a little bit of how I envision the Copy and Paste to work on the iPhone Safari client.  I will be describing some of the code in detail over the next couple weeks, so stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/07/31/icopy-upaste-user-interaction-prototype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iCopy uPaste</title>
		<link>http://www.cityblogz.com/blog/2008/07/28/icopy-upaste/</link>
		<comments>http://www.cityblogz.com/blog/2008/07/28/icopy-upaste/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 23:01:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=244</guid>
		<description><![CDATA[Still no copy and paste for iPhone 2.0. Apple has admittedly said that copy and paste is in the works, but it is not a big priority.  Time to take matters into my own hands by creating a &#8220;iCopy uPaste&#8221; web service for the iPhone.  I figure it would be a nice side project for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Still no copy and paste for iPhone 2.0.</strong> Apple has admittedly said that copy and paste is in the works, but it is not a big priority.  Time to take matters into my own hands by creating a &#8220;<strong>iCopy uPaste</strong>&#8221; web service for the iPhone.  I figure it would be a nice side project for me to learn more about iPhone web development and get some exposure in creating a REST-based web service.</p>
<p>The premise is simple.  I want a way for anyone using an iPhone to open a bookmarklet on any Safari web page that activates a hidden dialog menu.  They can select any text from the web page and copy the text to a <strong>&#8220;Copy and Paste&#8221; web service up in the &#8220;cloud&#8221;</strong>.  The user can paste the text on another page&#8217;s form input field or somewhere else on the same page.  I can already think of several hurdles such as cross-domain JavaScript, server-related security issues, and iPhone limitations on JavaScript events.  I plan on sharing every morsel of information that I find on my journey and I invite anyone to help.  I will start putting up the code in some form of source control (more on that later).  By the time I&#8217;m done, perhaps Apple will already have implemented a nice solution to this problem.</p>
<p>The wonderful part of this idea is that it doesn&#8217;t necessarily have to be confined to iPhones.  Creating it as a web service and opening up an API allows <strong>any platform</strong> that can consume web services to have access to a &#8220;cloud-based&#8221; Copy and Paste.  Therefore, I can envision native iPhone apps to simply create the following options: &#8220;<strong>Copy to iCopyuPaste</strong>&#8221; and &#8220;<strong>Paste from iCopyuPaste</strong>&#8220;.  They can hook those events to consume the &#8220;iCopyuPaste&#8221; web service.  Of course, the down side is that it won&#8217;t work if you aren&#8217;t immediately connected to the 3G or Edge or Wi-Fi network, but that&#8217;s the trade off for copy and paste.  Another use case scenario could be for someone who needs to copy some text from one computer&#8217;s browser over to another computer&#8217;s browser.  If they needed that text to be pasted into a native app via the system&#8217;s clipboard, someone could conceivable use Adobe AIR to create a widget that consumes the &#8220;iCopyuPaste&#8221; web service and store that text onto the system clipboard, ready to be pasted on any application on the desktop. Thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/07/28/icopy-upaste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I am not getting iPhone 2.0</title>
		<link>http://www.cityblogz.com/blog/2008/06/16/why-i-am-not-getting-iphone-20/</link>
		<comments>http://www.cityblogz.com/blog/2008/06/16/why-i-am-not-getting-iphone-20/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 16:46:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Pervasive Computing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=240</guid>
		<description><![CDATA[Just take a read at this NYT article entitled &#8220;New iPhone Pricing Model Is a Step Backward for Consumers&#8221; and it explains exactly why I am not going to be in the market for the new iPhone 2.0.  Apparently, Apple and AT&#38;T have closed off the biggest loophole that existed that enabled iPhone 1.0 users [...]]]></description>
			<content:encoded><![CDATA[<p>Just take a read at this NYT article entitled &#8220;<a title="New iPhone Pricing Model Is a Step Backward For Consumers" href="http://bits.blogs.nytimes.com/2008/06/11/new-iphone-pricing-model-is-a-step-backward-for-consumers/index.html">New iPhone Pricing Model Is a Step Backward for Consumers</a>&#8221; and it explains exactly why I am not going to be in the market for the new iPhone 2.0.  Apparently, Apple and AT&amp;T have closed off the biggest loophole that existed that enabled iPhone 1.0 users to ability to jailbreak their iPhones and do with them as they pleased. What exactly was that loophole? They won&#8217;t let you walk out of the stores with the new iPhone 2.0 without signing up for the new 2 YR contract!  That&#8217;s right.  Loophole closed.</p>
<p>What does iPhone 2.0 offer that warrants an upgrade?  GPS, 3G, and slightly larger storage.  That simply is NOT enough to warrant the extra $30 / month I&#8217;d have to shell out to get the new iPhone 2.0.  I currently pay $55 incl. taxes and fees for my iPhone 1.0 plan, and I thought that was pretty hefty to begin with.  This new plan simply is highway robbery!  Apple and AT&amp;T, no thanks, but I&#8217;m sticking with iPhone 1.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/06/16/why-i-am-not-getting-iphone-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Cloud Computing Apps</title>
		<link>http://www.cityblogz.com/blog/2008/06/04/my-cloud-computing-apps/</link>
		<comments>http://www.cityblogz.com/blog/2008/06/04/my-cloud-computing-apps/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 05:42:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Pervasive Computing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[cloud computing]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=236</guid>
		<description><![CDATA[Lately, I have found that I rarely have a need to use desktop software for any of my computing needs. These are the online-based services that I have found to be indispensable in my everyday life to organize, communicate, and stay informed. Google Gmail &#8211; I can access my mail from home, work, Wi-Fi hotspot, [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I have found that I rarely have a need to use desktop software for any of my computing needs. These are the online-based services that I have found to be indispensable in my everyday life to organize, communicate, and stay informed.</p>
<ul>
<li>Google Gmail &#8211; I can access my mail from home, work, Wi-Fi hotspot, my iPhone.</li>
<li>Google Calendar &#8211; Anything that relates to time/date/place/to-dos, it goes in my Google Calendar.  I can access this from practically anywhere.</li>
<li>Google Reader &#8211; This is my online RSS Newsreader. With Google Gears offline support, I can catchup with all the latest news feeds even when I am on a plane.</li>
<li>Del.icio.us Bookmarks &#8211; I find that I have not bookmarked a page in IE or Firefox in ages! Instead, all my bookmarks are on this handy service.</li>
<li>MP3tunes &#8211; All my iTunes music safely stored and synced online with MP3tunes.com.  I can stream my music from the Internet.  This service doesn&#8217;t store and sync my iTunes videos and movies, so I use other means to backup and sync these files.</li>
<li>.Mac &#8211; I use the iDisk service to keep any storage of files and folders that I need to access from anywhere.  The one other feature that I do like is the Photo sharing capabilities.</li>
<li>SlingBox &#8211; Ok, its not really an online service, but its how I watch TV now.  Place-shifting means I can watch TV shows streamed online from any single Slingbox location.  Place one SlingBox hardware in your parent&#8217;s home in Canada and you can catch international TV right on your computer.  Quality is not the greatest, as it depends a lot on the upload speeds of the SlingBox locations you are getting the streams from.</li>
<li>Google Docs &#8211; This service can almost replace your traditional Microsoft Office apps. Unfortunately, it is not as speedy as having a desktop app.  Speed and offline portability are the biggest factors in me not completely switching over to using online-based office apps.</li>
<li>Google Alerts &#8211; This is how I read the latest news. I give search terms that I find most interesting, and everyday they will send me the top links to news stories and blog entries that match my keywords.</li>
<li>Kayak &#8211; I give it my top flight destinations and the maximum price I am willing to pay, and I get a daily report of any matching deals.</li>
<li>Twitter &#8211; This service is basically a mashup of fan site / blog / and alerting service. You can alert all your followers via SMS text, IM, and email with &#8220;what you are doing now&#8221;. I am still a little weary of letting everyone know what I am doing now, but I can see how it can be used to alert a large number of people at once, with whatever information you wish to share. This is most useful for people with a mobile lifestyle, who may not get a chance to post their thoughts to a blog.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/06/04/my-cloud-computing-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Web Future Roadmap</title>
		<link>http://www.cityblogz.com/blog/2008/05/01/mobile-web-future-roadmap/</link>
		<comments>http://www.cityblogz.com/blog/2008/05/01/mobile-web-future-roadmap/#comments</comments>
		<pubDate>Thu, 01 May 2008 14:02:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaME]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[google android]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=226</guid>
		<description><![CDATA[I firmly believe that the roadmap for mobile web applications has been laid out for us by the likes of the Apple&#8217;s iPhone, Nokia&#8217;s N95, Google&#8217;s Android, Mozilla&#8217;s Fennec, and more others to follow.  Currently, designing for the mobile web is quite a chore. If you thought browser fragmentation was bad in the PC world, [...]]]></description>
			<content:encoded><![CDATA[<p>I firmly believe that the roadmap for mobile web applications has been laid out for us by the likes of the Apple&#8217;s iPhone, Nokia&#8217;s N95, Google&#8217;s Android, Mozilla&#8217;s Fennec, and more others to follow.  Currently, designing for the mobile web is quite a chore. If you thought <strong>browser fragmentation</strong> was bad in the PC world, then the mobile browser space is quadruple that!  As mobile devices get better and the data plans get cheaper, and the browsers start to come together with the same feature set and compatible languages, the less headache it will become for web developers to transition toward the mobile web.</p>
<p>The iPhone Safari browser, Nokia, and Android all use the same web browser engine called Webkit.  Webkit is a revelation in itself. The <strong>full web browsing</strong> experience on the desktop now available on the mobile device. Mozilla&#8217;s Fennec is based on the same Mozilla Firefox engine and also allows for the full browsing experience.  Windows Mobile has Internet Explorer and its also starting to move in this direction. See a trend?  Yep. The days of <strong>WAP browsing</strong> are slowing being numbered. Its not going away anytime soon, but it eventually will.</p>
<p>Of course, as a developer, you will also be faced with a choice of developing a <strong>mobile native application vs mobile web application</strong>. That decision is not an easy one to make. There are so many platforms to choose from. iPhone, Windows Mobile, Palm, BlackBerry, Java ME, Flash Lite, Symbian, and the list goes on. This tells me that in order to get the most market penetration for your application, targeting the mobile web is the logical choice. However, there are exceptions. Gaming apps, off-line storage, and integration with phone hardware feature set are all compelling reasons to target your application to a platform as opposed to the mobile web.  <strong>What Apple should have done</strong> to make this decision easier was to integrate phone APIs into the Safari Webkit engine. Create a subset of XHTML tags or JavaScript objects that allow the mobile web app to tap into the PIM, camera, or other mobile device native function.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/05/01/mobile-web-future-roadmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Ajax and the Future of the Web</title>
		<link>http://www.cityblogz.com/blog/2008/04/30/mobile-ajax-and-the-future-of-the-web/</link>
		<comments>http://www.cityblogz.com/blog/2008/04/30/mobile-ajax-and-the-future-of-the-web/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:57:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=225</guid>
		<description><![CDATA[Continuing the theme of mobile web 2.0, here&#8217;s a presentation from Dan Appelquist at the Web 2.0 Conference on April 24, 2008. Another must read for those of us interested in the mobile web development space. &#124; View &#124; Upload your own]]></description>
			<content:encoded><![CDATA[<p>Continuing the theme of mobile web 2.0, here&#8217;s a presentation from Dan Appelquist at the Web 2.0 Conference on April 24, 2008.  Another must read for those of us interested in the mobile web development space.</p>
<div id="__ss_371085" style="width: 425px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=web2exposf2008appelquist-1209070278189571-8" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=web2exposf2008appelquist-1209070278189571-8" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img style="border:0px none;margin-bottom:-5px" src="http://static.slideshare.net/swf/logo_embd.png" alt="SlideShare" /></a> | <a title="View 'Mobile Ajax and the Future of the Web' on SlideShare" href="http://www.slideshare.net/dappelquist/web2-expo-sf2008-appelquist?src=embed">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/04/30/mobile-ajax-and-the-future-of-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Web Design presentation by Brian Fling</title>
		<link>http://www.cityblogz.com/blog/2008/04/30/mobile-web-design-presentation-by-brian-fling/</link>
		<comments>http://www.cityblogz.com/blog/2008/04/30/mobile-web-design-presentation-by-brian-fling/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:35:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=224</guid>
		<description><![CDATA[This is a must read for anyone interested in developing mobile web applications for mobile devices. It gives a good overview, and goes into some detail into iPhone web development near the end.  It is almost like a state of the union address for where we are at with mobile application development. &#124; View &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>This is a must read for anyone interested in developing mobile web applications for mobile devices. It gives a good overview, and goes into some detail into iPhone web development near the end.  It is almost like a state of the union address for where we are at with mobile application development.</p>
<div id="__ss_346363" style="width: 425px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=over-the-air-7581" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=over-the-air-7581" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img style="border:0px none;margin-bottom:-5px" src="http://static.slideshare.net/swf/logo_embd.png" alt="SlideShare" /></a> | <a title="View this slideshow on SlideShare" href="http://www.slideshare.net/fling/over-the-air">View</a> | <a href="http://www.slideshare.net/upload">Upload your own</a></div>
</div>
<p><img style="visibility:hidden;width:0px;height:0px;" src="http://counters.gigya.com/wildfire/CIMP/bT*xJmx*PTEyMDk2MTI*MDQzMjMmcHQ9MTIwOTYxMjQzMDMyOCZwPTEwMTkxJmQ9Jm49Jmc9Mg==.jpg" border="0" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/04/30/mobile-web-design-presentation-by-brian-fling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPhone SDK for Web Development</title>
		<link>http://www.cityblogz.com/blog/2008/03/10/the-iphone-sdk-for-web-development/</link>
		<comments>http://www.cityblogz.com/blog/2008/03/10/the-iphone-sdk-for-web-development/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 05:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2008/03/10/the-iphone-sdk-for-web-development/</guid>
		<description><![CDATA[Here&#8217;s part of the announcement that Steve Jobs forgot to mention&#8230; &#124; View &#124; Upload your own]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s part of the announcement that Steve Jobs forgot to mention&#8230;</p>
<div id="__ss_301341" style="width: 425px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=iphone-sdk-webdev-features-1205212127790098-4" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=iphone-sdk-webdev-features-1205212127790098-4" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;"><a href="http://www.slideshare.net/?src=embed"><img style="border: 0px none ; margin-bottom: -5px;" src="http://static.slideshare.net/swf/logo_embd.png" alt="SlideShare" /></a> | <a title="View 'iPhone  SDK  WebDev Features' on SlideShare" href="http://www.slideshare.net/guestc109d1/iphone-sdk-webdev-features?src=embed">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div>
</div>
<p><!-- AddThis Bookmark Button BEGIN --><br />
<a title="Bookmark using any bookmark manager!" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.addthis.com/bookmark.php" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" border="0" alt="AddThis Social Bookmark Button" width="125" height="16" /></a><br />
<!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/03/10/the-iphone-sdk-for-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone firmware wishlist</title>
		<link>http://www.cityblogz.com/blog/2008/01/20/iphone-firmware-wishlist/</link>
		<comments>http://www.cityblogz.com/blog/2008/01/20/iphone-firmware-wishlist/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 21:00:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=4</guid>
		<description><![CDATA[After getting my hands on an iPhone for the last few months, my impression is that it is the most elegant mobile phone out there. However, here&#8217;s a few ideas for Apple to incorporate into their next iPhone update that&#8217;ll make it truly the best mobile phone in the world. Copy and paste (Come on, [...]]]></description>
			<content:encoded><![CDATA[<p> After getting my hands on an iPhone for the last few months, my impression is that it is the most elegant mobile phone out there.  However, here&#8217;s a few ideas for Apple to incorporate into their next iPhone update that&#8217;ll make it truly the best mobile phone in the world.</p>
<ul>
<li>Copy and paste (Come on, how hard can this be?)</li>
<li>Text to speech for Safari web pages (This is useful for when you are driving and want the text of the web page to be read outloud to you)</li>
<li>Enable Bluetooth GPS receivers (If the Windows Mobile SmartPhone has support for this, then why can&#8217;t the iPhone?)</li>
<li>Voice prompted turn-by-turn navigation in Maps (Right now, you get directions in the Maps application, but unless you have a passenger with you that can operate the iPhone and tell you where to turn next, you are bound to get into an accident doing this solo)</li>
<li>Corporate Wi-Fi access (allow user/pwd instead of preshared key for authentication)</li>
<li>Video capture for camera. (Like the copy and paste idea, I have no idea why this is so difficult to implement)</li>
<li>Native iPod games that you can buy from iTunes on an iPhone (Not just as a Safari webapp)</li>
<li>Enable offline storage for Maps and Safari webapps</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2008/01/20/iphone-firmware-wishlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free My Phone (by Walt Mossberg)</title>
		<link>http://www.cityblogz.com/blog/2007/10/26/free-my-phone-by-walt-mossberg/</link>
		<comments>http://www.cityblogz.com/blog/2007/10/26/free-my-phone-by-walt-mossberg/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 14:35:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/10/26/free-my-phone-by-walt-mossberg/</guid>
		<description><![CDATA[Here&#8217;s a link to an opinion piece titled &#8220;Free My Phone&#8221; by Wall Street Journal&#8217;s Walt Mossberg. Everything he points out is dead on, and as a consumer, I can&#8217;t wait for things to change for the better.]]></description>
			<content:encoded><![CDATA[<p><!-- AddThis Bookmark Button BEGIN -->Here&#8217;s a link to an opinion piece titled &#8220;<a href="http://mossblog.allthingsd.com/20071021/free-my-phone/">Free My Phone</a>&#8221; by Wall Street Journal&#8217;s Walt Mossberg. Everything he points out is dead on, and as a consumer, I can&#8217;t wait for things to change for the better.</p>
<p><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" alt="AddThis Social Bookmark Button" border="0" height="16" width="125" /></a><br /><!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/10/26/free-my-phone-by-walt-mossberg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Third Party Applications on the iPhone</title>
		<link>http://www.cityblogz.com/blog/2007/10/17/third-party-applications-on-the-iphone/</link>
		<comments>http://www.cityblogz.com/blog/2007/10/17/third-party-applications-on-the-iphone/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 16:23:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/10/17/third-party-applications-on-the-iphone/</guid>
		<description><![CDATA[According to Apple&#8217;s website, Steve Jobs officially announced that there will indeed be 3rd party apps for the iPhone (possibly coming in February 2008). Finally! Third Party Applications on the iPhone Let me just say it: We want native third party applications on the iPhone, and we plan to have an SDK in developers’ hands [...]]]></description>
			<content:encoded><![CDATA[<p>According to Apple&#8217;s website, Steve Jobs officially announced that there will indeed be 3rd party apps for the iPhone (possibly coming in February 2008). Finally!<br />
<blockquote><a href="http://www.apple.com/hotnews/">Third Party Applications on the iPhone</a></p>
<p>Let me just say it: We want native third party applications on the iPhone, and we plan to have an SDK in developers’ hands in February. We are excited about creating a vibrant third party developer community around the iPhone and enabling hundreds of new applications for our users. With our revolutionary multi-touch interface, powerful hardware and advanced software architecture, we believe we have created the best mobile platform ever for developers.</p>
<p>It will take until February to release an SDK because we’re trying to do two diametrically opposed things at once—provide an advanced and open platform to developers while at the same time protect iPhone users from viruses, malware, privacy attacks, etc. This is no easy task. Some claim that viruses and malware are not a problem on mobile phones—this is simply not true. There have been serious viruses on other mobile phones already, including some that silently spread from phone to phone over the cell network. As our phones become more powerful, these malicious programs will become more dangerous. And since the iPhone is the most advanced phone ever, it will be a highly visible target.</p>
<p>Some companies are already taking action. Nokia, for example, is not allowing any applications to be loaded onto some of their newest phones unless they have a digital signature that can be traced back to a known developer. While this makes such a phone less than “totally open,” we believe it is a step in the right direction. We are working on an advanced system which will offer developers broad access to natively program the iPhone’s amazing software platform while at the same time protecting users from malicious programs.</p>
<p>We think a few months of patience now will be rewarded by many years of great third party applications running on safe and reliable iPhones.</p>
<p>Steve</p>
<p>P.S.: The SDK will also allow developers to create applications for iPod touch. [Oct 17, 2007]</p></blockquote>
<p><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" width="125" height="16" border="0" alt="AddThis Social Bookmark Button" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/10/17/third-party-applications-on-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symbian S60 platform brings it closer to iPhone</title>
		<link>http://www.cityblogz.com/blog/2007/10/16/symbian-s60-platform-brings-it-closer-to-iphone/</link>
		<comments>http://www.cityblogz.com/blog/2007/10/16/symbian-s60-platform-brings-it-closer-to-iphone/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 15:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[S60]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/10/16/symbian-s60-platform-brings-it-closer-to-iphone/</guid>
		<description><![CDATA[Check out this new video clip on YouTube about the new S60 platform for Nokia and other Symbian based handsets. It&#8217;s looking like the iPhone is finally getting a run for its money.]]></description>
			<content:encoded><![CDATA[<p>Check out this new video clip on YouTube about the <a href="http://www.youtube.com/watch?v=f3uPxep2OIk">new S60 platform</a> for Nokia and other Symbian based handsets. It&#8217;s looking like the iPhone is finally getting a run for its money.</p>
<p><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" width="125" height="16" border="0" alt="AddThis Social Bookmark Button" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/10/16/symbian-s60-platform-brings-it-closer-to-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My experiences with the iPhone</title>
		<link>http://www.cityblogz.com/blog/2007/10/15/my-experiences-with-the-iphone/</link>
		<comments>http://www.cityblogz.com/blog/2007/10/15/my-experiences-with-the-iphone/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 14:47:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/10/15/my-experiences-with-the-iphone/</guid>
		<description><![CDATA[I finally bought an iPhone! Here are list of pros and cons that I have experienced thus far. Pros Mobile Safari web browser using Wi-Fi or EDGE. You can surf the web just as on a desktop, or you can go to iPhone specific sites that really customize the web browsing experience. Everything you can [...]]]></description>
			<content:encoded><![CDATA[<p>I finally bought an iPhone! Here are list of pros and cons that I have experienced thus far.</p>
<p><strong>Pros</strong>
<ul>
<li>Mobile Safari web browser using Wi-Fi or EDGE. You can surf the web just as on a desktop, or you can go to iPhone specific sites that really customize the web browsing experience.</li>
<li>Everything you can find in an iPod, plus a mobile phone.
<li>The thin form factor and profile is elegant and makes it feel like you&#8217;re holding something luxurious.</li>
<li>Photos taken from camera are surprisingly good. Viewing photos on an iPhone is a joy.</li>
<li>Syncing all your songs, podcasts, photos, contacts, and calendar with iTunes is a breeze and brain-dead easy.</li>
<li>Wi-Fi Music Store. This is really a long time coming. Basically, if you happen to be at a coffee shop (i.e. StarBucks), and you like a song thats playing there, you can connect to the Wi-Fi Music Store and purchase it on the spot. To me, thats the future of how people will discover new music instead of traditionally on the radio.</li>
<li>An active iPhone hacker community.</li>
</ul>
<p><strong>Cons</strong>
<ul>
<li>No GPS. The Google Maps application is great, but without GPS you need a copilot with you when you are driving in order for it to work. Plus, it doesn&#8217;t cache any of the maps. So if you are in an area without any network connectivity, you are pretty much hosed.</li>
<li>No wireless sync. This is something that Zune2 got right.</li>
<li>Can&#8217;t record video.</li>
<li><span>No real 3rd party apps (no access to local storage and other advanced hardware features).</span> <strong>UPDATE:</strong> <a href="http://themobileweb20.blogspot.com/2007/10/according-to-apples-website-steve-jobs.html">See later post about Steve Jobs change of heart</a>. </li>
<li>No disk mode. Basically, you can&#8217;t use it as a flash drive as you used to be able to do with the iPod video.</li>
<li>Have to pay an extra $0.99 for a ringtone version of a song that you purchased at the iTunes store already. Ringtone maker won&#8217;t work with MP3s or AAC files that you ripped from CDs.</li>
<li>No external battery. Must recharge.</li>
<li>Headphone jack is not compatible with other head phone makers. Duh!</li>
<li>Locked only to AT&amp;T service provider for 2 years. There is a simple work-around to choose the Go-Phone Prepaid plans that have no contract obligations. Just make sure to call 611 to cancel automatic monthly refills, and you&#8217;ll have a really expensive Go-Phone in your hands.</li>
<li>Apple and AT&amp;T are becoming NOT so consumer-friendly. Just lookup the all the bad rap they are getting with their intentional &#8220;bricking&#8221; of iPhones and the really bad AT&amp;T customer service.</li>
</ul>
<p> Ok. There are more cons than pros, but that&#8217;s the price you pay for being an Apple fanboy. For an alternative smartphone go check out the <a href="http://www.nseries.com/index.html?l=products,n95_8gb#l=products,n95_8gb">Nokia N95 8GB version</a>. At the moment, its not available in North America and the price tag is $200 more than an iPhone.</p>
<p><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" alt="AddThis Social Bookmark Button" border="0" height="16" width="125" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/10/15/my-experiences-with-the-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone Buzz (Fair and balanced)</title>
		<link>http://www.cityblogz.com/blog/2007/06/27/iphone-buzz-fair-and-balanced/</link>
		<comments>http://www.cityblogz.com/blog/2007/06/27/iphone-buzz-fair-and-balanced/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 14:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/06/27/iphone-buzz-fair-and-balanced/</guid>
		<description><![CDATA[We are getting close to the launch of the iPhone and there is no shortage of media coverage. At least we are getting some constructive criticisms along with the praises. Here&#8217;s a listing of some of the coverage that I&#8217;ve been reading&#8230; Zec Online Journal: Steve Jobs doesn&#8217;t understand mobility Steve Jobs Answers Walt’s iPhone [...]]]></description>
			<content:encoded><![CDATA[<p><!-- AddThis Bookmark Button BEGIN -->We are getting close to the launch of the iPhone and there is no shortage of media coverage. At least we are getting some constructive criticisms along with the praises. Here&#8217;s a listing of some of the coverage that I&#8217;ve been reading&#8230;</p>
<ul>
<li><a href="http://zecina.blogspot.com/2007/06/steve-jobs-doesnt-understand-mobility.html">Zec Online Journal:  Steve Jobs doesn&#8217;t understand mobility</a></li>
<li><a href="http://mossblog.allthingsd.com/20070626/jobs-qa/">Steve Jobs Answers Walt’s iPhone Questions</a></li>
<li><a href="http://gizmodo.com/gadgets/apple/the-iphones-camera-great-under-ample-light-272568.php">The iPhone&#8217;s Camera: Great Under Ample Light</a></li>
<li><a href="http://gizmodo.com/gadgets/apple/finally-confirmed-what-the-iphone-doesnt-have-272571.php">Finally Confirmed: What the iPhone Doesn&#8217;t Have</a></li>
</ul>
<p>I have one comment about the iPhone&#8217;s announced rate plans. It works out the same as the current Cingular/AT&amp;T voice plans plus the $19.99 unlimited data plan. There were rumblings that Apple and Cingular/AT&amp;T would make it more expensive, but I think it was a wise decision not to charge more.</p>
<p><a title="Bookmark using any bookmark manager!" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&amp;url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.addthis.com/bookmark.php" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" border="0" alt="AddThis Social Bookmark Button" width="125" height="16" /></a><br />
<!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/06/27/iphone-buzz-fair-and-balanced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WWDC: iPhone 3rd Party Support?</title>
		<link>http://www.cityblogz.com/blog/2007/06/12/wwdc-iphone-3rd-party-support/</link>
		<comments>http://www.cityblogz.com/blog/2007/06/12/wwdc-iphone-3rd-party-support/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 13:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[JavaME]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/06/12/wwdc-iphone-3rd-party-support/</guid>
		<description><![CDATA[The general consensus when Steve Jobs announced that iPhone would support 3rd party apps coded as web applications was not that positive. However, I am here to say that we should keep an open mind as to what kind of capabilities that would be opened up by doing it this way. According to Bruce Stewart&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><!-- AddThis Bookmark Button BEGIN -->The general consensus when Steve Jobs announced that iPhone would support 3rd party apps coded as web applications was not that positive. However, I am here to say that we should keep an open mind as to what kind of capabilities that would be opened up by doing it this way. According to Bruce Stewart&#8217;s post at O&#8217;Reilly:<br />
<blockquote></blockquote>
<blockquote><p>It is after all a very good thing that Apple has decided to provide URL-based access to the iPhone’s telephony, email, and other services, but that point really got lost on the crowd I think, who were expecting an SDK to access these things. We’ve known all along that web apps would be one possibility for third-party iPhone development, and Steve’s “there’s no SDK, just use Safari and standard Web 2.0 technologies like Ajax to develop iPhone apps” message didn’t highlight the power of what they are actually allowing here. (As one colleague commented, “just try getting your web app to make an actual phone call on a J2ME-based phone.”) Personally, I think that there are a lot of interesting possibilities for third-party development with this kind of access to the iPhone’s main features, and I’m not surprised that Apple isn’t letting us get at the OS or place buttons on the home screen, but his message clearly didn’t go over well with the developer audience here in San Francisco.  <a href="http://www.oreillynet.com/mac/blog/2007/06/wwdc_keynote_posted.html?CMP=OTC-13IV03560550&#038;ATT=WWDC+Keynote+Posted">Read More.</a></p></blockquote>
<p>Obviously, having access to basic phone functions isn&#8217;t entirely new as many current mobile web browsers give this basic functionality (if your web pages are coded correctly).  The real meat is if web developers are given access to local persistent storage on the phone, access to iTunes, and access to mail and calendar. Another important thing that we would need is access to the multi-touch user interface events (i.e. in addition to the standard onClick and onFocus events, perhaps we would use onPinchIn or onPinchOut events to trigger actions on the web application. I have yet to see any real specifications on this 3rd party web app API, but it does hold some promise (contrary to what many see as a disappointment).</p>
<p>Oh, and one last thing. I also want to be able to run Java ME on the iPhone. I already have two Java ME apps that I use constantly. Gmail and Opera Mini. It would be sweet if the iPhone could leverage the Java ME space. However, I do recall that Steve Jobs once quoted as saying that Java is too heavy weight and isn&#8217;t likely to be in its future plans. Therefore, I&#8217;d assume that Java ME on the iPhone will most likely never happen.</p>
<p><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" alt="AddThis Social Bookmark Button" border="0" height="16" width="125" /></a><br /><!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/06/12/wwdc-iphone-3rd-party-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amusing video about advanced Japanese mobile phone usage</title>
		<link>http://www.cityblogz.com/blog/2007/05/17/amusing-video-about-advanced-japanese-mobile-phone-usage/</link>
		<comments>http://www.cityblogz.com/blog/2007/05/17/amusing-video-about-advanced-japanese-mobile-phone-usage/#comments</comments>
		<pubDate>Thu, 17 May 2007 13:59:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/05/17/amusing-video-about-advanced-japanese-mobile-phone-usage/</guid>
		<description><![CDATA[Amusing and instructional film about the advantages of being a smartphone user if you live in Japan! This is why mobile phones in N. America still suck compared to those in Japan. Let&#8217;s see how the Apple iPhone starts to promote changes needed to catch up.]]></description>
			<content:encoded><![CDATA[<p><!-- AddThis Bookmark Button BEGIN -->Amusing and instructional film about the advantages of being a smartphone user if you live in Japan!
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/1xQVnny0LSg"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/1xQVnny0LSg" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>This is why mobile phones in N. America still suck compared to those in Japan.  Let&#8217;s see how the Apple iPhone starts to promote changes needed to catch up.</p>
<p><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" alt="AddThis Social Bookmark Button" border="0" height="16" width="125" /></a><br /><!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/05/17/amusing-video-about-advanced-japanese-mobile-phone-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another article about Mobile Ajax</title>
		<link>http://www.cityblogz.com/blog/2007/02/01/another-article-about-mobile-ajax/</link>
		<comments>http://www.cityblogz.com/blog/2007/02/01/another-article-about-mobile-ajax/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 14:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/02/01/another-article-about-mobile-ajax/</guid>
		<description><![CDATA[Check out this article from The Register entitled &#8220;iPhone boosts Ajax and fluid UIs&#8220;. Says pretty much the same thing as my previous post entitled &#8220;Mobile AJAX Browser Wars&#8220;.]]></description>
			<content:encoded><![CDATA[<p>Check out this article from The Register entitled &#8220;<a href="http://www.theregister.co.uk/2007/02/01/iphone_boosts_ajax/">iPhone boosts Ajax and fluid UIs</a>&#8220;.  Says pretty much the same thing as my previous post entitled &#8220;<a href="http://themobileweb20.blogspot.com/2007/01/mobile-ajax-browser-wars.html">Mobile AJAX Browser Wars</a>&#8220;.<br /><!-- AddThis Bookmark Button BEGIN --><br /><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" width="125" height="16" border="0" alt="AddThis Social Bookmark Button" /></a><br /><!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/02/01/another-article-about-mobile-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile AJAX browser wars</title>
		<link>http://www.cityblogz.com/blog/2007/01/29/mobile-ajax-browser-wars/</link>
		<comments>http://www.cityblogz.com/blog/2007/01/29/mobile-ajax-browser-wars/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 16:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/01/29/mobile-ajax-browser-wars/</guid>
		<description><![CDATA[Apple&#8217;s new iPhone has really put the spotlight on the mobile web experience. Up until now, mobile handsets have had a limited dumbed-down type of browsing experience from their desktop counterparts. The iPhone uses Safari webkit code which basically allows Safari Mobile to render web pages just as they were intended for the desktop. This [...]]]></description>
			<content:encoded><![CDATA[<p>Apple&#8217;s new iPhone has really put the spotlight on the mobile web experience. Up until now, mobile handsets have had a limited dumbed-down type of browsing experience from their desktop counterparts. The iPhone uses <a href="http://webkit.org/">Safari webkit</a> code which basically allows Safari Mobile to render web pages just as they were intended for the desktop. This technology is also being used by the <a href="http://s60.com/business/productinfo/applicationsandtechnologies/webrowser">S60 web browser</a> that Nokia is supporting. What does this mean for web developers that wish to target AJAX for the mobile browser platform? Firstly, AJAX-enabled sites can now run on the mobile handset with little to no extra coding effort. Unfortunately, not all mobile handsets have the same web browsing feature set as the iPhone&#8217;s Safari Mobile or the S60 platform. We can only hope that the iPhone will cause other handset makers to adopt the same web browsing experience and wait for the old mobile web browsers to disappear the way of Netscape 4 or IE 4. Unfortunately, we cannot wait that long.</p>
<p>Web developers in the desktop world have had to deal with cross-browser incompatibilities when writing code. The same can be said for the old class of mobile handsets and their fragmented support for WAP, XHTML, JavaScript, and AJAX. To my knowledge, there are only a few mobile web browsers capable of rendering AJAX.</p>
<p>If your phone runs on the Windows Mobile platform, IE Mobile is the default web browser installed. According to the IE Mobile developer blog, <a href="http://blogs.msdn.com/iemobile/archive/2005/11/15/493200.aspx">AJAX is supported on IE Mobile</a>. Unfortunately, the JavaScript DOM support is limited. Therefore, most AJAX toolkits out there will NOT render their AJAX widgets correctly on IE Mobile. Come to think of it, I am not sure that any AJAX toolkits even consider testing on IE Mobile or any other mobile web browser for that matter.</p>
<p>The <a href="http://www.opera.com/products/mobile/platform/" class="broken_link">Opera platform</a> is probably the most well-known mobile web browser that is capable of supporting AJAX. The only thing slowing its adoption is the fact that it is not free, and it is a separate download and install. Opera does have a free version called <a href="http://www.operamini.com/">Opera Mini</a>, but it is not known to support AJAX. <a href="http://www.opera.com/products/mobile/">Opera Mobile</a> is also only targeted for Symbian and Windows Mobile platforms. This leaves out Blackberry users, which is significant base of mobile web users out there. The only other way for Blackberry users and other handsets to adopt AJAX-like functionality is through the use of Java MIDlets (J2ME). However, this requires the handset to include a J2ME runtime, and it is a separate application install. Speaking of J2ME, <a href="http://mojax.mfoundry.com/">Mojax</a> is yet another platform that promises to enable AJAX in a large subset of mobile devices.</p>
<p>To recap&#8230; Full AJAX supported mobile web browsers are far and few between. The iPhone&#8217;s Safari Mobile and S60 Platform is a giant leap forward for mobile AJAX. The other players include Windows Mobile, and Opera Platform. Blackberry and the rest of the field can use J2ME technology to fill the gaps for AJAX-like web content, but it really is not a true mobile web browser experience (as it is a separate application install required). Any bets as to who will lead this pack? Let&#8217;s just hope that more and more mobile web browsers will support AJAX, and that everyone works together to ensure that we do not have the same cross-browser incompatibilities that have plagued the desktop web browser world.</p>
<p>Resources:<br /><a href="http://www.fiercedeveloper.com/story/editor-s-corner/2007-01-23">http://www.fiercedeveloper.com/story/editor-s-corner/2007-01-23</a><br /><a href="http://my.opera.com/operaplatform/blog/">http://my.opera.com/operaplatform/blog/</a><br /><a href="http://my.opera.com/operaplatform/links/">http://my.opera.com/operaplatform/links/</a></p>
<p><!-- AddThis Bookmark Button BEGIN --><br /><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" width="125" height="16" border="0" alt="AddThis Social Bookmark Button" /></a><br /><!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/01/29/mobile-ajax-browser-wars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why No Apple iPhone 3rd Party Apps?</title>
		<link>http://www.cityblogz.com/blog/2007/01/12/why-no-apple-iphone-3rd-party-apps/</link>
		<comments>http://www.cityblogz.com/blog/2007/01/12/why-no-apple-iphone-3rd-party-apps/#comments</comments>
		<pubDate>Fri, 12 Jan 2007 15:21:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/01/12/why-no-apple-iphone-3rd-party-apps/</guid>
		<description><![CDATA[Although many OS X developers out there were salivating over the prospect of potentially creating apps for the Apple iPhone, the consensus on the web and blogosphere is that Apple is not about to do that. I believe there are two big reasons why they are right. Firstly, Apple is renowned for its tight control [...]]]></description>
			<content:encoded><![CDATA[<p>Although many OS X developers out there were salivating over the prospect of potentially creating apps for the Apple iPhone, the consensus on the web and blogosphere is that Apple is not about to do that. I believe there are two big reasons why they are right.</p>
<p>Firstly, Apple is renowned for its tight control over the iPod. They never opened up the iPod for 3rd party apps, so why should they start opening it up for the iPhone (which essentially is an iPod with phone functions)? Let&#8217;s imagine that they let poor quality 3rd party apps to be installed on their iPods. The result is a poor image of Apple when Joe Schmoe decides to show off the app to his friends. Of course, the opposite could hold true where a killer 3rd party app gets shown, and the result is that Apple gets free good publicity. If you were Apple, would you take that chance?</p>
<p>Secondly, remember that they have a relationship with Cingular. Cingular would crap their pants if some 3rd party developer (i.e. Skype) created a <span style="font-weight: bold;">VOIP</span> application that allows people to by-pass the Cingular network to make calls. Think of the potential loss of revenue on Cingular&#8217;s part and you can understand why Apple would be hesitant to open up the iPhone for 3rd party apps. Of course, this assumes that Apple does indeed care about their partner Cingular and that it is not just a case of the &#8220;tail wagging the dog&#8221; syndrome. If Apple does call the shots (<a href="http://opengardensblog.futuretext.com/archives/2007/01/the_iphone_is_e.html">tail wagging the dog</a>), then this argument goes out the window.</p>
<p>Finally, let&#8217;s not lose complete hope for 3rd party support. Apple did show off <span style="font-weight: bold;">widgets</span> functionality which in essence is really just Dashboard widgets for the phone. Dashboard widgets are really just a sandboxed web programming environment using JavaScript. Also, you have the Safari mobile browser built-in. There are a ton of web apps out there, and if people are willing to live online exclusively for their 3rd party apps, then this should not be too much of a problem.<br /><!-- AddThis Bookmark Button BEGIN --><br /><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" width="125" height="16" border="0" alt="AddThis Social Bookmark Button" /></a><br /><!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/01/12/why-no-apple-iphone-3rd-party-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iPhone&#8217;s Mobile Safari browser</title>
		<link>http://www.cityblogz.com/blog/2007/01/09/apple-iphones-mobile-safari-browser/</link>
		<comments>http://www.cityblogz.com/blog/2007/01/09/apple-iphones-mobile-safari-browser/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 20:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[mobile 2.0]]></category>
		<category><![CDATA[mobileweb]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2007/01/09/apple-iphones-mobile-safari-browser/</guid>
		<description><![CDATA[For me, today&#8217;s announcement of the iPhone was revolutionary. The killer app isn&#8217;t the phone itself, or the wide-screen iPod functionality, it was the Internet functions (specifically the mobile Safari web browser). I said it before in a previous post, and Apple took it to heart and did it. I am now ready to proclaim [...]]]></description>
			<content:encoded><![CDATA[<p>For me, today&#8217;s announcement of the iPhone was revolutionary. The killer app isn&#8217;t the phone itself, or the wide-screen iPod functionality, it was the Internet functions (specifically the mobile Safari web browser). I said it before in a previous post, and Apple took it to heart and did it. I am now ready to proclaim that the Mobile Web 2.0 revolution is about to begin. Let&#8217;s see if Apple will release some iPhone AJAX APIs. If they do, it&#8217;ll mean some really great killer apps waiting to come out. 2007 will truly be the year of the mobiles.<br /><!-- AddThis Bookmark Button BEGIN --><br /><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" width="125" height="16" border="0" alt="AddThis Social Bookmark Button" /></a><br /><!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/01/09/apple-iphones-mobile-safari-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s Rumored iPhone Could Disrupt Mobile Service Model</title>
		<link>http://www.cityblogz.com/blog/2006/12/26/apples-rumored-iphone-could-disrupt-mobile-service-model/</link>
		<comments>http://www.cityblogz.com/blog/2006/12/26/apples-rumored-iphone-could-disrupt-mobile-service-model/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 23:50:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[infrastructure]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/2006/12/26/apples-rumored-iphone-could-disrupt-mobile-service-model/</guid>
		<description><![CDATA[I just read a very interesting post at RoughlyDrafted.com titled &#8220;Apple&#8217;s iPhone: Disrupting Mobile Service&#8220;(tb) that describes how Apple could shake up the mobile phone industry with their rumored iPhone (or whatever they end up calling it). The mobile phone market is very fragmented with mobile phone service providers dictating what technology gets implemented in [...]]]></description>
			<content:encoded><![CDATA[<p>I just read a very interesting post at <a href="http://www.roughlydrafted.com/">RoughlyDrafted.com</a> titled &#8220;<a href="http://www.roughlydrafted.com/RD/Q4.06/97587500-D417-45B7-BD6C-8EF97CBEB346.html">Apple&#8217;s iPhone: Disrupting Mobile Service</a>&#8220;(<a href="http://haloscan.com/tb/danieleran/inside">tb</a>) that describes how Apple could shake up the mobile phone industry with their rumored iPhone (or whatever they end up calling it).</p>
<p>The mobile phone market is very fragmented with mobile phone service providers dictating what technology gets implemented in mobile phones.  I agree with Daniel that Apple is in a good position to shake things up.  The mobile phone service providers will not do anything that will jeopardize their model of charging customers per minute or per MB, and they will certainly not make it easy for customers to switch over to Wi-Fi and the use of VOIP over it.  Apple can shake things up by creating a platform and user experience that is seamless between the phone, the Mac/PC, and any other devices that are used to view information and content.</p>
<p>Also, I believe the killer feature on the iPhone would be an embedded version of the Safari web browser.  Why?  Look at what is driving Web 2.0 on the desktop; AJAX-enabled web browsers, accessible high-speed Internet, and what follows is the flurry of amazing web applications that allow users to replace their desktop applications with online versions.  Give web developers the canvas and paint, and they will create their masterpieces for the mobile web 2.0.<br /><!-- AddThis Bookmark Button BEGIN --><br /><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=thomasyung&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title), 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="http://www.addthis.com/images/button1-bm.gif" width="125" height="16" border="0" alt="AddThis Social Bookmark Button" /></a><br /><!-- AddThis Bookmark Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2006/12/26/apples-rumored-iphone-could-disrupt-mobile-service-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
