<?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>Brad Williams Blog: Life of an Internet Startup &#187; ASP/.NET</title>
	<atom:link href="http://www.strangework.com/category/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strangework.com</link>
	<description>The Life of an Internet Startup Company via Brad Williams 2.0.</description>
	<lastBuildDate>Tue, 09 Mar 2010 15:25:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>From Microsoft to Linux&#8230;.almost</title>
		<link>http://www.strangework.com/2008/05/19/from-microsoft-to-linux-almost/</link>
		<comments>http://www.strangework.com/2008/05/19/from-microsoft-to-linux-almost/#comments</comments>
		<pubDate>Tue, 20 May 2008 00:48:57 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[ASP/.NET]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[WebDevStudios]]></category>

		<guid isPermaLink="false">http://www.strangework.com/?p=272</guid>
		<description><![CDATA[By StrangeWork.com: As most of you know I am in the process of starting my own Web Development Company in New Jersey.  Starting a company takes a lot of work, but of course I knew this going into it.  Business is great and we are starting to grow!  
I&#8217;ve decided to shift [...]


Related posts:<ol><li><a href='http://www.strangework.com/2007/11/14/no-zune-for-you-microsoft-drops-the-ball/' rel='bookmark' title='Permanent Link: No Zune for You, Microsoft drops the ball!'>No Zune for You, Microsoft drops the ball!</a></li>
<li><a href='http://www.strangework.com/2008/04/25/welcome-to-new-jersey/' rel='bookmark' title='Permanent Link: Welcome to New Jersey!'>Welcome to New Jersey!</a></li>
<li><a href='http://www.strangework.com/2007/11/08/the-php-anthology-book-from-sitepoint/' rel='bookmark' title='Permanent Link: The PHP Anthology Book from SitePoint'>The PHP Anthology Book from SitePoint</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By StrangeWork.com: As most of you know I am in the process of starting my own <a href="http://webdevstudios.com" title="Visit WebDevStudios.com">Web Development Company</a> in New Jersey.  Starting a company takes a lot of work, but of course I knew this going into it.  Business is great and we are starting to grow!  </p>
<p><a href='http://www.strangework.com/wp-content/uploads/2008/05/php-logo.png' rel='shadowbox[post-272];player=img;'><img src="http://www.strangework.com/wp-content/uploads/2008/05/php-logo.png" alt="PHP Logo" title="php-logo" width="250" height="132" class="alignnone size-full wp-image-273" align="right" /></a>I&#8217;ve decided to shift focus on my technologies track a little.  I&#8217;ve always programmed with Microsoft technologies including classic ASP, ASP.NET, VB, SQL Server, etc.  I&#8217;ve been developing dynamic websites with classic ASP for almost 8 years now and I still love that language.  I use ASP.NET occasionally when the project calls for it, but I love scripting languages.  I&#8217;ve decided to focus my efforts on PHP rather than ASP.NET.</p>
<p>Scripting has always come natural to me, so why focus on a more object-oriented language?  Exactly, so from this point on I will be primarily developing in ASP and PHP.  The logic is the same as ASP, just different syntax so the switch won&#8217;t be too dramatic.</p>
<p>Expect to see some sweet PHP applications rolling out in the coming months!</p>


<p>Related posts:<ol><li><a href='http://www.strangework.com/2007/11/14/no-zune-for-you-microsoft-drops-the-ball/' rel='bookmark' title='Permanent Link: No Zune for You, Microsoft drops the ball!'>No Zune for You, Microsoft drops the ball!</a></li>
<li><a href='http://www.strangework.com/2008/04/25/welcome-to-new-jersey/' rel='bookmark' title='Permanent Link: Welcome to New Jersey!'>Welcome to New Jersey!</a></li>
<li><a href='http://www.strangework.com/2007/11/08/the-php-anthology-book-from-sitepoint/' rel='bookmark' title='Permanent Link: The PHP Anthology Book from SitePoint'>The PHP Anthology Book from SitePoint</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.strangework.com/2008/05/19/from-microsoft-to-linux-almost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Update FriendFeed using ASP</title>
		<link>http://www.strangework.com/2008/04/01/how-to-update-friendfeed-using-asp/</link>
		<comments>http://www.strangework.com/2008/04/01/how-to-update-friendfeed-using-asp/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 22:09:28 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[ASP/.NET]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.strangework.com/2008/04/01/how-to-update-friendfeed-using-asp/</guid>
		<description><![CDATA[By StrangeWork.com:  Last week the popular feed aggregator FriendFeed launched their new API.
  The new API makes it easy for anyone to create custom applications to interact with FriendFeed.
Below is a script I wrote in ASP to post an image and link to your feed stream using XMLHTTP.  I’ve included the complete [...]


Related posts:<ol><li><a href='http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/' rel='bookmark' title='Permanent Link: How to: Update Pownce using ASP'>How to: Update Pownce using ASP</a></li>
<li><a href='http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/' rel='bookmark' title='Permanent Link: How To: Update your Twitter status with ASP'>How To: Update your Twitter status with ASP</a></li>
<li><a href='http://www.strangework.com/2007/07/17/asp-and-ajax-username-availability-check-example/' rel='bookmark' title='Permanent Link: How To: Create ASP and AJAX username availability check example'>How To: Create ASP and AJAX username availability check example</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By StrangeWork.com:  Last week the popular feed aggregator <a href="http://friendfeed.com" target="_blank" title="FriendFeed.com">FriendFeed</a> launched their <a href="http://friendfeed.com/api/" target="_blank" title="FriendFeed API documentation">new API</a>.</p>
<p><a href='http://friendfeed.com/api/' title='View the FriendFeed API' target='_blank'><img src='http://www.strangework.com/wp-content/uploads/2008/04/friendfeed-logo.png' alt='FriendFeed Logo' align='left' /></a>  The new API makes it easy for anyone to create custom applications to interact with FriendFeed.</p>
<p>Below is a script I wrote in ASP to post an image and link to your feed stream using XMLHTTP.  I’ve included the complete script for download at the bottom of this post.</p>
<blockquote style="color:#999; background:white; margin:0; padding:1em; border:1px solid #999;font-size:10px;"><p>
&#8216;*** set your FriendFeed username and remote key variables<br />
&#8216;*** your users can obtain their remote key here: http://friendfeed.com/remotekey<br />
ff_username = &#8220;username&#8221;<br />
ff_remotekey = &#8220;remotekey&#8221;</p>
<p>&#8216;*** set the URL you want to link to<br />
ff_url = &#8220;http://snapfoo.com&#8221;</p>
<p>&#8216;*** set the text to add to your post<br />
ff_update = &#8220;Visit SnapFoo.com&#8221;</p>
<p>&#8216;*** set the image URL to post to FriendFeed<br />
&#8216;*** this will be posted as a thumbnail on your feed<br />
ff_filename = &#8220;http://snapfoo.com/images/snapfoo_logo.jpg&#8221;</p>
<p>&#8216;*** package all of your variables in one variable to post to the FriendFeed API<br />
ff_post = &#8220;http://&#8221; &#038; URLEncode(ff_username) &#038; &#8220;:&#8221; &#038; URLEncode(ff_remotekey) &#038; &#8220;@friendfeed.com/api/share?title=&#8221; &#038; URLEncode(ff_update) &#038; &#8220;&#038;link=&#8221; &#038; URLEncode(ff_url) &#038; &#8220;&#038;image0_url=&#8221; &#038; URLEncode(ff_filename)</p>
<p>&#8216;*** post the update<br />
Set xml = Server.CreateObject(&#8220;Microsoft.XMLHTTP&#8221;)<br />
xml.Open &#8220;POST&#8221;, ff_post, False<br />
xml.setRequestHeader &#8220;Content-Type&#8221;, &#8220;content=text/html; charset=iso-8859-1&#8243;<br />
xml.Send<br />
Set xml = Nothing
</p></blockquote>
<p>That’s it! Using the above method you can easily create scripts to update FriendFeed with text, links, and photos!</p>
<p><a href="http://www.strangework.com/downloads/update_friendfeed.zip" title="ASP Script to update FriendFeed">Download Source File to Update FriendFeed using ASP</a></p>


<p>Related posts:<ol><li><a href='http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/' rel='bookmark' title='Permanent Link: How to: Update Pownce using ASP'>How to: Update Pownce using ASP</a></li>
<li><a href='http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/' rel='bookmark' title='Permanent Link: How To: Update your Twitter status with ASP'>How To: Update your Twitter status with ASP</a></li>
<li><a href='http://www.strangework.com/2007/07/17/asp-and-ajax-username-availability-check-example/' rel='bookmark' title='Permanent Link: How To: Create ASP and AJAX username availability check example'>How To: Create ASP and AJAX username availability check example</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.strangework.com/2008/04/01/how-to-update-friendfeed-using-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Update Pownce using ASP</title>
		<link>http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/</link>
		<comments>http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 14:42:37 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[ASP/.NET]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Pownce]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/</guid>
		<description><![CDATA[By StrangeWork.com: On February 28th, 2008 Pownce released version 2.0 of their API.  The major update in this new version is the ability to post messages, links, files, events and even replies via the API directly to a Ponwce.com account.
Below is an ASP script I wrote to update your Pownce profile automatically through the [...]


Related posts:<ol><li><a href='http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/' rel='bookmark' title='Permanent Link: How To: Update your Twitter status with ASP'>How To: Update your Twitter status with ASP</a></li>
<li><a href='http://www.strangework.com/2007/07/06/powncecom-ups-the-ante/' rel='bookmark' title='Permanent Link: Pownce.com Ups the Ante'>Pownce.com Ups the Ante</a></li>
<li><a href='http://www.strangework.com/2008/04/01/how-to-update-friendfeed-using-asp/' rel='bookmark' title='Permanent Link: How to: Update FriendFeed using ASP'>How to: Update FriendFeed using ASP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By StrangeWork.com: On February 28th, 2008 <a href="http://blog.pownce.com/2008/02/28/announcing-pownce-api-v20/" target="_blank" title="Pownce API 2.0 Blog Post">Pownce</a> released <a href="http://pownce.pbwiki.com/API%20Documentation2-0" target="_blank" title="Pownce API Version 2.0">version 2.0 of their API</a>.  The major update in this new version is the ability to post messages, links, files, events and even replies via the API directly to a Ponwce.com account.</p>
<p><a href='http://pownce.pbwiki.com/API%20Documentation2-0' title='Pownce Logo' target='_blank'><img src='http://www.strangework.com/wp-content/uploads/2008/03/pownce_logo.jpg' alt='Pownce Logo' align='right'/></a>Below is an ASP script I wrote to update your Pownce profile automatically through the new API.  I&#8217;ve included the complete script for download at the bottom of this post.</p>
<p>Pownce requires the username and password values be encoded using base64.  Below is an ASP function that will convert any value over to base64 encode.</p>
<blockquote style="color:#999; background:white; margin:0; padding:1em; border:1px solid #999;font-size:10px;"><p>
const BASE_64_MAP_INIT = &#8220;ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/&#8221;<br />
dim nl<br />
&#8216; zero based arrays<br />
dim Base64EncMap(63)<br />
dim Base64DecMap(127)</p>
<p>&#8216; must be called before using anything else<br />
PUBLIC SUB initCodecs()<br />
  &#8216; init vars<br />
  nl = &#8220;<P>&#8221; &#038; chr(13) &#038; chr(10)<br />
  &#8216; setup base 64<br />
  dim max, idx<br />
     max = len(BASE_64_MAP_INIT)<br />
  for idx = 0 to max &#8211; 1<br />
       &#8216; one based string<br />
       Base64EncMap(idx) = mid(BASE_64_MAP_INIT, idx + 1, 1)<br />
  next<br />
  for idx = 0 to max &#8211; 1<br />
       Base64DecMap(ASC(Base64EncMap(idx))) = idx<br />
  next<br />
END SUB</p>
<p>&#8216; encode base 64 encoded string<br />
PUBLIC FUNCTION base64Encode(plain)</p>
<p>  if len(plain) = 0 then<br />
       base64Encode = &#8220;&#8221;<br />
       exit function<br />
  end if</p>
<p>  dim ret, ndx, by3, first, second, third<br />
  by3 = (len(plain) \ 3) * 3<br />
  ndx = 1<br />
  do while ndx <= by3<br />
       first  = asc(mid(plain, ndx+0, 1))<br />
       second = asc(mid(plain, ndx+1, 1))<br />
       third  = asc(mid(plain, ndx+2, 1))<br />
       ret = ret &#038; Base64EncMap(  (first \ 4) AND 63 )<br />
       ret = ret &#038; Base64EncMap( ((first * 16) AND 48) + ((second \ 16) AND 15 ) )<br />
       ret = ret &#038; Base64EncMap( ((second * 4) AND 60) + ((third \ 64) AND 3 ) )<br />
       ret = ret &#038; Base64EncMap( third AND 63)<br />
       ndx = ndx + 3<br />
  loop<br />
  ' check for stragglers<br />
  if by3 < len(plain) then<br />
       first  = asc(mid(plain, ndx+0, 1))<br />
       ret = ret &#038; Base64EncMap(  (first \ 4) AND 63 )<br />
       if (len(plain) MOD 3 ) = 2 then<br />
	    second = asc(mid(plain, ndx+1, 1))<br />
	    ret = ret &#038; Base64EncMap( ((first * 16) AND 48) + ((second \ 16) AND 15 ) )<br />
	    ret = ret &#038; Base64EncMap( ((second * 4) AND 60) )<br />
       else<br />
	    ret = ret &#038; Base64EncMap( (first * 16) AND 48)<br />
	    ret = ret &#038; "="<br />
       end if<br />
       ret = ret &#038; "="<br />
  end if</p>
<p>  base64Encode = ret<br />
END FUNCTION</p>
<p>' initialize<br />
call initCodecs
</p></blockquote>
<p>Every site/script that interacts with the Pownce API requires an application key.  To get your application key, simply <a href="http://pownce.com/api/apps/new/" target="_blank" title="Register a Pownce Application">register a new application</a> on Pownce.  Just replace {app_key} in the below script with the application key that Pownce provides to you.</p>
<p>In this example we will be posting a LINK to your Pownce profile.  Be sure to reference the <a href="http://pownce.pbwiki.com/API%20Documentation2-0" target="_blank" title="Pownce API Documentation">Pownce 2.0 API documentation</a> for specifications on posting messages, events, files, etc.</p>
<blockquote style="color:#999; background:white; margin:0; padding:1em; border:1px solid #999;font-size:10px;"><p>
&#8216;*** set your Pownce username and password variables<br />
p_username = &#8220;username&#8221;<br />
p_password = &#8220;password&#8221;</p>
<p>p_username = p_username &#038; &#8220;:&#8221; &#038; p_password</p>
<p>&#8216;*** Base64 encode your username and password<br />
p_username = base64Encode(p_username)</p>
<p>&#8216;*** replace {app_key} with YOUR application key<br />
strPownce = &#8220;http://api.pownce.com/2.0/send/link.xml?app_key={app_key}&#8221;</p>
<p>&#8216;*** the link you want to post to Pownce<br />
pownce_link = &#8220;http://snapfoo.com/images/snapfoo_logo.jpg&#8221;</p>
<p>&#8216;*** the description you want to post to Pownce<br />
pownce_update = &#8220;SnapFoo.com Logo &#8211; Foo You!&#8221;</p>
<p>Set xml = Server.CreateObject(&#8220;Microsoft.XMLHTTP&#8221;)<br />
xml.Open &#8220;POST&#8221;, strPownce, False<br />
xml.setRequestHeader &#8220;Content-Type&#8221;, &#8220;application/x-www-form-urlencoded&#8221;<br />
xml.setRequestHeader &#8220;Authorization&#8221;, &#8220;BASIC &#8221; &#038; p_username<br />
xml.Send(&#8220;note_to=public&#038;url=&#8221; &#038; pownce_link &#038; &#8220;&#038;note_body=&#8221;&#038;pownce_update)</p>
<p>&#8216;*** view the Pownce response<br />
Response.Write xml.responseText</p>
<p>Set xml = Nothing</p>
</blockquote>
<p>That&#8217;s it!  Using the above method you can easily create scripts to update Pownce with anything you would like.  </p>
<p><a href="http://www.strangework.com/downloads/update_pownce.zip" title="update Pownce using ASP script">Download Source File to Update Pownce using ASP</a></p>


<p>Related posts:<ol><li><a href='http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/' rel='bookmark' title='Permanent Link: How To: Update your Twitter status with ASP'>How To: Update your Twitter status with ASP</a></li>
<li><a href='http://www.strangework.com/2007/07/06/powncecom-ups-the-ante/' rel='bookmark' title='Permanent Link: Pownce.com Ups the Ante'>Pownce.com Ups the Ante</a></li>
<li><a href='http://www.strangework.com/2008/04/01/how-to-update-friendfeed-using-asp/' rel='bookmark' title='Permanent Link: How to: Update FriendFeed using ASP'>How to: Update FriendFeed using ASP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The ASP.NET 2.0 Anthology Book from SitePoint</title>
		<link>http://www.strangework.com/2007/10/12/the-aspnet-20-anthology-book-from-sitepoint/</link>
		<comments>http://www.strangework.com/2007/10/12/the-aspnet-20-anthology-book-from-sitepoint/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 14:41:50 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[ASP/.NET]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Sitepoint]]></category>

		<guid isPermaLink="false">http://www.strangework.com/2007/10/12/the-aspnet-20-anthology-book-from-sitepoint/</guid>
		<description><![CDATA[By StrangeWork.com:  Yesterday I received my new book from SitePoint.com, The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks &#038; Hacks.
After skimming through my new read I must say, SitePoint can write some amazing books!  I love how each section is prefaced with a question:
&#8220;How do I read data from my database?&#8221;
&#8220;How do I [...]


Related posts:<ol><li><a href='http://www.strangework.com/2007/07/26/sitepointcom-css-anthology-book/' rel='bookmark' title='Permanent Link: Sitepoint.com CSS Anthology Book'>Sitepoint.com CSS Anthology Book</a></li>
<li><a href='http://www.strangework.com/2007/11/08/the-php-anthology-book-from-sitepoint/' rel='bookmark' title='Permanent Link: The PHP Anthology Book from SitePoint'>The PHP Anthology Book from SitePoint</a></li>
<li><a href='http://www.strangework.com/2008/01/20/the-art-and-science-of-javascript-from-sitepoint/' rel='bookmark' title='Permanent Link: The Art and Science of JavaScript from SitePoint'>The Art and Science of JavaScript from SitePoint</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By StrangeWork.com:  Yesterday I received my new book from <a href="http://sitepoint.com" target="_blank">SitePoint.com</a>, <a href="http://www.sitepoint.com/books/aspnetant1/" target="_blank"><em>The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks &#038; Hacks</em></a>.<a href='http://www.sitepoint.com/books/aspnetant1/' title='ASP.NET 2.0 Anthology Book' target='_blank'><img src='http://www.strangework.com/wp-content/uploads/2007/10/aspnet-anthology-book.jpg' alt='ASP.NET 2.0 Anthology Book' align='left' /></a></p>
<p>After skimming through my new read I must say, SitePoint can write some amazing books!  I love how each section is prefaced with a question:</p>
<p>&#8220;How do I read data from my database?&#8221;<br />
&#8220;How do I use source control?&#8221;<br />
&#8220;How do I require users to log in?&#8221;</p>
<p>This method seems to flow easier for me in understanding new development techniques and code.</p>
<p>If you are interested in learning ASP.NET 2.0 using C# or just looking to refine your ASP.NET 2.0 skills then this is a must read.  </p>


<p>Related posts:<ol><li><a href='http://www.strangework.com/2007/07/26/sitepointcom-css-anthology-book/' rel='bookmark' title='Permanent Link: Sitepoint.com CSS Anthology Book'>Sitepoint.com CSS Anthology Book</a></li>
<li><a href='http://www.strangework.com/2007/11/08/the-php-anthology-book-from-sitepoint/' rel='bookmark' title='Permanent Link: The PHP Anthology Book from SitePoint'>The PHP Anthology Book from SitePoint</a></li>
<li><a href='http://www.strangework.com/2008/01/20/the-art-and-science-of-javascript-from-sitepoint/' rel='bookmark' title='Permanent Link: The Art and Science of JavaScript from SitePoint'>The Art and Science of JavaScript from SitePoint</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.strangework.com/2007/10/12/the-aspnet-20-anthology-book-from-sitepoint/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>301 Permanent Redirect using ASP</title>
		<link>http://www.strangework.com/2007/09/18/301-permanent-redirect-using-asp/</link>
		<comments>http://www.strangework.com/2007/09/18/301-permanent-redirect-using-asp/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 19:04:52 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[ASP/.NET]]></category>
		<category><![CDATA[ISAPI-Rewrite]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.strangework.com/2007/09/18/301-permanent-redirect-using-asp/</guid>
		<description><![CDATA[By StrangeWork.com:  I&#8217;ve been using my search engine optimization skills on a few different sites recently.  The Democrats for Monmouth County website is my current challenge.  One of the main challenges I faced was converting the old ugly links over to the new SEO friendly links without losing placement in the search [...]


Related posts:<ol><li><a href='http://www.strangework.com/2007/08/09/custom-asp-urls-with-querystrings-using-isapi-rewrite/' rel='bookmark' title='Permanent Link: How To: Create Custom ASP URLs with Querystrings using ISAPI Rewrite'>How To: Create Custom ASP URLs with Querystrings using ISAPI Rewrite</a></li>
<li><a href='http://www.strangework.com/2008/06/30/how-to-301-redirect-from-one-domain-to-another-using-mod_rewrite/' rel='bookmark' title='Permanent Link: How to: 301 Redirect from one domain to another using mod_rewrite'>How to: 301 Redirect from one domain to another using mod_rewrite</a></li>
<li><a href='http://www.strangework.com/2007/05/11/sitemaps/' rel='bookmark' title='Permanent Link: Sitemaps'>Sitemaps</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By StrangeWork.com:  I&#8217;ve been using my search engine optimization skills on a few different sites recently.  The <a href="http://mcds2007.com" target="_blank">Democrats for Monmouth County</a> website is my current challenge.  One of the main challenges I faced was converting the old ugly links over to the new SEO friendly links without losing placement in the search results.</p>
<p><strong>Link conversion example</strong><br />
Old URL:<br />
<a href="http://mcds2007.com/Default.asp?P=393" target="_blank">http://mcds2007.com/Default.asp?P=393</a></p>
<p>New URL:<br />
<a href="http://mcds2007.com/contact" target="_blank">http://mcds2007.com/contact</a></p>
<p>To keep your existing search engine rank, use a Permanent 301 Redirect to force the spiders to the new link. Simply add the below code to the top of your ASP script:</p>
<p>	Response.Status=&#8221;301 Moved Permanently&#8221;<br />
	Response.AddHeader &#8220;Location&#8221;, &#8220;/contact&#8221;</p>
<p>Easy as that!  Google, Yahoo, and the rest of the search engines will update your site links in their index without penalizing the new link.  </p>


<p>Related posts:<ol><li><a href='http://www.strangework.com/2007/08/09/custom-asp-urls-with-querystrings-using-isapi-rewrite/' rel='bookmark' title='Permanent Link: How To: Create Custom ASP URLs with Querystrings using ISAPI Rewrite'>How To: Create Custom ASP URLs with Querystrings using ISAPI Rewrite</a></li>
<li><a href='http://www.strangework.com/2008/06/30/how-to-301-redirect-from-one-domain-to-another-using-mod_rewrite/' rel='bookmark' title='Permanent Link: How to: 301 Redirect from one domain to another using mod_rewrite'>How to: 301 Redirect from one domain to another using mod_rewrite</a></li>
<li><a href='http://www.strangework.com/2007/05/11/sitemaps/' rel='bookmark' title='Permanent Link: Sitemaps'>Sitemaps</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.strangework.com/2007/09/18/301-permanent-redirect-using-asp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To: Update your Twitter status with ASP</title>
		<link>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/</link>
		<comments>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 12:59:19 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[ASP/.NET]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Twitter.com]]></category>

		<guid isPermaLink="false">http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/</guid>
		<description><![CDATA[Here is a simple script I wrote in classic ASP to update your Twitter status via the Twitter API.  This script handles basic HTTP authentication to validate your Twitter account and URL Encoding to send over friendly status updates.

&#60;%
Response.Buffer = True
Dim xml
Set xml = Server.CreateObject(&#34;Microsoft.XMLHTTP&#34;)

twitter_username = &#34;username&#34;	'change to your twitter username
twitter_password = &#34;password&#34;	'change to [...]


Related posts:<ol><li><a href='http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/' rel='bookmark' title='Permanent Link: How to: Update Pownce using ASP'>How to: Update Pownce using ASP</a></li>
<li><a href='http://www.strangework.com/2008/04/01/how-to-update-friendfeed-using-asp/' rel='bookmark' title='Permanent Link: How to: Update FriendFeed using ASP'>How to: Update FriendFeed using ASP</a></li>
<li><a href='http://www.strangework.com/2007/07/17/asp-and-ajax-username-availability-check-example/' rel='bookmark' title='Permanent Link: How To: Create ASP and AJAX username availability check example'>How To: Create ASP and AJAX username availability check example</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a simple script I wrote in classic ASP to update your Twitter status via the <a href="http://groups.google.com/group/twitter-development-talk/web/api-documentation" target="_blank">Twitter API</a>.  This script handles basic HTTP authentication to validate your Twitter account and URL Encoding to send over friendly status updates.</p>
<pre class="brush: plain;">
&lt;%
Response.Buffer = True
Dim xml
Set xml = Server.CreateObject(&quot;Microsoft.XMLHTTP&quot;)

twitter_username = &quot;username&quot;	'change to your twitter username
twitter_password = &quot;password&quot;	'change to your twitter password

new_status = &quot;visit strangework.com!&quot;		'change to your new status

xml.Open &quot;POST&quot;, &quot;http://&quot; &amp; twitter_username &amp; &quot;:&quot; &amp; twitter_password &amp; &quot;@twitter.com/statuses/update.xml?status=&quot; &amp; server.URLencode(new_status), False
xml.setRequestHeader &quot;Content-Type&quot;, &quot;content=text/html; charset=iso-8859-1&quot;
xml.Send

Response.Write xml.responseText		'view Twitter's response

Set xml = Nothing
%&gt;
</pre>


<p>Related posts:<ol><li><a href='http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/' rel='bookmark' title='Permanent Link: How to: Update Pownce using ASP'>How to: Update Pownce using ASP</a></li>
<li><a href='http://www.strangework.com/2008/04/01/how-to-update-friendfeed-using-asp/' rel='bookmark' title='Permanent Link: How to: Update FriendFeed using ASP'>How to: Update FriendFeed using ASP</a></li>
<li><a href='http://www.strangework.com/2007/07/17/asp-and-ajax-username-availability-check-example/' rel='bookmark' title='Permanent Link: How To: Create ASP and AJAX username availability check example'>How To: Create ASP and AJAX username availability check example</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>How To: Create Custom ASP URLs with Querystrings using ISAPI Rewrite</title>
		<link>http://www.strangework.com/2007/08/09/custom-asp-urls-with-querystrings-using-isapi-rewrite/</link>
		<comments>http://www.strangework.com/2007/08/09/custom-asp-urls-with-querystrings-using-isapi-rewrite/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 19:39:21 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[ASP/.NET]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[ISAPI-Rewrite]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.strangework.com/2007/08/09/custom-asp-urls-with-querystrings-using-isapi-rewrite/</guid>
		<description><![CDATA[ISAPI Rewrite is a powerful URL manipulation engine based on regular expressions. It acts mostly like Apache&#8217;s mod_Rewrite, but is designed specifically for Microsoft&#8217;s Internet Information Server (IIS). ISAPI_Rewrite is an ISAPI filter written in pure C/C++ so it is extremely fast. ISAPI_Rewrite gives you the freedom to go beyond the standard URL schemes and [...]


Related posts:<ol><li><a href='http://www.strangework.com/2008/06/30/how-to-301-redirect-from-one-domain-to-another-using-mod_rewrite/' rel='bookmark' title='Permanent Link: How to: 301 Redirect from one domain to another using mod_rewrite'>How to: 301 Redirect from one domain to another using mod_rewrite</a></li>
<li><a href='http://www.strangework.com/2007/07/17/asp-and-ajax-username-availability-check-example/' rel='bookmark' title='Permanent Link: How To: Create ASP and AJAX username availability check example'>How To: Create ASP and AJAX username availability check example</a></li>
<li><a href='http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/' rel='bookmark' title='Permanent Link: How to: Update Pownce using ASP'>How to: Update Pownce using ASP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.isapirewrite.com" target="_blank">ISAPI Rewrite</a> is a powerful URL manipulation engine based on regular expressions. It acts mostly like Apache&#8217;s mod_Rewrite, but is designed specifically for Microsoft&#8217;s Internet Information Server (IIS). ISAPI_Rewrite is an ISAPI filter written in pure C/C++ so it is extremely fast. ISAPI_Rewrite gives you the freedom to go beyond the standard URL schemes and develop your own scheme. </p>
<p>Below are a few very easy to follow ISAPI Rewrite rules using regular expressions:</p>
<hr />
<strong><br />
<h2>EXAMPLE 1</h2>
<p>DESCRIPTION:</strong><br />
use one querystring as a subdirectory</p>
<p><strong>ORIGINAL URL:</strong><br />
domain.com/member.asp?username=brad</p>
<p><strong>NEW URL:</strong><br />
domain.com/brad</p>
<p><strong>ISAPI REWRITE RULE:</strong><br />
RewriteRule /([^/]+) /member.asp\?username=$1 [I,L] </p>
<hr />
<strong><br />
<h2>EXAMPLE 2</h2>
<p>DESCRIPTION:</strong><br />
use two querystrings as subdirectories</p>
<p><strong>ORIGINAL URL:</strong><br />
domain.com/member.asp?username=brad&#038;page=2</p>
<p><strong>NEW URL:</strong><br />
domain.com/brad/2</p>
<p><strong>ISAPI REWRITE RULE:</strong><br />
RewriteRule /(?!images|js|css)([^/]+)/([^/]+) /member.asp\?username=$1&#038;page=$2 [I,L] </p>
<p>* notice the (?!images|js|css) section of the rule.  This piece tells the above rule to ignore those subdirectories (images, js, css).</p>
<hr />
<strong><br />
<h2>EXAMPLE 3</h2>
<p>DESCRIPTION:</strong><br />
use one hard coded subdirectory and one querystring as a subdirectory</p>
<p><strong>ORIGINAL URL:</strong><br />
domain.com/member.asp?user_id=1</p>
<p><strong>NEW URL:</strong><br />
domain.com/widget/1</p>
<p><strong>ISAPI REWRITE RULE</strong><br />
RewriteRule /widget/([^/]+) /member.asp\?user_id=$1 [I,L] </p>
<hr />
<p>Search engine spiders, and users, will ONLY see the newly formatted link. The querystrings are still being passed to the server, but they are not visible to anyone surfing the site. This is a HUGE advantage for making a dynamic site SEO friendly. Search engine spiders have always had issues with long complex querystrings, but masking the URL using ISAPI REWRITE has finally closed the gap between dynamic sites and SEO.</p>
<p><a href="http://www.isapirewrite.com" target="_blank">ISAPI Rewrite Homepage</a></p>


<p>Related posts:<ol><li><a href='http://www.strangework.com/2008/06/30/how-to-301-redirect-from-one-domain-to-another-using-mod_rewrite/' rel='bookmark' title='Permanent Link: How to: 301 Redirect from one domain to another using mod_rewrite'>How to: 301 Redirect from one domain to another using mod_rewrite</a></li>
<li><a href='http://www.strangework.com/2007/07/17/asp-and-ajax-username-availability-check-example/' rel='bookmark' title='Permanent Link: How To: Create ASP and AJAX username availability check example'>How To: Create ASP and AJAX username availability check example</a></li>
<li><a href='http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/' rel='bookmark' title='Permanent Link: How to: Update Pownce using ASP'>How to: Update Pownce using ASP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.strangework.com/2007/08/09/custom-asp-urls-with-querystrings-using-isapi-rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Create ASP and AJAX username availability check example</title>
		<link>http://www.strangework.com/2007/07/17/asp-and-ajax-username-availability-check-example/</link>
		<comments>http://www.strangework.com/2007/07/17/asp-and-ajax-username-availability-check-example/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 15:09:09 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[ASP/.NET]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.strangework.com/2007/07/17/asp-and-ajax-username-availability-check-example/</guid>
		<description><![CDATA[So you&#8217;re using Classic ASP and you want to incorporate some AJAX into your scripts?  No problem!  The below example shows how easily it is to include a username availability check on your site using classic ASP and AJAX.
The below example checks the username after each key is pressed rather than when the [...]


Related posts:<ol><li><a href='http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/' rel='bookmark' title='Permanent Link: How To: Update your Twitter status with ASP'>How To: Update your Twitter status with ASP</a></li>
<li><a href='http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/' rel='bookmark' title='Permanent Link: How to: Update Pownce using ASP'>How to: Update Pownce using ASP</a></li>
<li><a href='http://www.strangework.com/2008/04/01/how-to-update-friendfeed-using-asp/' rel='bookmark' title='Permanent Link: How to: Update FriendFeed using ASP'>How to: Update FriendFeed using ASP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;re using Classic ASP and you want to incorporate some AJAX into your scripts?  No problem!  The below example shows how easily it is to include a username availability check on your site using classic ASP and AJAX.</p>
<p>The below example checks the username after each key is pressed rather than when the form is submitted.  You will need to create two files: ajax.asp and ajax_username.asp</p>
<p><em>You can download the sample source files at the bottom of this post</em></p>
<p><strong>ajax.asp code:</strong></p>
<pre class="brush: plain;">
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;

&lt;HTML&gt;
&lt;HEAD&gt;
	&lt;TITLE&gt;ASP and AJAX username availability check&lt;/TITLE&gt;
	&lt;script language=&quot;javascript&quot;&gt;
	function OnChangedUsername()
	{
		if(document.form1.newuserid.value == &quot;&quot;)
			{
				document.form1.btnCheckAvailability.disabled = true;
			}
		else
		{
			document.form1.btnCheckAvailability.disabled = false;
		}
	}
	function createRequestObject() {
		var ro;
		var browser = navigator.appName;
		if(browser == &quot;Microsoft Internet Explorer&quot;){
			ro = new ActiveXObject(&quot;Microsoft.XMLHTTP&quot;);
		}else{
			ro = new XMLHttpRequest();
		}
		return ro;
	}

	var http = createRequestObject();

	function sndReq() {
		http.open('get', 'ajax_username.asp?username='+document.form1.newuserid.value);
		http.onreadystatechange = handleResponse;
		http.send(null);
	}

	function handleResponse() {
		if(http.readyState == 4){
			var response = http.responseText;
			var update = new Array();

			if(response.indexOf('|' != -1)) {
				update = response.split('|');
				document.getElementById(&quot;username_chk&quot;).innerHTML = update[0];
			}
		}
	}
	&lt;/script&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;

&lt;form method=&quot;post&quot; action=&quot;javascript:void(0);&quot; name=&quot;form1&quot;&gt;
	&lt;table&gt;
		&lt;tr&gt;
			&lt;td&gt;&lt;input type=&quot;newuserid&quot; name=&quot;newuserid&quot; id=&quot;newuserid&quot; size=&quot;20&quot; onKeyUp=&quot;sndReq();&quot; /&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;&lt;input id=&quot;btnCheckAvailability&quot; type=&quot;button&quot; disabled=&quot;disabled&quot; value=&quot;Check Availability&quot; onClick=&quot;sndReq();&quot;&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;&lt;div ID=&quot;username_chk&quot;&gt;&lt;/div&gt;&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;
			&lt;td&gt;Brought to you by &lt;a href=&quot;http://strangework.com&quot; target=&quot;_blank&quot;&gt;Brad Williams&lt;/a&gt;&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/table&gt;
&lt;/form&gt;

&lt;/BODY&gt;
&lt;/HTML&gt;
</pre>
<p><strong>ajax_username.asp code:</strong></p>
<pre class="brush: plain;">
&lt;%
Set username = Request.QueryString(&quot;username&quot;)

'*** START - SET YOUR DNS-LESS CONNECTION VARIABLES
db_username = &quot;username&quot;		'DB username
db_password = &quot;password&quot;		'DB password
db_catalog = &quot;database_name&quot;		'DB name
dp_datasource = &quot;192.168.1.1&quot;		'DB IP
'*** END - SET YOUR DNS-LESS CONNECTION VARIABLES

Set conn = Server.CreateObject(&quot;ADODB.Connection&quot;)
conn.CommandTimeout = 0
c=&quot;Provider=SQLOLEDB.1;User ID=&quot; &amp; db_username &amp; &quot;;password=&quot; &amp; db_password &amp; &quot;;Initial Catalog=&quot; &amp; db_catalog &amp; &quot;;Data Source=&quot; &amp; dp_datasource &amp; &quot;;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096&quot;
conn.Open c

'*** ADJUST THIS SELECT QUERY TO CHECK THE USERNAME AGAINST YOUR MEMBERS TABLE
SQL = &quot;SELECT username FROM table WHERE username='&quot; &amp; username &amp; &quot;' &quot;
Set chk_username = Server.CreateObject(&quot;ADODB.Recordset&quot;)
chk_username.Open SQL, conn, 3, 3
If chk_username.EOF = False then
	response.write &quot;USERNAME ALREADY TAKEN&quot;
Else
	response.write &quot;USERNAME IS AVAILABLE&quot;
End if

chk_username.close
set chk_username = nothing

conn.close
set conn = nothing
%&gt;
</pre>
<p>Just adjust the DSN-Less connection settings and the SELECT query above and your all set!  </p>
<p>If you would rather check a username after the submit button is pressed just change this line:</p>
<input type="newuserid" name="newuserid" id="newuserid" size="20" onKeyUp="sndReq();" />
<p>to this:</p>
<input type="newuserid" name="newuserid" id="newuserid" size="20" onKeyUp="OnChangedUsername();" />
<p><strong>DISCLAIMER </strong>- There is no error handling, form validation, or query injection functions or routines in this script.  This is a basic username checking script.  Be sure to include these features if you use this code!</p>
<p>Feel free to do whatever you would like with this code.  If this helps then you might consider sending a link back to <a href="http://strangework.com">strangework.com</a>!</p>
<p><strong><a href="http://www.strangework.com/downloads/AJAX_username.zip">click here to download both source files</a></strong></p>


<p>Related posts:<ol><li><a href='http://www.strangework.com/2007/08/22/how-to-update-your-twitter-status-with-asp/' rel='bookmark' title='Permanent Link: How To: Update your Twitter status with ASP'>How To: Update your Twitter status with ASP</a></li>
<li><a href='http://www.strangework.com/2008/03/03/how-to-update-pownce-using-asp/' rel='bookmark' title='Permanent Link: How to: Update Pownce using ASP'>How to: Update Pownce using ASP</a></li>
<li><a href='http://www.strangework.com/2008/04/01/how-to-update-friendfeed-using-asp/' rel='bookmark' title='Permanent Link: How to: Update FriendFeed using ASP'>How to: Update FriendFeed using ASP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.strangework.com/2007/07/17/asp-and-ajax-username-availability-check-example/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>First ASP.NET App</title>
		<link>http://www.strangework.com/2007/02/23/first-aspnet-app/</link>
		<comments>http://www.strangework.com/2007/02/23/first-aspnet-app/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 13:59:56 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[ASP/.NET]]></category>

		<guid isPermaLink="false">http://www.strangework.com/2007/02/23/first-aspnet-app/</guid>
		<description><![CDATA[So I&#8217;m back from training and using my new ASP.NET skills already!Â  Take a look at our Designer Handbag store dPetruzzi.com.Â  Notice at the bottom of the screen there is a footer bar that allows you to enter your email address.Â  Well there it is!Â  My first &#8220;live&#8221; ASP.NET app.Â  [...]


Related posts:<ol><li><a href='http://www.strangework.com/2006/12/27/halfway-there/' rel='bookmark' title='Permanent Link: Halfway there!'>Halfway there!</a></li>
<li><a href='http://www.strangework.com/2007/10/04/win-a-bloody-wii-in-the-rockstar-manhunt-2-sweepstakes/' rel='bookmark' title='Permanent Link: Win a Bloody Wii in the Rockstar Manhunt 2 Sweepstakes'>Win a Bloody Wii in the Rockstar Manhunt 2 Sweepstakes</a></li>
<li><a href='http://www.strangework.com/2007/08/14/builtwithcom-web-page-technology-profiler/' rel='bookmark' title='Permanent Link: BuiltWith.com: Web Page Technology Profiler'>BuiltWith.com: Web Page Technology Profiler</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m back from training and using my new ASP.NET skills already!Â  Take a look at our <a title="designer handbags and purses" href="http://www.dpetruzzi.com">Designer Handbag</a> store <a title="authentic italian purses" href="http://www.dpetruzzi.com">dPetruzzi.com</a>.Â  Notice at the bottom of the screen there is a footer bar that allows you to enter your email address.Â  Well there it is!Â  My first &#8220;live&#8221; ASP.NET app.Â  It&#8217;s fairly simple, but the knowledge I gained in my class helped out tremendously!Â </p>
<p>Stay tuned.Â  Next up is &#8220;tell a friend&#8221;</p>


<p>Related posts:<ol><li><a href='http://www.strangework.com/2006/12/27/halfway-there/' rel='bookmark' title='Permanent Link: Halfway there!'>Halfway there!</a></li>
<li><a href='http://www.strangework.com/2007/10/04/win-a-bloody-wii-in-the-rockstar-manhunt-2-sweepstakes/' rel='bookmark' title='Permanent Link: Win a Bloody Wii in the Rockstar Manhunt 2 Sweepstakes'>Win a Bloody Wii in the Rockstar Manhunt 2 Sweepstakes</a></li>
<li><a href='http://www.strangework.com/2007/08/14/builtwithcom-web-page-technology-profiler/' rel='bookmark' title='Permanent Link: BuiltWith.com: Web Page Technology Profiler'>BuiltWith.com: Web Page Technology Profiler</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.strangework.com/2007/02/23/first-aspnet-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET training</title>
		<link>http://www.strangework.com/2007/02/10/aspnet-training/</link>
		<comments>http://www.strangework.com/2007/02/10/aspnet-training/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 16:37:03 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[ASP/.NET]]></category>

		<guid isPermaLink="false">http://www.strangework.com/2007/02/10/aspnet-training/</guid>
		<description><![CDATA[I&#8217;m going to an ASP.NET training course starting on Monday.Â  The course is Developing Microsoft ASP.NET Web Applications Using Visual Studio .NET.Â  I&#8217;m extremely excited about going to training.Â  It&#8217;s been too long and I need to really start focusing on ASP.NET development in future projects.Â 


Related posts:From Microsoft to Linux&#8230;.almost



Related posts:<ol><li><a href='http://www.strangework.com/2008/05/19/from-microsoft-to-linux-almost/' rel='bookmark' title='Permanent Link: From Microsoft to Linux&#8230;.almost'>From Microsoft to Linux&#8230;.almost</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to an ASP.NET training course starting on Monday.Â  The course is <a title="ASP.NET Training" href="http://www.microsoft.com/learning/syllabi/en-us/2310Bfinal.mspx">Developing Microsoft ASP.NET Web Applications Using Visual Studio .NET</a>.Â  I&#8217;m extremely excited about going to training.Â  It&#8217;s been too long and I need to really start focusing on ASP.NET development in future projects.Â </p>


<p>Related posts:<ol><li><a href='http://www.strangework.com/2008/05/19/from-microsoft-to-linux-almost/' rel='bookmark' title='Permanent Link: From Microsoft to Linux&#8230;.almost'>From Microsoft to Linux&#8230;.almost</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.strangework.com/2007/02/10/aspnet-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
