<?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>Ankit Jain &#187; windows</title>
	<atom:link href="http://ankitjain.info/ankit/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://ankitjain.info/ankit</link>
	<description>» It’s all about Ankit and Web! «</description>
	<lastBuildDate>Thu, 02 Jun 2011 16:54:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>When Matrix runs on Windows!!</title>
		<link>http://ankitjain.info/ankit/2008/11/11/the-matrix-window-video-humor/</link>
		<comments>http://ankitjain.info/ankit/2008/11/11/the-matrix-window-video-humor/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 18:41:03 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ankitjain.info/ankit/2008/11/11/the-matrix-window-video-humor</guid>
		<description><![CDATA[this is interesting &#8230; Take the red pill, get the blue screen! ha ha.. nice humor.]]></description>
			<content:encoded><![CDATA[<p>this is interesting &#8230;</p>
<p><object type="application/x-shockwave-flash" data="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1886349&#038;fullscreen=1" width="512" height="288" ><param name="allowfullscreen" value="true" /><param name="AllowScriptAccess" value="true" /><param name="movie" quality="best" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1886349&#038;fullscreen=1" /></object><br />
<br />
Take the red pill, get the blue screen!</p>
<p>ha ha.. nice humor.</p>
]]></content:encoded>
			<wfw:commentRss>http://ankitjain.info/ankit/2008/11/11/the-matrix-window-video-humor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows CardSpace: FAQ for ASP.NET Developers</title>
		<link>http://ankitjain.info/ankit/2007/06/19/windows-infocard-faq-developers/</link>
		<comments>http://ankitjain.info/ankit/2007/06/19/windows-infocard-faq-developers/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 18:27:39 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[.net 3.0]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming/Code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ankitjain.info/ankit/2007/06/19/windows-infocard-faq-developers</guid>
		<description><![CDATA[Few frequently asked question for ASP.NET developers: The Identity Selector dialog box is displayed only for SSL protected pages. Therefore you are required to deploy your application on a Web server and install a SSL Certificate. Windows CardSpace does not work with Self Signed Certificates and will die horribly. These certificates do not have CRL [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Few frequently asked question for ASP.NET developers:</p>
<ol type="1" style="margin-top: 0in" start="1">
<li class="MsoNormal">The Identity Selector dialog      box is displayed only for SSL protected pages. Therefore you are required      to deploy your application on a Web server and <a target="_blank" href="http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/iis/56bdf977-14f8-4867-9c51-34c346d48b04.mspx">install a SSL Certificate</a>.</li>
<li class="MsoNormal">Windows CardSpace does not      work with Self Signed Certificates and <span lang="EN">will die horribly</span>. These certificates <a target="_blank" href="http://idunno.org/archive/2007/04/06/Self-signed-Certificates-and-CardSpace.aspx">do not have CRL field</a>. It contains a <span lang="EN">URL that CardSpace will check for the      revocation list</span>.</li>
<li class="MsoNormal">For ASP.NET developers      there is Toolbox control written by <a target="_blank" href="http://www.codecomplete.de/blogs/digitalidentity/archive/2007/03/18/visual-studio-2005-toolbox-for-windows-cardspace.aspx">Christian Arnold</a>. Add this to your Toolbox and you won&#8217;t need to write a single line of code. <a target="_blank" href="http://www.codecomplete.de/blogs/digitalidentity/archive/2007/04/11/demo-video-use-windows-cardspace-and-the-visual-studio-toolbox-for-windows-cardspace.aspx">Watch demo</a>.</li>
<li class="MsoNormal">When you use CardSpaceLogin controls you must run application over SSL. The application pool also need to be run under <strong>Local System</strong>s identify;      otherwise <em>w3wp.exe</em> process will not be able to retrieve server&#8217;s private key. In such case you may end up with error stating <em>Keyset does not exist</em>. <span style="color: red">Note: This is not advisory if the application pool is shared with other Web applications. </span> [ Edited: Refer Barry Dorrans comment for more <a target="_blank" href="http://idunno.org/archive/2007/07/01/giving-your-web-site-process-access-to-your-ssl-certificate.aspx">details</a>.]</li>
<li class="MsoNormal">When using Information cards there is nothing like <em>passwords</em>.</li>
<li class="MsoNormal">CardSpaceLogin controls are integrated with your identify providers such as Forms Authentication. For example: If you use Information Card to register a user, his details are reflected in the identify source.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ankitjain.info/ankit/2007/06/19/windows-infocard-faq-developers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Outlook Hack : Empty subject warning</title>
		<link>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/</link>
		<comments>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/#comments</comments>
		<pubDate>Fri, 20 Jan 2006 07:30:31 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Programming/Code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning</guid>
		<description><![CDATA[How many times you have forgot to write subject of emails you sent through Outlook?? The biggest blunder is Outlook doesn&#8217;t show any warning ! Here is a hack/macro for it. Steps: Open your outlook Press Alt+F11. This open the Visual Basic editor On the Left Pane, one can see &#8220;Microsoft Outlook Objects&#8221;, expand this. [...]]]></description>
			<content:encoded><![CDATA[<p>How many times you have forgot to write subject of emails you sent through Outlook?? The biggest blunder is Outlook doesn&#8217;t show any warning ! Here is a hack/macro for it.</p>
<p><strong>Steps:</strong></p>
<ol>
<li>Open your outlook</li>
<li>Press Alt+F11. This open the Visual Basic editor</li>
<li>On the Left Pane, one can see &#8220;Microsoft Outlook Objects&#8221;, expand this. Now one can see the &#8220;ThisOutLookSession&#8221;.</li>
<li>Click on &#8220;ThisOutLookSession&#8221;.</li>
<li>Copy and Paste the following code in the right pane.(Code Pane)</li>
<li><a name="b" /><a name="FONT COLOR=">Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)<br />    Dim strSubject As String<br />    strSubject = Item.Subject<br />    If Len(strSubject) = 0 Then<br />        Prompt$ = &#8220;Subject is Empty. Are you sure you want to send the Mail?&#8221;<br />        If MsgBox(Prompt$, vbYesNo + vbQuestion + vbMsgBoxSetForeground, &#8220;Check for Subject&#8221;) = vbNo Then<br />                Cancel = True<br />        End If<br />    End If<br /> End Sub</a></li>
<li>Now save and close the VB Code editor. From now on , this macro will make sure you do not make the mistake of sending a mail without subject.</li>
</ol>
<p>For Outlook 2007, please refer <a href="http://www.codeproject.com/KB/Blogs/outlookblanksubject.aspx" target="_blank">Codeproject</a>.</p>
<p> ~ Ankit</p>
]]></content:encoded>
			<wfw:commentRss>http://ankitjain.info/ankit/2006/01/20/outlook-hack-empty-subject-warning/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

