<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="/rss/rss.xsl"?>
<rss version="2.0">
	<channel>
	<title>ASP 101 News</title>
	<link>http://www.asp101.com/</link>
	<description>The latest news from ASP 101.  The place Active Server Pages and ASP.NET developers go!</description>
	<language>en-us</language>
	<copyright>Copyright 2007 Jupitermedia Corporation All Rights Reserved.</copyright>
	<managingEditor>john@asp101.com</managingEditor>
	<webMaster>webmaster@asp101.com</webMaster>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<item>
		<title>Name Tag Sample Code</title>
		<link>http://www.asp101.com/samples/nametag_aspx.asp</link>
		<description>
		&lt;p&gt;
		This sample shows you how to load a background image from a file, add some text to the image using ASP.NET's graphics capabilities, and serve the resulting image to a browser.
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 6 Jan 2009 17:00:00 GMT</pubDate>
		<category>Articles</category>
	</item>
	<item>
		<title>ASP 101's Year in Review - A Look Back At 2008</title>
		<link>http://www.asp101.com/articles/john/2008review/default.asp</link>
		<description>
		&lt;p&gt;
		As always seems to happen this time of year, I find myself wondering where the year went.  Our faithful readers will probably recall that my usual reaction to this feeling is to take a few minutes out of the hectic holday season to look back and highlight some of the best content we published this year.  So without any further ado... here's ASP 101's year in review for 2008.
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 23 Dec 2008 17:00:00 GMT</pubDate>
		<category>Articles</category>
	</item>
	<item>
		<title>How to Register a Control for Application-Wide Use</title>
		<link>http://www.asp101.com/tips/index.asp?id=166</link>
		<description>
		&lt;p&gt;
		Did you know that you can register a custom server or user control in your web.config file and use it throughout your application without the need for the &amp;lt;%@ Register %&amp;gt; directive at the top of each page?
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 16 Dec 2008 17:00:00 GMT</pubDate>
		<category>Quick Tips</category>
	</item>
	<item>
		<title>ASP.NET's MachineKey Element and Web Farms</title>
		<link>http://www.asp101.com/tips/index.asp?id=165</link>
		<description>
		&lt;p&gt;
		The default configuration of ASP.NET's machineKey element works great on a single server.  The problems emerge when you deploy your application to a Web farm.
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 9 Dec 2008 17:00:00 GMT</pubDate>
		<category>Quick Tips</category>
	</item>
	<item>
		<title>Spell Check from Within Visual Studio</title>
		<link>http://www.asp101.com/tips/index.asp?id=164</link>
		<description>
		&lt;p&gt;
		If you've ever cut and pasted text from Visual Studio into Microsoft Word just to check for spelling errors then this tip is for you.
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 2 Dec 2008 17:00:00 GMT</pubDate>
		<category>Quick Tips</category>
	</item>	
	<item>
		<title>Visual Studio Item Templates</title>
		<link>http://www.asp101.com/tips/index.asp?id=163</link>
		<description>
		&lt;p&gt;
		When you add a new page to your Web site, do you often find yourself cutting and pasting from
		another page to get started?  If you're spending more time importing controls and setting up content
		regions for your master page than actually working on the new page, you might want to look into
		creating an &quot;Item template&quot; in Visual Studio.
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 18 Nov 2008 00:00:00 GMT</pubDate>
		<category>Quick Tips</category>
	</item>
	<item>
		<title>Cut or Copy Entire Lines Instantly in Visual Studio</title>
		<link>http://www.asp101.com/tips/index.asp?id=162</link>
		<description>
		&lt;p&gt;
		While this is really more of a Visual Studio tip than an ASP tip, it's a huge time saver that few people seem to know about.
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 11 Nov 2008 00:00:00 GMT</pubDate>
		<category>Quick Tips</category>
	</item>
	<item>
		<title>Using the Response.RedirectLocation Property</title>
		<link>http://www.asp101.com/tips/index.asp?id=161</link>
		<description>
		&lt;p&gt;
		It appears that ASP.NET actually includes a Response.RedirectLocation property which you can
		set instead of using the AppendHeader method we originally used in our tip about permanent redirects.
		The end result is the same, but based on the feedback we've received it seems that many of our readers
		prefer the RedirectLocation method.
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 4 Nov 2008 00:00:00 GMT</pubDate>
		<category>Quick Tips</category>
	</item>
	<item>
		<title>Improved Proper Case Sample Function</title>
		<link>http://www.asp101.com/samples/pcase.asp#yetanother</link>
		<description>
		&lt;p&gt;
		As often happens, one of our visitors has taken one of our scripts and improved upon it.
		Our original was designed to mimic VB's vbProperCase format.  The problem is that they both fail
		miserably on things like &quot;Peter O'Tool&quot; or &quot;Camilla Parker-Bowles&quot;.
		This new version handles both of those correctly.
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 28 Oct 2008 00:00:00 GMT</pubDate>
		<category>Samples</category>
	</item>
	<item>
		<title>Response.Redirect vs. &quot;301 Moved Permanently&quot;</title>
		<link>http://www.asp101.com/tips/index.asp?id=161</link>
		<description>
		&lt;p&gt;
		We've all used Response.Redirect at one time or another.  It's the quick and easy way to get
		visitors pointed in the right direction if they somehow end up in the wrong place.
		But did you know that Response.Redirect sends an HTTP response status code of &quot;302 Found&quot;
		when you might really want to send &quot;301 Moved Permanently&quot;?
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 21 Oct 2008 00:00:00 GMT</pubDate>
		<category>Quick Tips</category>
	</item>
	<item>
		<title>Microsoft Releases Silverlight 2</title>
		<link>http://www.asp101.com/articles/pr/081014Silverlight2.asp</link>
		<description>
		&lt;p&gt;
		Microsoft has shipped the release version of Silverlight 2. The runtime is currently available for Windows and Mac browsers.
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 14 Oct 2008 00:00:00 GMT</pubDate>
		<category>Press Releases</category>
	</item>
	<item>
		<title>Using HttpOnly Cookies in ASP.NET 1.x and Classic ASP</title>
		<link>http://www.asp101.com/tips/index.asp?id=160#update</link>
		<description>
		&lt;p&gt;
		I've gotten a number of email from users anxious to use HttpOnly cookies in their legacy Web projects. Rest assured, you can get the same HttpOnly functionality regardless of your server side tool of choice... it's just takes a little more work.
		&lt;/p&gt;
		</description>
		<pubDate>Tue, 7 Oct 2008 00:00:00 GMT</pubDate>
		<category>Quick Tips</category>
	</item>
	</channel>
</rss>
