<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>ragin'Geek</title>
	
	<link>http://www.ragingeek.com</link>
	<description>from keepin' it geek to makin' geek sheik, it's all about geekin' out...</description>
	<lastBuildDate>Thu, 21 Jan 2010 06:24:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Ragingeek" /><feedburner:info uri="ragingeek" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Software Tip: How To Export A Table To XML File In SQL Server Management Studio</title>
		<link>http://feedproxy.google.com/~r/Ragingeek/~3/xIOHOJ4MXmc/software-tip-how-to-export-a-table-to-xml-file-in-sql-server-management-studio</link>
		<comments>http://www.ragingeek.com/software-tip-how-to-export-a-table-to-xml-file-in-sql-server-management-studio#comments</comments>
		<pubDate>Thu, 21 Jan 2010 06:24:16 +0000</pubDate>
		<dc:creator>ragin'Geek</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[SQL Server Management Studio]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.ragingeek.com/software-tip-how-to-export-a-table-to-xml-file-in-sql-server-management-studio</guid>
		<description><![CDATA[There doesn&#8217;t seem to be a User Interface for exporting a table to an XML file in SQL Server Management Studio.  It seems that Microsoft completely overlooked the case when you just need to do a one time export.  The Import and Export Wizard that can be run from SQL Server Management Studio has options [...]]]></description>
			<content:encoded><![CDATA[<p>There doesn&#8217;t seem to be a User Interface for <strong>exporting a table to an XML file in SQL Server Management Studio</strong>.  It seems that Microsoft completely overlooked the case when you just need to do a one time <strong>export</strong>.  <span id="more-69"></span>The Import and <strong>Export</strong> Wizard that can be run from <strong>SQL Server Management Studio</strong> has options to <strong>export tables</strong> to many destinations, but oddly an <strong>XML file</strong> is not one of them.  In the wizard, there are two options that have the letters <strong>XML</strong> in them, but I cannot get either one of them to work. </p>
<p><img src="http://www.ragingeek.com/wordpress/wp-content/uploads/2010/01/xmlexportwizard.png" alt="xmlexportwizard.png" /></p>
<p>After many hours of searching the internet and trying different settings in the Export Wizard, I resigned myself to doing it manually.  Here are the steps I took:</p>
<p>1. Open a new query window in <strong>SQL Server Management Studio</strong>.</p>
<p>2. Type in the select statement adding &#8220;for <strong>xml</strong> raw&#8221;.</p>
<p>3. Set the results to output in grid.</p>
<p>4. Execute the query.</p>
<p>5. Click on the link in the results pane. </p>
<p><img src="http://www.ragingeek.com/wordpress/wp-content/uploads/2010/01/exporttoxml.png" alt="exporttoxml.png" /></p>
<p>This opens the resulting <strong>xml</strong> in a new query window.</p>
<p><img src="http://www.ragingeek.com/wordpress/wp-content/uploads/2010/01/xml.png" alt="xml.png" /> </p>
<p>6. Add the &lt;root&gt; &lt;/root&gt; tags to the beginning and ending of the <strong>xml</strong>.</p>
<p><img src="http://www.ragingeek.com/wordpress/wp-content/uploads/2010/01/xmldone.png" alt="xmldone.png" /> </p>
<p>7. Save the resulting text to a <strong>file</strong>.</p>
<img src="http://feeds.feedburner.com/~r/Ragingeek/~4/xIOHOJ4MXmc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ragingeek.com/software-tip-how-to-export-a-table-to-xml-file-in-sql-server-management-studio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ragingeek.com/software-tip-how-to-export-a-table-to-xml-file-in-sql-server-management-studio</feedburner:origLink></item>
		<item>
		<title>Save Your Maxtor One Touch 4</title>
		<link>http://feedproxy.google.com/~r/Ragingeek/~3/utajPKa17Co/save-your-maxtor-one-touch-4</link>
		<comments>http://www.ragingeek.com/save-your-maxtor-one-touch-4#comments</comments>
		<pubDate>Mon, 04 Jan 2010 05:56:55 +0000</pubDate>
		<dc:creator>ragin'Geek</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Maxtor]]></category>
		<category><![CDATA[Maxtor One Touch 4]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[Touch]]></category>

		<guid isPermaLink="false">http://www.ragingeek.com/save-your-maxtor-one-touch-4</guid>
		<description><![CDATA[If you happen to have a Maxtor One Touch that is going or has seemingly gone bad, don&#8217;t fear.  Your data is most likely safe.  It&#8217;s just that something has gone wrong with the controller card in the unit.  For a few months my One Touch was hit or miss (probably 1 out of 5 [...]]]></description>
			<content:encoded><![CDATA[<p>If you happen to have a <strong>Maxtor One Touch</strong> that is going or has seemingly gone bad, don&#8217;t fear.  Your data is most likely safe.  It&#8217;s just that something has gone wrong with the controller card in the unit.  For a few months my <strong>One Touch</strong> was hit or miss (probably 1 out of 5 times it would actually work).  Finally I got tired of it and cracked open the case.  I disconnected the Sata drive from the card and connected it to the Sata controller on my motherboard.  After I booted up my machine and opened explorer, I was able to drill down into the drive and see all my data!</p>
<img src="http://feeds.feedburner.com/~r/Ragingeek/~4/utajPKa17Co" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ragingeek.com/save-your-maxtor-one-touch-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ragingeek.com/save-your-maxtor-one-touch-4</feedburner:origLink></item>
		<item>
		<title>Software Tip: Linked Item Fails to Preview in Sitecore</title>
		<link>http://feedproxy.google.com/~r/Ragingeek/~3/b84zo3iArU0/software-tip-linked-item-fails-to-preview-in-sitecore</link>
		<comments>http://www.ragingeek.com/software-tip-linked-item-fails-to-preview-in-sitecore#comments</comments>
		<pubDate>Sat, 26 Dec 2009 02:15:28 +0000</pubDate>
		<dc:creator>ragin'Geek</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[linked item]]></category>
		<category><![CDATA[preview mode]]></category>
		<category><![CDATA[Sitecore]]></category>

		<guid isPermaLink="false">http://www.ragingeek.com/software-tip-linked-item-fails-to-preview-in-sitecore</guid>
		<description><![CDATA[Recently I encountered a situation where a linked item would only show in preview mode when the preview date / time was prior to 12/15/09 12:00pm.  There were no publishing restrictions on my linked item.  So I was very perplexed.  After a few fruitless days of exchanging posts on the support site my issue was [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I encountered a situation where a <strong>linked item</strong> would only show in <strong>preview</strong> mode when the <strong>preview</strong> date / time was prior to 12/15/09 12:00pm.  There were no publishing restrictions on my <strong>linked item</strong>.  So I was very perplexed.  After a few fruitless days of exchanging posts on the support site my issue was escalated to the next level and I was able to talk to a support rep.  After a few minutes of showing him what was going on, he figured out that it must be a publishing restriction on an item in the path of the <strong>linked item</strong>.  So we walked back up the <strong>item</strong> path in the content tree checking publishing restrictions for each node as we went along.  Finally we got to the Home node and low and behold someone had set it to expire on 12/15/09 12:00pm.  After we removed that expiration, previewing worked as expected. </p>
<p> HTH!</p>
<img src="http://feeds.feedburner.com/~r/Ragingeek/~4/b84zo3iArU0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ragingeek.com/software-tip-linked-item-fails-to-preview-in-sitecore/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ragingeek.com/software-tip-linked-item-fails-to-preview-in-sitecore</feedburner:origLink></item>
		<item>
		<title>Software Tip: Add Machine Name to Log4Net Filename</title>
		<link>http://feedproxy.google.com/~r/Ragingeek/~3/QeXgcWcPJXE/software-tip-add-machine-name-to-log4net-filename</link>
		<comments>http://www.ragingeek.com/software-tip-add-machine-name-to-log4net-filename#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:20:13 +0000</pubDate>
		<dc:creator>ragin'Geek</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Log4Net]]></category>
		<category><![CDATA[Log4Net Filename]]></category>
		<category><![CDATA[Machine Name]]></category>
		<category><![CDATA[MachineName]]></category>
		<category><![CDATA[Software Tip]]></category>

		<guid isPermaLink="false">http://www.ragingeek.com/software-tip-add-machine-name-to-log4net-filename</guid>
		<description><![CDATA[If you have multiple servers logging to the same folder, you can create unique file names by adding the server name to the file that it logs to by changing your log4netConfig.xml file to something like: 
&#60;file type=&#8221;log4net.Util.PatternString&#8221; value=&#8221;logs/MultiServerApp.%property{log4net:HostName}.log&#8221; /&#62;
]]></description>
			<content:encoded><![CDATA[<p><span style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: 16px 'Times New Roman'; white-space: normal; orphans: 2; letter-spacing: normal; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span"><span style="font-family: arial; color: #424242; font-size: 13px" class="Apple-style-span">If you have multiple servers logging to the same folder, you can create unique file names by adding the server name to the file that it logs to by changing your log4netConfig.xml file to something like:</span></span><span style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: 16px 'Times New Roman'; white-space: normal; orphans: 2; letter-spacing: normal; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span"><span style="font-family: arial; color: #424242; font-size: 13px" class="Apple-style-span"> </span></span></p>
<p><span style="widows: 2; text-transform: none; text-indent: 0px; border-collapse: separate; font: 16px 'Times New Roman'; white-space: normal; orphans: 2; letter-spacing: normal; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span"><span style="font-family: arial; color: #424242; font-size: 13px" class="Apple-style-span">&lt;file type=&#8221;log4net.Util.PatternString&#8221; value=&#8221;logs/MultiServerApp.%property{log4net:HostName}.log&#8221; /&gt;</span></span></p>
<img src="http://feeds.feedburner.com/~r/Ragingeek/~4/QeXgcWcPJXE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ragingeek.com/software-tip-add-machine-name-to-log4net-filename/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ragingeek.com/software-tip-add-machine-name-to-log4net-filename</feedburner:origLink></item>
		<item>
		<title>Beware! SQL Server Stops Execution on Recompile</title>
		<link>http://feedproxy.google.com/~r/Ragingeek/~3/HXo5prp9_mE/beware-sql-server-stops-execution-on-recompile</link>
		<comments>http://www.ragingeek.com/beware-sql-server-stops-execution-on-recompile#comments</comments>
		<pubDate>Wed, 21 Oct 2009 23:39:47 +0000</pubDate>
		<dc:creator>ragin'Geek</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[recompile]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[stored procedure]]></category>

		<guid isPermaLink="false">http://www.ragingeek.com/beware-sql-server-stops-execution-on-recompile</guid>
		<description><![CDATA[Can anyone tell me why Microsoft SQL Server stops executing a stored procedure when it is recompiled?  This is dangerous behavior unlike any other software code release system I&#8217;ve ever seen.   Through all my years of SQL development this thought never crossed my mind.  In any other development platform, you compile your code to a dll or exe [...]]]></description>
			<content:encoded><![CDATA[<p>Can anyone tell me why <strong>Microsoft SQL Server stops executing a stored procedure when it is recompiled</strong>?  This is dangerous behavior unlike any other software code release system I&#8217;ve ever seen.   Through all my years of <strong>SQL</strong> development this thought never crossed my mind.  <span id="more-65"></span>In any other development platform, you compile your code to a dll or exe and copy it to where it needs to exist.  If an existing copy is running, the operating system won&#8217;t let the file be overwritten.  I&#8217;ve always expected a similar behavior in <strong>SQL Server</strong>.  I thought, if a <strong>procedure</strong> is executing, <strong>SQL Server</strong> will continue to use the code that is in memory while a <strong>recompile</strong> of the <strong>procedure</strong> would just cause the next invocation to use the new version.  But a few years ago a colleague posed that question right before we deployed a changed <strong>procedure</strong>.  I didn&#8217;t even think twice about it (how preposterous that would be).  I answered, &#8220;No way!  That would be retarded!&#8221;  Well recently, I was bitten by this exact behavior.  An important process was running and I had a minor update to release.  I went ahead and released my change while the <strong>procedure</strong> was running and I discovered that only half of the process that was running completed.  Looking through our audit logs I was able to see that execution stopped exactly at the time of the <strong>recompile</strong>.  I have since been able to reproduce this behavior a few times.  I&#8217;m still puzzled as to why the Microsoft&#8217;s SQL Server development team would allow such dangerous behavior.</p>
<img src="http://feeds.feedburner.com/~r/Ragingeek/~4/HXo5prp9_mE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ragingeek.com/beware-sql-server-stops-execution-on-recompile/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ragingeek.com/beware-sql-server-stops-execution-on-recompile</feedburner:origLink></item>
		<item>
		<title>Wendy’s Boneless Buffalo Wings – Yuck!</title>
		<link>http://feedproxy.google.com/~r/Ragingeek/~3/pJEiiwBQOAE/wendys-boneless-buffalo-wings-yuck</link>
		<comments>http://www.ragingeek.com/wendys-boneless-buffalo-wings-yuck#comments</comments>
		<pubDate>Sat, 22 Aug 2009 18:52:44 +0000</pubDate>
		<dc:creator>ragin'Geek</dc:creator>
				<category><![CDATA[Food]]></category>
		<category><![CDATA[boneless buffalo wings]]></category>
		<category><![CDATA[buffalo sauce]]></category>
		<category><![CDATA[buffalo wing sauce]]></category>
		<category><![CDATA[buffalo wings]]></category>
		<category><![CDATA[hot wing sauce]]></category>
		<category><![CDATA[wendy's]]></category>
		<category><![CDATA[wendy's boneless buffalo wings]]></category>

		<guid isPermaLink="false">http://www.ragingeek.com/wendys-boneless-buffalo-wings-yuck</guid>
		<description><![CDATA[As a buffalo wing enthusiast, I was excited to see a fast food restaurant was finally offering them.  Although boneless buffalo wings are not the true buffalo wings we all know and love, I&#8217;ve found that buffalo wing sauce goes exceptionally well on anything.  Have you tried it as a replacement for pizza sauce on pizza?  [...]]]></description>
			<content:encoded><![CDATA[<p>As a <strong>buffalo wing</strong> enthusiast, I was excited to see a fast food restaurant was finally offering them.  Although <strong>boneless buffalo wings</strong> are not the true <strong>buffalo wings</strong> we all know and love, I&#8217;ve found that <strong>buffalo wing </strong>sauce goes exceptionally well on anything.  Have you tried it as a replacement for pizza sauce on pizza?  On a Chicken sandwich?  On Thanksgiving Turkey?  Mmmmmmmmmm.  <span id="more-64"></span>Anyway, on the way to <strong>Wendy&#8217;s </strong>I thought about how great it will be to be able to quickly and afford-ably get my <strong>buffalo wing</strong> on whenever the urge strikes.  After arriving at the local <strong>Wendy&#8217;s</strong>, I proceeded through the drive-thru and&#8230;Viola!  In a matter of minutes and for only four dollars and change, I had a <strong>Wendy&#8217;s</strong> take out bag w/ a box of <strong>buffalo wings</strong> in it!  I opened the bag to check &#8216;em out.  Expecting them to barely have any sauce on them, I was ecstatically surprised when I saw them smothered in sauce.  My mouth watering in anticipation,  I sped home to partake. </p>
<p>After opening the box, I noticed the sauce didn&#8217;t look like any <strong>buffalo wing</strong> sauce I had ever seen.  It kinda looked like syrup.  My excitement was quickly tempered, but I kept hope that they would still be enjoyable.  So I dug in.  I quickly noticed how the sauce had a hint of that familiar <strong>buffalo </strong>sauce tang and bite followed by a sweet syrupy taste.  Underneath all of that, the <strong>boneless buffalo wings </strong>tasted a little like Kentucky Fried Chicken.   Realizing my disappointment, I choked down the rest of them and that was that.  The next day, I headed over to the nearest restaurant that serves real <strong>buffalo wings</strong> and washed away the awful memory with a full plate of the good stuff.  Although it cost 3 times as much as <strong>Wendy&#8217;s</strong> offering, it was exponentially more enjoyable.  So until a fast food place comes up with a worthy competitor to what the sit down restaurants are putting out, I&#8217;m stuck paying more and waiting longer for my <strong>buffalo wing</strong> fixes.  Oh well, thanks for trying <strong>Wendy&#8217;s</strong>, hopefully you&#8217;ll inspire your competitors to follow your lead, but with a better product of course.  Or maybe you&#8217;ll just realize your mistake and use a better sauce.  Frank&#8217;s RedHot <strong>buffalo</strong> sauce works for me!</p>
<img src="http://feeds.feedburner.com/~r/Ragingeek/~4/pJEiiwBQOAE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ragingeek.com/wendys-boneless-buffalo-wings-yuck/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ragingeek.com/wendys-boneless-buffalo-wings-yuck</feedburner:origLink></item>
		<item>
		<title>Software Tip: Default Value for Checkbox in Sitecore</title>
		<link>http://feedproxy.google.com/~r/Ragingeek/~3/BFTLdGn3rPI/software-tip-default-value-for-checkbox-in-sitecore</link>
		<comments>http://www.ragingeek.com/software-tip-default-value-for-checkbox-in-sitecore#comments</comments>
		<pubDate>Wed, 01 Jul 2009 04:44:03 +0000</pubDate>
		<dc:creator>ragin'Geek</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Checkbox]]></category>
		<category><![CDATA[Default Value]]></category>
		<category><![CDATA[Sitecore]]></category>
		<category><![CDATA[Software Tip]]></category>

		<guid isPermaLink="false">http://www.ragingeek.com/software-tip-default-value-for-checkbox-in-sitecore</guid>
		<description><![CDATA[In Sitecore, if you want to default a checkbox in a template to checked, set the default value to 1.
]]></description>
			<content:encoded><![CDATA[<p>In <strong>Sitecore</strong>, if you want to default a <strong>checkbox</strong> in a template to checked, set the <strong>default value</strong> to 1.</p>
<img src="http://feeds.feedburner.com/~r/Ragingeek/~4/BFTLdGn3rPI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ragingeek.com/software-tip-default-value-for-checkbox-in-sitecore/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ragingeek.com/software-tip-default-value-for-checkbox-in-sitecore</feedburner:origLink></item>
		<item>
		<title>Why do we let smokers litter?</title>
		<link>http://feedproxy.google.com/~r/Ragingeek/~3/RV5a6rtPAF8/why-do-we-let-smokers-litter</link>
		<comments>http://www.ragingeek.com/why-do-we-let-smokers-litter#comments</comments>
		<pubDate>Wed, 03 Jun 2009 09:13:52 +0000</pubDate>
		<dc:creator>ragin'Geek</dc:creator>
				<category><![CDATA[Green (Environmentalism)]]></category>
		<category><![CDATA[cigarette butts]]></category>
		<category><![CDATA[litter]]></category>
		<category><![CDATA[smokers]]></category>

		<guid isPermaLink="false">http://www.ragingeek.com/why-do-we-let-smokers-litter</guid>
		<description><![CDATA[On our summer camping trip in Yosemite my family and I were excited to get what appeared to be an excellent campsite at the Crane Flat Campground.  It was a large site on the edge of the meadow with lots of large rock formations for privacy and rock climbing.  While scouring the site to determine [...]]]></description>
			<content:encoded><![CDATA[<p>On our summer camping trip in Yosemite my family and I were excited to get what appeared to be an excellent campsite at the Crane Flat Campground.  It was a large site on the edge of the meadow with lots of large rock formations for privacy and rock climbing.  While scouring the site to determine the best spot to pitch the tent I noticed several large clusters of cigarette butts.  There were literally thousands of cigarette butts throughout the campsite. My excitement turned to anger as I realized we would basically be camping in an ashtray.  Why do <strong>smokers</strong> so self-servingly disrespect others and nature?<br />
<span id="more-61"></span><br />
My first day back from Yosemite on the way to work I stopped behind another car for a red light.  After the light turned green the driver dropped her cigarette out the window and sped away.  I thought about picking it up and following her to her destination.  And giving it back to her letting her know that she dropped it.</p>
<p>On a recent trip to Kauai, my son and I went to play a little football on the beach.  After being tackled on the first play I found myself face down in a pile of sand and cigarette butts.  This continued for the rest of the game.  They were everywhere.  I wondered if somehow it was the same a**hole(s) that preceeded us in Yosemite.</p>
<p>Why do <strong>smokers</strong> feel they have the right to <strong>litter</strong>?  Do you think anyone, even these same <strong>smokers</strong>, would be so careless with any other form of trash?  Why does society let <strong>smokers</strong> treat the planet like an ashtray?</p>
<div id="RelatedLinks">
<h4>Related Links:</h4>
<ul>
<li><a href="http://www.cigarettelitter.org/" target="_link" title="CigaretteLitter.org">CigaretteLitter.org</a></li>
<li><a href="http://www.mountainkeepers.org/Butt%20Facts.htm" target="_link" title="The Real Scoop on Cigarette Butts">The Real Scoop on Cigarette Butts</a></li>
<li><a href="http://www.blisstree.com/healthbolt/10-things-you-should-know-about-cigarette-butt-litter/" target="_link" title="10 Things You Should Know About Cigarette Butt Litter">10 Things You Should Know About Cigarette Butt Litter</a></li>
</ul>
</div>
<img src="http://feeds.feedburner.com/~r/Ragingeek/~4/RV5a6rtPAF8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ragingeek.com/why-do-we-let-smokers-litter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ragingeek.com/why-do-we-let-smokers-litter</feedburner:origLink></item>
		<item>
		<title>Fun Pic: Dart in a Dart</title>
		<link>http://feedproxy.google.com/~r/Ragingeek/~3/DzM36wGHcno/fun-pic-dart-in-a-dart</link>
		<comments>http://www.ragingeek.com/fun-pic-dart-in-a-dart#comments</comments>
		<pubDate>Sat, 16 May 2009 23:46:24 +0000</pubDate>
		<dc:creator>ragin'Geek</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[dart]]></category>
		<category><![CDATA[dart in dart]]></category>
		<category><![CDATA[darts]]></category>

		<guid isPermaLink="false">http://www.ragingeek.com/fun-pic-dart-in-a-dart</guid>
		<description><![CDATA[ During a rather competitive game of Tiaga Darts, I threw one dart through the tail of another, kinda like Robin Hood.
]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-60" href="http://www.ragingeek.com/fun-pic-dart-in-a-dart/dart-in-dart/" title="Dart In Dart"><img border="0" src="http://www.ragingeek.com/wordpress/wp-content/uploads/2009/05/dart.thumbnail.JPG" alt="Dart In Dart" /></a> During a rather competitive game of Tiaga Darts, I threw one dart through the tail of another, kinda like Robin Hood.</p>
<img src="http://feeds.feedburner.com/~r/Ragingeek/~4/DzM36wGHcno" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ragingeek.com/fun-pic-dart-in-a-dart/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.ragingeek.com/fun-pic-dart-in-a-dart</feedburner:origLink></item>
		<item>
		<title>Stranger Among Bears</title>
		<link>http://feedproxy.google.com/~r/Ragingeek/~3/gtlATXMVFxI/stranger-among-bears</link>
		<comments>http://www.ragingeek.com/stranger-among-bears#comments</comments>
		<pubDate>Tue, 12 May 2009 18:29:49 +0000</pubDate>
		<dc:creator>ragin'Geek</dc:creator>
				<category><![CDATA[Outdoor Activities]]></category>
		<category><![CDATA[bears]]></category>
		<category><![CDATA[hiking]]></category>
		<category><![CDATA[stranger among bears]]></category>

		<guid isPermaLink="false">http://www.ragingeek.com/stranger-among-bears</guid>
		<description><![CDATA[I watched &#8220;Stranger Among Bears&#8220; last weekend on Animal Planet.  And as an avid hiker and nature lover I couldn&#8217;t help but admire the relationships Charlie has with these bears.  When I saw the bears chillin on his porch and hiking with him, it blew my mind.  I can&#8217;t help but think, how cool would [...]]]></description>
			<content:encoded><![CDATA[<p>I watched <a target="_link" href="http://animal.discovery.com/videos/stranger-among-bears-videos/" title="Stranger Among Bears">&#8220;<strong>Stranger Among Bears</strong>&#8220;</a> last weekend on Animal Planet.  And as an avid hiker and nature lover I couldn&#8217;t help but admire the relationships Charlie has with these <strong>bears</strong>.<span id="more-58"></span>  When I saw the <strong>bears</strong> chillin on his porch and hiking with him, it blew my mind.  I can&#8217;t help but think, how cool would it be to go hiking with a <strong>bear</strong>?!  I mean anyone can go hiking with a dog, but how awesome would it be to have a <strong>bear</strong> as your &#8220;man&#8217;s best friend&#8221;?  Anyway, I recommend you check it out for yourself.</p>
<div id="RelatedLinks">
<h4>Related Links:</h4>
<ul>
<li><a target="_link" href="http://abcnews.go.com/Primetime/Story?id=5288312&amp;page=1" title="Living With Bears, Playing by His Own Rules">Living With Bears, Playing by His Own Rules</a></li>
</ul>
</div>
<img src="http://feeds.feedburner.com/~r/Ragingeek/~4/gtlATXMVFxI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.ragingeek.com/stranger-among-bears/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.ragingeek.com/stranger-among-bears</feedburner:origLink></item>
	</channel>
</rss>
