<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://shawnhyde.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>Shawn L. Hyde, Portfolio/Resume</title><link>http://shawnhyde.com/blogs/</link><description>Specializing in 3D art, Web Design and Concept Creation</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Asp.net C# script for Permanent 301 Redirect </title><link>http://shawnhyde.com/blogs/recipes/archive/2009/03/27/asp-net-c-script-for-permanent-301-redirect.aspx</link><pubDate>Fri, 27 Mar 2009 20:32:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:31</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;strong&gt;Here is the code, add this to your global.asax file:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;textarea cols="56" rows="8" style="width:565px;height:203px;"&gt;&amp;lt;script language=&amp;quot;C#&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
// This code is provided free for all, enjoy! &amp;copy;2008-2009 Shawn Hyde http://shawnhyde.com
protected void Application_BeginRequest(Object sender, EventArgs e)
        {  
if (HttpContext.Current.Request.Url.ToString().ToLower().Contains(&amp;quot;http://olddomain.tld&amp;quot;)) 
{ 
    HttpContext.Current.Response.Status = &amp;quot;301 Moved Permanently&amp;quot;; 
    HttpContext.Current.Response.AddHeader(&amp;quot;Location&amp;quot;, Request.Url.ToString().ToLower().Replace(&amp;quot;http://olddomain.tld&amp;quot;,&amp;quot;http://newdomain.tld&amp;quot;)); 
} 
}
&amp;lt;/script&amp;gt;&lt;/textarea&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=31" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/recipes/archive/tags/Proper+301+Redirect+for+asp.net+C_2300_/default.aspx">Proper 301 Redirect for asp.net C#</category></item><item><title>Shawn's Best Gourmet Popcorn - Organic</title><link>http://shawnhyde.com/blogs/recipes/archive/2008/09/06/shawn-s-best-gourmet-popcorn-organic.aspx</link><pubDate>Sun, 07 Sep 2008 01:32:00 GMT</pubDate><guid isPermaLink="false">057dedc4-e29b-41bf-acdf-f33b8e6f3dd4:25</guid><dc:creator>Shawn Hyde</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;People tell me this is by far the best popcorn they have ever had so I figured I would write up the recipe for it here on my website. I made this up one evening while making a batch of popcorn. my measurements are a guesstimate, I never measure anything using exact measurements.&lt;/p&gt;
&lt;p&gt;Shawn&amp;#39;s Best Gourmet Popcorn&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Pop 1-1.5 cup(s) Organic popcorn in any hot air popper.&lt;/li&gt;
    &lt;li&gt;Melt 1/2 Cup Real-Organic butter with 2 tables spoons Organic Virgin Olive Oil&lt;/li&gt;
    &lt;li&gt;After butter is melted, &lt;strong&gt;not&lt;/strong&gt; boiling hot add 1/3 cup Organic Brown Sugar(a bit hard to find, might need to go to a Natural food store)&lt;/li&gt;
    &lt;li&gt;Now mix and bring to a boil.&lt;/li&gt;
    &lt;li&gt;Popcorn should be done popping at this point.&lt;/li&gt;
    &lt;li&gt;use a spoon and drip mix on popcorn evenly shaking in container to mix evenly.&lt;/li&gt;
    &lt;li&gt;After all butter sauce is evenly mixed, sprinkle&amp;nbsp;two &amp;quot;pinches&amp;quot; of salt and shake again.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Yes, I eat organic, I don&amp;#39;t like chemicals in my food let along genetic modifications.&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://shawnhyde.com/aggbug.aspx?PostID=25" width="1" height="1"&gt;</description><category domain="http://shawnhyde.com/blogs/recipes/archive/tags/Organic/default.aspx">Organic</category><category domain="http://shawnhyde.com/blogs/recipes/archive/tags/Gourmet/default.aspx">Gourmet</category><category domain="http://shawnhyde.com/blogs/recipes/archive/tags/Recipe/default.aspx">Recipe</category><category domain="http://shawnhyde.com/blogs/recipes/archive/tags/Popcorn/default.aspx">Popcorn</category></item></channel></rss>