<?xml version="1.0" encoding="utf-8"?><rss version="2.0" 
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xCal="urn:ietf:params:xml:ns:xcal"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
>
  <channel>
    <title>Upcoming: Public events tagged with "ajax"</title>
    <link>http://upcoming.yahoo.com/tag/ajax/</link>
    <description>Tag Search feed on Upcoming.</description>
    <lastBuildDate>Sun, 31 May 2009 08:14:59 -0700</lastBuildDate>
    <generator>Upcoming</generator>
    <ttl>60</ttl>
    <language>en-us</language>
   <item>
    <title>Jul 14, 2009: Higher Education Web Symposium at University of Pennsylvania School of Dental Medicine</title>
    <description><![CDATA[The first and only web design conference for IT Professionals working in Higher Education. Join us and meet world renowned experts in the fields of usability, user centered design, CSS, AJAX and many others. Designers, Developers, and Project Managers will all be able to benefit from the content presented over the course of this busy day.<br /><br />
In addition to the formal presentations, you will have the opportunity to meet and interact with people building and designing web applications in all the same areas you do: Student Affairs, Faculty Issues, Administrative Procedures, and others. Ample networking and personal time at lunch and at the evening social will show you how others are facing the same issues as you.<br />
]]></description>
    <guid>http://upcoming.yahoo.com/event/2166859/</guid>
    <link>http://upcoming.yahoo.com/event/2166859/</link>
    <comments>http://upcoming.yahoo.com/event/2166859/#comments</comments>
    <geo:lat>39.9526</geo:lat>
    <geo:long>-75.2029</geo:long>
    <pubDate>Mon, 23 Mar 2009 06:08:23 -0700</pubDate>
    <dc:date>2009-03-23T06:08:23-07:00</dc:date>
    <xCal:summary>Higher Education Web Symposium</xCal:summary>
    <xCal:dtstart>2009-07-14</xCal:dtstart>
    <xCal:dtend></xCal:dtend>
    <xCal:location>http://upcoming.yahoo.com/venue/444990/</xCal:location>
    <xCal:x-calconnect-venue>
     <xCal:x-calconnect-venue-id>http://upcoming.yahoo.com/venue/444990/</xCal:x-calconnect-venue-id>
     <xCal:adr>
      <xCal:x-calconnect-venue-name>University of Pennsylvania School of Dental Medicine</xCal:x-calconnect-venue-name>
      <xCal:x-calconnect-street>240 South 40th Street (40th &amp; Spruce St)</xCal:x-calconnect-street>
      <xCal:x-calconnect-city>Philadelphia</xCal:x-calconnect-city>
      <xCal:x-calconnect-region>Pennsylvania</xCal:x-calconnect-region>
      <xCal:x-calconnect-postalcode>19104</xCal:x-calconnect-postalcode>
      <xCal:x-calconnect-country>United States</xCal:x-calconnect-country>
     </xCal:adr>
     <xCal:url type='Venue Website'>http://upcoming.yahoo.com/venue/444990/</xCal:url>
     <xCal:x-calconnect-tel></xCal:x-calconnect-tel>
    </xCal:x-calconnect-venue>
    </item>
   <item>
    <title>Aug  4, 2009: Core Ajax: Enterprise Web Development with Ajax at Skills Matter</title>
    <description><![CDATA[This intensive, 4-day Core Ajax training course teaches a scalable way of writing robust, user-friendly and secure Ajax solutions for the Enterprise.<br />
We will start by introducing Ajax from a business, design and coding perspective. We will then look at Ajax and The Network, consider HTTP traffic Patterns, object serialisation across HTTP and management and measurement of HTTP traffic. You will also learn about reverse Ajax and Enterprise Comet.<br />
You&#39;ll then be introduced to the impact of Ajax on the User Interface, Prototype and some important Data Validation Patterns. You will also learn how to use event-driven code and callback functions and Scriptaculous.<br />
Then, we will discuss Ajax within the context of your Enterprise Architecture. You will learn how Ajax works with SOAP and REST web services and how to use Mash-Ups to interact directly with third-party web services.<br />
Finally, you will learn how to look after your code, with Unit Testing and Functional testing using jsUnit, TestMaker and Selenium. <br /><br />
NEXT UK SESSION<br />
The next course will be delivered at Skills Matter - London, on 04 aug 2009 by Sébastien Gruhier. Sébastien is the founder of Mapeed.com and Xilinus.com and has created open-source projects often cited in ajaxian.com like prototype-ui or prototype-graphic and is very well-know in Javascript community.<br /><br />
LEARN HOW TO:<br />
* Apply the technologies underlying Ajax<br />
* Manage and measure HTTP traffic<br />
* Use Ajax UI libraries, including Prototype and Scriptaculous<br />
* Implement Ajax with REST and SOAP Web Services<br />
 * Select and implement server-side Ajax Toolkits, such as Sajax, DWR, Backbase, JSF and GWT<br />
* Look after your code through UnitTesting and JavaScript code profiling<br /><br />
REGISTRATION &amp; INFORMATION:<br />
<a rel="nofollow" href="http://skillsmatter.com/course/ajax-ria/enterprise-web-with-ajax/wd-33">http://skillsmatter.com/course/ajax-ria/enterprise-web-with-ajax/wd-33</a><br /><br />
PROGRAMME<br /><br />
AJAX BASICS<br /><br />
Getting started with Ajax<br /><br />
    * Ajax from a business, design and coding perspective<br />
    * Good coding practices<br />
    * Scaling your code.<br /><br />
Ajax in the bigger picture<br /><br />
    * Low-level &#39;plumbing&#39;<br />
          o the HTTP protocol<br />
          o XHR object<br /><br />
Refactoring the XHR object<br /><br />
    * Refactoring in Javascript<br />
    * Writing JavaScript objects<br />
    * Creating usable Wrapper Objects with the XHR object<br /><br />
Dialects of Ajax<br /><br />
    * Server Responses<br />
          o HTML Content<br />
          o Generated script<br />
          o Structured data (XML and JSON)<br />
    * Pro’s and Con’s<br /><br />
Ajax libraries<br /><br />
    * Prototype,<br />
    * jQuery<br />
    * YUI,<br />
    * Leveraging the power of the JavaScript language <br /><br />
DAY 2: THE NETWORK<br /><br />
HTTP Traffic Patterns<br /><br />
    * A single HTTP request and response<br />
    * HTTP traffic patterns across the lifecycle of an entire application. <br /><br />
Data round-tripping<br /><br />
    * Object Serialisation Patterns across the HTTP interface<br />
    * JSON<br />
    * XML <br /><br />
Managing HTTP from the Client-side<br /><br />
    * HTTP transport Strategies<br />
    * Prototype&#39;s X-JSON headers and Responders (principles and approach)<br />
    * Rico&#39;s Ajax.Engine (principles and approach) <br /><br />
Measuring HTTP traffic<br /><br />
    * Creating visual HTTP traffic Reports<br />
    * Tools: Firebug, Fiddler, LiveHTTPHeaders <br /><br />
Comet &amp; Reverse Ajax<br /><br />
    * When to use Comet/Reverse<br />
    * Other Reverse Ajax approaches <br /><br />
DAY 3: USER INTERFACES<br /><br />
UI Libraries<br /><br />
    * Good JavaScript Coding and Encapsulation Techniques<br />
    * Implications of the User Interface <br /><br />
Prototype &amp; the DOM<br /><br />
    * Prototype&#39;s support for<br />
          o The DOM<br />
          o HTML forms<br />
    * Data Validation Patterns for Ajax <br /><br />
Scriptaculous<br /><br />
    * Scriptaculous<br />
          o visual effects<br />
          o drag and drop<br />
    * Event-driven code<br />
    * Callback functions <br /><br />
Ajax UIs for Navigation and Data Manipulation<br /><br />
    * Web and desktop UI metaphors<br />
          o Differences<br />
          o Fusion<br />
    * Data categorisation vs classification schemes <br /><br />
DAY 4: AJAX WITHIN THE ENTERPRISE ARCHITECTURE<br /><br />
Ajax in your Enterprise Architecture<br /><br />
    * Server<br />
    * Business <br /><br />
Ajax &amp; Web Services<br /><br />
    * SOAP Web Services<br />
    * REST Web Services<br />
    * How does Ajax work with SOAP and REST <br /><br />
Server-side architecture<br /><br />
    * Ajax toolkits and the patterns that they adopt.<br />
    * Ajax Toolkit Overview:<br />
          o Sajax<br />
          o DWR<br />
          o Backbase<br />
          o JSF<br />
          o GWT<br />
    * Mash-ups and how to interact directly with third-party web services from the client in a &quot;Web 2.0&quot; style. <br /><br />
Looking after your code<br /><br />
    * Unit testing in Ajax<br />
    * Functional Testing in Ajax<br />
          o jsUnit<br />
          o TestMaker<br />
          o Selenium<br />
    * Profiling JavaScript code for execution speed and memory footprint.<br />
]]></description>
    <guid>http://upcoming.yahoo.com/event/2294880/</guid>
    <link>http://upcoming.yahoo.com/event/2294880/</link>
    <comments>http://upcoming.yahoo.com/event/2294880/#comments</comments>
    <geo:lat>51.5335</geo:lat>
    <geo:long>-0.1047</geo:long>
    <pubDate>Mon, 30 Mar 2009 01:39:54 -0700</pubDate>
    <dc:date>2009-03-30T01:39:54-07:00</dc:date>
    <xCal:summary>Core Ajax: Enterprise Web Development with Ajax</xCal:summary>
    <xCal:dtstart>2009-08-04T09:00:00Z</xCal:dtstart>
    <xCal:dtend>2009-08-07T17:00Z</xCal:dtend>
    <xCal:location>http://upcoming.yahoo.com/venue/40854/</xCal:location>
    <xCal:x-calconnect-venue>
     <xCal:x-calconnect-venue-id>http://upcoming.yahoo.com/venue/40854/</xCal:x-calconnect-venue-id>
     <xCal:adr>
      <xCal:x-calconnect-venue-name>Skills Matter</xCal:x-calconnect-venue-name>
      <xCal:x-calconnect-street>1 Sekforde Street</xCal:x-calconnect-street>
      <xCal:x-calconnect-city>London</xCal:x-calconnect-city>
      <xCal:x-calconnect-region>London</xCal:x-calconnect-region>
      <xCal:x-calconnect-postalcode>EC1R 0BE</xCal:x-calconnect-postalcode>
      <xCal:x-calconnect-country>United Kingdom</xCal:x-calconnect-country>
     </xCal:adr>
     <xCal:url type='Venue Website'>http://upcoming.yahoo.com/venue/40854/</xCal:url>
     <xCal:x-calconnect-tel></xCal:x-calconnect-tel>
    </xCal:x-calconnect-venue>
    </item>
   <item>
    <title>Jul 31, 2009: AnyBody Killa Instore/After Party Tour at Plymouth Memorial Hall</title>
    <description><![CDATA[<strong>AnyBody Killas Instore After Party Tour</strong> is gearing up and ready to hit the road to bring the Juggalos and the Warriors something real dope for summer 2009. Not only will you get a performance by ABK himself but he&#39;s bringing along his road dogs <strong>AMB</strong>, <strong>Strict 9</strong>, <strong>AJAX</strong>, &amp; the <strong>Head Hurtz Monstars</strong>. A lot of you might be wondering why is this called the Instore After Party Tour? Well the answers simple we&#39;re giving you a full concert but also hooking you guys up with a meet and greet as well. So be sure you&#39;re at the venue early because right when doors open ABK and the crew will be doing a meet &amp; greet at the merchandise table. Following the meet and greet will be the official after party where you&#39;ll witness all the artists rock the stage and create musical madness. All that wrapped up into one ticket! Not a bad deal, huh?<br /><br />
<a rel="nofollow" HREF="http://astore.amazon.com/ninjat-20/detail/B001HY3BJU"><img src="http://farm4.static.flickr.com/3062/3020210726_cce7fb7d29_t.jpg" BORDER=0></a><br /><br />
Follow the tour on Twitter by going to <a rel="nofollow" href="http://twitter.com/nwibooking">http://twitter.com/nwibooking</a>. We&#39;ll be adding a couple more instores and shows so keep an eye out for those.<br />
]]></description>
    <guid>http://upcoming.yahoo.com/event/2803162/</guid>
    <link>http://upcoming.yahoo.com/event/2803162/</link>
    <comments>http://upcoming.yahoo.com/event/2803162/#comments</comments>
    <geo:lat>41.9594</geo:lat>
    <geo:long>-70.669</geo:long>
    <pubDate>Sat, 30 May 2009 14:34:12 -0700</pubDate>
    <dc:date>2009-05-30T14:34:12-07:00</dc:date>
    <xCal:summary>AnyBody Killa Instore/After Party Tour</xCal:summary>
    <xCal:dtstart>2009-07-31T19:00:00Z</xCal:dtstart>
    <xCal:dtend></xCal:dtend>
    <xCal:location>http://upcoming.yahoo.com/venue/258873/</xCal:location>
    <xCal:x-calconnect-venue>
     <xCal:x-calconnect-venue-id>http://upcoming.yahoo.com/venue/258873/</xCal:x-calconnect-venue-id>
     <xCal:adr>
      <xCal:x-calconnect-venue-name>Plymouth Memorial Hall</xCal:x-calconnect-venue-name>
      <xCal:x-calconnect-street>83 Court St</xCal:x-calconnect-street>
      <xCal:x-calconnect-city>Plymouth</xCal:x-calconnect-city>
      <xCal:x-calconnect-region>Massachusetts</xCal:x-calconnect-region>
      <xCal:x-calconnect-postalcode>02360</xCal:x-calconnect-postalcode>
      <xCal:x-calconnect-country>United States</xCal:x-calconnect-country>
     </xCal:adr>
     <xCal:url type='Venue Website'>http://upcoming.yahoo.com/venue/258873/</xCal:url>
     <xCal:x-calconnect-tel></xCal:x-calconnect-tel>
    </xCal:x-calconnect-venue>
    </item>
   <item>
    <title>Aug  4, 2009: Core Ajax: Enterprise Web Development with Ajax at Skills Matter</title>
    <description><![CDATA[This intensive, 4-day Core Ajax training course teaches a scalable way of writing robust, user-friendly and secure Ajax solutions for the Enterprise.We will start by introducing Ajax from a business, design and coding perspective. We will then l...<br />
]]></description>
    <guid>http://upcoming.yahoo.com/event/2803541/</guid>
    <link>http://upcoming.yahoo.com/event/2803541/</link>
    <comments>http://upcoming.yahoo.com/event/2803541/#comments</comments>
    <geo:lat>51.5237</geo:lat>
    <geo:long>-0.1046</geo:long>
    <pubDate>Sun, 31 May 2009 04:14:34 -0700</pubDate>
    <dc:date>2009-05-31T04:14:34-07:00</dc:date>
    <xCal:summary>Core Ajax: Enterprise Web Development with Ajax</xCal:summary>
    <xCal:dtstart>2009-08-04T09:00:00Z</xCal:dtstart>
    <xCal:dtend>2009-08-07T17:00Z</xCal:dtend>
    <xCal:location>http://upcoming.yahoo.com/venue/178420/</xCal:location>
    <xCal:x-calconnect-venue>
     <xCal:x-calconnect-venue-id>http://upcoming.yahoo.com/venue/178420/</xCal:x-calconnect-venue-id>
     <xCal:adr>
      <xCal:x-calconnect-venue-name>Skills Matter</xCal:x-calconnect-venue-name>
      <xCal:x-calconnect-street>1 Sekforde Street</xCal:x-calconnect-street>
      <xCal:x-calconnect-city>London</xCal:x-calconnect-city>
      <xCal:x-calconnect-region>London</xCal:x-calconnect-region>
      <xCal:x-calconnect-postalcode>EC1R 0BE</xCal:x-calconnect-postalcode>
      <xCal:x-calconnect-country>United Kingdom</xCal:x-calconnect-country>
     </xCal:adr>
     <xCal:url type='Venue Website'>http://upcoming.yahoo.com/venue/178420/</xCal:url>
     <xCal:x-calconnect-tel></xCal:x-calconnect-tel>
    </xCal:x-calconnect-venue>
    </item>
   <item>
    <title>Aug  4, 2009: Core Ajax: Enterprise Web Development with Ajax at Skills Matter</title>
    <description><![CDATA[This intensive, 4-day Core Ajax training course teaches a scalable way of writing robust, user-friendly and secure Ajax solutions for the Enterprise.We will start by introducing Ajax from a business, design and coding perspective. We will then l...<br />
]]></description>
    <guid>http://upcoming.yahoo.com/event/2803611/</guid>
    <link>http://upcoming.yahoo.com/event/2803611/</link>
    <comments>http://upcoming.yahoo.com/event/2803611/#comments</comments>
    <geo:lat>51.5237</geo:lat>
    <geo:long>-0.1046</geo:long>
    <pubDate>Sun, 31 May 2009 06:14:43 -0700</pubDate>
    <dc:date>2009-05-31T06:14:43-07:00</dc:date>
    <xCal:summary>Core Ajax: Enterprise Web Development with Ajax</xCal:summary>
    <xCal:dtstart>2009-08-04T09:00:00Z</xCal:dtstart>
    <xCal:dtend>2009-08-07T17:00Z</xCal:dtend>
    <xCal:location>http://upcoming.yahoo.com/venue/178420/</xCal:location>
    <xCal:x-calconnect-venue>
     <xCal:x-calconnect-venue-id>http://upcoming.yahoo.com/venue/178420/</xCal:x-calconnect-venue-id>
     <xCal:adr>
      <xCal:x-calconnect-venue-name>Skills Matter</xCal:x-calconnect-venue-name>
      <xCal:x-calconnect-street>1 Sekforde Street</xCal:x-calconnect-street>
      <xCal:x-calconnect-city>London</xCal:x-calconnect-city>
      <xCal:x-calconnect-region>London</xCal:x-calconnect-region>
      <xCal:x-calconnect-postalcode>EC1R 0BE</xCal:x-calconnect-postalcode>
      <xCal:x-calconnect-country>United Kingdom</xCal:x-calconnect-country>
     </xCal:adr>
     <xCal:url type='Venue Website'>http://upcoming.yahoo.com/venue/178420/</xCal:url>
     <xCal:x-calconnect-tel></xCal:x-calconnect-tel>
    </xCal:x-calconnect-venue>
    </item>
   <item>
    <title>Aug  4, 2009: Core Ajax: Enterprise Web Development with Ajax at Skills Matter</title>
    <description><![CDATA[This intensive, 4-day Core Ajax training course teaches a scalable way of writing robust, user-friendly and secure Ajax solutions for the Enterprise.We will start by introducing Ajax from a business, design and coding perspective. We will then l...<br />
]]></description>
    <guid>http://upcoming.yahoo.com/event/2803730/</guid>
    <link>http://upcoming.yahoo.com/event/2803730/</link>
    <comments>http://upcoming.yahoo.com/event/2803730/#comments</comments>
    <geo:lat>51.5237</geo:lat>
    <geo:long>-0.1046</geo:long>
    <pubDate>Sun, 31 May 2009 08:14:59 -0700</pubDate>
    <dc:date>2009-05-31T08:14:59-07:00</dc:date>
    <xCal:summary>Core Ajax: Enterprise Web Development with Ajax</xCal:summary>
    <xCal:dtstart>2009-08-04T09:00:00Z</xCal:dtstart>
    <xCal:dtend>2009-08-07T17:00Z</xCal:dtend>
    <xCal:location>http://upcoming.yahoo.com/venue/178420/</xCal:location>
    <xCal:x-calconnect-venue>
     <xCal:x-calconnect-venue-id>http://upcoming.yahoo.com/venue/178420/</xCal:x-calconnect-venue-id>
     <xCal:adr>
      <xCal:x-calconnect-venue-name>Skills Matter</xCal:x-calconnect-venue-name>
      <xCal:x-calconnect-street>1 Sekforde Street</xCal:x-calconnect-street>
      <xCal:x-calconnect-city>London</xCal:x-calconnect-city>
      <xCal:x-calconnect-region>London</xCal:x-calconnect-region>
      <xCal:x-calconnect-postalcode>EC1R 0BE</xCal:x-calconnect-postalcode>
      <xCal:x-calconnect-country>United Kingdom</xCal:x-calconnect-country>
     </xCal:adr>
     <xCal:url type='Venue Website'>http://upcoming.yahoo.com/venue/178420/</xCal:url>
     <xCal:x-calconnect-tel></xCal:x-calconnect-tel>
    </xCal:x-calconnect-venue>
    </item>

  </channel>
</rss>
<!-- w2.up.sp1.yahoo.com uncompressed/chunked Mon Jul  6 11:58:01 PDT 2009 -->
