<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>disgruntledtoaster.com</title>
    <link>http://www.disgruntledtoaster.com/index.php/site/index/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>al.nemec@gmail.com</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-12-22T13:43:00-06:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>The state of windows mobile</title>
      <link>http://www.disgruntledtoaster.com/index.php?/site/the_state_of_windows_mobile/</link>
      <guid>http://www.disgruntledtoaster.com/index.php?/site/the_state_of_windows_mobile/#When:13:43:00Z</guid>
      <description>Paul Thurott has an excellent piece on the current state of windows mobile.

To use a tired analogy, the iPhone is to phones as a BMW coupe is to cars: Sleek, innovative, and superior. Meanwhile, the Windows Mobile device I&#8217;m using is more like a Ford Escort: Yes, it will get you there, but not in style.</description>
      <dc:subject></dc:subject>
      <dc:date>2008-12-22T13:43:00-06:00</dc:date>
    </item>

    <item>
      <title>The mystery of the iPhone 3G battery life</title>
      <link>http://www.disgruntledtoaster.com/index.php?/site/the_mystery_of_the_iphone_3g_battery_life/</link>
      <guid>http://www.disgruntledtoaster.com/index.php?/site/the_mystery_of_the_iphone_3g_battery_life/#When:18:24:00Z</guid>
      <description>Since the day I picked up my iPhone 3G I have been keeping a close eye on the battery life.&amp;nbsp; Partly from my own obsessiveness and partly because of all of the supposed &#8220;poor battery life&#8221; rumors I had heard prior to the release.


Upon using the phone the first few days I did indeed notice that my battery seemed to drain quicker than normal.&amp;nbsp; At first I thought &#8220;My god, the rumors were right! The battery life is much worse&#8221;.&amp;nbsp; However after I really thought about the current use of the new iPhone and then compared it to the previous iPhone I realized that the comparison was completed skewed.


A couple of key factors all changed at once:


1. The new phone has 3G: The higher data rate is definatly nice but it certainly, and expectedly uses more power.&amp;nbsp; This should be expected to anyone who is familiar with the differences between EDGE and 3G.


2. Third Party Apps are now available: The introduction of third party applications is wonderful and as I expected it has increased the usefulness of my iPhone and naturally increased how often I use it.


3. Mobile Me is introduced Although not everyone has mobile me, it is another service that has recently has been subjected to my increased attention and use.&amp;nbsp; And another internet based service that gets used that didn&#8217;t get used before means another reason my iPhone usage has increased.


When I was previously comparing the battery life of my first iPhone to my new iPhone 3G I was tending to forget about the new features that were causing me to use my phone more actively than before.


Having realized that I loaded up my previous phone with the 2.0 software, loaded up the same applications I have on the 3G and started using it.&amp;nbsp; Sure enough, the battery was certainly getting drained far faster than before.


I get the feeling a lot of people are not considering those factors when reviewing the iPhone 3G&#8217;s battery life.</description>
      <dc:subject></dc:subject>
      <dc:date>2008-07-16T18:24:00-06:00</dc:date>
    </item>

    <item>
      <title>Another person who doesn&#8217;t understand flash&#8230;</title>
      <link>http://www.disgruntledtoaster.com/index.php?/site/another_person_who_doesnt_understand_flash/</link>
      <guid>http://www.disgruntledtoaster.com/index.php?/site/another_person_who_doesnt_understand_flash/#When:14:36:00Z</guid>
      <description>In this recent article on Counternotions Kontra talks about why he thinks flash would not appear on the iPhone anytime soon.&amp;nbsp; While I tend to agree that flash isn&#8217;t likely to appear on the iPhone soon, I completely disagree on how he came to his conclusion.


One of the most common traits with Flash is its overall misunderstood nature with the general public and even most developers/designers.&amp;nbsp; In his article, Kontra argues that one of the main reasons Apple wouldn&#8217;t allow flash on the iPhone is because they would lose control of the UI and on top of that, that flash doesn&#8217;t support the multi touch api&#8217;s built in to the iPhone.


Man this guy is off his rocker&#8230;  And no I don&#8217;t mean that mis guided attempt at a phone Motorola put out a couple years ago.


Before I go into detail on why he is wrong, remember this&#8230; If a flash site was made to be viewed on the iPhone&#8217;s specific screen size (making it a web app for the iphone), it is no different than any other web app that already exists for the phone whether it is made with HTML, CSS, Javascript, or all of the above.&amp;nbsp; They all utilize the same Cocoa touch api&#8217;s.


For the sake of arguement I will assume for that a flash plugin was made for the iPhone, even though in reality this has not occurred.&amp;nbsp; If a flash web based application was made for the iPhone it would operate as any other web app does.&amp;nbsp; For instance clicking a text field in a flash app would still bring up the iPhones keyboard and so on.&amp;nbsp; The thought that some how using flash would mean that basic iPhone UI controls would no longer work, like drop down lists and text inputs, and suddenly the flash developer would choose how the user typed is ludicrous.&amp;nbsp; The iPhones built in api&#8217;s for webkit tell the phone when to bring up the iPhones built in keyboard.


The idea that some how flash takes away Apples control of the UI is ridiculous and just shows the authors lack of knowledge in terms of browser operation and flash.&amp;nbsp; Any iPhone web app takes away Apple&#8217;s control of the UI.&amp;nbsp; Its up to the web designer to ensure that their website maintains those standards flash or not.&amp;nbsp; The platform used by the designer makes no difference.


Kontra also mentioned that basic controls like dragging and zooming around the page would no longer work.&amp;nbsp; Once again, Cocoa touch is what dictates webkits viewing controls.&amp;nbsp; No object rendered with in the page can take away those controls from phone.&amp;nbsp; Flash is not some mystical territory where the laws of reality no longer apply.&amp;nbsp; Its simply another web object, it is under the control of the browser and the browser is under the control of the system its running on.


While I agree that the iPhone will not likely have flash anytime soon for performance reasons.&amp;nbsp; The idea that flash somehow takes away UI control from Apple where other web apps didn&#8217;t makes no sense what&#45;so&#45;ever.</description>
      <dc:subject></dc:subject>
      <dc:date>2008-06-18T14:36:00-06:00</dc:date>
    </item>

    <item>
      <title>WWDC Results</title>
      <link>http://www.disgruntledtoaster.com/index.php?/site/wwdc_results/</link>
      <guid>http://www.disgruntledtoaster.com/index.php?/site/wwdc_results/#When:12:50:00Z</guid>
      <description>The short: Great new iPhone 2.0 features and software from third parties coming july 11th.&amp;nbsp; Snow leopard is real but no details yet.&amp;nbsp; .Mac is now mobile me and is revamped to give customers their own exchange server (more or less).&amp;nbsp; The big finale?&amp;nbsp; iPhone 3G with GPS now only $199 coming july 11th.


The long:&amp;nbsp; I will be writing that soon&#8230;</description>
      <dc:subject></dc:subject>
      <dc:date>2008-06-10T12:50:00-06:00</dc:date>
    </item>

    <item>
      <title>WWDC Eve Tales</title>
      <link>http://www.disgruntledtoaster.com/index.php?/site/wwdc_eve_tales/</link>
      <guid>http://www.disgruntledtoaster.com/index.php?/site/wwdc_eve_tales/#When:12:24:00Z</guid>
      <description>Its the day of WWDC and I can&#8217;t help but read every rumor mill page I can get my hands on.&amp;nbsp; This article at Daring Fireball talks about the possible release of &#8220;snow leopard&#8221;.


You can be sure to hear from me once the keynote has concluded.</description>
      <dc:subject></dc:subject>
      <dc:date>2008-06-09T12:24:00-06:00</dc:date>
    </item>

    <item>
      <title>.Mac&#8217;s revamp?</title>
      <link>http://www.disgruntledtoaster.com/index.php?/site/macs_revamp/</link>
      <guid>http://www.disgruntledtoaster.com/index.php?/site/macs_revamp/#When:12:43:01Z</guid>
      <description>It&#8217;s no secret the .Mac has been lagging behind in value for the customer.&amp;nbsp; Apple really hasn&#8217;t put anything into it since its last update a year and a half ago.


John Gruber takes a stab at what might be in store for the fledgling apple service.&amp;nbsp; Mobile Me?</description>
      <dc:subject>Tech News</dc:subject>
      <dc:date>2008-05-30T12:43:01-06:00</dc:date>
    </item>

    <item>
      <title>Trampling iPhone FUD</title>
      <link>http://www.disgruntledtoaster.com/index.php?/site/trampling_iphone_fud/</link>
      <guid>http://www.disgruntledtoaster.com/index.php?/site/trampling_iphone_fud/#When:19:13:00Z</guid>
      <description>The Macalope&#8217;s take on a piece of iPhone FUD that tries to say that you should avoid iPhone 2.0&#8230;  w...o..w....


iPhone 2.0 FUD&#45;o&#45;rama</description>
      <dc:subject>Tech News</dc:subject>
      <dc:date>2008-05-20T19:13:00-06:00</dc:date>
    </item>

    <item>
      <title>Expression Engine 2.0 on the horizon</title>
      <link>http://www.disgruntledtoaster.com/index.php?/site/expression_engine_20_on_the_horizon/</link>
      <guid>http://www.disgruntledtoaster.com/index.php?/site/expression_engine_20_on_the_horizon/#When:13:54:00Z</guid>
      <description>Perhaps this just shows the level of geek that I am apparently striving for&#8230;   Perhaps this is just another example of a new web technology getting me excited&#8230;  But the guys at Ellis labs are working on the release of Expression Engine 2.0 and have a preview video available.


Expression Engine 2.0 Preview</description>
      <dc:subject>Expression Engine</dc:subject>
      <dc:date>2008-05-12T13:54:00-06:00</dc:date>
    </item>

    <item>
      <title>Apple&#8230; what is the deal with the airport extreme?</title>
      <link>http://www.disgruntledtoaster.com/index.php?/site/apple_what_is_the_deal_with_the_airport_extreme/</link>
      <guid>http://www.disgruntledtoaster.com/index.php?/site/apple_what_is_the_deal_with_the_airport_extreme/#When:18:19:00Z</guid>
      <description>Recently Tidbits reported on Apple&#8217;s supposed position on the Airport Extreme time machine wireless backup capabilities.


If you have read any of my previous posts you know my position on Airport Extreme and wireless backup.&amp;nbsp; I, like many apple users, were angry when they took the capability away with no explanation.&amp;nbsp; Then was happy when they restored that option with no explanation.&amp;nbsp; And now I am frustrated again at their supposed lack of support for using it&#8230; with no explanation.


Normally this sort of thing doesn&#8217;t bother me, but Apple&#8230; you need to talk to your users a bit on this one.&amp;nbsp; You have been quiet for months while changing your apparent position on the Airport Extreme Time Machine issue like an obsessive compulsive who drank too much coffee.


I guess I get a little worked up about this topic because backups are not the kind of thing I care to put at risk.


Above all, if you fully support wireless backups to a usb drive connected to Time Capsule.&amp;nbsp; Why on earth do you not support wireless backups to a usb drive connected to the Airport Extreme?&amp;nbsp; They are the same freaking device!&amp;nbsp; At least as far as anyone outside Apple knows.


ugh&#8230; wheres my coffee?&#8230;</description>
      <dc:subject>Tech News</dc:subject>
      <dc:date>2008-04-07T18:19:00-06:00</dc:date>
    </item>

    <item>
      <title>It must be AIR!</title>
      <link>http://www.disgruntledtoaster.com/index.php?/site/it_must_be_air/</link>
      <guid>http://www.disgruntledtoaster.com/index.php?/site/it_must_be_air/#When:12:48:00Z</guid>
      <description>No, I&#8217;m not referring to Apple&#8217;s newest laptop in this case.&amp;nbsp; I&#8217;m talking about Adobe&#8217;s runtime environment for bringing web applications to your desktop.


If you aren&#8217;t already familiar with AIR I suggest taking a gander at Adobe&#8217;s page.&amp;nbsp; In short, it enables some of the functionality you love about local apps on your system (drag and drop, save to the hd, etc) with your web apps.


As a web developer I think AIR is a wonderful product but there are a lot of misconceptions about it that I would like to clear up.&amp;nbsp; The most recent of which that I can recall was Leo Laporte on Windows Weekly.


While viewing and discussing Adobe&#8217;s latest web app Photoshop Express, Paul and Leo were commenting on how it was a nice rich web app.

This must use AIR!

Leo deduced...


Well.... no.&amp;nbsp; And this isn&#8217;t the first time I have heard individuals view a well produced web app and think it had something to do with Adobe AIR.&amp;nbsp; Believe it or not Flash is very powerful and applications like photoshop express are accomplished with flash and flex.&amp;nbsp; AIR is merely a possible tool to bring that application to the desktop, a appropriate step for such an app but currently is not its current distributed form.


To be honest part of the angst that has pressured me to post on this is Silverlight 2, Microsoft&#8217;s next version of its Flash clone.&amp;nbsp; While Silverlight 2 is a wonderful upgrade to Silverlight 1, its hardly a flash killer.&amp;nbsp; And some of the built in features of the developing program Blend are hardly revolutionary.&amp;nbsp; Even though the press would have you believe that Silverlight 2 is the next best thing to sliced bread.


All in all, Flash and Silverlight will continue to do what they have always done, be a fantastic medium for some web apps.&amp;nbsp; And when done right, will do things no amount of Ajax could ever pull off.&amp;nbsp; However, many other web apps will be much better suited to be coded in HTML &amp;amp; CSS.&amp;nbsp; And because of that will have less issues with accessibility and search engine optimization.


I love Flash, and the introduction of AIR lets me call myself a sudo cross platform desktop developer.&amp;nbsp; And if the ubiquity of Flash ever increases to 100% I will be glad to code more of my sites in Flash instead of using it as accents in my current designs.


But AIR is nothing more than an extension of Flash&#8217;s potential, not the source.</description>
      <dc:subject></dc:subject>
      <dc:date>2008-04-01T12:48:00-06:00</dc:date>
    </item>

    
    </channel>
</rss>
