<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://www.stress-free.co.nz"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>stressfree - ajax</title>
 <link>https://www.stress-free.co.nz/tech/ajax</link>
 <description></description>
 <language>en</language>
<item>
 <title>Technometria&#039;s interview with Jason Smarr</title>
 <link>https://www.stress-free.co.nz/technometrias_interview_with_jason_smarr</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
    &lt;div class=&quot;image&quot; style=&quot;margin-bottom: 25px&quot;&gt;
&lt;img src=&quot;/sites/default/files/u63/plaxo-logo.png&quot; title=&quot;undefined&quot; width=&quot;160&quot; height=&quot;51&quot; onmouseover=&quot;undefined&quot; onmouseout=&quot;undefined&quot; /&gt;&lt;/div&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.windley.com/&quot;&gt;Phil Windley&lt;/a&gt; has posted another really interesting Technometria podcast, this time featuring Joseph Smarr, the Chief Platform Architect of &lt;a href=&quot;http://www.plaxo.com/&quot;&gt;Plaxo&lt;/a&gt;:
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://itc.conversationsnetwork.org/shows/detail3593.html&quot;&gt;http://itc.conversationsnetwork.org/shows/detail3593.html&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Over the course of an hour Phil, Joseph and Scott Lemon cover a range of topics including (but not limited to):
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The differences between traditional applications and web applications.&lt;br /&gt;&lt;/li&gt;				
	&lt;li&gt;Creating efficient Javascript and the role of Javascript frameworks in this process.&lt;br /&gt;&lt;/li&gt;				
	&lt;li&gt;Why HTML/Javascript is a better approach than proprietary Rich Internet Applications (RIAs) such as Adobe Flash/AIR and Microsoft Silverlight.&lt;br /&gt;&lt;/li&gt;				
	&lt;li&gt;AJAX cross-site scripting opportunities and risks.&lt;/li&gt;			
	&lt;li&gt;New functionality in Firefox 3 and Internet Explorer 8 to enable better browser-level cross-site data transfer.&lt;br /&gt;&lt;/li&gt;				
	&lt;li&gt;Data portability of social networking graphs and the OpenSocial API.&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;
Overall it is a great listen and it is refreshing to hear from someone who still believes traditional Web technologies like HTML and Javascript hold a great deal of potential. I cringe each time I hear proponents of &lt;a href=&quot;http://www.adobe.com/products/air/&quot;&gt;Flash/AIR&lt;/a&gt; and &lt;a href=&quot;http://silverlight.net/&quot;&gt;Silverlight&lt;/a&gt; proclaim that these platforms will eventually dominate the Web. Sure the companies behind these technologies can give a great demonstration, but do we really want to turn the clock back twenty years to a world of closed development on one or two tightly controlled platforms?
&lt;/p&gt;
&lt;!--break--&gt;
  &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/ajax&quot;&gt;ajax&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/javascript&quot;&gt;javascript&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/podcasts&quot;&gt;podcasts&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/flash&quot;&gt;flash&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Thu, 03 Apr 2008 22:39:39 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">505 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>Thomas Fuchs AJAX presentation &amp; Google&#039;s AJAX API</title>
 <link>https://www.stress-free.co.nz/thomas_fuchs_ajax_presentation_googles_ajax_api</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;p&gt;Thomas Fuchs, the guy behind &lt;a href=&quot;http://script.aculo.us/&quot;&gt;script.aculo.us&lt;/a&gt; recently did a presentation in San Francisco about AJAX that looked pretty interesting. He has is slide show online in PDF format &lt;a href=&quot;http://mir.aculo.us/articles/2006/05/17/create-happy-users-slides-from-my-ajax-experience-presentation&quot; title=&quot;AJAX Presentation&quot;&gt;here&lt;/a&gt;. Associated notes made during the presentation have been put online by the guys at &lt;a href=&quot;http://ajaxian.com/archives/thomas-fuchs-combining-advanced-javascriptdom-techniques-to-enhance-use-experience&quot; title=&quot;AJAX presentation notes&quot;&gt;Ajaxian&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;Probably the coolest piece of information I did not know about was the link to a very cool window library for &lt;a href=&quot;http://blogus.xilinus.com/pages/javawin&quot;&gt;Prototype/script.aculo.us enhanced window objects&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;At about the same time Google was announcing the immediate availability of their &lt;a href=&quot;http://code.google.com/webtoolkit/&quot;&gt;Google AJAX Toolkit for Java&lt;/a&gt;. It is interesting in that rather than acting as a HTML embedded AJAX library like Prototype/script.aculo.us is with Ruby on Rails this API seems targetted at Java coders used to writing Swing/AWT (desktop) application interfaces. This does not appeal to me much, I prefer the HTML/controller level coding of Ruby on Rails than writing a completely abstracted user interface in Java. Still the toolset provides a means by which a great many traditional desktop application programmers can start writing for the Internet using &lt;a href=&quot;http://code.google.com/webtoolkit/documentation/examples/kitchensink/&quot;&gt;a toolset that is very similar to those available on the desktop&lt;/a&gt;.    &lt;br /&gt;&lt;/p&gt;   &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/tech/google&quot;&gt;google&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/java&quot;&gt;java&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/ruby&quot;&gt;ruby&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/ajax&quot;&gt;ajax&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Wed, 17 May 2006 20:42:22 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">273 at https://www.stress-free.co.nz</guid>
</item>
<item>
 <title>What is Web 2.0 again?</title>
 <link>https://www.stress-free.co.nz/what_is_web_2_0_again</link>
 <description>
  &lt;div class=&quot;field-body&quot;&gt;
      &lt;p&gt;There is a lot of talk about Web 2.0, my paper to CAADRIA even mentioned it in the title. Whether its a fad or the next big thing is fairly uncertain but it does provide a nice general purpose container for a bunch of different read/write Web concepts like blogging, tagging, and RSS. Certainly there is a lot of hype around the whole thing but as a general theme for a bunch of technologies it is pretty strong. &lt;/p&gt;  &lt;p&gt;What I do think it is achieving is the evolution of a far more conceptually and technologically richer Web space. The Web is no longer about hugely expensive and flashy billboards, tightly controlled portals or online stores with weird names. Sure all these things still exist but they are now taking second place to far more dynamic sites with their background and identity rooted firmly in the Web rather than being simply the extension of a conventional organisation&#039;s operations. Web 2.0 seems also to be more about empowering the individual to be able to do things like get their own &#039;stuff&#039; online and track/search the Web in ways that make sense to them. &lt;a href=&quot;http://www.myspace.com/&quot;&gt;MySpace&lt;/a&gt;, &lt;a href=&quot;http://www.blogger.com&quot;&gt;Blogger.com&lt;/a&gt;, &lt;a href=&quot;http://www.technorati.com/&quot;&gt;Technorati&lt;/a&gt; and &lt;a href=&quot;http://www.flickr.com&quot;&gt;Flickr&lt;/a&gt; are all successful Web 2.0 sites that have these fundamental ideas at their core. Recently Apple announced iWeb which is the first &#039;traditional&#039; application that attempts to blur the lines between &lt;a href=&quot;http://www.apple.com/ilife/iweb/&quot;&gt;the computer, the Web and your life&lt;/a&gt;.    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;Personally I agree with Jonathan Boutelle, &lt;a href=&quot;http://www.jonathanboutelle.com/mt/archives/2005/07/ajax_web_20.html&quot;&gt;AJAX is not part of Web 2.0&lt;/a&gt;. If you do not know already AJAX (or to use the proper terminology &lt;a href=&quot;http://en.wikipedia.org/wiki/AJAX&quot;&gt;Asynchronous JavaScript And XML&lt;/a&gt;) is a technique for updating a page without the user having to navigate to a different screen through a HTTP POST/GET request. The HTTP POST/GET requests still occur but in the background, usually tied to certain events on a page. AJAX provides a level of application richness that has been lacking from conventional HTML/Javascript but has always been a part of traditional programs. Consequently with its emergence we are seeing more Web applications that are mirroring the functionality of their traditional bretherin. Applications like GMail and Writely are beginning to replace Outlook and Word but this is merely a transition from an operating system based application silo to the more generic but still silo driven Web application space. &lt;/p&gt;  &lt;p&gt;Tim O&#039;Reilly has talked about the subject a lot in a couple of articles:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html&quot;&gt;What is Web 2.0&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href=&quot;http://radar.oreilly.com/archives/2005/08/not_20.html&quot;&gt;Not 2.0?&lt;/a&gt;      &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href=&quot;http://www.readwriteweb.com/archives/tim_oreilly_int.php&quot;&gt;Tim O&#039;Reilly interview about Web 2.0&lt;/a&gt;      &lt;br /&gt;&lt;/li&gt;  &lt;/ul&gt;&lt;p&gt;Plus his company helped organise a Web 2.0 Conference and many of the &lt;a href=&quot;http://www.itconversations.com/series/web2.0-2004.html&quot;&gt;presentations can be listened to on IT Conversations&lt;/a&gt;.    &lt;br /&gt;&lt;/p&gt;   &lt;/div&gt;

&lt;ul class=&quot;field-taxonomy-vocabulary-1&quot;&gt;

      &lt;li&gt;
      &lt;a href=&quot;/thesis&quot;&gt;thesis&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/web_2_0&quot;&gt;web 2.0&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/ajax&quot;&gt;ajax&lt;/a&gt;    &lt;/li&gt;
      &lt;li&gt;
      &lt;a href=&quot;/tech/caadria&quot;&gt;caadria&lt;/a&gt;    &lt;/li&gt;
  
&lt;/ul&gt;
</description>
 <pubDate>Thu, 26 Jan 2006 01:35:50 +0000</pubDate>
 <dc:creator>David</dc:creator>
 <guid isPermaLink="false">225 at https://www.stress-free.co.nz</guid>
</item>
</channel>
</rss>
