<?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>Idle Hamster</title>
    <link>http://www.idlehamster.com/index.php/site/index/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator></dc:creator>
    <dc:rights>Copyright 2010</dc:rights>
    <dc:date>2010-07-07T18:29:04+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />


    <item>
      <title>HTML5, CSS, and IE6</title>
      <link>http://www.idlehamster.com/entry/html5_css_and_ie6/</link>
      <guid>http://www.idlehamster.com/entry/html5_css_and_ie6/#When:18:29:04Z</guid>
      <description>The other day I created a HTML5 webpage with a flash fallback for IE users.&amp;nbsp; Everything worked fine except IE 6 wasn&#8217;t rendering styles associated to the new HTML 5 tags.&amp;nbsp; After digging around for a while I discovered that IE 6 won&#8217;t render styles associated with HTML tags it doesn&#8217;t know, unless you do a little bit of JavaScript trickry. For each unknown tag type you have to create it once in JavaScript like so:
document.createElement(&#8216;video&#8217;);
After that the styles should render correctly.</description>
      <dc:subject>JavaScript</dc:subject>
      <dc:date>2010-07-07T18:29:04+00:00</dc:date>
    </item>

    <item>
      <title>Facebook, Forms, and ColdFusion</title>
      <link>http://www.idlehamster.com/entry/facebook_forms_and_coldfusion/</link>
      <guid>http://www.idlehamster.com/entry/facebook_forms_and_coldfusion/#When:21:54:21Z</guid>
      <description>The more I work with Facebook the more I hate its quirks.&amp;nbsp; Recently a coworker had to create a contest form that submitted to a ColdFusion script.&amp;nbsp; For legal reasons the form&#8217;s data is stored on a server that we have no access to.&amp;nbsp; Alas Facebook and ColdFusion do not play well with each other.&amp;nbsp; Facebook adds a variety of extra form fields that confuses ColdFusion.&amp;nbsp; There are work arounds that can be implemented on the server, but since we didn&#8217;t have access to the server we had to come up with another solution.</description>
      <dc:subject></dc:subject>
      <dc:date>2010-05-19T21:54:21+00:00</dc:date>
    </item>

    <item>
      <title>Me and My iPad</title>
      <link>http://www.idlehamster.com/entry/me_and_my_ipad/</link>
      <guid>http://www.idlehamster.com/entry/me_and_my_ipad/#When:18:38:33Z</guid>
      <description>I just received my iPad from UPS today and while I haven&#8217;t had a ton of time to mess with it I want to share a few initial impressions with everyone.</description>
      <dc:subject>Technology</dc:subject>
      <dc:date>2010-04-03T18:38:33+00:00</dc:date>
    </item>

    <item>
      <title>FlashVars and Externally Loaded Movies</title>
      <link>http://www.idlehamster.com/entry/flashvars_and_externally_loaded_movies/</link>
      <guid>http://www.idlehamster.com/entry/flashvars_and_externally_loaded_movies/#When:23:28:00Z</guid>
      <description>If you ever need to access FlashVars from a MovieClip that you loaded externally, make sure it has been added to the stage first.&amp;nbsp; If it hasn&#39;t been added you can access any of the variables.&amp;nbsp; This isn&#39;t a problem with the loading/root clip because the document class is granted immediately access since it is the stage.I usually don&#39;t have this problem except I was using a 3rd party framework that didn&#39;t wait for the ADDED_TO_STAGE or COMPLETE events before accessing those variables.</description>
      <dc:subject></dc:subject>
      <dc:date>2009-10-02T23:28:00+00:00</dc:date>
    </item>

    <item>
      <title>VideoEvent.COMPLETE and SoundMixer.stopAll()</title>
      <link>http://www.idlehamster.com/entry/videoeventcomplete_and_soundmixerstopall/</link>
      <guid>http://www.idlehamster.com/entry/videoeventcomplete_and_soundmixerstopall/#When:17:35:01Z</guid>
      <description>I just ran across a strange behavior in flash that might save you a few mnutes of head scratching. I had a video playing using a FLVPlayback component.&amp;nbsp; I also had a button with a roll over sound on it.&amp;nbsp; On roll over I used SoundMixer.stopAll() to kill any extra roll over sounds.&amp;nbsp; Well this also kills the video sound and triggers the video complete event.&amp;nbsp; My best guess is the SoundMixer class is killing all of the video streams in addition to any audio streams.&amp;nbsp; Lesson learned.</description>
      <dc:subject>Flash</dc:subject>
      <dc:date>2009-09-16T17:35:01+00:00</dc:date>
    </item>

    
    </channel>
</rss>