<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ryan Bosinger &#187; Software</title>
	<atom:link href="http://ryanbosinger.com/blog/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryanbosinger.com/blog</link>
	<description>things I learn, as I learn them</description>
	<lastBuildDate>Thu, 19 Aug 2010 16:59:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows 7 external hard drive won&#8217;t show in Computer</title>
		<link>http://ryanbosinger.com/blog/2009/windows-7-external-hard-drive-wont-show-in-computer/</link>
		<comments>http://ryanbosinger.com/blog/2009/windows-7-external-hard-drive-wont-show-in-computer/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:54:15 +0000</pubDate>
		<dc:creator>rbosinger</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=114</guid>
		<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>
			<content:encoded><![CDATA[<p>Just had a problem with getting my Iomega USB hard drive to be recognized by Windows 7.</p>

<p>Actually, the first time I plugged it in it <em>did</em> show up, but then something unrelated happened, something crashed and the drive refused to ever mount again.</p>

<p>I opened up the <strong>Device Manager</strong> (Start -> Control Panel -> Hardware and Sound -> Device Manager) and then expanded the <strong>Disk drives</strong> section.  It looked like this:</p>

<p>
<a href="http://ryanbosinger.com/blog/wp-content/uploads/2009/12/device_manager_01.PNG"><img src="http://ryanbosinger.com/blog/wp-content/uploads/2009/12/device_manager_01.PNG" alt="device_manager_01" title="device_manager_01" width="372" height="207" class="aligncenter size-full wp-image-115" /></a></p>

<p>I guessed the one marked USB was my external drive, right-clicked and hit <em>Uninstall</em></p>

<p>
<a href="http://ryanbosinger.com/blog/wp-content/uploads/2009/12/device_manager_02.PNG"><img src="http://ryanbosinger.com/blog/wp-content/uploads/2009/12/device_manager_02.PNG" alt="device_manager_02" title="device_manager_02" width="428" height="271" class="aligncenter size-full wp-image-116" /></a></p>

<p>I then unplugged me external drive, waited a couple seconds and plugged it back in.  Windows automatically reinstalled this driver and now everything works properly.</p>

]]></content:encoded>
			<wfw:commentRss>http://ryanbosinger.com/blog/2009/windows-7-external-hard-drive-wont-show-in-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 (make Windows default boot)</title>
		<link>http://ryanbosinger.com/blog/2009/ubuntu-9-10-make-windows-default-boot/</link>
		<comments>http://ryanbosinger.com/blog/2009/ubuntu-9-10-make-windows-default-boot/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:01:27 +0000</pubDate>
		<dc:creator>rbosinger</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=108</guid>
		<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>
			<content:encoded><![CDATA[<p><strong>My experience installing Unbuntu <em>after</em> 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.</strong></p>

<span id="more-108"></span>
<p>Hello all.  Just last night I decided to reformat my parent&#8217;s/sister&#8217;s machine and install a new copy of Windows 7.  It was just slow and corrupted in a variety of ways and needed to be done.</p>

<p>Anyways, I thought &#8220;Hey, maybe I should partition away 10-20 gigs and install Ubuntu on there too&#8221;.  I know they&#8217;ll never use it and I wouldn&#8217;t recommend they do (they&#8217;ll get confused&#8230;) but I thought I&#8217;d like to fool around with it a bit.  Plus, if Windows gets bunged up I can tell them to boot up Ubuntu and at least they&#8217;ll have Firefox and OpenOffice to use without any issues.</p>

<p>Well, so far I&#8217;m pretty impressed with Ubuntu.  Although I&#8217;m pretty impressed with Windows 7 too.  Actually, I like MacOs too.  I&#8217;m not really a fanatic about OS&#8217;s in general.  I plan on eventually transcending the OS by connecting my brain directly to the motherboard and communicating to it using telepathic musical tones.  My productivity should then increase by <em>at least</em> 15%.</p>

<p>Now, on to the point&#8230;.  Although Ubuntu installed very nicely and easily and configured it&#8217;s boot loader to allow me to choose Windows 7 on startup, it &#8211; naturally &#8211; made itself default.  It seems the way to change this may have recently changed in Ubuntu (I&#8217;m using 9.10).  Here&#8217;s how I did it:</p>

<ol>
	<li>Go Application -> Accessories -> Terminal</li>
        <li>Type this (it may ask you for your admin password):</li>
        <p><code>sudo gedit /etc/default/grub</code></p>
        <li>Find this:</li>
        <p><code>GRUB_DEFAULT=0</code></p>
        <li>Change the number to correspond to the placement of your desired OS in the boot menu that comes up at start up.  Mine was 7 because I was messing around and Windows 7 happened to come up 7th in the list.  Most likely yours will be 4.</li>
<li>Save and close.</li>
<li>Go have a poptart.</li>
<li>Type this:</li>
<p><code>SUDO UPDATE-GRUB</code></p>
<li>Restart and you&#8217;ll find the boot menu will highlight your choice as default.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ryanbosinger.com/blog/2009/ubuntu-9-10-make-windows-default-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first online store with Shopify</title>
		<link>http://ryanbosinger.com/blog/2009/my-first-online-store-with-shopify/</link>
		<comments>http://ryanbosinger.com/blog/2009/my-first-online-store-with-shopify/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 19:10:12 +0000</pubDate>
		<dc:creator>rbosinger</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=88</guid>
		<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>
			<content:encoded><![CDATA[<a href="http://ryanbosinger.com/blog/wp-content/uploads/2009/10/ScreenHunter_01-Oct.-24-14.39.gif"><img src="http://ryanbosinger.com/blog/wp-content/uploads/2009/10/ScreenHunter_01-Oct.-24-14.39-300x217.gif" alt="IandM Electric screenshot" title="IandM Electric screenshot" width="300" height="217" class="aligncenter size-medium wp-image-89" /></a>

<p>
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 way to go.  After doing some poking around, I decided on <a href="http://www.shopify.com" target="_blank">Shopify</a>.  
</p>
<p>
Shopify &#8211; which I believe is built on Ruby on Rails &#8211; seemed to have a nice, clean, modern appeal to it.  Pricing seemed inline with other popular solutions.  It also seemed there were virtually no limits on the amount of design customization that could be done.  This turned out to be true and we&#8217;ve been very pleased with Shopify.  They&#8217;re <em>Vision</em> app (which basically sets up a quick temporary rails server) allows you to edit your theme locally and that&#8217;s just awesome.  The HTML templates start off nice and clean and semantic.  Their custom templating engine called <a href="http://wiki.shopify.com/UsingLiquid" target="_blank">Liquid</a> works nicely and let&#8217;s you easily get what you need done.
</p>
<p>
The store is now live at <a href="http://www.iandmelectric.com" target="_blank">www.iandmelectric.com</a>.  I&#038;M sells solar/wind energy products as well as automotive and industrial products (batteries, starters, heaters, and more).  
</p>
<p>
I&#038;M has been already receiving many inquiries regarding their <a href="http://www.iandmelectric.com/products/alternative-energy-solarsheat-1500g" target="_blank">SolarSheat 1500g</a>.  It&#8217;s basically a solar heater for you&#8217;re home.  It requires no electricity and uses a small solar panel to power the fan which vents the heat inside your home.  Pretty cool.  Good luck guys!  
</p>]]></content:encoded>
			<wfw:commentRss>http://ryanbosinger.com/blog/2009/my-first-online-store-with-shopify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulk download original size images from Flickr!</title>
		<link>http://ryanbosinger.com/blog/2009/bulk-download-original-size-images-from-flickr/</link>
		<comments>http://ryanbosinger.com/blog/2009/bulk-download-original-size-images-from-flickr/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 17:30:41 +0000</pubDate>
		<dc:creator>rbosinger</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=79</guid>
		<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>
			<content:encoded><![CDATA[<img src="http://ryanbosinger.com/blog/wp-content/uploads/2009/10/ScreenHunter_01-Oct.-02-13.15.gif" alt="FlickrDown Screenshot" title="FlickrDown Screenshot" width="300" height="301" class="aligncenter size-full wp-image-80" />

<p><strong>Straight to the point: </strong> The app is called <a href="http://greggman.com/pages/flickrdown.htm">FlickrDown</a></p>

<p>
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 image size.   This was great because my friends and family could view our trip through my photostream as I went, but at the same time I was constantly keeping a back-up of my photos.  
</p>
<p>
However, when I got home I had wanted to download hundreds of original size photos that we had deleted from our cameras.  I had assumed someone would have made a app to do this in bulk, but I couldn&#8217;t find anything!  I resorted to downloading the pictures manually.
</p>
<p>
Today (after an hour of right-click and save), I decide to look again.  The first thing I find is <a href="http://greggman.com/pages/flickrdown.htm">FlickrDown</a>.  This is exactly what I had wanted&#8230; and it seems to have been released in 2005.  I don&#8217;t know what happened there.
</p>
<p>
It&#8217;s no piece of art.  Just something a .NET developer probably whipped in his spare time.  But it works like a charm.  You can download photos on an individual basis, or select a whole set or collection or by tags, etc.  I&#8217;m currently downloading an entire set of 1280 photos which must be at least 8 or 9 gigs.  I half expected something to crash or be slow, but I&#8217;m almost at 75% complete as I type this.
</p>
<p>
<a href="http://greggman.com/pages/flickrdown.htm">FlickrDown</a> seems to have automatically made the choice to download the original sized images.  I&#8217;m not sure how to set it differently, or what it chooses to do if you have a standard Flickr account with no support for original size.  I&#8217;m just happy it&#8217;s working and saving me a bunch of time and though it deserved a shout out.
</p>
<p><strong>Update:</strong> Looks like you can only download 500 pictures at a time.  Still awesome though.</p>]]></content:encoded>
			<wfw:commentRss>http://ryanbosinger.com/blog/2009/bulk-download-original-size-images-from-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flock is great for blogging!</title>
		<link>http://ryanbosinger.com/blog/2008/flock-is-great-for-blogging/</link>
		<comments>http://ryanbosinger.com/blog/2008/flock-is-great-for-blogging/#comments</comments>
		<pubDate>Thu, 29 May 2008 17:17:21 +0000</pubDate>
		<dc:creator>rbosinger</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://ryanbosinger.com/blog/2008/flock-is-great-for-blogging/</guid>
		<description><![CDATA[


I just discovered how great the browser Flock is for blogging!  I managed to set it up to work with my Wordpress blog (the one your reading).  Now I can simply right-click on any page, and select &#8220;blog this&#8220;.  A nice, fast, GUI editor pops up within Flock and I can write [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.flock.com/"><img class="aligncenter" style="border: 0pt none;" src="http://spread.flock.com/buttons/Be-a-Flockstar.png" border="0" alt="Be a Flockstar" /></a></p>

<p>
I just discovered how great the browser <a href="http://www.flock.com">Flock</a> is for blogging!  I managed to set it up to work with my Wordpress blog (the one your reading).  Now I can simply right-click on any page, and select &#8220;<em>blog this</em>&#8220;.  A nice, fast, GUI editor pops up within Flock and I can write my post, format the text how I&#8217;d like and even drag images off of web pages in Flock right into my post.  I had been meaning to try this out for a few months now, and I&#8217;m glad I finally did.
</p>
<p>
Flock uses the Gecko rendering engine, and is set-up to work a lot like Firefox.  If you&#8217;re a Firefox fan, give Flock a try.
</p>

<p>
<strong>Note: </strong>As I&#8217;m writing this post I just discovered that this editor doesn&#8217;t use very good XHTML.  When making the text italic it used a span tag with an inline style instead of an em.  Oh well.. it&#8217;s still cool.
</p>]]></content:encoded>
			<wfw:commentRss>http://ryanbosinger.com/blog/2008/flock-is-great-for-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
