Files
.com/windows-mobile-and-iphone-os.html
Kenneth Reitz 8f3f30005c content update
2011-01-03 00:33:11 -05:00

215 lines
5.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Windows Mobile and iPhone OS</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="./theme/css/main.css" type="text/css" />
<link href="./feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Kenneth's log ATOM Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie.css"/>
<script src="./js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="./css/ie6.css"/><![endif]-->
</head>
<body id="index" class="home">
<a href="http://github.com/kennethreitz/">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
</a>
<header id="banner" class="body">
<h1>
<a href=".">Kenneth's log </a>
</h1>
<nav><ul>
<li >
<a href="./category/Life.html">Life</a>
</li>
<li class="active">
<a href="./category/Code.html">Code</a>
</li>
<li >
<a href="./category/projects.html">projects</a>
</li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header> <h1 class="entry-title"><a href="windows-mobile-and-iphone-os.html"
rel="bookmark" title="Permalink to Windows Mobile and iPhone OS">Windows Mobile and iPhone OS</a></h1> </header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2009-07-15T03:49:00">
Wed 15 July 2009
</abbr>
<p>In <a href="./category/Code.html">Code</a>.
</p>
</footer><!-- /.post-info -->
<p>I've owned about 5 WIndows Mobile devices, 3 Palm Devices, and 1
iPhone.</p>
<p>What we all need:</p>
<ul class="simple">
<li>Simplicity</li>
<li>Power</li>
<li>Reliability</li>
<li>Speed</li>
<li>Integration</li>
</ul>
<p><strong>Palm OS</strong> (Pre-Pre haha):</p>
<ul class="simple">
<li>Simple. Very Simple.</li>
<li>Does what it needs to do and doesn't falter.</li>
<li>Not much in terms of applications.</li>
<li>Most certainly not designed for a mobile professional.</li>
<li>It's a glorified rolodex.</li>
</ul>
<p><strong>Windows Mobile</strong> (5, 6, 6.1):</p>
<ul class="simple">
<li>Attempts to satisfy someone who needs to read spreadsheets on
the go.</li>
<li>Very slow and unstable. Not good for phone use. At all.</li>
<li>Integration is sub-par.</li>
<li>Lots of work-arounds for lots of things, nothing is simple.</li>
<li>Fonts are ugly.</li>
<li>Interface is clunky.</li>
</ul>
<p><strong>iPhone OS</strong>:</p>
<ul class="simple">
<li>Smooth, and very nice looking.</li>
<li>Font rendering is exceptional.</li>
<li>Web browsing is a dream.</li>
<li>Did I mention how good it looks?</li>
<li>Fantastic applications, integration, and standards.</li>
<li>Apps need approval (good and bad).</li>
<li>Very fast. Very slick. Problem free.</li>
</ul>
<p><strong>Verdict</strong>:</p>
<p>iPhone OS simply cannot be beat. It's perfect. I haven't used
Android, but it's more of a platform than an intended
out-of-the-box Mobile OS. You aren't intended to use the built-in
Window Manager if you don't want to. Windows Mobile: pay
attention.</p>
</div><!-- /.entry-content -->
<div class="comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_identifier = "windows-mobile-and-iphone-os.html";
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://kennethreitz.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
</article>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>Links</h2>
<ul>
<li><a href="http://github.com/kennethreitz">GitHub Repos</a></li>
<li><a href="http://flickr.com/kennethreitz">Photography (Flickr)</a></li>
<li><a href="http://twitter.com/kennethreitz">Latest Tweets</a></li>
<li><a href="http://www.linkedin.com/in/kennethreitz">R&eacute;sum&eacute;</a></li>
<li><a href="http://pick.im/kenneth-reitz">Design Portfolio</a></li>
<li><a href="http://laterstars.com/kennethreitz">Later Stars</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<ul>
<li><a href="./feeds/all.atom.xml" rel="alternate">atom feed</a></li>
<li><a href="http://facebook.com/kennethreitz">Facebook</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
&copy; 2011 Kenneth Reitz &amp; co. All Rights Reserved.
</address><!-- /#about -->
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'kennethreitz';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<script type="text/javascript" charset="utf-8">
var disqus_developer = 1;
</script>
</body>
</html>