<?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>Reviving The Health Revolution &#187; Web development</title>
	<atom:link href="http://healthblog.vitraag.com/topics/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://healthblog.vitraag.com</link>
	<description>A view from inside the HealthVault</description>
	<lastBuildDate>Fri, 09 Dec 2011 00:10:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sharing Your WalkMe Pedometer using E-Mail Signature</title>
		<link>http://healthblog.vitraag.com/2009/07/sharing-your-walkme-pedometer-using-e-mail-signature/</link>
		<comments>http://healthblog.vitraag.com/2009/07/sharing-your-walkme-pedometer-using-e-mail-signature/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 02:43:00 +0000</pubDate>
		<dc:creator>vaibhavb</dc:creator>
				<category><![CDATA[HealthVault]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://healthblog.vitraag.com/2009/07/sharing-your-walkme-pedometer-using-e-mail-signature/</guid>
		<description><![CDATA[Several folks have asked me how can one get the WalkMe pedometer to show in Outlook signature. I’m outlining the steps below, for the restless folks most important step is Step 7.

Sign-In the WalkMe HealthVault application 
Click on the “Share” tab 
Make sure the “Allow Other to see my WalkMe data” checkbox is checked 
If [...]]]></description>
			<content:encoded><![CDATA[<p>Several folks have asked me how can one get the <a href="http://apps.healthvault.com/walkme">WalkMe</a> pedometer to show in Outlook signature. I’m outlining the steps below, for the restless folks most important step is <strong>Step 7</strong>.</p>
<ol>
<li>Sign-In the <a href="http://apps.healthvault.com/walkme">WalkMe HealthVault application</a> </li>
<li>Click on the “<strong>Share</strong>” tab </li>
<li>Make sure the “Allow Other to see my WalkMe data” checkbox is checked </li>
<li>If you check the box the page refreshes, saying <strong>Sharing is turn on</strong> </li>
<li>Scroll to the bottom of the page – to <strong>Share your steps as an image</strong> option<a href="http://healthblog.vitraag.com/wp-content/uploads/2009/07/walkme1.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Walkme" border="0" alt="Walkme" src="http://healthblog.vitraag.com/wp-content/uploads/2009/07/walkme-thumb1.jpg" width="333" height="117" /></a> </li>
<li>Click on <strong>file </strong>part of “Save this file as your outlook signature” </li>
<li>Save the walkme.htm file in your <strong>C:\Users\[YourUserName]\AppData\Roaming\Microsoft\Signatures </strong>director. Please note the part after [YourUserName] of this directory is hidden and you will manually need to type it in your Windows explorer to get to the full directory. Let me know if you can’t locate this directory on Windows systems other Vista or Seven (it should be under <strong>C:\Documents &amp; Settings\[YourUserName]\Application Data\Roaming\Microsoft\Signatures</strong> on Windows XP).</li>
<li>To test the signature open Outlook and and create new mail. Click on the “Signature” part of ribbon (outlook 2007) and you will see WalkMe in drop down. If you select WalkMe signature you should see something like below in your outlook email :<a href="http://healthblog.vitraag.com/wp-content/uploads/2009/07/untitled.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Untitled" border="0" alt="Untitled" align="left" src="http://healthblog.vitraag.com/wp-content/uploads/2009/07/untitled-thumb.jpg" width="330" height="202" /></a>&#160; </li>
</ol>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>Enjoy your walking and keep yourself motivated by communicating your live pedometer through the signature.</p>
]]></content:encoded>
			<wfw:commentRss>http://healthblog.vitraag.com/2009/07/sharing-your-walkme-pedometer-using-e-mail-signature/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Security Resources for .NET Web Applications</title>
		<link>http://healthblog.vitraag.com/2008/11/security-resources-for-net-web-applications/</link>
		<comments>http://healthblog.vitraag.com/2008/11/security-resources-for-net-web-applications/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 22:43:57 +0000</pubDate>
		<dc:creator>vaibhavb</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://healthblog.vitraag.com/?p=48</guid>
		<description><![CDATA[Web applications have a class of security vulnerabilities, at times much widespread and trivial than the infamous buffer overflow.
Here are some interesting Security resources on .NET Web Application:

.NET Security at MSDN &#8211; I specially like Improving Web Application Security white paper.
AntiXSS Library - Microsoft Anti-Cross Site Scripting library to protect web apps from XSS.
FxCop - [...]]]></description>
			<content:encoded><![CDATA[<p>Web applications have a class of security vulnerabilities, at times much widespread and trivial than the infamous <a class="zem_slink" title="Buffer overflow" rel="wikipedia" href="http://en.wikipedia.org/wiki/Buffer_overflow">buffer overflow</a>.</p>
<div id="attachment_49" class="wp-caption alignright" style="width: 310px"><a href="http://healthblog.vitraag.com/wp-content/uploads/2008/11/aa302415_fa2sn01en-usmsdn_10.gif"><img class="size-medium wp-image-49" title=".NET Web Application Security (from MSDN)" src="http://healthblog.vitraag.com/wp-content/uploads/2008/11/aa302415_fa2sn01en-usmsdn_10-300x248.gif" alt=".NET Web Application Security" width="300" height="248" /></a><p class="wp-caption-text">.NET Web Application Security</p></div>
<p>Here are some interesting Security resources on .NET Web Application:</p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/aa286519.aspx">.NET Security at MSDN</a> &#8211; I specially like <a href="http://msdn.microsoft.com/en-us/library/ms994921.aspx">Improving Web Application Security </a>white paper.</li>
<li><a href="http://msdn.microsoft.com/en-us/library/aa973813.aspx">AntiXSS Library </a>- Microsoft Anti-<a class="zem_slink" title="Cross-site scripting" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cross-site_scripting">Cross Site Scripting</a> library to protect web apps from XSS.</li>
<li><a href="http://msdn.microsoft.com/en-us/library/bb429476(vs.80).aspx">FxCop </a>- A tools which analyses managed code assemblies</li>
<li><a href="http://www.codeplex.com/guidanceExplorer">Guidance Explorer</a> &#8211; Developer guidance (a 15000 foot view though)</li>
<li>.NET Security Blogs: <a href="http://blogs.msdn.com/shawnfa/">Shawnfa</a>, <a href="http://blogs.msdn.com/michael_howard/">Michael Howard</a>, <a href="http://blogs.msdn.com/CLRSecurity/">CLRSecurity</a></li>
<li><a href="http://msdn.microsoft.com/en-us/security/default.aspx">MSDN Security Developer Center </a>- General guidance on writing secure code. The featured video on <a href="http://http://msdn.microsoft.com/en-us/security/cc424865.aspx">exporting and importing certificates </a>would be helpful for doing certificate management as a <a class="zem_slink" title="Microsoft HealthVault" rel="wikipedia" href="http://en.wikipedia.org/wiki/Microsoft_HealthVault">HealthVault</a> application.</li>
<li><strong>Update</strong> &#8211; <a href="http://msdn.microsoft.com/en-us/library/ms978516.aspx">Threat modeling web applications </a>is a great read. The SDL <a href="http://download.microsoft.com/download/E/5/3/E5318D25-7AEF-4A66-A147-81BBA727F2C1/SDLTM.msi ">Threat modeling tool</a> and <a href="http://social.msdn.microsoft.com/Forums/en-US/sdlthreatmodeling/threads/ ">forum</a> are of great utility as well.</li>
</ul>
<p>Please leave a comment if you know of any valuable security resources.</p>
]]></content:encoded>
			<wfw:commentRss>http://healthblog.vitraag.com/2008/11/security-resources-for-net-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing your application on older versions of IE &#8211; Web app compat that is!</title>
		<link>http://healthblog.vitraag.com/2008/03/testing-your-application-on-older-versions-of-ie-web-app-compat-that-is/</link>
		<comments>http://healthblog.vitraag.com/2008/03/testing-your-application-on-older-versions-of-ie-web-app-compat-that-is/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 21:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.healthblog.vitraag.com/?p=20</guid>
		<description><![CDATA[Recently I ran in a bug in our AHA application on IE 6. Coming to the terms with testing across multiple browsers is a painful realization of the evils of web development. I tried several ways by which i can install IE 6 on my Vista machine, including tricky thing like DLL redirection. But this [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I ran in a bug in our AHA application on IE 6. Coming to the terms with testing across multiple browsers is a painful realization of the evils of web development. I tried several ways by which i can install IE 6 on my Vista machine, including tricky thing like DLL redirection. But this is way too painful &#8211; however I stumbled on a sweet way of doing application compatibility tests &#8211; virtual pc!!</p>
<p>Here is the cook-book way to get different version of IE for compatibility tests -<br />1. Deploy your application on a staging server<br />2. Install Virtual PC<a href="http://www.microsoft.com/windows/products/winfamily/virtualpc/default.mspx"> 2007 </a>(it works on Vista)<br />3. Get the IE testing images from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=21EABB90-958F-4B64-B5F1-73D0A413C8EF&amp;displaylang=en">here</a>.</p>
<p>One downside of this approach is that you cannot step into and debug you application because virtual pc is a painful to configure for running on your corporate LAN <img src='http://healthblog.vitraag.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://healthblog.vitraag.com/2008/03/testing-your-application-on-older-versions-of-ie-web-app-compat-that-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

