<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>AJAX</title>
        <link>http://geekswithblogs.net/devdevin/category/4517.aspx</link>
        <description>Asynchronous Javascript + XML</description>
        <language>en-US</language>
        <copyright>Devin A. Rychetnik</copyright>
        <managingEditor>drychetnik@msn.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>10-Week Free AJAX Programming Online Course</title>
            <link>http://geekswithblogs.net/devdevin/archive/2006/07/19/85732.aspx</link>
            <description>&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=Tahoma&gt;&lt;STRONG&gt;Course Abstract&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL style="MARGIN-LEFT: 40px; FONT-FAMILY: helvetica,arial,sans-serif"&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;The Web is going through the second wave of its evolution and some people call it Web 2.0. Whether Web 2.0 is considered a hype or not, there are indeed a set of concrete technologies such as AJAX (Asynchronous JavaScript + XML) that make the Web of today a lot more interactive, responsive, exciting and useful than it used to be.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;UL style="MARGIN-LEFT: 40px; FONT-FAMILY: helvetica,arial,sans-serif"&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;This workshop starts with a lecture and a hands-on lab in which the basic concept of AJAX and the core technologies - JavaScript, CSS, DOM, and XMLHttpRequest - that make up the AJAX are discussed and exercised.&amp;nbsp; The workflow of AJAX operation is also discussed in detail using an example code. &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;UL style="MARGIN-LEFT: 40px; FONT-FAMILY: helvetica,arial,sans-serif"&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;In production environment, it is likely that you would use one or combination of various AJAX toolkits and frameworks.&amp;nbsp; The majority part of the workshop is dedicated to discussing key frameworks and toolkits that are available today for building AJAX applications.&amp;nbsp; These include &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;UL style="MARGIN-LEFT: 40px; FONT-FAMILY: helvetica,arial,sans-serif"&gt;
&lt;UL&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;Client-side JavaScript toolkit such as &lt;/FONT&gt;&lt;A href="http://dojotoolkit.org/"&gt;&lt;FONT face=Tahoma size=2&gt;Dojo toolkit&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma size=2&gt;, which hides the low-level processing of XMLHttpRequest &lt;/FONT&gt;
&lt;LI&gt;&lt;A href="http://getahead.ltd.uk/dwr"&gt;&lt;FONT face=Tahoma size=2&gt;DWR (Direct Web Remoting)&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma size=2&gt;, which enables RMI-like invocation from the JavaScript client code to backend Java class&lt;/FONT&gt;
&lt;LI&gt;&lt;A href="http://developers.sun.com/ajax/componentscatalog.jsp"&gt;&lt;FONT face=Tahoma size=2&gt;AJAX-enabled JSF components&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt;&lt;FONT face=Tahoma&gt; which allows you to build AJAX applications by drag-and-dropping UI components&lt;/FONT&gt;&lt;FONT face=Tahoma&gt; &lt;/FONT&gt;&lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;Wrapper technology such as &lt;/FONT&gt;&lt;A href="https://ajax.dev.java.net/"&gt;&lt;FONT face=Tahoma size=2&gt;jMaki&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma size=2&gt; that lets you use AJAX widgets from different sources using common interface&lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;Java to JavaScript translator technology such as &lt;/FONT&gt;&lt;A href="http://code.google.com/webtoolkit/"&gt;&lt;FONT face=Tahoma size=2&gt;Google Web Toolkit (GWT)&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma size=2&gt; &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;Existing Web application frameworks with AJAX extensions such as &lt;/FONT&gt;&lt;A href="http://wicket.sourceforge.net/"&gt;&lt;FONT face=Tahoma size=2&gt;Wicket&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma size=2&gt;, &lt;/FONT&gt;&lt;A href="http://nextapp.com/platform/echo2/echo/"&gt;&lt;FONT face=Tahoma size=2&gt;Echo2&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Tahoma size=2&gt; or &lt;/FONT&gt;&lt;A href="http://struts.apache.org/struts-shale/"&gt;&lt;FONT face=Tahoma size=2&gt;Shale&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;UL style="MARGIN-LEFT: 40px; FONT-FAMILY: helvetica,arial,sans-serif"&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face=Tahoma size=2&gt;Finally, the AJAX development tools such as JavaScript debugger (especially FireBug), DOM inspector, logging tool are discussed. Each lecture is followed by a hands-on&amp;nbsp;lab&amp;nbsp;session. The hands-on labs use NetBeans IDE 5.0 or 5.5 beta. &lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;(This description and more information on how to sign up can be found at &lt;A href="http://www.javapassion.com/ajaxcodecamp/"&gt;&lt;FONT face=Tahoma size=2&gt;http://www.javapassion.com/ajaxcodecamp/&lt;/FONT&gt;&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;If my evenings weren't already full with computer course&amp;nbsp;studies, I would take it myself. &lt;/FONT&gt;&lt;FONT face=Tahoma size=2&gt;Hopefully, one of you out there reading this can do it and share the highlights with those of us who aren't so fortunate.&lt;/FONT&gt;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=85732"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=85732" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/devdevin/aggbug/85732.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Devin Rychetnik</dc:creator>
            <guid>http://geekswithblogs.net/devdevin/archive/2006/07/19/85732.aspx</guid>
            <pubDate>Wed, 19 Jul 2006 22:47:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/devdevin/comments/85732.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/devdevin/archive/2006/07/19/85732.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/devdevin/comments/commentRss/85732.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/devdevin/services/trackbacks/85732.aspx</trackback:ping>
        </item>
        <item>
            <title>Jump on the AJAX Bandwagon</title>
            <link>http://geekswithblogs.net/devdevin/archive/2006/05/12/78083.aspx</link>
            <description>&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;So it seems that pretty much everyone has decided to release some sort of AJAX framework.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Microsoft: &lt;/FONT&gt;&lt;A href="http://atlas.asp.net/"&gt;&lt;FONT face=Tahoma size=2&gt;http://atlas.asp.net/&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Sun: &lt;/FONT&gt;&lt;A href="https://ajax.dev.java.net/"&gt;&lt;FONT face=Tahoma size=2&gt;https://ajax.dev.java.net/&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Adobe: &lt;/FONT&gt;&lt;A href="http://labs.adobe.com/technologies/spry/"&gt;&lt;FONT face=Tahoma size=2&gt;http://labs.adobe.com/technologies/spry/&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Google: &lt;/FONT&gt;&lt;A href="http://goog-ajaxslt.sourceforge.net/"&gt;&lt;FONT face=Tahoma size=2&gt;http://goog-ajaxslt.sourceforge.net/&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Yahoo: &lt;/FONT&gt;&lt;A href="http://developer.yahoo.com/yui/"&gt;&lt;FONT face=Tahoma size=2&gt;http://developer.yahoo.com/yui/&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;UPDATE (20 May 2006): There's more&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Oracle: &lt;/FONT&gt;&lt;A href="http://www.oracle.com/technology/tech/java/ajax.html"&gt;&lt;FONT face=Tahoma size=2&gt;http://www.oracle.com/technology/tech/java/ajax.html&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Google (a more comparable one this time): &lt;/FONT&gt;&lt;A href="http://code.google.com/webtoolkit/"&gt;&lt;FONT face=Tahoma size=2&gt;http://code.google.com/webtoolkit/&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Tibco: &lt;/FONT&gt;&lt;A href="http://www.tibco.com/software/ria/gi_resource_center.jsp"&gt;&lt;FONT face=Tahoma size=2&gt;http://www.tibco.com/software/ria/gi_resource_center.jsp&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.oracle.com/technology/tech/java/ajax.html"&gt;&lt;FONT face=Tahoma size=2&gt;&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=78083"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=78083" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/devdevin/aggbug/78083.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Devin Rychetnik</dc:creator>
            <guid>http://geekswithblogs.net/devdevin/archive/2006/05/12/78083.aspx</guid>
            <pubDate>Sat, 13 May 2006 00:36:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/devdevin/comments/78083.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/devdevin/archive/2006/05/12/78083.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/devdevin/comments/commentRss/78083.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/devdevin/services/trackbacks/78083.aspx</trackback:ping>
        </item>
    </channel>
</rss>