Joe McCann is a Senior Technologist at frog design, Principal at subPrint Interactive, and founder and curator of the Austin JavaScript meetup group. With professional work experience ranging from the music and fashion industries to Wall Street and the web, Joe’s current passion lies in creating decadent user experiences whether the targeted medium is the web, mobile applications, desktop software, or even a new medium altogether and the targeted device ranges a from mobile phone to an iPad or even a new, proprietary device altogether.
XUI + Cross Domain Hacking
Right on heels of TXJS, this month's edition of the Austin JavaScript Meetup includes two speakers from TXJS, Joe McCann and Alex Sexton.
XUI
Joe will be discussing the slick mobile micro-framework, XUI, which you can use to build out mobile websites or even mobile webapps where the targeted device is running a reasonable build of Webkit (namely iPhone, Android, and WebOS). Popular libraries like jQuery are a bit large in size and contain loads of cross-browser code that is irrelevant in most mobile devices. XUI is only 3kb and can provide you with a large enough toolkit to get almost any job done. Joe will introduce the library and how you can start using it right now.
Cross Domain Hacking
If you had to rank the best and worst moments of your JavaScript life, you'd probably rank reading "The Good Parts" up towards the top, and deep down at the bottom of the list would be the day that you found out that you couldn't make cross-domain requests in the browser. This talk covers the hacks, tips, and tricks to leave the Same Origin Policy in the dust. So grab a cookie, pad your json, and learn how to communicate properly.