Yesterday I accepted a proposal to speak at
IT 360° in Toronto Canada on Tuesday, May 1st. The event runs from Monday, April 30th to Wednesday, May 2nd at the Metro Toronto Convention Centre, North Building. Here is a brief outline of my tutorial and presentation:
Real World Ajax – 3hr Tutorial
Creating a Reusable Ajax engineIn this section you will hit the ground running as you get prepared for even more advanced topics that come later in the tutorial. Learn how to take the XMLHTTP Request object and wrap it into a component that can be used as a reusable Ajax engine for streamlining future requests.
Creating a database-enabled Ajax applicationLearn how to bridge the gap between the front and back end of your web applications without refreshing the page. In this section you will learn how to create a bridge file with PHP and leverage it to make Ajax requests for basic database interactions.
Caching XML responses on the server-sideOnce you have the Ajax-enabled database interactions under your belt it will be time to take some of the strain off of your server. In this section you will learn how to cache duplicate XML responses and only update them when it is absolutely necessary.
Adding security to your Ajax requestsSecurity is a simple step that is missing in most Ajax-enabled web applications. The risks of having no security in a database-enabled Ajax application are critical. Learn how to take a few quick steps to ensure that the requests coming to your server are safe.
Leveraging RSS – 1hr Presentation
The benefits of RSSLearn why RSS is important and what steps you and your company can take to leverage this important technology.
Understanding the anatomy of RSSTake a look inside an RSS feed to dissect its inner XML structure and demystify the language.
Syndicating existing contentDiscover what type of existing content would be a good fit for leveraging this technology. Learn how you can take your existing content and syndicate it as RSS.
Hope to see you there... eh!
Labels: ajax, ajax security, caching, events, itworld, mysql, php, rss