BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:Upcoming: Web Conference Junkies - Portugal Events
PRODID:-//Upcoming.org/Upcoming ICS//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
BEGIN:VEVENT
DTSTART;VALUE=DATE:20090721
DTEND;VALUE=DATE:20090725
TRANSP:TRANSPARENT
SUMMARY:TEDGlobal 2009: The Substance Of Things Not Seen
DESCRIPTION: [Full details at http://upcoming.yahoo.com/event/1250977/ ] "Four years after the first gathering\, TEDGlobal returns to Oxford for a now-annual event. Join us next summer for four days of inspired thinking that goes beyond the obvious\, delivering vital insight into the hidden forces shaping our future. 
      
      About the program: When we look around us\, there are things we can observe: Buildings. People. Nature. And then there are things that run unseen through our lives. These hidden forces -- social conventions\, biological links\, cultural frameworks\, coded meanings\, complex processes\, creative impulses\, scientific speculations\, software\, networks -- are the connective tissue that binds societies together and the engines that propel organizations forward. When illuminated\, they offer vital insights into our relationships with one another and our world.
      
      The TEDGlobal program is designed to explore and make visible the substance of things not seen."
URL;VALUE=URI:http://upcoming.yahoo.com/event/1250977/
UID:http://upcoming.yahoo.com/event/1250977/
DTSTAMP:20081019T104902
LAST-UPDATED:20081019T104902
CATEGORIES:Education
ORGANIZER;CN=nico_macdonald:X-ADDR:http://upcoming.yahoo.com/user/6287/
LOCATION;VENUE-UID="http://upcoming.yahoo.com/venue/1625/":Oxford Playhouse @ Beaumont Street\, Oxford\, England UK
END:VEVENT
BEGIN:VVENUE
X-VVENUE-INFO:http://evdb.com/docs/ical-venue/draft-norris-ical-venue.html
NAME:Oxford Playhouse
ADDRESS:Beaumont Street
CITY:Oxford
REGION;X-ABBREV=ox:England
COUNTRY;X-ABBREV=uk:United Kingdom
POSTALCODE:
GEO:51.765;-1.26106
URL;X-LABEL=Venue Info:http://www.oxfordplayhouse.com/
END:VVENUE
BEGIN:VEVENT
DTSTART:20090804T090000
DTEND:20090804T170000
RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20090808T000000
TRANSP:TRANSPARENT
SUMMARY:Core Ajax: Enterprise Web Development with Ajax
DESCRIPTION: [Full details at http://upcoming.yahoo.com/event/2294880/ ] 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 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.
      You'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.
      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.
      Finally\, you will learn how to look after your code\, with Unit Testing and Functional testing using jsUnit\, TestMaker and Selenium. 
      
      NEXT UK SESSION
      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.
      
      
      LEARN HOW TO:
      * Apply the technologies underlying Ajax
      * Manage and measure HTTP traffic
      * Use Ajax UI libraries\, including Prototype and Scriptaculous
      * Implement Ajax with REST and SOAP Web Services
       * Select and implement server-side Ajax Toolkits\, such as Sajax\, DWR\, Backbase\, JSF and GWT
      * Look after your code through UnitTesting and JavaScript code profiling
      
      REGISTRATION & INFORMATION:
      http://skillsmatter.com/course/ajax-ria/enterprise-web-with-ajax/wd-33
      
      PROGRAMME
      
      AJAX BASICS
      
      Getting started with Ajax
      
          * Ajax from a business\, design and coding perspective
          * Good coding practices
          * Scaling your code.
      
      Ajax in the bigger picture
      
          * Low-level 'plumbing'
                o the HTTP protocol
                o XHR object
      
      Refactoring the XHR object
      
          * Refactoring in Javascript
          * Writing JavaScript objects
          * Creating usable Wrapper Objects with the XHR object
      
      Dialects of Ajax
      
          * Server Responses
                o HTML Content
                o Generated script
                o Structured data (XML and JSON)
          * Pro’s and Con’s
      
      Ajax libraries
      
          * Prototype\,
          * jQuery
          * YUI\,
          * Leveraging the power of the JavaScript language 
      
      
      DAY 2: THE NETWORK
      
      HTTP Traffic Patterns
      
          * A single HTTP request and response
          * HTTP traffic patterns across the lifecycle of an entire application. 
      
      Data round-tripping
      
          * Object Serialisation Patterns across the HTTP interface
          * JSON
          * XML 
      
      Managing HTTP from the Client-side
      
          * HTTP transport Strategies
          * Prototype's X-JSON headers and Responders (principles and approach)
          * Rico's Ajax.Engine (principles and approach) 
      
      Measuring HTTP traffic
      
          * Creating visual HTTP traffic Reports
          * Tools: Firebug\, Fiddler\, LiveHTTPHeaders 
      
      Comet & Reverse Ajax
      
          * When to use Comet/Reverse
          * Other Reverse Ajax approaches 
      
      
      DAY 3: USER INTERFACES
      
      UI Libraries
      
          * Good JavaScript Coding and Encapsulation Techniques
          * Implications of the User Interface 
      
      Prototype & the DOM
      
          * Prototype's support for
                o The DOM
                o HTML forms 
          * Data Validation Patterns for Ajax 
      
      Scriptaculous
      
          * Scriptaculous
                o visual effects
                o drag and drop 
          * Event-driven code
          * Callback functions 
      
      Ajax UIs for Navigation and Data Manipulation
      
          * Web and desktop UI metaphors
                o Differences
                o Fusion 
          * Data categorisation vs classification schemes 
      
      
      DAY 4: AJAX WITHIN THE ENTERPRISE ARCHITECTURE
      
      Ajax in your Enterprise Architecture
      
          * Server
          * Business 
      
      Ajax & Web Services
      
          * SOAP Web Services
          * REST Web Services
          * How does Ajax work with SOAP and REST 
      
      Server-side architecture
      
          * Ajax toolkits and the patterns that they adopt.
          * Ajax Toolkit Overview:
                o Sajax
                o DWR
                o Backbase
                o JSF
                o GWT 
          * Mash-ups and how to interact directly with third-party web services from the client in a "Web 2.0" style. 
      
      Looking after your code
      
          * Unit testing in Ajax
          * Functional Testing in Ajax
                o jsUnit
                o TestMaker
                o Selenium 
          * Profiling JavaScript code for execution speed and memory footprint.
URL;VALUE=URI:http://upcoming.yahoo.com/event/2294880/
UID:http://upcoming.yahoo.com/event/2294880/
DTSTAMP:20090330T013954
LAST-UPDATED:20090330T013954
CATEGORIES:Education
ORGANIZER;CN=SkillsMatter:X-ADDR:http://upcoming.yahoo.com/user/93962/
LOCATION;VENUE-UID="http://upcoming.yahoo.com/venue/40854/":Skills Matter @ 1 Sekforde Street\, London\, England EC1R 0BE UK
END:VEVENT
BEGIN:VVENUE
X-VVENUE-INFO:http://evdb.com/docs/ical-venue/draft-norris-ical-venue.html
NAME:Skills Matter
ADDRESS:1 Sekforde Street
CITY:London
REGION;X-ABBREV=london:England
COUNTRY;X-ABBREV=uk:United Kingdom
POSTALCODE:EC1R 0BE
GEO:51.5336;-0.10471
URL;X-LABEL=Venue Info:http://www.skillsmatter.com
END:VVENUE
BEGIN:VEVENT
DTSTART:20090903T100000
DTEND:20090903T170000
RRULE:FREQ=DAILY;INTERVAL=1;UNTIL=20090905T000000
TRANSP:TRANSPARENT
SUMMARY:Lift Asia 09
DESCRIPTION: [Full details at http://upcoming.yahoo.com/event/2788415/ ] Lift Asia 09 will happen on September 3-4\, 2009 in Jeju Island\, Korea. The conference will be themed "Serious Fun!" and we look forward to welcome you in the spectacular Pacific shore for two days of incredible inspiration and networking. All the veterans of Lift Asia 08 will tell you this is a special event\, offering some of the best ever social moments\, incredible speeches and ideas never heard before\, and unique networking opportunities with some of the most interesting people in the world.
      
      Tickets will go on sale early June\, and we have lowered the entry price to make the event more accessible to both locals and foreigners! Save your plane tickets (Kayak is a good starting point) and stay tuned for more information. We will offer easy booking of Seoul-Jeju plane and local hotels to make your life easier.
URL;VALUE=URI:http://upcoming.yahoo.com/event/2788415/
UID:http://upcoming.yahoo.com/event/2788415/
DTSTAMP:20090528T044635
LAST-UPDATED:20090528T044635
CATEGORIES:Education
ORGANIZER;CN=liftlab:X-ADDR:http://upcoming.yahoo.com/user/146353/
LOCATION;VENUE-UID="http://upcoming.yahoo.com/venue/118316/":Jeju International Convention Center @ 2700\, Jungmun-Dong\, Seogwipo City\, Jaeju-Do 697-120 KR
END:VEVENT
BEGIN:VVENUE
X-VVENUE-INFO:http://evdb.com/docs/ical-venue/draft-norris-ical-venue.html
NAME:Jeju International Convention Center
ADDRESS:2700\, Jungmun-Dong
CITY:Seogwipo City
REGION;X-ABBREV=:Jaeju-Do
COUNTRY;X-ABBREV=kr:South Korea
POSTALCODE:697-120
GEO:33.2363;126.399
URL;X-LABEL=Venue Info:http://www.iccjeju.co.kr/eng
END:VVENUE
BEGIN:VEVENT
DTSTART;VALUE=DATE:20090930
DTEND;VALUE=DATE:20091003
TRANSP:TRANSPARENT
SUMMARY:Future of Web Apps - London 09
DESCRIPTION: [Full details at http://upcoming.yahoo.com/event/2466469/ ] FOWA is back in London to bring you sessions on the most successful web technologies and business trends of the future along with a chance to be up close and personal with industry professionals. An event for up to 800 attendees - it's the perfect place to learn\, socialize and make connections. We will also be introducing the FOWA fair so don't miss out!
      
      There are currently still tickets left but hurry!
      
      For further details on the fantastic lineup\, workshops\, and parties check out - http://events.carsonified.com/fowa/2009/london/
URL;VALUE=URI:http://upcoming.yahoo.com/event/2466469/
UID:http://upcoming.yahoo.com/event/2466469/
DTSTAMP:20090421T055512
LAST-UPDATED:20090421T055512
CATEGORIES:Education
ORGANIZER;CN=Carsonified Events:X-ADDR:http://upcoming.yahoo.com/user/233244/
LOCATION;VENUE-UID="http://upcoming.yahoo.com/venue/1182/":Kensington Town Hall @ The Town Hall Hornton Street\, London\, England W87NX UK
END:VEVENT
BEGIN:VVENUE
X-VVENUE-INFO:http://evdb.com/docs/ical-venue/draft-norris-ical-venue.html
NAME:Kensington Town Hall
ADDRESS:The Town Hall Hornton Street
CITY:London
REGION;X-ABBREV=london:England
COUNTRY;X-ABBREV=uk:United Kingdom
POSTALCODE:W87NX
GEO:51.5119;-0.19465
URL;X-LABEL=Venue Info:http://www.rbkc.gov.uk
END:VVENUE
END:VCALENDAR
