<?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 2011</dc:rights>
    <dc:date>2011-07-08T13:44:36+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />


    <item>
      <title>How is 2012 Going So Far?</title>
      <link>http://www.idlehamster.com/entry/how_is_2012_going_so_far</link>
      <guid>http://www.idlehamster.com/entry/how_is_2012_going_so_far#When:03:44:21Z</guid>
      <description><![CDATA[<p>
	Uh oh! I just realized I haven&#39;t posted anything this year.</p>
<p>
	You may of noticed a nice coat of paint on this blog.&nbsp; I&#39;ve been working on a new look for a while and finally got impatient and just launched it without finishing it.&nbsp; So if you see any weirdness its cause I&#39;m still working on it.&nbsp; I haven&#39;t implemented a responsive layout yet because I&#39;m researching a bunch of frameworks and techniques.&nbsp; I feel you need to do it by hand first then you can easily see the strengths and weakness of frameworks.</p>
<p>
	A few weeks ago I attended SXSW.&nbsp; Maybe its because I&#39;ve been before there before, but this year didn&#39;t feel as cool as last year.&nbsp; I attended more technical sessions, but that&#39;s mainly because I did see as many inspirational sessions.&nbsp; The parties were crowded and if you weren&#39;t a VIP then you pretty much had to wait to get in.&nbsp; I&#39;m not sure I would go again.&nbsp; Maybe I just need to find a super geeky conference instead.</p>
<p>
	Once again I travelled without a laptop and only my iPad.&nbsp; Its just an awesome device for attending conferences and travelling with.&nbsp; Sure if I needed to do a lot of work there it would of been a pain, but that&#39;s not why you go to conferences.&nbsp; Besides I found a decent code editor in <a href="http://itunes.apple.com/us/app/textastic-code-editor/id383577124?mt=8">Textastic</a>, it&#39;s far from free, but it has a DropBox and FTP support.</p>
<p>
	I almost switched to Chrome earlier in the year, but I still get hung up on its quirks.&nbsp; Not to say Firefox doesn&#39;t have its fair share, but I&#39;m used to them.&nbsp; If anyone knows how to give Developer Tools a shortcut or a toolbar icon and how to map command-enter to add www. and .com to url instead of control-enter please let me know.&nbsp; I&#39;m willing to give it another try, although I still think Firefox has a better bookmark and history setup.</p>
<p>
	Other than that I&#39;ve been slowly experimenting with new HTML5 technologies.&nbsp; Hopefully some of them will make it up on this blog soon.</p>
]]></description>
      <dc:subject>Personal,</dc:subject>
      <dc:date>2012-04-11T03:44:21+00:00</dc:date>
    </item>

    <item>
      <title>Open Graph Video Share</title>
      <link>http://www.idlehamster.com/entry/open_graph_video_share</link>
      <guid>http://www.idlehamster.com/entry/open_graph_video_share#When:21:41:53Z</guid>
      <description><![CDATA[<p>
	I figure I would get one last post in before the end of the year.&nbsp; I&rsquo;ve been working with Facebook&rsquo;s Open Graph again trying to share custom videos and just like every other Facebook technology there are a few caveats. The first being if you don&rsquo;t have an image to go along with your video you won&rsquo;t see the video player in your news feed.&nbsp; Second you have to make all of the OG links use https otherwise those users won&rsquo;t see the player.&nbsp; Instead they will be taken to the page with all the OG data. Thirdly, you should set a video width and height meta tag that doesn&#39;t cause scrollbars.&nbsp; I&#39;ve been using the same dimensions as YouTube, 398x224.</p>
]]></description>
      <dc:subject>Technology,</dc:subject>
      <dc:date>2011-12-30T21:41:53+00:00</dc:date>
    </item>

    <item>
      <title>jQuery Animation and Overflows</title>
      <link>http://www.idlehamster.com/entry/jquery_animation_and_overflows</link>
      <guid>http://www.idlehamster.com/entry/jquery_animation_and_overflows#When:17:05:04Z</guid>
      <description><![CDATA[<p>
	Thought I would share a little tip about animating with jQuery that I wasted a good hour on.&nbsp; If you&#39;re animating the height of an object, jQuery will automatically set the item&#39;s overflow property to hidden.&nbsp; Of course if you have items hanging of the edges like navigation buttons or anything with negative margins this is an undesirable effect.&nbsp; That is unless you add <code>overflow: visible !important</code> to your stylesheet.&nbsp; Problem solved, go back to your lives citizens.</p>
]]></description>
      <dc:subject>JavaScript,</dc:subject>
      <dc:date>2011-09-07T17:05:04+00:00</dc:date>
    </item>

    <item>
      <title>Custom Directory Listings with Htaccess</title>
      <link>http://www.idlehamster.com/entry/custom_directory_listings_with_htaccess</link>
      <guid>http://www.idlehamster.com/entry/custom_directory_listings_with_htaccess#When:15:51:00Z</guid>
      <description><![CDATA[<p>
	It never ceases to amaze me how incredibly powerful and misunderstood the .htaccess file is to web developers.&nbsp; Most of us never need to crack open that file, but if we do, a quick Google search will give you all the code you need.</p>
]]></description>
      <dc:subject>Technology,</dc:subject>
      <dc:date>2011-08-25T15:51:00+00:00</dc:date>
    </item>

    <item>
      <title>Great Resource for Arduino</title>
      <link>http://www.idlehamster.com/entry/great_resource_for_arduino</link>
      <guid>http://www.idlehamster.com/entry/great_resource_for_arduino#When:17:38:26Z</guid>
      <description><![CDATA[<p>
	I&#39;ve been playing around with Arduino for about two weeks now and just a few minutes ago I found a great resource on the web, <a href="http://bildr.org/">bildr</a>.&nbsp; There are a ton of blog posts on Arduino and examples on how to connect some of the more popular sensors and components.&nbsp; Check it out if you get a chance.</p>
<p>
	<a href="http://shortcircu.it/">ShortCircuit</a> is a pretty good resource too.</p>
]]></description>
      <dc:subject>Technology,</dc:subject>
      <dc:date>2011-07-13T17:38:26+00:00</dc:date>
    </item>

    
    </channel>
</rss>
