<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Roaming in the computer world</title>
	
	<link>http://www.techproszone.net/blog</link>
	<description>:: Anything about technology and our tech knowledge ::</description>
	<lastBuildDate>Mon, 21 Dec 2009 22:57:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RoamingInTheComputerWorld" /><feedburner:info uri="roaminginthecomputerworld" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Blog moved</title>
		<link>http://feedproxy.google.com/~r/RoamingInTheComputerWorld/~3/noJK6t4RPNU/</link>
		<comments>http://www.techproszone.net/blog/index.php/2009/12/21/blog-moved/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 22:50:55 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.techproszone.net/blog/?p=749</guid>
		<description>www.TechProsZone.net/blog has moved to a new location:  http://www.codingbeaver.com/blog. Please update your bookmark and RSS.
You will be redirected to the new location automatically.&lt;img src="http://feeds.feedburner.com/~r/RoamingInTheComputerWorld/~4/noJK6t4RPNU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.techproszone.net/blog/index.php/2009/12/21/blog-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techproszone.net/blog/index.php/2009/12/21/blog-moved/</feedburner:origLink></item>
		<item>
		<title>Generating vCARD file with ASP.NET</title>
		<link>http://feedproxy.google.com/~r/RoamingInTheComputerWorld/~3/oKBlXAw-btc/</link>
		<comments>http://www.techproszone.net/blog/index.php/2009/12/09/generating-vcard-file-with-asp-net/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 20:04:10 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.net vCARD file]]></category>
		<category><![CDATA[vCARD file]]></category>

		<guid isPermaLink="false">http://www.techproszone.net/blog/index.php/2009/12/09/generating-vcard-file-with-asp-net/</guid>
		<description>It is very easy to generate a vCARD file from an address with ASP.NET so user can later on import the vCARD file to their Outlook Contacts.
First, let us take a look at a sample vCARD file. The following vCARD file was generated from Microsoft Outlook 2007:

BEGIN:VCARD
VERSION:2.1
N;LANGUAGE=en-us:Jeffrey;Jeffrey;;Mr.
FN:Mr. Jeffrey Jeffrey
ORG:Royal Crown Technologies;Information Technology Department
TITLE:Programmer/Analyst III
TEL;WORK;VOICE:666-666-6666 ext [...]&lt;img src="http://feeds.feedburner.com/~r/RoamingInTheComputerWorld/~4/oKBlXAw-btc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.techproszone.net/blog/index.php/2009/12/09/generating-vcard-file-with-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techproszone.net/blog/index.php/2009/12/09/generating-vcard-file-with-asp-net/</feedburner:origLink></item>
		<item>
		<title>Unable to attach to application ‘WebDev.WebServer.EXE’</title>
		<link>http://feedproxy.google.com/~r/RoamingInTheComputerWorld/~3/9OwVH1ZJwjk/</link>
		<comments>http://www.techproszone.net/blog/index.php/2009/12/03/unable-to-attach-to-application-webdev-webserver-exe/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 22:22:06 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[WebDev.WebServer.EXE]]></category>

		<guid isPermaLink="false">http://www.techproszone.net/blog/index.php/2009/12/03/unable-to-attach-to-application-webdev-webserver-exe/</guid>
		<description>I was working on an ASP.NET project today, and suddenly this error came up after I click “Debug”:
Unable to attach to ‘WebDev.WebServer.EXE’ (PID: xxxx) using ‘ComputerName’. A debugger is already attached. Do you want to continue anyway?

If I click Yes, my browser becomes loading forever.
The cause I believe is that the built-in ASP.NET development server [...]&lt;img src="http://feeds.feedburner.com/~r/RoamingInTheComputerWorld/~4/9OwVH1ZJwjk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.techproszone.net/blog/index.php/2009/12/03/unable-to-attach-to-application-webdev-webserver-exe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techproszone.net/blog/index.php/2009/12/03/unable-to-attach-to-application-webdev-webserver-exe/</feedburner:origLink></item>
		<item>
		<title>WordPress won 2009 Open Source CMS Award</title>
		<link>http://feedproxy.google.com/~r/RoamingInTheComputerWorld/~3/_e-e3mfCIkg/</link>
		<comments>http://www.techproszone.net/blog/index.php/2009/11/30/wordpress-won-2009-open-source-cms-award/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 19:10:50 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source CMS Award]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.techproszone.net/blog/index.php/2009/11/30/wordpress-wins-2009-open-source-cms-award/</guid>
		<description>Congratulations to the WordPress developers on winning 2009 Open Source CMS Award: Overall Best Open Source CMS Award. For more information, read this blog post on WordPress.org web site. For a complete list of the winners, check Open Source CMS Award web site.
Way to go, WordPress!&lt;img src="http://feeds.feedburner.com/~r/RoamingInTheComputerWorld/~4/_e-e3mfCIkg" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.techproszone.net/blog/index.php/2009/11/30/wordpress-won-2009-open-source-cms-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techproszone.net/blog/index.php/2009/11/30/wordpress-won-2009-open-source-cms-award/</feedburner:origLink></item>
		<item>
		<title>New security feature in Microsoft Office 2010 – Protected View</title>
		<link>http://feedproxy.google.com/~r/RoamingInTheComputerWorld/~3/oLoF-pf8gT8/</link>
		<comments>http://www.techproszone.net/blog/index.php/2009/11/30/new-security-feature-in-microsoft-office-2010-protected-view/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 18:40:50 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Office 2010 Beta]]></category>
		<category><![CDATA[Office 2010 new features]]></category>
		<category><![CDATA[Office 2010 Protected View]]></category>

		<guid isPermaLink="false">http://www.techproszone.net/blog/index.php/2009/11/30/new-security-feature-in-microsoft-office-2010-protected-view/</guid>
		<description>As I mentioned in my previous post, Microsoft Office 2010 introduced many new features to help user to get their work done more quickly and more safely. Protected View is one of the new security features introduced to add another security layer to protect user when working with potentially harmful documents. The basic idea of [...]&lt;img src="http://feeds.feedburner.com/~r/RoamingInTheComputerWorld/~4/oLoF-pf8gT8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.techproszone.net/blog/index.php/2009/11/30/new-security-feature-in-microsoft-office-2010-protected-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.techproszone.net/blog/index.php/2009/11/30/new-security-feature-in-microsoft-office-2010-protected-view/</feedburner:origLink></item>
	</channel>
</rss>
