<?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; Apple</title>
	<atom:link href="http://www.cityblogz.com/blog/category/apple/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>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>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>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>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>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>Million dollar idea for Apple iTunes</title>
		<link>http://www.cityblogz.com/blog/2007/05/15/million-dollar-idea-for-apple-itunes/</link>
		<comments>http://www.cityblogz.com/blog/2007/05/15/million-dollar-idea-for-apple-itunes/#comments</comments>
		<pubDate>Tue, 15 May 2007 13:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=13</guid>
		<description><![CDATA[Last weekend, I found myself at this mall, and there was this really catchy tune on the speaker system. I just couldn&#8217;t get it out of my head. When I got home, I wanted to buy this song on iTunes. I couldn&#8217;t recall the name of the song. I didn&#8217;t remember any of the lyrics. [...]]]></description>
			<content:encoded><![CDATA[<p> Last weekend, I found myself at this mall, and there was this really catchy tune on the speaker system. I just couldn&#8217;t get it out of my head. When I got home, I wanted to buy this song on iTunes. I couldn&#8217;t recall the name of the song. I didn&#8217;t remember any of the lyrics. I only remembered the melody. There&#8217;s got to be a melody-based search engine out there, right? Nope. Nada. If anyone out there with the resources to pull it off, it is Apple. Here&#8217;s how I think something like that would work.
<ul>
<li>User has a computer with mic or maybe a mobile phone as an input mechanism.  </li>
<li>User goes to a screen that prompts the user for the melody that they want to search. They hum the parts of the song to the mic and it is uploaded to the search engine backend for processing.  </li>
<li>The backend processing engine would need to recognize the melody and automatically transcribe it into musical notes. Then, it applys that pattern as a search term. It would also need to take into account that many people may hum the tune in different tones from the original song.  </li>
<li>Setting up the datastore on the server would obviously be no easy task. The data entry required to seed the database to make it useful would be enormous.  </li>
<li>If any matches are found, the results page should allow the user to preview clips of that song starting from the part of the melody that it thinks you hummed in.</li>
</ul>
<p>Is this concept doable? Yes. Is this a simple task? No. Is there a wow factor for something like this? You bet.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2007/05/15/million-dollar-idea-for-apple-itunes/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>
		<item>
		<title>Mac OS X Leopard Server and Ruby On Rails</title>
		<link>http://www.cityblogz.com/blog/2006/12/15/mac-os-x-leopard-server-and-ruby-on-rails/</link>
		<comments>http://www.cityblogz.com/blog/2006/12/15/mac-os-x-leopard-server-and-ruby-on-rails/#comments</comments>
		<pubDate>Fri, 15 Dec 2006 13:53:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=18</guid>
		<description><![CDATA[According to the Apple Developer Connection Overview website, &#8220;Leopard Server features a built-in installation of the powerful and productive Ruby on Rails web application framework. Ruby on Rails is a full stack framework optimized for sustainable productivity. Leopard Server will ship with Mongrel for simplified development and deployment of web-based applications.&#8221; This is really good [...]]]></description>
			<content:encoded><![CDATA[<p> According to the <a href=http://developer.apple.com/leopard/overview/>Apple Developer Connection Overview</a> website, &#8220;<em>Leopard Server features a built-in installation of the powerful and productive Ruby on Rails web application framework. Ruby on Rails is a full stack framework optimized for sustainable productivity. Leopard Server will ship with Mongrel for simplified development and deployment of web-based applications.</em>&#8221; This is really good news for those looking to get Ruby On Rails in the mainstream of web development. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2006/12/15/mac-os-x-leopard-server-and-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Notes 7.02 new features rock!</title>
		<link>http://www.cityblogz.com/blog/2006/06/21/lotus-notes-702-new-features-rock/</link>
		<comments>http://www.cityblogz.com/blog/2006/06/21/lotus-notes-702-new-features-rock/#comments</comments>
		<pubDate>Thu, 22 Jun 2006 01:41:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=32</guid>
		<description><![CDATA[Here&#8217;s the lowdown on what&#8217;s in the pipeline for the next maintenance release of 7.02 of Lotus Notes.  I can&#8217;t wait for these features, as it seems like these are a long time coming. First 7.x release for the Mac OS X Tiger.  The last one was version 6.5.3.  Now, Lotus Notes can boast the [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the lowdown on what&#8217;s in the pipeline for the next maintenance release of 7.02 of Lotus Notes.  I can&#8217;t wait for these features, as it seems like these are a long time coming.</p>
<ul>
<li>First <a href="http://www-142.ibm.com/software/sw-lotus/products/product4.nsf/wdocs/macsupport">7.x release for the Mac OS X</a> Tiger.  The last one was version 6.5.3.  Now, Lotus Notes can boast the widest platform support with Windows plus Mac and Linux.</li>
<li>Ability to<strong> import iCalendar</strong> files.  Finally!  Let&#8217;s hope that <strong>export to iCal</strong> will be included as well, so that I can sync up with <strong>Google Calendar</strong>.</li>
<li><a href="http://www-142.ibm.com/software/sw-lotus/products/product4.nsf/wdocs/blog">Blog templates</a> for publishing a blog on Lotus Domino servers.  I believe this is based on the <a href="http://www.dominoblog.com"></a>DominoBlog engine that fellow blogger Steve Castledine has worked on independently over the past few years.  Now that Steve&#8217;s with IBM, we should see some of his magic unfold into this product.</li>
<li><a href="http://www-142.ibm.com/software/sw-lotus/products/product4.nsf/wdocs/rss">RSS Feed Generator</a> available for all Notes databases and views.</li>
<li>Watch out PortableApps: Here comes <a href="http://www-142.ibm.com/software/sw-lotus/products/product4.nsf/wdocs/usb">Lotus Notes on a (memory) stick</a>.  Perhaps the<strong> coolest</strong> of all the new 7.0.2 features is the ability to load a user’s Lotus Notes environment on to a USB flash drive, or memory stick. Users can then insert the memory stick into the USB drive on any other computer, double-click the icon that appears on the computer’s desktop and use their Lotus Notes environment on that computer – whether the computer has Lotus Notes installed or not.  I&#8217;ve been doing this for a while with a little hack from eknori.de called Notes Client on USB key. However, now that its officially part of the product, I&#8217;ll definitely be switching.</li>
</ul>
<p><strong>References: </strong><br />
EdBrill.com &#8211; <a href="http://www.edbrill.com/ebrill/edbrill.nsf/dx/ibm.com-features-details-on-domino-7.0.2-release">IBM.com features details on Domino 7.0.2 release</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2006/06/21/lotus-notes-702-new-features-rock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Intel Mac (First Looks)</title>
		<link>http://www.cityblogz.com/blog/2006/01/25/the-intel-mac-first-looks/</link>
		<comments>http://www.cityblogz.com/blog/2006/01/25/the-intel-mac-first-looks/#comments</comments>
		<pubDate>Wed, 25 Jan 2006 13:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=40</guid>
		<description><![CDATA[Ever since the announcement at MacWorld Expo on Jan 2006, people have been anxiously waiting to see if the new Intel Macs would deliver on some key features and not so advertised ability to run Windows XP on the same hardware. &#160;Missing information on the new MacBook Pro and Intel iMac were the actual power [...]]]></description>
			<content:encoded><![CDATA[<p> Ever since the announcement at MacWorld Expo on Jan 2006, people have been anxiously waiting to see if the new Intel Macs would deliver on some key features and not so advertised ability to run Windows XP on the same hardware. &nbsp;Missing information on the new MacBook Pro and Intel iMac were the actual power consumption stats. &nbsp;The MacBook Pro being the most to benefit, it seems odd that this factoid was left out. &nbsp;The other key aspect that people were wondering was whether or not the 4x speed increase was really as advertised. &nbsp;So far, based on real world tests, the overall improvements are only 25% better than their previous PowerPC counterparts. &nbsp;That is quite a bit lower than the 4x improvements promised. &nbsp;The other issue left to verify is whether or not it is possible to dual-boot Windows XP on the Intel Mac hardware. &nbsp;Apparently, someone has offered up a bounty for the first person/group that can do it. &nbsp; <strong></p>
<p> References:</strong> <br /> * <a href="http://winxponmac.com/The%20Contest.html" class="broken_link">Windows XP on an Intel Mac Contest</a> <br /> * <a href=http://www.reghardware.co.uk/2006/01/23/intel_macs_25pc_faster/>Intel Macs only one fourth, not four times faster &#8211; report</a> &nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2006/01/25/the-intel-mac-first-looks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas Happy New Year</title>
		<link>http://www.cityblogz.com/blog/2005/12/31/merry-christmas-happy-new-year/</link>
		<comments>http://www.cityblogz.com/blog/2005/12/31/merry-christmas-happy-new-year/#comments</comments>
		<pubDate>Sat, 31 Dec 2005 13:56:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=42</guid>
		<description><![CDATA[I can&#8217;t believe that another year is past. It seems like just yesterday that Christmas came and gone. I can start by recapping some of the things that caught my eye this year. Next, I will layout my plans for the new year 2006. The Stats This year (2005), I was very busy. So busy [...]]]></description>
			<content:encoded><![CDATA[<p> I can&#8217;t believe that another year is past. It seems like just yesterday that Christmas came and gone. I can start by recapping some of the things that caught my eye this year. Next, I will layout my plans for the new year 2006. <strong></p>
<p> The Stats</strong> <br /> This year (2005), I was very busy. So busy that I only made 42 postings to my blog as opposed to 95 postings the year before (2004). My <a href="http://www.thomasyung.com:81/myblog.nsf/03082004011126PMTYUQHQ.htm" class="broken_link"><span style="text-decoration:underline">first blog posting</span></a> was March 8, 2004. &nbsp;Also, this year saw a spike in readership with as many as 9,500 unique page hits, as opposed to about 1,000 unique page hits in 2004. I attribute it mostly to the <a href=http://www.digg.com/><span style="text-decoration:underline">Digg</span></a> effect. <strong></p>
<p> 2005 Highlights</strong>
<ul>
<li>Apple&#8217;s stock splt in February 2005. Boy, was I glad I bought their stock when it was cheap. <img src='http://www.cityblogz.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   </li>
<li>March 2005 saw an end to my job at IBM Rochester and my employer AIC. They kinda forced me to resign, based on some shady deals behind my back.  </li>
<li>In April, May, June, and July, I had plenty of contract projects as a self-employed web developer to keep me busy.  </li>
<li>In August, the pressures of finding steady stream of cash took its toll, and I decided to take on another contract position in IBM Rochester under a new employer CTG.  </li>
<li>From September to December, I was kept extremely busy by my work commitments, my Masters degree scholastic work at <a href=http://www.phoenix.edu/><span style="text-decoration:underline">UoP</span></a>, and some side web projects namely <a href="http://ria-minnesota.org/"><span style="text-decoration:underline">ria-minnesota.org</span></a> web site maintenance, and <a href=http://www.espressotec.com/><span style="text-decoration:underline">espressotec.com</span></a>.  </li>
<li>In the sports world, the NHL hockey returned after a year of lockout labour dispute. My favourite team, the <a href=http://www.calgaryflames.com/><span style="text-decoration:underline">Calgary Flames</span></a>, got off to a slow start, but eventually picked it up and are now in the thick of the playoff race.  </li>
<li>Unfortunately, the year was also a year of natural disasters. People were just recovering from the Asian Tsunami. Then, the United States got hit by a slew of hurricanes. The worst was Hurricane Katrina that destroyed the entire city of New Orleans.</li>
</ul>
<p> In the year ahead, I wish for all the standard stuff for my family and friends, like health, happiness, wealth, and luck. Aside from that, I want to see my Apple stock do well. Indications are good since <a href=http://www.apple.com/><span style="text-decoration:underline">Apple</span></a> will roll out their Intel based Macs this year 2006. Finally, I plan on finally graduating from my Masters degree in CIS studies. Yeah! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/12/31/merry-christmas-happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iBook Sale = iRiot and iStampede</title>
		<link>http://www.cityblogz.com/blog/2005/08/17/ibook-sale-iriot-and-istampede/</link>
		<comments>http://www.cityblogz.com/blog/2005/08/17/ibook-sale-iriot-and-istampede/#comments</comments>
		<pubDate>Wed, 17 Aug 2005 13:08:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=49</guid>
		<description><![CDATA[According to the AP, &#8220;A rush to purchase $50 used laptops turned into a violent stampede, with people getting thrown to the pavement, beaten with a folding chair and nearly driven over. One woman went so far to wet herself rather than surrender her place in line. When the gates opened, it became a terrifying [...]]]></description>
			<content:encoded><![CDATA[<p> According to the AP, &#8220;A rush to purchase $50 used laptops turned into a violent stampede, with people getting thrown to the pavement, beaten with a folding chair and nearly driven over. One woman went so far to wet herself rather than surrender her place in line. When the gates opened, it became a terrifying mob scene. People threw themselves forward, screaming and pushing each other. A little girl&#8217;s stroller was crushed in the stampede. Witnesses said an elderly man was thrown to the pavement, and someone in a car tried to drive his way through the crowd.&#8221; </p>
<p> My take on this is&#8230; Those that participated in the violence just to save a few hundred bucks on a used laptop is just insane and stupid. Come on now. Only people with a total disregard for human life would act and behave in such violent ways. Are we that blind to others that we forget our humanity? The only redeeming thing that I saw on the news video was a man who had been in the front of the line left his place in line to help someone who had had been injured. He gave up his chance for a laptop so that he could help another who was in need. This is the type of thing that people should remember. <br /> <strong><br /> References:</strong> <span style="text-decoration:underline"><br /> </span><a href="http://hardware.slashdot.org/article.pl?sid=05/08/16/197222"><span style="text-decoration:underline">http://hardware.slashdot.org/article.pl?sid=05/08/16/197222</span></a> <span style="text-decoration:underline"><br /> </span><a href="http://www.tuaw.com/2005/08/16/50-ibooks-cause-stampede/"><span style="text-decoration:underline">http://www.tuaw.com/2005/08/16/50-ibooks-cause-stampede/</span></a> <span style="text-decoration:underline"><br /> </span><a href="http://www.cnn.com/2005/US/08/16/computer.frenzy.ap/index.html" class="broken_link"><span style="text-decoration:underline">http://www.cnn.com/2005/US/08/16/computer.frenzy.ap/index.html</span></a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/08/17/ibook-sale-iriot-and-istampede/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dvorak says &#8211; How Apple will take over Microsoft</title>
		<link>http://www.cityblogz.com/blog/2005/08/11/dvorak-says-how-apple-will-take-over-microsoft/</link>
		<comments>http://www.cityblogz.com/blog/2005/08/11/dvorak-says-how-apple-will-take-over-microsoft/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 03:45:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=51</guid>
		<description><![CDATA[You gotta love this commentary on the state of Apple Computer&#8217;s move to the x86 platform. Currently, Apple&#8217;s plans to move to Intel does not include making their operating system available to the Dell&#8217;s of this world. In fact, Apple will have a lockdown at the hardware chip level to ensure this doesn&#8217;t happen. However, [...]]]></description>
			<content:encoded><![CDATA[<p> You gotta love <a href="http://www.pcmag.com/article2/0,1895,1845259,00.asp"><span style="text-decoration:underline">this commentary</span></a> on the state of Apple Computer&#8217;s move to the x86 platform. Currently, Apple&#8217;s plans to move to Intel does not include making their operating system available to the Dell&#8217;s of this world. In fact, Apple will have a lockdown at the hardware chip level to ensure this doesn&#8217;t happen. However, John C. Dvorak states that this is all some kind of rouse to divert attention from the real plan to take over the operating system market currently owned by Microsoft. You think this is far fetched? Read his article and see if his scenarios make sense or not. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/08/11/dvorak-says-how-apple-will-take-over-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mactel alliance could boost hardware sales</title>
		<link>http://www.cityblogz.com/blog/2005/06/19/mactel-alliance-could-boost-hardware-sales/</link>
		<comments>http://www.cityblogz.com/blog/2005/06/19/mactel-alliance-could-boost-hardware-sales/#comments</comments>
		<pubDate>Mon, 20 Jun 2005 04:12:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=56</guid>
		<description><![CDATA[As most of you in the computer world know, Apple has decided to make the switch over to the x86 architecture (with Intel) for their computer processors. Until that happens, many have speculated what possibilities that alliance could conjour up. For me, I&#8217;m looking forward to the day I can buy a Mac with a [...]]]></description>
			<content:encoded><![CDATA[<p> As most of you in the computer world know, Apple has decided to make the switch over to the x86 architecture (with Intel) for their computer processors. Until that happens, many have speculated what possibilities that alliance could conjour up. For me, I&#8217;m looking forward to the day I can buy a Mac with a dual boot option for Mac OS X and Windows operating systems. Let&#8217;s be real here. Windows isn&#8217;t going away and most of us still use Windows to do our jobs.  </p>
<p>Steve Jobs (CEO of Apple) has decided very firmly on not licensing Mac OS X to the PC hardware platform. However, he isn&#8217;t going to stop people from installing Windows on his Mac Intel hardware. That may well turn out to be a very wise move for driving more hardware sales over to Apple. I can just imagine someone at Apple&#8217;s marketing team coming up with a tagline, &#8220;Buy Apple hardware. Run both Mac OS X and Windows.&#8221; &nbsp;If I were the Dell Computers of this world, I&#8217;d be concerned. Maybe not now, but if Apple finds ways to lower its costs, then all of a sudden it becomes very interesting indeed.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/06/19/mactel-alliance-could-boost-hardware-sales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quicktime 7 and 6 Pro Together. Not!</title>
		<link>http://www.cityblogz.com/blog/2005/06/02/quicktime-7-and-6-pro-together-not/</link>
		<comments>http://www.cityblogz.com/blog/2005/06/02/quicktime-7-and-6-pro-together-not/#comments</comments>
		<pubDate>Thu, 02 Jun 2005 13:40:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=58</guid>
		<description><![CDATA[Looks like Apple has decided to fix my recent discovery (Using Quicktime 7 with Quicktime 6 Pro) as a bug. According to the Software Updater, QuickTime 7.0.1 provides several important bug fixes, a security enhancement, and improved compatibility with Final Cut Studio. This update is recommended for all QuickTime 7 users. For detailed information on [...]]]></description>
			<content:encoded><![CDATA[<p> Looks like Apple has decided to fix my recent discovery (<a href=http://digg.com/apple/How_to_use_your_old_Quicktime_6_Pro_key_with_Quicktime_7><span style="text-decoration:underline">Using Quicktime 7 with Quicktime 6 Pro</span></a>) as a bug. According to the Software Updater,  <br />
<blockquote>QuickTime 7.0.1 provides several important bug fixes, a security enhancement, and improved compatibility with Final Cut Studio. This update is recommended for all QuickTime 7 users. For detailed information on the security enhancement, please visit this website: <a href=http://www.info.apple.com/kbnum/n61798><span style="text-decoration:underline">http://www.info.apple.com/kbnum/n61798</span></a>  <br /><strong>Important Notice to QuickTime Pro Users &#8211; </strong>Installation of QuickTime 7 will disable the QuickTime Pro functionality in prior versions of QuickTime, such as QuickTime 5 or QuickTime 6. If you proceed with this installation, you must purchase a new QuickTime 7 Pro key to regain QuickTime Pro functionality. After installation, visit <a href=http://www.apple.com/quicktime><span style="text-decoration:underline">www.apple.com/quicktime</span></a> to purchase a QuickTime 7 Pro key.</p></blockquote>
<p>The problem, it seems is that some people are <a href=http://joi.ito.com/archives/2005/06/01/warning_about_new_quicktime_upgrade.html><span style="text-decoration:underline">reporting problems</span></a> with this new Quicktime update. Perhaps, Apple tried to meddle too much with the Quicktime Pro 6 and 5 keys disabling function, that it broke the current Quicktime 7 software? &nbsp; </p>
<p><strong>UPDATE</strong> 06-09-05: After upgrading to 7.01, my Quicktime 6 Pro application still works. I guess that you need to make sure the Quicktime Player app is renamed to something else, before upgrading to 7.01. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/06/02/quicktime-7-and-6-pro-together-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickTime 7 and Quicktime 6</title>
		<link>http://www.cityblogz.com/blog/2005/05/06/quicktime-7-and-quicktime-6/</link>
		<comments>http://www.cityblogz.com/blog/2005/05/06/quicktime-7-and-quicktime-6/#comments</comments>
		<pubDate>Fri, 06 May 2005 21:56:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[quicktime]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=61</guid>
		<description><![CDATA[One of the things that I found out when I upgraded to Tiger was that my previous QuickTime 6 Pro license no longer worked. In order for me to use QuickTime 7 Pro, I needed to purchase another license. Crap! But wait. Let me try something. I made a backup of my previous system before [...]]]></description>
			<content:encoded><![CDATA[<p> One of the things that I found out when I upgraded to Tiger was that my previous QuickTime 6 Pro license no longer worked. In order for me to use QuickTime 7 Pro, I needed to purchase another license. Crap! But wait. Let me try something. I made a backup of my previous system before I upgraded, so why don&#8217;t I just rename the Quicktime Player 6 Pro application on my backup and copy it over to my current Applications folder.</p>
<p><img src="/blog/wp-content/uploads/quicktimeprocart.gif" alt="Quicktime pro cart" border="0" height="254" width="413" /></p>
<p>Guess what? The QuickTime Player 6 Pro application works just fine and it uses the new Quicktime 7 codecs just fine too. Just one last thing to mention&#8230; This hack may not work for everyone. What I did was use the Migration Assistant application to transfer my old User account from my backup drive over to my clean install of Tiger. That may have copied over the proper settings into my system so that the Quicktime Player 6 Pro could still function. If anyone can verify this, please let me know.</p>
<p>Here&#8217;s a <a href="/blog/wp-content/uploads/quicktimehack.jpg" title="Quicktime hack"><span style="text-decoration: underline">screenshot</span></a> of my successful hack.<br />
<strong><br />
UPDATE:</strong> According to Apple, this will <span style="text-decoration: underline">no longer work</span> if you apply the latest Quicktime 7.01 patch.  Go figure.<br />
<strong><br />
UPDATE</strong> 06-09-05: After upgrading to 7.01, my Quicktime 6 Pro application still works. I guess that you need to make sure the Quicktime Player app is renamed to something else, before upgrading to 7.01.<br />
<strong><br />
UPDATE</strong> 01/14/06:  Someone at O&#8217;Reilly MacDevCenter finally figured it out as well. <img src='http://www.cityblogz.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://www.oreillynet.com/pub/wlg/9014">Salvaging QuickTime 6 Pro</a> by Matthew Russell &#8212; I wanted back full screen mode, and I got it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/05/06/quicktime-7-and-quicktime-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Hidden Files Annoyance in Windows</title>
		<link>http://www.cityblogz.com/blog/2005/04/14/mac-hidden-files-annoyance-in-windows/</link>
		<comments>http://www.cityblogz.com/blog/2005/04/14/mac-hidden-files-annoyance-in-windows/#comments</comments>
		<pubDate>Thu, 14 Apr 2005 16:24:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=65</guid>
		<description><![CDATA[Here&#8217;s a very big annoyance that I have stumbled across whenever I mount a removeable drive into my Mac and then later mount that same removeable drive into my PC running Windows. Mac OS X&#8217;s Finder application always adds the .DS_Store and .Trashes hidden files/folders into each folder I happen to browse through. In UNIX [...]]]></description>
			<content:encoded><![CDATA[<p> Here&#8217;s a very big annoyance that I have stumbled across whenever I mount a removeable drive into my Mac and then later mount that same removeable drive into my PC running Windows. Mac OS X&#8217;s Finder application always adds the <strong>.DS_Store</strong> and <strong>.Trashes</strong> hidden files/folders into each folder I happen to browse through. In UNIX and Mac OS X, it always treats files or folders prefixed with a dot as hidden. Windows has no such notion of treating dot files/folders as hidden. Therefore, the files stay unhidden when browsed by a Windows PC. I did some research on this subject and there doesn&#8217;t appear to be any solutions that exist that automatically take care of this. The best solution is for Mac OS X to add the hidden attribute on any dot files/folders created, but somehow this solution has eluded the developers of Mac OS X. To solve this issue, I&#8217;ve created a DOS batch script that you can run in Windows whenever you mount your removeable drive. Simply, create a file called <strong>cleanosx.bat</strong> and type in the following. 
<pre>@echo off echo Removing all Mac OS X hidden file stubs matching ._ ... del /S ._* echo Hide all remaining Mac OS X hidden files/folders for Windows... attrib +h .* /S /D echo Done. pause </pre>
<p> Run this script at the root level of your removeable drive and it should take care of removing junk files left over from browsing while in Mac OS X as well as setting the hide attribute on all the dot files/folders. If you don&#8217;t want to see the hidden files/folders in Windows Explorer, just make sure the <strong>Show hidden files and folders</strong> is NOT checked in the Tools > Folder Options > View > Advanced settings dialog window </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/04/14/mac-hidden-files-annoyance-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple stock will be split</title>
		<link>http://www.cityblogz.com/blog/2005/02/11/apple-stock-will-be-split/</link>
		<comments>http://www.cityblogz.com/blog/2005/02/11/apple-stock-will-be-split/#comments</comments>
		<pubDate>Fri, 11 Feb 2005 17:43:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=74</guid>
		<description><![CDATA[Breaking news. Apple&#8217;s board of directors just announced that the stock will be split two-for-one on February 18th, 2005. Trading of Apple stock will begin on a split-adjusted basis on February 28, 2005, according to the statement. The last time Apple&#8217;s board authorized a two-for-one split was in June of 2000. This was almost to-be-expected [...]]]></description>
			<content:encoded><![CDATA[<p> <strong>Breaking news.</strong> Apple&#8217;s board of directors just announced that the stock will be split two-for-one on February 18th, 2005. Trading of Apple stock will begin on a split-adjusted basis on February 28, 2005, according to the statement. The last time Apple&#8217;s board authorized a two-for-one split was in June of 2000. This was almost to-be-expected since Apple&#8217;s shares have been quite bullish for the past 6 months, nearly reaching their all time high of $83.25 achieved on November 1999. What this means for investors is that shares of Apple stock will be more affordable come February 28, 2005. Instead of trading at nearly $80 per share, it will trade at about $40 per share. Current Apple shareholders as of February 18th will automatically have double their existing shares. Times are looking good for Apple. We&#8217;ll see if the momentum keeps going up after the split.  </p>
<p><strong>Sources:</strong> <a href=http://www.macworld.com/news/2005/02/11/applestock/index.php><span style="text-decoration:underline">MacWorld</span></a>, and <a href=http://www.theregister.co.uk/2005/02/11/apple_share_split/><span style="text-decoration:underline">The Register</span></a>  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/02/11/apple-stock-will-be-split/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iTunes 4.7.1 patches security flaw and breaks Hymn</title>
		<link>http://www.cityblogz.com/blog/2005/01/14/itunes-471-patches-security-flaw-and-breaks-hymn/</link>
		<comments>http://www.cityblogz.com/blog/2005/01/14/itunes-471-patches-security-flaw-and-breaks-hymn/#comments</comments>
		<pubDate>Fri, 14 Jan 2005 14:12:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=79</guid>
		<description><![CDATA[A couple of interesting news about Apple. Firstly, as reported by The Register, a new highly critical security bug has been found with version 4.7 of iTunes. A patch to version 4.7.1 is available. Unfortunately, the patch also includes Hymn countermeasures that breaks this anti-DRM utility. Other interesting news related to Apple&#8230; According to sources, [...]]]></description>
			<content:encoded><![CDATA[<p> A couple of interesting news about Apple. Firstly, as reported by <a href=http://www.theregister.co.uk/><span style="text-decoration:underline">The Register</span></a>, a new <a href=http://www.theregister.co.uk/2005/01/14/itunes_security_flap/><span style="text-decoration:underline">highly critical security bug</span></a> has been found with version 4.7 of iTunes. A patch to <a href="http://www.apple.com/support/downloads/itunes471.html" class="broken_link"><span style="text-decoration:underline">version 4.7.1</span></a> is available. Unfortunately, the patch also includes <a href="http://hymn-project.org/"><span style="text-decoration:underline">Hymn</span></a> countermeasures that breaks this anti-DRM utility.  </p>
<p>Other interesting news related to Apple&#8230; According to sources, The Register reports that a <a href=http://www.theregister.co.uk/2005/01/14/apple_powerbook_g5/><span style="text-decoration:underline">Powerbook G5</span></a> will be made available Q2 2005. Of course, this is just speculation. <img src='http://www.cityblogz.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/01/14/itunes-471-patches-security-flaw-and-breaks-hymn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Mac Mini First Impressions</title>
		<link>http://www.cityblogz.com/blog/2005/01/13/apple-mac-mini-first-impressions/</link>
		<comments>http://www.cityblogz.com/blog/2005/01/13/apple-mac-mini-first-impressions/#comments</comments>
		<pubDate>Thu, 13 Jan 2005 12:49:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=80</guid>
		<description><![CDATA[Steve Jobs at MacWorld Expo in San Francisco announced some interesting new products at his keynote speech. Two new hardware; the iPod Shuffle, the Mac Mini. Two new software; iWork, and newly upgraded iLife &#8217;05. To me, the most intriguing products are the iPod Shuffle and the Mac Mini. My impression of the iPod Shuffle [...]]]></description>
			<content:encoded><![CDATA[<p> Steve Jobs at MacWorld Expo in San Francisco announced some interesting new products at his <a href="http://stream.apple.akadns.net/" class="broken_link"><span style="text-decoration:underline">keynote speech</span></a>. Two new hardware; the <a href=http://www.apple.com/ipodshuffle/><span style="text-decoration:underline">iPod Shuffle</span></a>, the <a href=http://www.apple.com/macmini/><span style="text-decoration:underline">Mac Mini</span></a>. Two new software; <a href=http://www.apple.com/iwork/><span style="text-decoration:underline">iWork</span></a>, and newly upgraded <a href=http://www.apple.com/ilife/><span style="text-decoration:underline">iLife &#8217;05</span></a>. To me, the most intriguing products are the iPod Shuffle and the Mac Mini.  </p>
<p>My impression of the iPod Shuffle is that it is targeted mainly for the workout crowd. I really do not think that it was meant to compete with the flash based MP3 player market that Creative and RIO have already carved out. In fact, because the iPod Shuffle&#8217;s feature set is so miniscule compared to the offerings that Creative and RIO have, those companies actually think that Apple&#8217;s announcement will help them, and not hurt them. Let&#8217;s face it, having no UI interface on the iPod Shuffle could potentially be a real problem and not a selling point. As far as the Mac Mini, it looks like it is targeted for the low-end PC consumer that has been reluctant to purchase a &nbsp;Mac because of how expensive they are compared to similarly configured Dell PC. If you compare lowend PCs with the Mac Mini, it is still cheaper to get the PC. However, none of the PC makers have the unique style and compactness of the Mac Mini. If you were to get a small form factor PC from Sony or Shuttle, you&#8217;d pay a lot more for a similar hardware configuration. Take a look at the link below. They break down my analysis even further.  </p>
<p><a href="http://news.zdnet.com/2102-1040_22-5533989.html?tag=printthis" class="broken_link"><strong><span style="text-decoration:underline">Mac Mini a maxi deal? Depends what you want</span></strong></a> </p>
<p>Despite the initial shortcomings of the two new hardware products, it would be foolish to think that Apple is nuts. They are a brand name and marketing leader and this is all part of an even bigger plan. Here&#8217;s looking forward to another year of surprises. &nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/01/13/apple-mac-mini-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking back at 2004</title>
		<link>http://www.cityblogz.com/blog/2005/01/06/looking-back-at-2004/</link>
		<comments>http://www.cityblogz.com/blog/2005/01/06/looking-back-at-2004/#comments</comments>
		<pubDate>Thu, 06 Jan 2005 12:22:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=81</guid>
		<description><![CDATA[2004 was an interesting year. Alas, it did not end on a happy note with the Indian Ocean earthquakes and tsunamis on December 26 Boxing Day. &#160;Political-wise, Republican George W Bush was re-elected November 2004 to another term in the White House beating Democratic challenger John Kerry. On the personal front, March 2004 marked my [...]]]></description>
			<content:encoded><![CDATA[<p> 2004 was an interesting year. Alas, it did not end on a happy note with the <a href=http://en.wikipedia.org/wiki/2004_Indian_Ocean_earthquake><span style="text-decoration:underline">Indian Ocean earthquakes and tsunamis</span></a> on December 26 Boxing Day. &nbsp;Political-wise, Republican George W Bush was re-elected November 2004 to another term in the White House beating Democratic challenger John Kerry.  </p>
<p>On the personal front, March 2004 marked my first entry into the blog community with the launch of this website. Speaking of blogs, BBC News has written up two good articles on how <a href=http://news.bbc.co.uk/1/hi/technology/4086337.stm><span style="text-decoration:underline">blogs have taken on the mainstream</span></a>, and how <a href=http://news.bbc.co.uk/2/hi/technology/4145191.stm><span style="text-decoration:underline">blog reading has exploded in America</span></a>. Also, in June 2004, I turned 30 years old, marking the passing of a decade in my 20&#8242;s. I thought I was going into a mid life crisis till I saw the movie <a href="http://www.thomasyung.com:81/www.sonypictures.com/movies/13goingon30/site/index.php" class="broken_link"><span style="text-decoration:underline">13 Going On 30</span></a> (&#8220;30, Flirty, and Fabulous&#8221;. <img src='http://www.cityblogz.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   </p>
<p>From the Apple front, it was the year of the iPod, simultaneously driving Apple&#8217;s stock price to nearly triple what it was a year ago. <a href=http://www.macworld.com/><span style="text-decoration:underline">MacWorld</span></a> has two articles reviewing the 2004 headlines that was the Year in Macs <a href=http://www.macworld.com/2004/12/news/2004inreviewapplepart1/index.php><span style="text-decoration:underline">Part 1</span></a>, <a href="http://www.macworld.com/2004/12/news/2004inreviewapplepart2/index.php" class="broken_link"><span style="text-decoration:underline">Part 2</span></a>.  </p>
<p>In sports, one of the biggest stories that caught my eye was the <a href="http://www.usatoday.com/sports/hockey/cup/2004-05-25-flames-cover_x.htm"><span style="text-decoration:underline">Calgary Flames NHL playoff run</span></a> that ended in April 2004 with an excruciating loss in game 7 of the Stanley Cup final to the Tampa Bay Lightning. So close, but yet so far away. All this led sport writers to name the <span style="text-decoration:underline">Calgary Flames as Team of the Year</span>. The future would look bright for the Flames if it weren&#8217;t for the NHL labour lockout that has pretty much cancelled the 2005 ice hockey season. The other big sports story was in Major League Baseball when the Boston Red Sox finally <a href=http://news.bbc.co.uk/sport1/hi/other_sports/us_sport/3960577.stm><span style="text-decoration:underline">won the 2004 World Series</span></a>, ending the curse of 86 years.  </p>
<p>Looking ahead at 2005, there are many resolutions and predictions. Here&#8217;s to a happy and prosperous new year 2005. &nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2005/01/06/looking-back-at-2004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple $106 million Q4 profit; sells 2 million iPods</title>
		<link>http://www.cityblogz.com/blog/2004/10/13/apple-106-million-q4-profit-sells-2-million-ipods/</link>
		<comments>http://www.cityblogz.com/blog/2004/10/13/apple-106-million-q4-profit-sells-2-million-ipods/#comments</comments>
		<pubDate>Wed, 13 Oct 2004 23:32:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=90</guid>
		<description><![CDATA[Apple Computer Inc. on Wednesday reported a $106 million profit or $.26 per diluted share for the company&#8217;s fiscal fourth quarter. Revenue for the quarter was $2.35 billion, up 37 percent from the year-ago quarter led by the shipment of over 2 million iPods. Apple&#8217;s stock price gains over the previous 6 months: Wow! Am [...]]]></description>
			<content:encoded><![CDATA[<p>Apple Computer Inc. on Wednesday reported a $106 million profit or $.26 per diluted share for the company&#8217;s fiscal fourth quarter. Revenue for the quarter was $2.35 billion, up 37 percent from the year-ago quarter led by the shipment of over 2 million iPods.</p>
<p>Apple&#8217;s stock price gains over the previous 6 months:<br />
<img src="/blog/wp-content/uploads/AAPLchart2.gif" border="0" alt="Apple stock chart" width="445" height="263" /><br />
Wow!  Am I glad I have stock in Apple. <img src='http://www.cityblogz.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/10/13/apple-106-million-q4-profit-sells-2-million-ipods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cherry OS lets PCs emulate Macs</title>
		<link>http://www.cityblogz.com/blog/2004/10/12/cherry-os-lets-pcs-emulate-macs/</link>
		<comments>http://www.cityblogz.com/blog/2004/10/12/cherry-os-lets-pcs-emulate-macs/#comments</comments>
		<pubDate>Wed, 13 Oct 2004 01:49:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=91</guid>
		<description><![CDATA[Just as the title says and as reported by MacWorld, there appears to be some buzz around a new piece of software that allows a PC to run Mac OS X. Of course, as soon as I heard about it, the CherryOS website was experiencing huge traffic problems and I was unable to see for [...]]]></description>
			<content:encoded><![CDATA[<p> Just as the title says and as <a href=http://www.macworld.com/news/2004/10/12/cherryos/index.php><span style="text-decoration:underline">reported by MacWorld</span></a>, there appears to be some buzz around a new piece of software that allows a PC to run Mac OS X. Of course, as soon as I heard about it, the <a href=http://www.cherryos.com/><span style="text-decoration:underline">CherryOS</span></a> website was experiencing huge traffic problems and I was unable to see for myself. &nbsp;According to the report, the performance will be equivalent to 80% of the host computer&#8217;s speed. So if you have a 3 GHz PC, you would be getting the same performance as running a 2.4 GHz Mac. Sounds good to me. I&#8217;d like to test drive this baby out.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/10/12/cherry-os-lets-pcs-emulate-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Gmail as a network drive</title>
		<link>http://www.cityblogz.com/blog/2004/10/06/using-gmail-as-a-network-drive/</link>
		<comments>http://www.cityblogz.com/blog/2004/10/06/using-gmail-as-a-network-drive/#comments</comments>
		<pubDate>Thu, 07 Oct 2004 03:32:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=93</guid>
		<description><![CDATA[I just found out about a FREE cool application for Windows XP/2000 that allows you to use your 1 GB Google GMail account as a network drive. &#160;According to the website, &#8220;GMail Drive is a Shell Namespace Extension that creates a virtual filesystem around your Google GMail account, allowing you to use GMail as a [...]]]></description>
			<content:encoded><![CDATA[<p> I just found out about a FREE cool application for Windows XP/2000 that allows you to use your 1 GB Google GMail account as a network drive. &nbsp;According to the <a href=http://www.viksoe.dk/code/gmail.htm><span style="text-decoration:underline">website</span></a>, &#8220;GMail Drive is a Shell Namespace Extension that creates a virtual filesystem around your Google GMail account, allowing you to use GMail as a storage medium. GMail Drive creates a virtual filesystem on top of your Google GMail account and enables you to save and retrieve files stored on your GMail account directly from inside Windows Explorer. GMail Drive literally adds a new drive to your computer under the My Computer folder, where you can create new folders, copy and drag&#8217;n'drop files to.&#8221;  </p>
<p>The idea of using the web as a file system storage medium is nothing new. Apple&#8217;s <a href=http://www.mac.com><span style="text-decoration:underline">.Mac service</span></a> ($99/year) gives you 250 MB of email/webdav storage space. Another offering is from SpyMac.com. They have a <a href=http://www.spymac.com/world.php><span style="text-decoration:underline">free service</span></a> and a <a href=http://www.spymac.com/wheel/><span style="text-decoration:underline">paid service</span></a> ($39.99/year). The free service gives you a 1 GB email account and 100 MB webdav storage space. The paid service gives you a 3 GB email account and 250 MB webdav storage space. These web storage offerings from Apple and SpyMac are cross platform (Windows/Mac/Linux) because they both use the <a href=http://en.wikipedia.org/wiki/Webdav><span style="text-decoration:underline">webdav</span></a> protocol to give you file system access. The biggest advantage of using the GMail Drive Windows Explorer shell extension is that you get 1 GB of storage space. The disadvantage is that it will only work with Windows and is limited by GMail&#8217;s 10 MB file attachment limit. &nbsp;So, if those two gripes are resolved, this would be the ultimate backup storage solution out there.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/10/06/using-gmail-as-a-network-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Unix Tip</title>
		<link>http://www.cityblogz.com/blog/2004/09/28/mac-unix-tip/</link>
		<comments>http://www.cityblogz.com/blog/2004/09/28/mac-unix-tip/#comments</comments>
		<pubDate>Tue, 28 Sep 2004 11:55:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=94</guid>
		<description><![CDATA[If you have a Mac and you&#8217;ve used the Terminal application to run Unix scripts, here is a useful tip for you. Everyone has used the cp command to copy files from one path location to another. However, many files in the Mac have so called resource forksassociated with the files that do not get [...]]]></description>
			<content:encoded><![CDATA[<p> If you have a Mac and you&#8217;ve used the Terminal application to run Unix scripts, here is a useful tip for you. Everyone has used the <strong>cp</strong> command to copy files from one path location to another. However, many files in the Mac have so called<strong> resource forks</strong>associated with the files that do not get copied along when using the <strong>cp</strong> command. Briefly, <strong>ditto</strong> is an Apple-developed tool for copying entire directories. Most important, <strong>ditto</strong> has a <strong>-rsrc</strong> option flag that ensures resource forks as well as creator/type codes are preserved in the copies. For example, this command will copy the Office X Identities directory from my home directory to the Backup directory on the external drive &#8220;Secondary&#8221;:  </p>
<p>ditto -V -rsrc ~/Documents/&#8221;Microsoft User Data/Office X Identities&#8221; &#8220;/Volumes/Secondary/Backups/Office X Identities&#8221; <br /><em>The above command is all one line.</em>  </p>
<p><strong>Reference:</strong> <a href=http://www.macdevcenter.com/pub/a/mac/2002/07/02/terminal_5.html>http://www.macdevcenter.com/pub/a/mac/2002/07/02/terminal_5.html</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/09/28/mac-unix-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stolen laptop computer?</title>
		<link>http://www.cityblogz.com/blog/2004/09/04/stolen-laptop-computer/</link>
		<comments>http://www.cityblogz.com/blog/2004/09/04/stolen-laptop-computer/#comments</comments>
		<pubDate>Sat, 04 Sep 2004 14:46:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=101</guid>
		<description><![CDATA[Has your laptop or notebook computer been a target for thieves? My sister-in-law recently had her Powerbook G4 stolen right from her apartment. No forced entry, just a laptop gone forever (perhaps being pawned off on eBay). What can you do? The first step is to report it to the police and for Pete&#8217;s sake [...]]]></description>
			<content:encoded><![CDATA[<p> Has your laptop or notebook computer been a target for thieves? My sister-in-law recently had her Powerbook G4 stolen right from her apartment. No forced entry, just a laptop gone forever (perhaps being pawned off on eBay). What can you do?  </p>
<p>The first step is to report it to the police and for Pete&#8217;s sake you should have the serial number ready to give them. Without it, the Police have no way of tracking it. The second thing is to report the theft to your home owners or home renters insurance company. If you don&#8217;t have insurance, then you&#8217;re out of luck and will have to resort to other means of tracking where the laptop may have ended up. &nbsp;<a href="stolenlaptop.htm" class="broken_link"><span style="text-decoration:underline">More</span></a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/09/04/stolen-laptop-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New iMac first impressions</title>
		<link>http://www.cityblogz.com/blog/2004/09/02/new-imac-first-impressions/</link>
		<comments>http://www.cityblogz.com/blog/2004/09/02/new-imac-first-impressions/#comments</comments>
		<pubDate>Thu, 02 Sep 2004 13:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=102</guid>
		<description><![CDATA[I can&#8217;t believe it&#8217;s September already. Anyway, I&#8217;ve had a couple days to look over the new G5 iMac that Apple announced and I must admit that it looks awesome. I currently have the G4 iMac and I am already thinking about selling it and getting the new one. &#160;The fact that they were able [...]]]></description>
			<content:encoded><![CDATA[<p> I can&#8217;t believe it&#8217;s September already. Anyway, I&#8217;ve had a couple days to look over the new <a href=http://www.apple.com/imac/><span style="text-decoration:underline">G5 iMac</span></a> that Apple announced and I must admit that it looks awesome. I currently have the G4 iMac and I am already thinking about selling it and getting the new one. &nbsp;The fact that they were able to put the G5 processor in such a compact housing makes you wonder how close they are to making a Powerbook G5. &nbsp;;-) &nbsp;This is the model that I predict will be the most popular. <br /> <strong><br /> * 17-inch : 1.8 GHz &#8211; $1,399.00</strong> (Discounted from $1,499 retail price) <br /> &#8211; 17-inch widescreen LCD <br /> &#8211; 1.8GHz PowerPC G5 <br /> &#8211; 512K L2 cache <br /> &#8211; 600MHz frontside bus <br /> &#8211; 256MB DDR400 SDRAM <br /> &#8211; NVIDIA GeForce FX 5200 Ultra <br /> &#8211; 64MB DDR video memory <br /> &#8211; 80GB Serial ATA hard drive <br /> &#8211; Slot-load SuperDrive </p>
<p> The $1399 price is from their education store, if you&#8217;re lucky enough to be a student. &nbsp;Now, if only I can get someone to buy my old iMac. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/09/02/new-imac-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure instant messenger traffic from prying eyes</title>
		<link>http://www.cityblogz.com/blog/2004/07/23/secure-instant-messenger-traffic-from-prying-eyes/</link>
		<comments>http://www.cityblogz.com/blog/2004/07/23/secure-instant-messenger-traffic-from-prying-eyes/#comments</comments>
		<pubDate>Fri, 23 Jul 2004 20:45:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=108</guid>
		<description><![CDATA[Previously, I wrote an article on how to secure your web surfing using some simple Unix tools. Now, we will extend that article to include securing your instant messenging using the same setup. You can pretty much secure any internet application as long as it allows you to specify a HTTP Proxy as the means [...]]]></description>
			<content:encoded><![CDATA[<p> Previously, I wrote an <a href="squidssh.htm" class="broken_link"><span style="text-decoration:underline">article</span></a> on how to secure your web surfing using some simple Unix tools. Now, we will extend that article to include securing your instant messenging using the same setup. You can pretty much secure any internet application as long as it allows you to specify a HTTP Proxy as the means to connect to the web. The theory is simple. Make a secure tunnel via your SSH client to a trusted computer running SSH server and Squid proxy server. The parameters you specify in the SSH command will create a local loopback listening service that will automatically forward your requests over to the SSH server and Squid proxy server over a secure tunnel. &nbsp;The information you receive back from the Squid proxy server will travel back over that same secure tunnel over to your local loopback connection and over to your internet application. &nbsp;<a href="imssh.htm" class="broken_link"><span style="text-decoration:underline">More</span></a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/07/23/secure-instant-messenger-traffic-from-prying-eyes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure your web traffic from prying eyes</title>
		<link>http://www.cityblogz.com/blog/2004/07/07/secure-your-web-traffic-from-prying-eyes/</link>
		<comments>http://www.cityblogz.com/blog/2004/07/07/secure-your-web-traffic-from-prying-eyes/#comments</comments>
		<pubDate>Wed, 07 Jul 2004 12:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=110</guid>
		<description><![CDATA[Here&#8217;s a quick article/tip that I just read from a book called &#8220;Network Security Hacks&#8221; by O&#8217;Reilly Publishing. Please puchase the book to see the full article details. I have made some modification to the tip to include steps for properly configuring the Squid daemon/service using Squidman on the Mac OS X. Other Unix platforms [...]]]></description>
			<content:encoded><![CDATA[<p> Here&#8217;s a quick article/tip that I just read from a book called &#8220;Network Security Hacks&#8221; by O&#8217;Reilly Publishing. Please puchase the book to see the full article details. I have made some modification to the tip to include steps for properly configuring the Squid daemon/service using <a href="http://www.apple.com/downloads/macosx/networking_security/squidman.html" class="broken_link"><span style="text-decoration:underline">Squidman</span></a> on the Mac OS X. Other Unix platforms are also supported, but for our purposes this will do. &nbsp;<a href="squidssh.htm" class="broken_link"><span style="text-decoration:underline">More</span></a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/07/07/secure-your-web-traffic-from-prying-eyes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The perfect gadget</title>
		<link>http://www.cityblogz.com/blog/2004/06/27/the-perfect-gadget/</link>
		<comments>http://www.cityblogz.com/blog/2004/06/27/the-perfect-gadget/#comments</comments>
		<pubDate>Sun, 27 Jun 2004 15:36:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=113</guid>
		<description><![CDATA[If you could just carry one gadget with you what would it be? Maybe an iPod? How about a Pocket PC or Palm PDA? Cell phone? Digital camera? Video camera? Gameboy? USB thumb drive? Laptop/notebook computer? Arrgh! Stop. Think about it for a minute. Some of us have all of these gadgets and I know [...]]]></description>
			<content:encoded><![CDATA[<p> If you could just carry one gadget with you what would it be? Maybe an iPod? How about a Pocket PC or Palm PDA? Cell phone? Digital camera? Video camera? Gameboy? USB thumb drive? Laptop/notebook computer? Arrgh! Stop. Think about it for a minute. Some of us have all of these gadgets and I know some people would like to just be able to carry one device that is a jack-of-all-trades. Here&#8217;s a list of what I&#8217;d want in such a device.  </p>
<div class="listitem">
<ul>
<li><span>Fully functional PDA organizer running Mac OS X pocket edition. <img src='http://www.cityblogz.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </span></li>
<li><span>Stylus or mini keypad input a la Palm Treo 600. </span></li>
<li><span>480&#215;640 display resolution packed in a frame measuring only 4.4 x 2.4 x 0.7 inches. </span></li>
<li><span>GSM/GPRS world capable mobile phone. </span></li>
<li><span>Wi-fi, bluetooth, and GPS receiver built-in. </span></li>
<li><span>3 megapixel digital camera with 3x zoom and all the features of a standalone. </span></li>
<li><span>Ability to record MPEG4/divx videos at 640&#215;480 with digital camera. </span></li>
<li><span>iPod player application. Capable of playing MP3, AAC, WAV, AIFF, and even WMA files. </span></li>
<li><span>Tivo-like video recorder/player application. </span></li>
<li><span>40 GB internal storage to store all the photos, videos, and music. </span></li>
<li><span>Audio in/out, video in/out, USB2/Firewire built-in to docking/charging station. </span></li>
<li><span>USB2 cable adapter to allow the device to function as a USB thumb drive. </span></li>
<li><span>Lithium-ion battery that lasts a full day on a single charge. </span></li>
<li><span>SDIO slot for expansion cards. </span></li>
<li><span>Easy to use.</span></li>
</ul>
</div>
<p>I think that if such a device was to exist, it would probably cost $1500. Hey Steve jobs! Maybe, Apple Computer Inc. could step in and use their industrial design expertise to design such a device. Just a thought. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/06/27/the-perfect-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s Software Design Guidelines</title>
		<link>http://www.cityblogz.com/blog/2004/06/26/apples-software-design-guidelines/</link>
		<comments>http://www.cityblogz.com/blog/2004/06/26/apples-software-design-guidelines/#comments</comments>
		<pubDate>Sat, 26 Jun 2004 18:14:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=114</guid>
		<description><![CDATA[I came across a very interesting page discussing design guidelines for Apple software. It may be of interesting reading for other platforms and developers wanting to improve the experience for software and web users. Here&#8217;s a sample outline. Human Interface Design Human interface design principles Keep your users in mind Extending the interface Attributes of [...]]]></description>
			<content:encoded><![CDATA[<p> I came across a very interesting page discussing <a href=http://developer.apple.com/documentation/MacOSX/Conceptual/AppleSWDesign/>design guidelines for Apple software</a>. It may be of interesting reading for other platforms and developers wanting to improve the experience for software and web users. Here&#8217;s a sample outline.  <br /><a href=http://developer.apple.com/documentation/MacOSX/Conceptual/AppleSWDesign/HIDesign/chapter_3_section_1.html#//apple_ref/doc/uid/TP30000353><span style="text-decoration:underline">Human Interface Design</span></a>
<ul>
<li>Human interface design principles </li>
<li>Keep your users in mind </li>
<li>Extending the interface</li>
</ul>
<p><a href="http://developer.apple.com/documentation/MacOSX/Conceptual/AppleSWDesign/DesignGuidelines/chapter_4_section_1.html#//apple_ref/doc/uid/TP40001084-CH208"><span style="text-decoration:underline">Attributes of Effective Design</span></a>
<ul>
<li>High performance </li>
<li>Easy to use </li>
<li>Attractive appearance </li>
<li>Reliability </li>
<li>Adaptability </li>
<li>Interoperability </li>
<li>Mobility</li>
</ul>
<p>Personally, I think that Apple&#8217;s software and website are very well designed and easy to use. They continue to set the standards for the industry to follow. &nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/06/26/apples-software-design-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allofmp3.com first impressions</title>
		<link>http://www.cityblogz.com/blog/2004/06/24/allofmp3com-first-impressions/</link>
		<comments>http://www.cityblogz.com/blog/2004/06/24/allofmp3com-first-impressions/#comments</comments>
		<pubDate>Thu, 24 Jun 2004 13:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=115</guid>
		<description><![CDATA[Here&#8217;s a double dose of entries for you. From a prior announcement that I made on on April 28, 2004, I talked about this Russian website Allofmp3.com that offers insanely cheap downloads for legal online music. For me, it is the only real competition to iTunes. I&#8217;ve finally had a chance to try it out [...]]]></description>
			<content:encoded><![CDATA[<p> Here&#8217;s a double dose of entries for you. From a prior announcement that I made on on April 28, 2004, I talked about this Russian website Allofmp3.com that offers insanely cheap downloads for legal online music. For me, it is the only real competition to iTunes. I&#8217;ve finally had a chance to try it out and I must admit that it works like a charm. Initially, the website was slow, confusing, and the issue of trust was a big concern of mine. After surviving 2 months, the site has seen a big boost in speed and reliability. &nbsp;For the doubters out there, just sign up, and use your PayPal account to add funds to your Allofmp3 account. You may choose to use your credit card if you totally trust the site. I put in $10 into my account and with that I can download 1 GB worth of music. The best part is that you can choose what encoding format your music comes in. If you really want the basic 128 kb MP3 encoding, you can download about 250 songs! For me, I&#8217;ll stick with that. &nbsp;For those audiophiles out there, you can choose OGG VORBIS, FLAC, or Monkeys Audio lossless encoding. From now on, I&#8217;m only going to download music from iTunes if I can&#8217;t find it on Allofmp3.com. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/06/24/allofmp3com-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VolumeWorks lets OS X users resize disk partitions</title>
		<link>http://www.cityblogz.com/blog/2004/05/26/volumeworks-lets-os-x-users-resize-disk-partitions/</link>
		<comments>http://www.cityblogz.com/blog/2004/05/26/volumeworks-lets-os-x-users-resize-disk-partitions/#comments</comments>
		<pubDate>Wed, 26 May 2004 13:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=121</guid>
		<description><![CDATA[Finally, the Mac has a tool similar to the PC&#8217;s PartitionMagic program. SubRosaSoft Ltd. has released VolumeWorks 1.0, a new utility for Mac OS X users that enables the resizing and management of hard disk drive data partitions non-destructively. It supports ATA, SCSI, FireWire and USB drives, and lets users hide partitions and apply custom [...]]]></description>
			<content:encoded><![CDATA[<p> Finally, the Mac has a tool similar to the PC&#8217;s PartitionMagic program. SubRosaSoft Ltd. has released VolumeWorks 1.0, a new utility for Mac OS X users that enables the resizing and management of hard disk drive data partitions <strong>non-destructively</strong>. It supports ATA, SCSI, FireWire and USB drives, and lets users hide partitions and apply custom icons to their newly created partitions. VolumeWorks costs US$49.95 and requires Mac OS X v10.2 or higher.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/05/26/volumeworks-lets-os-x-users-resize-disk-partitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playfair Update</title>
		<link>http://www.cityblogz.com/blog/2004/04/25/playfair-update/</link>
		<comments>http://www.cityblogz.com/blog/2004/04/25/playfair-update/#comments</comments>
		<pubDate>Sun, 25 Apr 2004 15:27:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=136</guid>
		<description><![CDATA[Ever since the Apple Cease and Desist letter, some of the prominent members of the Open Source software community in India have presented some valid arguments for its existence&#8230; PlayFair does not give the user any special facilities that Apple itself has not given the user. PlayFair requires a valid key from Apple to convert [...]]]></description>
			<content:encoded><![CDATA[<p> Ever since the Apple Cease and Desist letter, some of the prominent members of the Open Source software community in India have presented some valid arguments for its existence&#8230;  <br />
<blockquote>PlayFair does not give the user any special facilities that Apple itself has not given the user. </p>
<p>PlayFair requires a valid key from Apple to convert the format of music downloaded from iTunes. &nbsp;PlayFair cannot convert downloaded songs&#8217; formats without authorized keys. </p>
<p>PlayFair is not a music distribution program. &nbsp;All PlayFair does is convert songs from one, restricted format to another, less restricted format. </p>
<p>PlayFair is not a method for making illegal copies of iTunes songs. &nbsp;PlayFair by itself cannot be used to copy music to CD, distribute on a peer-to-peer (P2P) sharing network, play music or edit songs. </p>
<p>PlayFair saves time in converting songs. &nbsp;The Apple iPod permits the iTunes user to make a music CD out of iTunes songs. &nbsp;After that the user can convert the songs in that CD to MP3 or another digital format for playing on portable, non-Apple music players. &nbsp;By converting iTunes songs directly to a common digital format, PlayFair shortcuts this sequence by eliminating the need to make a CD and then convert it.  </p>
<p>Trying to stop dissemination of a tool that permits legal licensees of songs from iTunes to play them on non Apple-authorized hardware is purely a business loss prevention strategy from Apple.</p></blockquote>
<p>As much as I support and respect Apple for its products, I believe that if Apple wins, it may have some negative ramifications for the rest of the industry. &nbsp; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/04/25/playfair-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Computer reports $46 million profit</title>
		<link>http://www.cityblogz.com/blog/2004/04/14/apple-computer-reports-46-million-profit/</link>
		<comments>http://www.cityblogz.com/blog/2004/04/14/apple-computer-reports-46-million-profit/#comments</comments>
		<pubDate>Wed, 14 Apr 2004 21:30:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[business]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=144</guid>
		<description><![CDATA[&#8220;Apple Computer Inc. reported on Wednesday a net profit of $46 million for the company&#8217;s second quarter ended March 27, 2004. In the quarter, Apple shipped 749 thousand Macintosh units and 807 thousand iPods, representing a 5 percent increase in CPU units and a 909 percent increase in iPods over the year-ago quarter. &#8221; More&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p> &#8220;Apple Computer Inc. reported on Wednesday a net profit of $46 million for the company&#8217;s second quarter ended March 27, 2004. In the quarter, Apple shipped 749 thousand Macintosh units and 807 thousand iPods, representing a 5 percent increase in CPU units and a 909 percent increase in iPods over the year-ago quarter. &#8221; <a href="http://maccentral.macworld.com/news/2004/04/14/profit/?lsrc=mcrss-0404">More&#8230;</a></p>
<p>It was interesting to note that Apple has about $4.6 billion in cash and no debt.  That favourable cash position as well as strong iPod and notebook sales has helped Apple&#8217;s share price go from around $20 to around $27 in the past 6 months.</p>
<p><img src="http://www.cityblogz.com/blog/wp-content/uploads/aaplchart.gif" alt="aaplchart.gif" /></p>
<p>Stock symbol : <a href="http://finance.yahoo.com/q?s=aapl">AAPL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/04/14/apple-computer-reports-46-million-profit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Projects Update</title>
		<link>http://www.cityblogz.com/blog/2004/04/13/open-source-projects-update/</link>
		<comments>http://www.cityblogz.com/blog/2004/04/13/open-source-projects-update/#comments</comments>
		<pubDate>Tue, 13 Apr 2004 16:50:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=147</guid>
		<description><![CDATA[A notable open source project has come to my attention today called coLinux. It is similar to Cygwin (a Linux command-line shell on Windows), except that it allows you to run Linux GUI with Windows. Haven&#8217;t got around to playing with it, but it looks very interesting. In other news, the latest version of the [...]]]></description>
			<content:encoded><![CDATA[<p> <img src="/blog/wp-content/uploads/colinuxlogo.gif" alt="colinux logo" align="left" border="0" hspace="10" />A notable open source project has come to my attention today called <a href="http://www.colinux.org/">coLinux</a>.  It is similar to <a href="http://www.cygwin.com/">Cygwin</a> (a Linux command-line shell on Windows), except that it allows you to run Linux GUI with Windows.  Haven&#8217;t got around to playing with it, but it looks very interesting.</p>
<p>In other news, the latest version of the PlayFair program is now at 0.5.0.  Numerous bug fixes as well as a OS X GUI client and a Windows release are featured. The PlayFair project is also now available at FreshMeat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/04/13/open-source-projects-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PlayFair Project Pulled Off SourceForge</title>
		<link>http://www.cityblogz.com/blog/2004/04/10/playfair-project-pulled-off-sourceforge/</link>
		<comments>http://www.cityblogz.com/blog/2004/04/10/playfair-project-pulled-off-sourceforge/#comments</comments>
		<pubDate>Sat, 10 Apr 2004 16:55:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=148</guid>
		<description><![CDATA[It looks like the controversial PlayFair program that strips the DRM off iTunes songs has been pulled from SourceForge and offshored to http://www.sarovar.org. &#160;I can see how this program can be used illegally. &#160;For one, these unprotected files could now conceivably be traded on the P2P networks. &#160;It will no doubt cut into Apple&#8217;s bottom [...]]]></description>
			<content:encoded><![CDATA[<p> It looks like the controversial PlayFair program that strips the DRM off iTunes songs has been pulled from SourceForge and offshored to <a href=http://www.sarovar.org/><span style="text-decoration:underline">http://www.sarovar.org</span></a>. &nbsp;I can see how this program can be used illegally. &nbsp;For one, these unprotected files could now conceivably be traded on the P2P networks. &nbsp;It will no doubt cut into Apple&#8217;s bottom line if the program was used in this scenario. &nbsp;The only practical application of this program is that it enables you to use the legally downloaded song file with other player applications other than iTunes. &nbsp;At the moment, the files from iTunes can only be used with iTunes / iPod. &nbsp;In my experience, the program is still buggy and not all songs worked correctly after the program applied its magic. &nbsp;We shall see how this all plays out in the upcoming weeks. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/04/10/playfair-project-pulled-off-sourceforge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple iTunes DRM Protection Cracked</title>
		<link>http://www.cityblogz.com/blog/2004/04/06/apple-itunes-drm-protection-cracked/</link>
		<comments>http://www.cityblogz.com/blog/2004/04/06/apple-itunes-drm-protection-cracked/#comments</comments>
		<pubDate>Wed, 07 Apr 2004 04:07:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.cityblogz.com/blog/?p=151</guid>
		<description><![CDATA[A very interesting software project at SourceForge came to my attention today called PlayFair. Legal issues aside, this program works as advertised. However, the resulting file seems to go from 128kbps bitrate to 127kbps. I wouldn&#8217;t go crazy and start converting all the songs you bought at the iTunes store. The interface is raw and [...]]]></description>
			<content:encoded><![CDATA[<p> A very interesting software project at SourceForge came to my attention today called PlayFair. Legal issues aside, this program works as advertised. However, the resulting file seems to go from 128kbps bitrate to 127kbps.</p>
<p><img src="/blog/wp-content/uploads/terminal.gif" alt="PlayFair" border="0" height="104" width="464" /></p>
<p>I wouldn&#8217;t go crazy and start converting all the songs you bought at the iTunes store. The interface is raw and no GUI wrapper program has been created.  If you are interested in reading more about the legal issues that have been raised, I&#8217;ve posted the following link.</p>
<p><strong>Reference:</strong> <a href="http://www.macobserver.com/columns/devilsadvocate/2004/20030405.shtml">http://www.macobserver.com/columns/devilsadvocate/2004/20030405.shtml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityblogz.com/blog/2004/04/06/apple-itunes-drm-protection-cracked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
