<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" >
<channel>
<title>Entries tagged Internet applications</title>
<link>http://machineware.interspring.com/blog/tag/internet-applications/index.html</link>
<description><![CDATA[]]></description>
<language>en</language>
<pubDate>Fri, 02 Nov 2007 20:37:38 +0000</pubDate>
<generator>interSpring.com</generator>
<image>
<title>Machineware, Web Application Development</title>
<url>http://machineware.interspring.com/g/machineware/feed.gif</url>
<link>http://machineware.interspring.com/blog/tag/internet-applications/index.html</link>
<height>47</height>
<width>280</width>
</image>
<item>
<title>Silverlight is like flash...only different</title>
<link>http://machineware.interspring.com/blog/silverlight-is-like-flash-only-different.html</link>
<guid isPermaLink="false">EreKVoCO</guid>
<description>Microsoft developed &lt;a href=&quot;http://silverlight.net/&quot;&gt;Silverlight&lt;/a&gt; to be a competitor to flash (and a development extension for .net, javascript and other languages).&lt;br /&gt;
&lt;blockquote cite=&quot;undefined&quot;&gt;Microsoft is experimenting with search and Silverlight on a Web site called Tafiti, which means &quot;do research&quot; in Swahili.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://arstechnica.com/news.ars/post/20070823-first-look-at-microsofts-tafiti-sexy-silverlight-searching.html&quot; tabindex=&quot;1&quot;&gt;Microsoft uses Silverlight for experimental search site&lt;/a&gt;&lt;/blockquote&gt;
I don't think it makes a very good front end for a search engine. However,&amp;nbsp;the XAML (it's like XML) that makes up a Silverlight document can be modified at run time (and re-rendered like HTML -- similar to the innerHTML property) which creates a way to create Rich Internet Applications in a way which Flash (at this time) cannot.&lt;br /&gt;</description>
<pubDate>Wed, 22 Aug 2007 22:56:22 +0000</pubDate>
<category>Internet applications</category>
</item>
<item>
<title>Fire Fox 3 Coming soon</title>
<link>http://machineware.interspring.com/blog/fire-fox-3-coming-soon.html</link>
<guid isPermaLink="false">GfTbfYoG</guid>
<description>&lt;a href=&quot;http://www.mozilla.com/firefox/&quot;&gt;Fire Fox&lt;/a&gt; is my favorite browser for developing and debugging web applications. It sounds as though &lt;a href=&quot;http://www.mozilla.org/&quot;&gt;Mozilla&lt;/a&gt; (the developers of Fire Fox) are making security a priority for 3.0 release.&lt;br /&gt;
&lt;blockquote cite=&quot;undefined&quot;&gt;&lt;span style=&quot;font-family: verdana,arial,helvetica,sans-serif;&quot;&gt;&quot;The SOAP implementation dropped from Firefox 3 was only available to extension authors, who have many other more modern implementations to choose from,&quot; Schroepfer explained. &quot;We are, in general, removing as much old code from the core browser as possible to improve security, reduce download size, and allow Web and extension authors to choose the latest support libraries they need.&quot;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.internetnews.com/dev-news/article.php/3695731&quot; tabindex=&quot;1&quot;&gt;Mozilla Aims At Cross-Site Scripting With FF3&lt;/a&gt;&lt;/blockquote&gt;
If the Fire Fox developers can increase speed &amp;amp; reliability along with security then Fire Fox stands a chance to continue to take &lt;a href=&quot;http://www.eweek.com/article2/0,1759,1706694,00.asp&quot;&gt;market share from Internet Explorer&lt;/a&gt;.&lt;br /&gt;</description>
<pubDate>Wed, 22 Aug 2007 19:52:08 +0000</pubDate>
<category>Internet applications</category>
</item>
<item>
<title>How things get better</title>
<link>http://machineware.interspring.com/blog/how-things-get-better.html</link>
<guid isPermaLink="false">wrCIEECg</guid>
<description>&lt;a href=&quot;http://en.wikipedia.org/wiki/Dave_Winer&quot;&gt;Dave Winer&lt;/a&gt; (the father of &lt;a href=&quot;http://en.wikipedia.org/wiki/RSS&quot;&gt;RSS&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Podcast&quot;&gt;podcasting&lt;/a&gt;, etc) had a great post on what it's like when your product doesn't talk to users (they don't know what do when they first see it).&lt;br /&gt;
&lt;blockquote cite=&quot;undefined&quot;&gt;
&lt;p&gt;If you want to make a product that people use then you have to pay attention to their experience when they use it. The better you are at understanding, the better your product will become over time. The inverse it true as well. If you deny the value of feedback, your product will never get better.&lt;/p&gt;
&lt;a href=&quot;http://www.scripting.com/stories/2007/08/22/howThingsGetBetter.html&quot;&gt;How things get better&lt;/a&gt;&lt;/blockquote&gt;
People who don't develop software don't realize how hard this process is. Iteration (refining the user interface), and user testing can be tedious (and time consuming) but a incredibly helpful in the development process.&lt;br /&gt;</description>
<pubDate>Wed, 22 Aug 2007 17:30:45 +0000</pubDate>
<category>Internet applications</category>
</item>
<item>
<title>Application development: The new face of Internet apps</title>
<link>http://machineware.interspring.com/blog/application-development-the-new-face-of-internet-apps.html</link>
<guid isPermaLink="false">CDvxmEsc</guid>
<description>It can be difficult to describe rich internet apps (whether they be javascript or flash based) to a client. This article on infoworld has a pretty good definition:&lt;br /&gt;
&lt;blockquote cite=&quot;undefined&quot;&gt;RIAs attempt to combine the strengths of desktop and Web applications without falling prey to their weaknesses. RIAs try to present most of their user interfaces at the client so that they can be responsive and the interface can be as complex as it needs to be. RIAs often do need an installation, but usually only for the runtime engine, which tends to be small and most often updates itself automatically. The RIA application itself typically executes on the remote server.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;articleId=9031798&amp;amp;source=rss_news50&quot; tabindex=&quot;1&quot;&gt;Application development: The new face of Internet apps&lt;/a&gt;&lt;/blockquote&gt;
Many companies and organizations have traditional web applications and&amp;nbsp;users are confortable with them. It's important to make easy-of-use and&amp;nbsp;user experience an overridding goal with any Rich Internet Application project.&lt;br /&gt;</description>
<pubDate>Wed, 22 Aug 2007 17:01:08 +0000</pubDate>
<category>Internet applications</category>
</item>
</channel>
</rss>