<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Ryan Bosinger</title>
	<link>http://ryanbosinger.com/blog</link>
	<description>things I learn, as I learn them</description>
	<lastBuildDate>Wed, 20 Jan 2010 19:38:01 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>The Life of Shakespeare</title>
		<description><![CDATA[

I made this Flash e-learning project years ago for a college assignment.  It&#8217;s fully animated with quiz sessions by a bogus Bill Cosby.  For some reason, even though I put a ton of work into it and everybody liked it, I never thought much of it myself.  Now, several years later I [...]]]></description>
		<link>http://ryanbosinger.com/blog/2009/the-life-of-shakespeare/</link>
			</item>
	<item>
		<title>Bosinger Xmas Tree 2009</title>
		<description><![CDATA[ 

I attempted to take an HDR photo of our Christmas tree.  It didn&#8217;t work out too well, so instead I just played with what I had to make a somewhat surreal image.  Merry Christmas!]]></description>
		<link>http://ryanbosinger.com/blog/2009/bosinger-xmas-tree-2009/</link>
			</item>
	<item>
		<title>Windows 7 external hard drive won&#8217;t show in Computer</title>
		<description><![CDATA[Just had a problem with getting my Iomega USB hard drive to be recognized by Windows 7.

Actually, the first time I plugged it in it did show up, but then something unrelated happened, something crashed and the drive refused to ever mount again.

I opened up the Device Manager (Start -> Control Panel -> Hardware and [...]]]></description>
		<link>http://ryanbosinger.com/blog/2009/windows-7-external-hard-drive-wont-show-in-computer/</link>
			</item>
	<item>
		<title>Ubuntu 9.10 (make Windows default boot)</title>
		<description><![CDATA[My experience installing Unbuntu after a fresh install of Windows 7 and then trying to return Windows 7 to the default boot.  I ramble for a moment, but feel free to skip down to the list for instructions.


Hello all.  Just last night I decided to reformat my parent&#8217;s/sister&#8217;s machine and install a new [...]]]></description>
		<link>http://ryanbosinger.com/blog/2009/ubuntu-9-10-make-windows-default-boot/</link>
			</item>
	<item>
		<title>Hayden &#8211; Let&#8217;s Break Up &#8211; Chords</title>
		<description><![CDATA[A friend and I have been practicing this newer Hayden song, Let&#8217;s Break Up.  A Google search for the lyrics and/or other tabs came up with nothing for me &#8211; but it looks likes people are looking for it &#8211; so I thought I&#8217;d share.  It&#8217;s just the lyrics and basic chords here [...]]]></description>
		<link>http://ryanbosinger.com/blog/2009/hayden-lets-break-up-chords/</link>
			</item>
	<item>
		<title>PHP: unserialize() Error at offset&#8230; (simple solution)</title>
		<description><![CDATA[Here&#8217;s what I was trying to do:


serialize an array on one page (PHP: serialize($array))
print out the results using echo or print_r
grab the serialized data from another script using file_get_contents
unserialize that array so I could go about my business


but I kept getting this error: 

unserialize() [function.unserialize]: Error at offset 0 of 3457 bytes

I looked around and [...]]]></description>
		<link>http://ryanbosinger.com/blog/2009/php-unserialize-error-at-offset-simple-solution/</link>
			</item>
	<item>
		<title>My first online store with Shopify</title>
		<description><![CDATA[


I recently just wrapped up a project setting up an online store for a client.  I knew that building a custom e-commerce solution (or even tinkering with an open-source one) would be far too much work and require way too much maintenance.   For this project, an established online service was definitely the [...]]]></description>
		<link>http://ryanbosinger.com/blog/2009/my-first-online-store-with-shopify/</link>
			</item>
	<item>
		<title>Bulk download original size images from Flickr!</title>
		<description><![CDATA[

Straight to the point:  The app is called FlickrDown


I recently returned from a four month trip in South America.  During that time we would upload pictures to a Flickr Pro account I registered before leaving.  The pro account has a yearly fee but allows you to store and download the original unaltered [...]]]></description>
		<link>http://ryanbosinger.com/blog/2009/bulk-download-original-size-images-from-flickr/</link>
			</item>
	<item>
		<title>Grab RSS feed with PHP</title>
		<description><![CDATA[I would like to share a PHP function for writing out parts of an RSS feed to a page.  I used this in the redesign of ryanbosinger.com to show the latest three posts of this blog.

To use it, just call the function where you&#8217;d like it show up like so:


&#60;?php getFeed&#40;&#34;http://ryanbosinger.com/blog/feed&#34;, 3&#41;; ?&#62;




The second [...]]]></description>
		<link>http://ryanbosinger.com/blog/2009/grab-rss-feed-with-php/</link>
			</item>
	<item>
		<title>That damn clearFix&#8230;</title>
		<description><![CDATA[I&#8217;ve used this solution to clear float containers in CSS:


/* float clearing for IE6 */
* html .clearfix&#123;
  height: 1%;
  overflow: visible;
&#125;
&#160;
/* float clearing for IE7 */
*+html .clearfix&#123;
  min-height: 1%;
&#125;
&#160;
/* float clearing for everyone else */
.clearfix:after&#123;
  clear: both;
  content: &#34;.&#34;;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: [...]]]></description>
		<link>http://ryanbosinger.com/blog/2009/that-damn-clearfix/</link>
			</item>
</channel>
</rss>
