<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>vincenthome's Software Development</title>
	<atom:link href="http://vincenthomedev.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vincenthomedev.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<pubDate>Wed, 16 Jul 2008 03:55:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>ASP.NET Extensionless URL ReWriting in IIS 7</title>
		<link>http://vincenthomedev.wordpress.com/2008/07/15/aspnet-extensionless-url-rewriting-in-iis-7/</link>
		<comments>http://vincenthomedev.wordpress.com/2008/07/15/aspnet-extensionless-url-rewriting-in-iis-7/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 03:35:11 +0000</pubDate>
		<dc:creator>vincenthome</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

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

		<guid isPermaLink="false">http://vincenthomedev.wordpress.com/2008/07/15/aspnet-extensionless-url-rewriting-in-iis-7/</guid>
		<description><![CDATA[&#160;
The one that I&#8217;ve used and highly recommend is UrlRewriting.net. (There is another one - also free - called UrlRewriter.net but one that I&#8217;ve had not too great experiences with.)
To get UrlRewriting.net to work, simply Add Reference the provided DLL into the ASP.NET Visual Studion Project.&#160; Next edit Web.config and make changes on the
&#60;configSections&#62;, &#60;system.web&#62;, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;</p>
<blockquote><p>The one that I&#8217;ve used and highly recommend is <a href="http://www.urlrewriting.net">UrlRewriting.net</a>. (There is another one - also free - called UrlRewriter.net but one that I&#8217;ve had not too great experiences with.)</p>
<p>To get UrlRewriting.net to work, simply Add Reference the provided DLL into the ASP.NET Visual Studion Project.&nbsp; Next edit Web.config and make changes on the</p>
<p>&lt;configSections&gt;, <em>&lt;system.web&gt;</em>, <em>&lt;system.webServer&gt;, finally create a new section, <em>&lt;urlrewritingnet&gt;</em> in which you&#8217;ll add the &#8220;rules&#8221; for the rewriting</em></p>
<p><a href="http://vincenthomedev.files.wordpress.com/2008/07/image9.png"><img style="border-width:0;" height="66" alt="image" src="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb9.png?w=644&h=66" width="644" border="0"></a> </p>
<p><a href="http://vincenthomedev.files.wordpress.com/2008/07/image10.png"><img style="border-width:0;" height="32" alt="image" src="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb10.png?w=644&h=32" width="644" border="0"></a> </p>
<p><a href="http://vincenthomedev.files.wordpress.com/2008/07/image11.png"><img style="border-width:0;" height="33" alt="image" src="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb11.png?w=644&h=33" width="644" border="0"></a> </p>
<p><a href="http://vincenthomedev.files.wordpress.com/2008/07/image12.png"><img style="border-width:0;" height="225" alt="image" src="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb12.png?w=644&h=225" width="644" border="0"></a> </p>
</blockquote>
<p> Also take a look at the article by ScottGu: <a title="http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx" href="http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx">http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthomedev.wordpress.com/496/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthomedev.wordpress.com/496/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthomedev.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthomedev.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthomedev.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthomedev.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthomedev.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthomedev.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthomedev.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthomedev.wordpress.com/496/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthomedev.wordpress.com/496/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthomedev.wordpress.com/496/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthomedev.wordpress.com&blog=1494855&post=496&subd=vincenthomedev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthomedev.wordpress.com/2008/07/15/aspnet-extensionless-url-rewriting-in-iis-7/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vincenthome-128.jpg" medium="image">
			<media:title type="html">vincenthome</media:title>
		</media:content>

		<media:content url="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Yahoo! Search BOSS (Build your Own Search Service) FAQ&#8217;s</title>
		<link>http://vincenthomedev.wordpress.com/2008/07/11/yahoo-search-boss-build-your-own-search-service-faqs/</link>
		<comments>http://vincenthomedev.wordpress.com/2008/07/11/yahoo-search-boss-build-your-own-search-service-faqs/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 02:24:26 +0000</pubDate>
		<dc:creator>vincenthome</dc:creator>
		
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://vincenthomedev.wordpress.com/2008/07/11/yahoo-search-boss-build-your-own-search-service-faqs/</guid>
		<description><![CDATA[&#160;
Abstract
Yahoo! Search BOSS (Build your Own Search Service) is an initiative in Yahoo! Search to open up Yahoo!&#8217;s search infrastructure and enable third parties to build revolutionary search products leveraging their own data, content, technology, social graph, or other assets. This release includes Web, News, and Image Search as well as Spelling Suggestions.
FAQ&#8217;s


What is BOSS [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;</p>
<blockquote><p><b>Abstract</b>
<p>Yahoo! Search BOSS (Build your Own Search Service) is an initiative in Yahoo! Search to open up Yahoo!&#8217;s search infrastructure and enable third parties to build revolutionary search products leveraging their own data, content, technology, social graph, or other assets. This release includes Web, News, and Image Search as well as Spelling Suggestions.<br />
<h4>FAQ&#8217;s</h4>
<ol>
<li>
<p>What is BOSS and what can it do for you?
<p>BOSS (Build your Own Search Service) is an API to tap into Yahoo&#8217;s prized search infrastructure. It allows developers, start ups and established consumer Internet companies to leverage the power of Yahoo!</p>
<li>
<p>How is BOSS different from other APIs?
<p>There are plenty of APIs out there in the search space. Some of them give you an iframe or a widget. The current Search API is designed for rapid development of search applications and mash ups. BOSS is an extension of that concept but for the first time developers can tap into our search infrastructure and build applications for commercial use without restrictions around presentation or ordering of results. You can take BOSS results, blend in your own secret sauce, and build a search engine of your own design, all without required brand attribution.</p>
<li>
<p>Which search content can I find through BOSS?
<p>With this first release of BOSS developers can fetch search content for Web, News, Image, and Spelling Suggestions. Other search verticals and data sources are coming soon.</p>
</li>
</ol>
</blockquote>
<p><a href="http://developer.yahoo.com/search/boss/boss_guide/faq.html">FAQ&#8217;s</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthomedev.wordpress.com/486/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthomedev.wordpress.com/486/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthomedev.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthomedev.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthomedev.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthomedev.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthomedev.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthomedev.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthomedev.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthomedev.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthomedev.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthomedev.wordpress.com/486/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthomedev.wordpress.com&blog=1494855&post=486&subd=vincenthomedev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthomedev.wordpress.com/2008/07/11/yahoo-search-boss-build-your-own-search-service-faqs/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vincenthome-128.jpg" medium="image">
			<media:title type="html">vincenthome</media:title>
		</media:content>
	</item>
		<item>
		<title>55 Free High Quality Icon Sets</title>
		<link>http://vincenthomedev.wordpress.com/2008/07/11/55-free-high-quality-icon-sets/</link>
		<comments>http://vincenthomedev.wordpress.com/2008/07/11/55-free-high-quality-icon-sets/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 00:01:12 +0000</pubDate>
		<dc:creator>vincenthome</dc:creator>
		
		<category><![CDATA[UI Design]]></category>

		<guid isPermaLink="false">http://vincenthomedev.wordpress.com/2008/07/11/55-free-high-quality-icon-sets/</guid>
		<description><![CDATA[&#160; 
In the overview below we present 55 more excellent, free and professional icons for desktop and web design
55 Free High Quality Icon Sets &#124; Graphics &#124; Smashing Magazine
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;<a href="http://vincenthomedev.files.wordpress.com/2008/07/image8.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="214" alt="image" src="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb8.png?w=244&h=214" width="244" border="0"></a> </p>
<blockquote><p>In the overview below we present <strong>55 more excellent, free and professional icons for desktop and web design</strong></p></blockquote>
<p><a href="http://www.smashingmagazine.com/2008/07/02/55-free-high-quality-icon-sets/">55 Free High Quality Icon Sets | Graphics | Smashing Magazine</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthomedev.wordpress.com/485/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthomedev.wordpress.com/485/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthomedev.wordpress.com/485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthomedev.wordpress.com/485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthomedev.wordpress.com/485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthomedev.wordpress.com/485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthomedev.wordpress.com/485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthomedev.wordpress.com/485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthomedev.wordpress.com/485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthomedev.wordpress.com/485/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthomedev.wordpress.com/485/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthomedev.wordpress.com/485/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthomedev.wordpress.com&blog=1494855&post=485&subd=vincenthomedev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthomedev.wordpress.com/2008/07/11/55-free-high-quality-icon-sets/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vincenthome-128.jpg" medium="image">
			<media:title type="html">vincenthome</media:title>
		</media:content>

		<media:content url="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Scale Cheaply - Memcached</title>
		<link>http://vincenthomedev.wordpress.com/2008/07/11/scale-cheaply-memcached/</link>
		<comments>http://vincenthomedev.wordpress.com/2008/07/11/scale-cheaply-memcached/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 23:28:58 +0000</pubDate>
		<dc:creator>vincenthome</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://vincenthomedev.wordpress.com/2008/07/11/scale-cheaply-memcached/</guid>
		<description><![CDATA[&#160;
You&#8217;re probably already familiar with Memcached - it&#8217;s a highly efficient distributed caching system. It&#8217;s used generously by all the big web 2.0 players (In may 2007 it was revealed that Facebook relies on 200 16GB quad-core dedicated Memcached servers). Interest in Memcached from the .NET community has been relatively low (although over the last [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;</p>
<blockquote><p>You&#8217;re probably already familiar with Memcached - it&#8217;s a highly efficient distributed caching system. It&#8217;s used generously by all the big web 2.0 players (In may 2007 it was revealed that Facebook relies on 200 16GB quad-core dedicated Memcached servers). Interest in Memcached from the .NET community has been relatively low (although over the last year more and more people are talking about it).</p>
<p>Fundamentally, there are two problems with the ASP.NET built-in cache. First, it&#8217;s limited to the memory of a single system which happens to be shared with the rest of your application domain. Secondly, if you have two servers, each with their own in-memory cache, users are likely to see very weird synching issues. Memcached isn&#8217;t as fast as in-memory caching, but will scale to virtually unlimited amount of memory. There isn&#8217;t any redundancy of failover, simply memory spread across multiple servers.
<p>The best part is that it literally takes seconds to get it up and running.
<p><a href="http://vincenthomedev.files.wordpress.com/2008/07/image7.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="144" alt="image" src="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb7.png?w=623&h=144" width="623" border="0"></a> </p>
</blockquote>
<p>Via <a href="http://codebetter.com/blogs/karlseguin/archive/2008/07/07/scale-cheaply-memcached.aspx">Scale Cheaply - Memcached - Karl Seguin</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthomedev.wordpress.com/482/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthomedev.wordpress.com/482/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthomedev.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthomedev.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthomedev.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthomedev.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthomedev.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthomedev.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthomedev.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthomedev.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthomedev.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthomedev.wordpress.com/482/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthomedev.wordpress.com&blog=1494855&post=482&subd=vincenthomedev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthomedev.wordpress.com/2008/07/11/scale-cheaply-memcached/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vincenthome-128.jpg" medium="image">
			<media:title type="html">vincenthome</media:title>
		</media:content>

		<media:content url="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET Design - Five Common ASP.NET SEO Mistakes</title>
		<link>http://vincenthomedev.wordpress.com/2008/07/11/aspnet-dexign-five-common-aspnet-seo-mistakes/</link>
		<comments>http://vincenthomedev.wordpress.com/2008/07/11/aspnet-dexign-five-common-aspnet-seo-mistakes/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 23:16:16 +0000</pubDate>
		<dc:creator>vincenthome</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

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

		<guid isPermaLink="false">http://vincenthomedev.wordpress.com/2008/07/11/aspnet-dexign-five-common-aspnet-seo-mistakes/</guid>
		<description><![CDATA[


Overuse of Button Controls


Duplicate Page Titles


Duplicate Meta Descriptions


State-Dependent Pages


Duplicate Content When Rewriting URLs With ASP.NET



For more details, look at ASP.NET Dexign - Five Common ASP.NET SEO Mistakes
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote>
<ol>
<li>
<h4><strong>Overuse of Button Controls</strong></h4>
</li>
<li>
<h4><strong>Duplicate Page Titles</strong></h4>
</li>
<li>
<h4>Duplicate Meta Descriptions</h4>
</li>
<li>
<h4><strong>State-Dependent Pages</strong></h4>
</li>
<li>
<h4>Duplicate Content When Rewriting URLs With ASP.NET</h4>
</li>
</ol>
</blockquote>
<p>For more details, look at <a href="http://www.dexign.net/post/2008/07/08/Five-ASPNET-SEO-Mistakes.aspx">ASP.NET Dexign - Five Common ASP.NET SEO Mistakes</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthomedev.wordpress.com/479/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthomedev.wordpress.com/479/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthomedev.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthomedev.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthomedev.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthomedev.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthomedev.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthomedev.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthomedev.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthomedev.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthomedev.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthomedev.wordpress.com/479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthomedev.wordpress.com&blog=1494855&post=479&subd=vincenthomedev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthomedev.wordpress.com/2008/07/11/aspnet-dexign-five-common-aspnet-seo-mistakes/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vincenthome-128.jpg" medium="image">
			<media:title type="html">vincenthome</media:title>
		</media:content>
	</item>
		<item>
		<title>Simple Javascript to displaying the client&#8217;s current date and time</title>
		<link>http://vincenthomedev.wordpress.com/2008/07/11/simple-javascript-to-displaying-the-clients-current-date-and-time/</link>
		<comments>http://vincenthomedev.wordpress.com/2008/07/11/simple-javascript-to-displaying-the-clients-current-date-and-time/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 12:53:00 +0000</pubDate>
		<dc:creator>vincenthome</dc:creator>
		
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://vincenthomedev.wordpress.com/2008/07/11/simple-javascript-to-displaying-the-clients-current-date-and-time/</guid>
		<description><![CDATA[&#160;
Simple set of functions to display the client&#8217;s date and time on your web pages.
CodeProject: Displaying the client&#8217;s current date and time. Free source code and programming help
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;</p>
<blockquote><p>Simple set of functions to display the client&#8217;s date and time on your web pages.</p></blockquote>
<p><a href="http://www.codeproject.com/KB/scripting/datumivreme.aspx">CodeProject: Displaying the client&#8217;s current date and time. Free source code and programming help</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthomedev.wordpress.com/476/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthomedev.wordpress.com/476/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthomedev.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthomedev.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthomedev.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthomedev.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthomedev.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthomedev.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthomedev.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthomedev.wordpress.com/476/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthomedev.wordpress.com/476/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthomedev.wordpress.com/476/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthomedev.wordpress.com&blog=1494855&post=476&subd=vincenthomedev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthomedev.wordpress.com/2008/07/11/simple-javascript-to-displaying-the-clients-current-date-and-time/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vincenthome-128.jpg" medium="image">
			<media:title type="html">vincenthome</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 5 things to know about Hyper-V</title>
		<link>http://vincenthomedev.wordpress.com/2008/07/08/top-5-things-to-know-about-hyper-v/</link>
		<comments>http://vincenthomedev.wordpress.com/2008/07/08/top-5-things-to-know-about-hyper-v/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 04:23:08 +0000</pubDate>
		<dc:creator>vincenthome</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://vincenthomedev.wordpress.com/2008/07/08/top-5-things-to-know-about-hyper-v/</guid>
		<description><![CDATA[
5) Understand the hypervisor model and performance consequences.
4) Understand the use of snapshots
3) How to use Quick Migration
2) Consider System Center Virtual Machine Manager
1) Hyper-V can run on Server Core Installation



Windows Virtualization Team Blog : Top 5 things to know about Hyper-V
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ul>
<p><b>5) Understand the hypervisor model and performance consequences.</b>
<p><b>4) Understand the use of snapshots</b>
<p><b>3) How to use Quick Migration</b>
<p><b>2) Consider System Center Virtual Machine Manager</b>
<p><b>1) Hyper-V can run on Server Core Installation</b></p>
</ul>
<ul><strong></strong></ul>
<ul></ul>
<p><a href="http://blogs.technet.com/virtualization/archive/2008/07/01/Top-5-things-to-know-about-Hyper_2D00_V.aspx">Windows Virtualization Team Blog : Top 5 things to know about Hyper-V</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthomedev.wordpress.com/475/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthomedev.wordpress.com/475/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthomedev.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthomedev.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthomedev.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthomedev.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthomedev.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthomedev.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthomedev.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthomedev.wordpress.com/475/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthomedev.wordpress.com/475/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthomedev.wordpress.com/475/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthomedev.wordpress.com&blog=1494855&post=475&subd=vincenthomedev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthomedev.wordpress.com/2008/07/08/top-5-things-to-know-about-hyper-v/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vincenthome-128.jpg" medium="image">
			<media:title type="html">vincenthome</media:title>
		</media:content>
	</item>
		<item>
		<title>Scalable Load-Balanced Cloud-Server Hosting Platform : GoGrid</title>
		<link>http://vincenthomedev.wordpress.com/2008/07/08/scalable-load-balanced-cloud-server-hosting-platform-gogrid/</link>
		<comments>http://vincenthomedev.wordpress.com/2008/07/08/scalable-load-balanced-cloud-server-hosting-platform-gogrid/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 03:59:05 +0000</pubDate>
		<dc:creator>vincenthome</dc:creator>
		
		<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://vincenthomedev.wordpress.com/2008/07/08/scalable-load-balanced-cloud-server-hosting-platform-gogrid/</guid>
		<description><![CDATA[ 
Another cloud computing host that supports Windows Server and .NET 
Scalable Load-Balanced Cloud-Server Hosting Platform : GoGrid
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://vincenthomedev.files.wordpress.com/2008/07/image6.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="63" alt="image" src="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb6.png?w=244&h=63" width="244" border="0"></a> </p>
<p>Another cloud computing host that supports Windows Server and .NET </p>
<p><a href="http://www.gogrid.com/index.php">Scalable Load-Balanced Cloud-Server Hosting Platform : GoGrid</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthomedev.wordpress.com/474/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthomedev.wordpress.com/474/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthomedev.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthomedev.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthomedev.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthomedev.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthomedev.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthomedev.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthomedev.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthomedev.wordpress.com/474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthomedev.wordpress.com/474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthomedev.wordpress.com/474/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthomedev.wordpress.com&blog=1494855&post=474&subd=vincenthomedev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthomedev.wordpress.com/2008/07/08/scalable-load-balanced-cloud-server-hosting-platform-gogrid/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vincenthome-128.jpg" medium="image">
			<media:title type="html">vincenthome</media:title>
		</media:content>

		<media:content url="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloud Control for ASP.NET</title>
		<link>http://vincenthomedev.wordpress.com/2008/07/05/cloud-control-for-aspnet/</link>
		<comments>http://vincenthomedev.wordpress.com/2008/07/05/cloud-control-for-aspnet/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 21:45:12 +0000</pubDate>
		<dc:creator>vincenthome</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://vincenthomedev.wordpress.com/2008/07/05/cloud-control-for-aspnet/</guid>
		<description><![CDATA[&#160; 
The weight factor is calculated according to the following formula:

factor = (weight - mean)/(stddev)

CodeProject: Cloud Control for ASP.NET. Free source code and programming help 

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;<a href="http://vincenthomedev.files.wordpress.com/2008/07/image4.png"><img style="border-width:0;" height="100" alt="image" src="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb4.png?w=244&h=100" width="244" border="0"></a> </p>
<li>The weight factor is calculated according to the following formula:<br />
<blockquote>
<pre>factor = (weight - mean)/(stddev)</pre>
</blockquote>
<p><a href="http://www.codeproject.com/KB/aspnet/cloud.aspx">CodeProject: Cloud Control for ASP.NET. Free source code and programming help</a> </p>
</li>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthomedev.wordpress.com/465/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthomedev.wordpress.com/465/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthomedev.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthomedev.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthomedev.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthomedev.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthomedev.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthomedev.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthomedev.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthomedev.wordpress.com/465/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthomedev.wordpress.com/465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthomedev.wordpress.com/465/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthomedev.wordpress.com&blog=1494855&post=465&subd=vincenthomedev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthomedev.wordpress.com/2008/07/05/cloud-control-for-aspnet/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vincenthome-128.jpg" medium="image">
			<media:title type="html">vincenthome</media:title>
		</media:content>

		<media:content url="http://vincenthomedev.files.wordpress.com/2008/07/image-thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenID ASP.NET Control</title>
		<link>http://vincenthomedev.wordpress.com/2008/07/05/openid/</link>
		<comments>http://vincenthomedev.wordpress.com/2008/07/05/openid/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 18:42:13 +0000</pubDate>
		<dc:creator>vincenthome</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

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

		<guid isPermaLink="false">http://vincenthomedev.wordpress.com/2008/07/05/openid/</guid>
		<description><![CDATA[&#160;
This C# OpenID library adds OpenID 2.0 Provider and Relying Party support to your web site both programmatically and through convenient drop-in ASP.NET controls.
Features

Add support for your site visitors to login with their OpenIDs by just dropping an ASP.NET control onto your page. It&#8217;s that easy.
Give your site members their own OpenIDs with the provider [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&nbsp;</p>
<blockquote><p>This C# OpenID library adds <strong>OpenID 2.0 Provider and Relying Party</strong> support to your web site both programmatically and through convenient drop-in ASP.NET controls.<br />
<h4><a>Features</h4>
<ul>
<li>Add support for your site visitors to login with their OpenIDs by just dropping an ASP.NET control onto your page. <i>It&#8217;s that easy</i>.
<li>Give your site members their own OpenIDs with the provider support included in this library.
<li>Sample relying party and provider web sites show you just how to do it.
<li>Works in partial trusted shared hosting environments.
<li>Support for web farms where state persistence, front-facing web servers and ASP.NET may not be standard or even available.
<li></a>170+ unit tests to verify correctness. </li>
</ul>
<p></a></p></blockquote>
<p>Via <a href="http://code.google.com/p/dotnetopenid/">dotnetopenid - Google Code</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vincenthomedev.wordpress.com/461/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vincenthomedev.wordpress.com/461/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vincenthomedev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vincenthomedev.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vincenthomedev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vincenthomedev.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vincenthomedev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vincenthomedev.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vincenthomedev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vincenthomedev.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vincenthomedev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vincenthomedev.wordpress.com/461/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vincenthomedev.wordpress.com&blog=1494855&post=461&subd=vincenthomedev&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vincenthomedev.wordpress.com/2008/07/05/openid/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/vincenthome-128.jpg" medium="image">
			<media:title type="html">vincenthome</media:title>
		</media:content>
	</item>
	</channel>
</rss>