<?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>stinogle.com &#187; Writer&#8217;s Block</title>
	<atom:link href="http://stinogle.com/category/writers-block/feed/" rel="self" type="application/rss+xml" />
	<link>http://stinogle.com</link>
	<description>Making the web not suck for a while now.</description>
	<lastBuildDate>Thu, 22 Jul 2010 10:09:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>LOST in 3 Minutes</title>
		<link>http://stinogle.com/2010/05/28/lost-in-3-minutes/</link>
		<comments>http://stinogle.com/2010/05/28/lost-in-3-minutes/#comments</comments>
		<pubDate>Fri, 28 May 2010 21:13:59 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Writer's Block]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[LOST]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://stinogle.com/?p=678</guid>
		<description><![CDATA[In case you haven&#8217;t seen the show, this sums it up pretty well. Might even save you a weeks worth of life destructing DVDs. I particularly like the point at the end of this actually. It really shows that everything in the middle doesn&#8217;t matter for the overarching point of the story, however it does [...]]]></description>
			<content:encoded><![CDATA[<p>In case you haven&#8217;t seen the show, this sums it up pretty well. Might even save you a weeks worth of life destructing DVDs.</p>
<p>I particularly like the point at the end of this actually. It really shows that everything in the middle doesn&#8217;t matter for the overarching point of the story, however it does matter in the entertaining manner it was presented.</p>
<p><object width="548" height="333"><param name="movie" value="http://www.youtube.com/v/-HWECQa23Cs&#038;color1=0xb1b1b1&#038;color2=0xd0d0d0&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/-HWECQa23Cs&#038;color1=0xb1b1b1&#038;color2=0xd0d0d0&#038;hl=en_US&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="548" height="333"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://stinogle.com/2010/05/28/lost-in-3-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting Windows Services Via Command Line</title>
		<link>http://stinogle.com/2010/05/06/starting-windows-services-via-command-line/</link>
		<comments>http://stinogle.com/2010/05/06/starting-windows-services-via-command-line/#comments</comments>
		<pubDate>Thu, 06 May 2010 20:03:03 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Writer's Block]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://stinogle.com/?p=670</guid>
		<description><![CDATA[I recently ran into an issue where a specific windows service **cough** oracle **cough** was really bogging down my machine. Since this particular service was not one I used on a daily basis, I set the service to start manually, rather than automatic at start up. Problem solved, however I now needed a quick way [...]]]></description>
			<content:encoded><![CDATA[<p>I recently ran into an issue where a specific windows service **cough** oracle **cough** was really bogging down my machine. Since this particular service was not one I used on a daily basis, I set the service to start manually, rather than automatic at start up. Problem solved, however I now needed a quick way to get these services going again. Enter a batch file, with the following:</p>
<pre>
ECHO #### Starting Services... ####
ECHO ============================================================
net start <em>&#60;service name&#62;</em>
net start <em>&#60;service name&#62;</em>
net start <em>&#60;service name&#62;</em>
</pre>
<p>You can add as many services as you want, and also stop them with the net stop command. Just save that as a .bat file, and away you go.</p>
]]></content:encoded>
			<wfw:commentRss>http://stinogle.com/2010/05/06/starting-windows-services-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Origin of Force Quit</title>
		<link>http://stinogle.com/2010/03/04/the-origin-of-force-quit/</link>
		<comments>http://stinogle.com/2010/03/04/the-origin-of-force-quit/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 01:49:52 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Writer's Block]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[force quit]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[star wars]]></category>
		<category><![CDATA[vader]]></category>

		<guid isPermaLink="false">http://stinogle.com/?p=649</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://stinogle.com/2010/03/04/the-origin-of-force-quit/500x_vademac/" rel="attachment wp-att-650"><img src="http://stinogle.com/wp-content/uploads/2010/03/500x_vademac.jpg" alt="The Origin of Force Quit" title="500x_vademac" width="548" height="567" class="alignnone size-full wp-image-650" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stinogle.com/2010/03/04/the-origin-of-force-quit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>99 Life Size Whale Problems</title>
		<link>http://stinogle.com/2009/08/21/99-life-size-whale-problems/</link>
		<comments>http://stinogle.com/2009/08/21/99-life-size-whale-problems/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 00:51:47 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Writer's Block]]></category>
		<category><![CDATA[animals]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://stinogle.com/?p=553</guid>
		<description><![CDATA[Thank you Lauren, for showing me that the internet is for the following amazing things: A life size whale, on the internet! if (in_array("girl_problems", $son)) { $feel_bad = true; } $jay_z = array("problems" => 99, "bitches" => 0); I will now commence with moving all of my shit into your head.]]></description>
			<content:encoded><![CDATA[<p><strong>Thank you Lauren, for showing me that the internet is for the following amazing things:</strong></p>
<ol>
<li>A <a href="http://www.wdcs.co.uk/media/flash/whalebanner/content_pub_en.html">life size whale</a>, on the internet!</li>
<li>
<pre>if (in_array("girl_problems", $son)) { 
$feel_bad = true;
 } 
$jay_z = array("problems" => 99, "bitches" => 0);</pre>
</li>
<p>I will now commence with moving all of my shit into your head.
</ol>
]]></content:encoded>
			<wfw:commentRss>http://stinogle.com/2009/08/21/99-life-size-whale-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Star Wars Day!</title>
		<link>http://stinogle.com/2009/05/04/happy-star-wars-day/</link>
		<comments>http://stinogle.com/2009/05/04/happy-star-wars-day/#comments</comments>
		<pubDate>Mon, 04 May 2009 17:33:34 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Writer's Block]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[star wars]]></category>

		<guid isPermaLink="false">http://stinogle.com/?p=494</guid>
		<description><![CDATA[May the 4th be with you!]]></description>
			<content:encoded><![CDATA[<h4>May the 4th be with you!</h4>
<p><a href="http://abduzeedo.com/the-star-wars-culture"><img src="http://stinogle.com/wp-content/uploads/2009/05/vaderproject-starwars.jpg" alt="Liberty helmet at The Vader Project" title="vaderproject" width="548" height="365" class="size-full wp-image-495" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stinogle.com/2009/05/04/happy-star-wars-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So True Mr. Vonnegut</title>
		<link>http://stinogle.com/2009/05/02/so-true-mr-vonnegut/</link>
		<comments>http://stinogle.com/2009/05/02/so-true-mr-vonnegut/#comments</comments>
		<pubDate>Sun, 03 May 2009 06:07:02 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Writer's Block]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[quote]]></category>
		<category><![CDATA[vonnegut]]></category>

		<guid isPermaLink="false">http://stinogle.com/?p=481</guid>
		<description><![CDATA[If this event ever does actually come to fruition, I will be on the first shuttle to the moon.]]></description>
			<content:encoded><![CDATA[<p><img src="http://stinogle.com/wp-content/uploads/2009/05/vonnegut.jpeg" alt="vonnegut" title="vonnegut" width="500" height="493" class="size-full wp-image-482" /></p>
<p>If this event ever does actually come to fruition, I will be on the first shuttle to the moon.</p>
]]></content:encoded>
			<wfw:commentRss>http://stinogle.com/2009/05/02/so-true-mr-vonnegut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goin to Hawaii Friday&#8230;</title>
		<link>http://stinogle.com/2009/03/23/goin-to-hawaii-friday/</link>
		<comments>http://stinogle.com/2009/03/23/goin-to-hawaii-friday/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 21:27:26 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Writer's Block]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[hawaii]]></category>
		<category><![CDATA[trip]]></category>

		<guid isPermaLink="false">http://stinogle.com/?p=356</guid>
		<description><![CDATA[&#8230; Its gonna be a loooooooooooong paddle.]]></description>
			<content:encoded><![CDATA[<p>&#8230; Its gonna be a loooooooooooong paddle.</p>
<p><a href="http://stinogle.com/2009/03/23/goin-to-hawaii-friday/"><img src="http://stinogle.com/wp-content/uploads/2009/03/hawaii-kayak.gif" alt="hawaii trip map" title="hawaii-kayak" width="532" height="320" class="size-full wp-image-357" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stinogle.com/2009/03/23/goin-to-hawaii-friday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This post is the best ever.</title>
		<link>http://stinogle.com/2008/10/18/this-post-is-the-best-ever/</link>
		<comments>http://stinogle.com/2008/10/18/this-post-is-the-best-ever/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 15:48:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Writer's Block]]></category>
		<category><![CDATA[Lovecraft]]></category>
		<category><![CDATA[quote]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://stinogle.com/v2/?p=3</guid>
		<description><![CDATA[&#8220;That is not dead which can eternal lie, And with strange aeons even death may die.&#8221; Read some Lovecraft last night, man is that guy depressing!]]></description>
			<content:encoded><![CDATA[<p>&#8220;<strong>T</strong>hat is not dead which can eternal lie, And with strange aeons even death may die.&#8221;</p>
<p>Read some <a href="http://en.wikipedia.org/wiki/H._P._Lovecraft">Lovecraft</a> last night, man is that guy depressing!</p>
]]></content:encoded>
			<wfw:commentRss>http://stinogle.com/2008/10/18/this-post-is-the-best-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
