<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MS HTML Applications</title>
	<atom:link href="http://ajaxian.com/archives/ms-html-applications/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/ms-html-applications</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Kevin</title>
		<link>http://ajaxian.com/archives/ms-html-applications/comment-page-1#comment-258380</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 06 Nov 2007 18:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1006#comment-258380</guid>
		<description>could someone tell me where i can find the code, or maybe provide some snippets of code that will allow me to create a self-updating SPA. I keep trying to find it on the net and it&#039;s just confusing.
I&#039;m trying to write a HTML application for studying chinese characters (flashcard program with integrated card editor).
any help would be..... helpful :P</description>
		<content:encoded><![CDATA[<p>could someone tell me where i can find the code, or maybe provide some snippets of code that will allow me to create a self-updating SPA. I keep trying to find it on the net and it&#8217;s just confusing.<br />
I&#8217;m trying to write a HTML application for studying chinese characters (flashcard program with integrated card editor).<br />
any help would be&#8230;.. helpful :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BillyG</title>
		<link>http://ajaxian.com/archives/ms-html-applications/comment-page-1#comment-5302</link>
		<dc:creator>BillyG</dc:creator>
		<pubDate>Sat, 25 Mar 2006 04:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1006#comment-5302</guid>
		<description>looks like you posted a day early:

http://www.networkworld.com/news/2006/032106-microsoft-ie-bugs.html</description>
		<content:encoded><![CDATA[<p>looks like you posted a day early:</p>
<p><a href="http://www.networkworld.com/news/2006/032106-microsoft-ie-bugs.html" rel="nofollow">http://www.networkworld.com/news/2006/032106-microsoft-ie-bugs.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigusfickes</title>
		<link>http://ajaxian.com/archives/ms-html-applications/comment-page-1#comment-5272</link>
		<dc:creator>bigusfickes</dc:creator>
		<pubDate>Fri, 24 Mar 2006 19:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1006#comment-5272</guid>
		<description>Anybody who uses a windows OS uses HTAs.  Add / Remove Programs would be the most common example, but they&#039;re used all throughout windows.  Don&#039;t be suprised MS has a patent, they only run in IE on windows.  If you do some researching on MSDN about IE on windows DHTML capabilities, you&#039;ll notice that IE can do pretty much everything explorer.exe can do.  And it&#039;s been like this since at least IE5.0.

If you interested in HTAs, have a look at this.
http://msdn.microsoft.com/workshop/author/hta/overview/htaoverview.asp</description>
		<content:encoded><![CDATA[<p>Anybody who uses a windows OS uses HTAs.  Add / Remove Programs would be the most common example, but they&#8217;re used all throughout windows.  Don&#8217;t be suprised MS has a patent, they only run in IE on windows.  If you do some researching on MSDN about IE on windows DHTML capabilities, you&#8217;ll notice that IE can do pretty much everything explorer.exe can do.  And it&#8217;s been like this since at least IE5.0.</p>
<p>If you interested in HTAs, have a look at this.<br />
<a href="http://msdn.microsoft.com/workshop/author/hta/overview/htaoverview.asp" rel="nofollow">http://msdn.microsoft.com/workshop/author/hta/overview/htaoverview.asp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Mead</title>
		<link>http://ajaxian.com/archives/ms-html-applications/comment-page-1#comment-5094</link>
		<dc:creator>Jerry Mead</dc:creator>
		<pubDate>Wed, 22 Mar 2006 20:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1006#comment-5094</guid>
		<description>Here&#039;s the prior art cited on Microsoft&#039;s patent:

  http://www.zeepe.com/

These days Zeepe offers an ultra set of HTA functionality.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the prior art cited on Microsoft&#8217;s patent:</p>
<p>  <a href="http://www.zeepe.com/" rel="nofollow">http://www.zeepe.com/</a></p>
<p>These days Zeepe offers an ultra set of HTA functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CWolves</title>
		<link>http://ajaxian.com/archives/ms-html-applications/comment-page-1#comment-5047</link>
		<dc:creator>CWolves</dc:creator>
		<pubDate>Tue, 21 Mar 2006 18:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1006#comment-5047</guid>
		<description>Um...I use HTA&#039;s all the time.  I have one that monitors my clipboard every 100ms or so.  If I copy a URL that is over 80 characters it uses XMLHTTP to go to my server, add the URL to a DB and get a much shorter URL (21-22 chars total) and copies it back to my clipboard.  This happens in a fraction of a second, so I just copy a URL then paste it and voila, a short URL.  If I copy the same URL twice the feature is disabled.

I don&#039;t get any alerts...so I&#039;m not sure why it says you get an alert every time...</description>
		<content:encoded><![CDATA[<p>Um&#8230;I use HTA&#8217;s all the time.  I have one that monitors my clipboard every 100ms or so.  If I copy a URL that is over 80 characters it uses XMLHTTP to go to my server, add the URL to a DB and get a much shorter URL (21-22 chars total) and copies it back to my clipboard.  This happens in a fraction of a second, so I just copy a URL then paste it and voila, a short URL.  If I copy the same URL twice the feature is disabled.</p>
<p>I don&#8217;t get any alerts&#8230;so I&#8217;m not sure why it says you get an alert every time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Anderson</title>
		<link>http://ajaxian.com/archives/ms-html-applications/comment-page-1#comment-5022</link>
		<dc:creator>Joe Anderson</dc:creator>
		<pubDate>Tue, 21 Mar 2006 08:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1006#comment-5022</guid>
		<description>I use quite a lot of HTAs.</description>
		<content:encoded><![CDATA[<p>I use quite a lot of HTAs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kourge</title>
		<link>http://ajaxian.com/archives/ms-html-applications/comment-page-1#comment-4947</link>
		<dc:creator>kourge</dc:creator>
		<pubDate>Mon, 20 Mar 2006 15:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=1006#comment-4947</guid>
		<description>This is actually old news.
I noticed the HTA on Office 2003 Beta&#039;s CD two years ago, and found it interesting.</description>
		<content:encoded><![CDATA[<p>This is actually old news.<br />
I noticed the HTA on Office 2003 Beta&#8217;s CD two years ago, and found it interesting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

