<?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"
	>

<channel>
	<title>not so silent (e)</title>
	<atom:link href="http://notso.silent-e.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://notso.silent-e.com</link>
	<description>Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind. - Dr. Seuss</description>
	<pubDate>Tue, 02 Dec 2008 02:26:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Help Ash use his BOOMSTICK!!</title>
		<link>http://notso.silent-e.com/2008/12/01/help-ash-use-his-boomstick/</link>
		<comments>http://notso.silent-e.com/2008/12/01/help-ash-use-his-boomstick/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 02:22:18 +0000</pubDate>
		<dc:creator>matte</dc:creator>
		
		<category><![CDATA[cool]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://notso.silent-e.com/?p=627</guid>
		<description><![CDATA[
There&#8217;s a tournament running at AMC.  It&#8217;s a &#8220;Monster Hunter&#8221; tournament and we&#8217;re down to the final four.  Buffy the Vampire Slayer versus Ripley (from Alien) and Ash (from the Evil Dead movies) versus Hellboy.
Let&#8217;s get Ash into the final round people!!  Please click either image and vote for Ash.  He&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://polls.amctv.com//chart/data/1418-lead-3.html" target="_blank"><img src="http://notso.silent-e.com/images/boomstick.jpg" class="center" /></a></p>
<p>There&#8217;s a tournament running at AMC.  It&#8217;s a &#8220;Monster Hunter&#8221; tournament and we&#8217;re down to the final four.  Buffy the Vampire Slayer versus Ripley (from Alien) and Ash (from the Evil Dead movies) versus Hellboy.</p>
<p>Let&#8217;s get Ash into the final round people!!  Please click either image and vote for Ash.  He&#8217;s the second vote you&#8217;ll encounter.  I don&#8217;t really care between Buffy and Ripley but it&#8217;d be nice to have Ripley do better against Buffy.  <img src='http://notso.silent-e.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://polls.amctv.com//chart/data/1418-lead-3.html" target="_blank"><img src="http://notso.silent-e.com/images/amc_monster_hunter.png" class="center" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://notso.silent-e.com/2008/12/01/help-ash-use-his-boomstick/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Not something I&#8217;d advertise</title>
		<link>http://notso.silent-e.com/2008/11/27/not-something-id-advertise/</link>
		<comments>http://notso.silent-e.com/2008/11/27/not-something-id-advertise/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 02:28:18 +0000</pubDate>
		<dc:creator>matte</dc:creator>
		
		<category><![CDATA[whatever]]></category>

		<guid isPermaLink="false">http://notso.silent-e.com/2008/11/27/not-something-id-advertise/</guid>
		<description><![CDATA[

I uploaded this through 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/silent_e/3065004904/" title="flickr photo"><img src="http://farm4.static.flickr.com/3293/3065004904_274f7be678.jpg" class="flickr-photo" alt="Not something I'd advertise" title="Not something I'd advertise" /></a></p>
<p class="flickr-yourcomment">
<p>I uploaded this through <a href="http://www.flickr.com/photos/silent_e/"><img alt="flickr" title="flickr" class="clean" src="http://www.flickr.com/images/flickr_logo_blog.gif" width="41" height="18" border="0" align="absmiddle" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://notso.silent-e.com/2008/11/27/not-something-id-advertise/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How I block people from visiting a website</title>
		<link>http://notso.silent-e.com/2008/11/24/how-i-block-people-from-visiting-a-website/</link>
		<comments>http://notso.silent-e.com/2008/11/24/how-i-block-people-from-visiting-a-website/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 22:31:37 +0000</pubDate>
		<dc:creator>matte</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[technology]]></category>

		<category><![CDATA[tips]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://notso.silent-e.com/?p=622</guid>
		<description><![CDATA[Inspired by the article Block a Website for Everyone But You over at CSS Tricks, I thought I&#8217;d post my way of blocking people from accessing my websites while I work on them.
Chris Coyier over at CSS Tricks uses the following code in his .htaccess file to block visitors.
RewriteEngine On
RewriteBase /
RewriteCond %{REMOTE_HOST} !^71\.225\.113\.171
RewriteCond %{REMOTE_HOST} !^71\.185\.239\.212
RewriteCond [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by the article <a href="http://css-tricks.com/block-a-website-for-everyone-but-you/" target="_blank">Block a Website for Everyone But You</a> over at CSS Tricks, I thought I&#8217;d post my way of blocking people from accessing my websites while I work on them.</p>
<p>Chris Coyier over at CSS Tricks uses the following code in his .htaccess file to block visitors.</p>
<p><code>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REMOTE_HOST} !^71\.225\.113\.171<br />
RewriteCond %{REMOTE_HOST} !^71\.185\.239\.212<br />
RewriteCond %{REMOTE_HOST} !^69\.253\.223\.254<br />
RewriteCond %{REQUEST_URI} !/comingsoon\.html$<br />
RewriteRule .* /comingsoon.html [R=302,L]<br />
</code></p>
<p>What he&#8217;s doing there is checking for specific IP addresses that are allowed to see the website but everyone else is sent to the &#8220;comingsoon.html&#8221; webpage.  This is great for people who have specific IP addresses but if you&#8217;re behind a proxy like I am at work then everyone else with you behind that proxy can still see the site.</p>
<p>I find it much easier to redirect everyone but check for a custom cookie that I can set using the <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Webdeveloper Firefox extension</a>.  That way I can check to make sure that the redirect to the maintenance page is actually working.  Here&#8217;s the relevant code that I use (taken from a RoR tutorial of old)</p>
<p><code>RewriteCond %{DOCUMENT_ROOT}/maintenance.html -f<br />
RewriteCond %{SCRIPT_FILENAME} !maintenance.html<br />
RewriteCond %{HTTP_COOKIE} !^.*access_cookie=1.*$<br />
RewriteRule ^.*$ /maintenance.html [L]<br />
</code></p>
<p>where the text &#8220;access_cookie&#8221; (sans quotes) would be whatever cookie name you want to use.  I just create a &#8220;session cookie&#8221; set to a value of &#8220;1&#8243; (or whatever you want to make it) and check for it&#8217;s existence.</p>
<p>That gets around the problem of DHCP granted or spoofed IP addresses.  Sure a cookie is easy to add but if you make the name and/or value sufficiently difficult to guess, no one is getting in.</p>
<p>Now just add your cookie.</p>
<p><img src="http://notso.silent-e.com/images/add_cookie.png" class="clean" /></p>
<p>Note in the image that I have set it to be a &#8220;session cookie&#8221;.  This helps when you forget to delete the cookie.  Just close your tab (FF) or browser (IE), reopen it and the cookie will be gone.</p>
<p>Oh yeah.  The other thing that my .htaccess code does is, on the first line, check for the existence of the &#8220;maintenance.html&#8221; file.  I don&#8217;t want to have to add and remove this code everytime I want to take the site down.  It&#8217;s much easier to just have this code permanently in my .htaccess file and then upload the file that people will see when the site is down.  I then delete it when the site is ready to be reopened.  This is all performed using a custom Capistrano command that I run when I&#8217;m ready to deploy a new version.</p>
]]></content:encoded>
			<wfw:commentRss>http://notso.silent-e.com/2008/11/24/how-i-block-people-from-visiting-a-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wouldn&#8217;t it be easier to consolidate?</title>
		<link>http://notso.silent-e.com/2008/11/23/wouldnt-it-be-easier-to-consolidate/</link>
		<comments>http://notso.silent-e.com/2008/11/23/wouldnt-it-be-easier-to-consolidate/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 22:04:20 +0000</pubDate>
		<dc:creator>matte</dc:creator>
		
		<category><![CDATA[whatever]]></category>

		<guid isPermaLink="false">http://notso.silent-e.com/2008/11/23/wouldnt-it-be-easier-to-consolidate/</guid>
		<description><![CDATA[
How many different types of hand grenades does JetBlue need to warn us
about before they can simply say &#8216;No hand grenades. Period!&#8217;? I would
think that would suffice.
I uploaded this through 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/silent_e/3054281936/" title="flickr photo"><img src="http://farm4.static.flickr.com/3026/3054281936_1c32062f66.jpg" class="flickr-photo" alt="Wouldn't it be easier to consolidate?" title="Wouldn't it be easier to consolidate?" /></a></p>
<p class="flickr-yourcomment">How many different types of hand grenades does JetBlue need to warn us<br />
about before they can simply say &#8216;No hand grenades. Period!&#8217;? I would<br />
think that would suffice.</p>
<p>I uploaded this through <a href="http://www.flickr.com/photos/silent_e/"><img alt="flickr" title="flickr" class="clean" src="http://www.flickr.com/images/flickr_logo_blog.gif" width="41" height="18" border="0" align="absmiddle" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://notso.silent-e.com/2008/11/23/wouldnt-it-be-easier-to-consolidate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How cute</title>
		<link>http://notso.silent-e.com/2008/11/23/how-cute/</link>
		<comments>http://notso.silent-e.com/2008/11/23/how-cute/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 22:01:07 +0000</pubDate>
		<dc:creator>matte</dc:creator>
		
		<category><![CDATA[whatever]]></category>

		<guid isPermaLink="false">http://notso.silent-e.com/2008/11/23/how-cute/</guid>
		<description><![CDATA[
They have little miniscule packs of soda now.
I uploaded this through 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/silent_e/3053439015/" title="flickr photo"><img src="http://farm4.static.flickr.com/3272/3053439015_a84ff52857.jpg" class="flickr-photo" alt="How cute" title="How cute" /></a></p>
<p class="flickr-yourcomment">They have little miniscule packs of soda now.</p>
<p>I uploaded this through <a href="http://www.flickr.com/photos/silent_e/"><img alt="flickr" title="flickr" class="clean" src="http://www.flickr.com/images/flickr_logo_blog.gif" width="41" height="18" border="0" align="absmiddle" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://notso.silent-e.com/2008/11/23/how-cute/feed/</wfw:commentRss>
		</item>
		<item>
		<title>To you who voted for Prop 8</title>
		<link>http://notso.silent-e.com/2008/11/12/to-you-who-voted-for-prop-8/</link>
		<comments>http://notso.silent-e.com/2008/11/12/to-you-who-voted-for-prop-8/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 18:27:04 +0000</pubDate>
		<dc:creator>matte</dc:creator>
		
		<category><![CDATA[tv]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[wtf?]]></category>

		<guid isPermaLink="false">http://notso.silent-e.com/?p=617</guid>
		<description><![CDATA[I know you probably won&#8217;t watch this because after you &#8220;won&#8221; you would have stuck your head in the sand with fingers in your ears not wanting to see or listen to a dissenting opinion but it has to be said.

No picture from me but go visit my wife&#8217;s blog and she can tell you [...]]]></description>
			<content:encoded><![CDATA[<p>I know you <a href="http://www.alternet.org/story/101973/why_it's_hard_to_change_people's_minds/" target="_blank">probably won&#8217;t watch this</a> because after you &#8220;won&#8221; you would have stuck your head in the sand with fingers in your ears not wanting to see or listen to a dissenting opinion but it has to be said.</p>
<p><iframe height="339" width="425" src="http://www.msnbc.msn.com/id/22425001/vp/27652443#27652443" frameborder="0" scrolling="no"></iframe></p>
<p>No picture from me but <a href="http://www.catheroo.com/2008/11/07/let-freedom-ring/" target="_blank">go visit my wife&#8217;s blog</a> and she can tell you how we both feel.  Keith Olberman (in the video above) says it incredibly well too.  If you voted for Prop 8, or WOULD HAVE voted for Prop 8, you should be ASHAMED of yourself!</p>
<p><a href="http://www.msnbc.msn.com/id/27650743/" target="_blank">Transcript available here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notso.silent-e.com/2008/11/12/to-you-who-voted-for-prop-8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yoda Santa makes it to Consumerist again</title>
		<link>http://notso.silent-e.com/2008/11/11/yoda-santa-makes-it-to-consumerist-again/</link>
		<comments>http://notso.silent-e.com/2008/11/11/yoda-santa-makes-it-to-consumerist-again/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 19:16:59 +0000</pubDate>
		<dc:creator>matte</dc:creator>
		
		<category><![CDATA[cool]]></category>

		<category><![CDATA[me me me]]></category>

		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://notso.silent-e.com/?p=615</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://consumerist.com/5083327/next-victim-of-the-economic-meltdown-santa" target="_blank"><img src="http://notso.silent-e.com/images/consumerist081111.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://notso.silent-e.com/2008/11/11/yoda-santa-makes-it-to-consumerist-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The scariest horror movie I&#8217;ve ever seen</title>
		<link>http://notso.silent-e.com/2008/10/31/the-scariest-horror-movie-ive-ever-seen/</link>
		<comments>http://notso.silent-e.com/2008/10/31/the-scariest-horror-movie-ive-ever-seen/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 19:42:16 +0000</pubDate>
		<dc:creator>matte</dc:creator>
		
		<category><![CDATA[tips]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://notso.silent-e.com/?p=608</guid>
		<description><![CDATA[A perfect scare for Halloween.  For me, this has got to be one of the scariest videos ever.    Please vote on November 4th.
]]></description>
			<content:encoded><![CDATA[<p>A perfect scare for Halloween.  For me, <a href="http://adsoftheworld.com/media/tv/public_awareness_palin">this has got to be one of the scariest videos</a> ever.  <img src='http://notso.silent-e.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Please vote on November 4th.</p>
]]></content:encoded>
			<wfw:commentRss>http://notso.silent-e.com/2008/10/31/the-scariest-horror-movie-ive-ever-seen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Visit this site if you are feeling down or just need to laugh your ass off</title>
		<link>http://notso.silent-e.com/2008/10/23/visit-this-site-if-you-are-feeling-down-or-just-need-to-laugh-your-ass-off/</link>
		<comments>http://notso.silent-e.com/2008/10/23/visit-this-site-if-you-are-feeling-down-or-just-need-to-laugh-your-ass-off/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 16:47:35 +0000</pubDate>
		<dc:creator>matte</dc:creator>
		
		<category><![CDATA[funny]]></category>

		<category><![CDATA[pets]]></category>

		<category><![CDATA[technology]]></category>

		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://notso.silent-e.com/2008/10/23/visit-this-site-if-you-are-feeling-down-or-just-need-to-laugh-your-ass-off/</guid>
		<description><![CDATA[Blender Defender or how to keep cats off the counter
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.plasma2002.com/blenderdefender/" target="_blank">Blender Defender or how to keep cats off the counter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://notso.silent-e.com/2008/10/23/visit-this-site-if-you-are-feeling-down-or-just-need-to-laugh-your-ass-off/feed/</wfw:commentRss>
		</item>
		<item>
		<title>101 uses for gaffers tape</title>
		<link>http://notso.silent-e.com/2008/10/15/101-uses-for-gaffers-tape/</link>
		<comments>http://notso.silent-e.com/2008/10/15/101-uses-for-gaffers-tape/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 18:52:14 +0000</pubDate>
		<dc:creator>matte</dc:creator>
		
		<category><![CDATA[whatever]]></category>

		<guid isPermaLink="false">http://notso.silent-e.com/2008/10/15/101-uses-for-gaffers-tape/</guid>
		<description><![CDATA[
my sister would NEVER want to do this to my nephews&#8230; would she?   
I uploaded this through 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/jwlphotography/2813483050/" title="flickr photo"><img src="http://farm4.static.flickr.com/3240/2813483050_3902d93d9e.jpg" class="flickr-photo" alt="101 uses for gaffers tape" title="101 uses for gaffers tape" /></a></p>
<p class="flickr-yourcomment">my sister would NEVER want to do this to my nephews&#8230; would she?  <img src='http://notso.silent-e.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I uploaded this through <a href="http://www.flickr.com/photos/silent_e/"><img alt="flickr" title="flickr" class="clean" src="http://www.flickr.com/images/flickr_logo_blog.gif" width="41" height="18" border="0" align="absmiddle" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://notso.silent-e.com/2008/10/15/101-uses-for-gaffers-tape/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
