Your current filters are…
by Josh Adams
Join in this BYOL (bring your own laptop) lab to learn how to get started developing for ColdFusion 9 in the official ColdFusion IDE, ColdFusion Builder 2. After we have installed ColdFusion 9 and ColdFusion Builder 2, we'll see how easy yet powerful ColdFusion is as we begin building rich, dynamic web applications. There are no hardware prerequisites for this lab, however, if you want to get a jump on things, download and install ColdFusion 9, ColdFusion 9 Update 1, and ColdFusion Builder 2.
Anticipated Duration: Saturday Sept 17th 10:00 – 14:00 -- 3.0 hours with (1) 15min break + Lunch; break @11:00am; Lunch @12-1; resume 1pm – 2pm; more time as needed after 2pm for questions
by Doug Hughes
In this session I will cover the various ways that developers can build cross platform mobile applications that run on iPhone and Android (and more). I will compare and contrast various tools and how they can be used to make mobile applications.
"Every site has a story to tell, a response we hope to elicit from viewers, from calling a senator to buying a product. As web designers, we try to tell these stories using words and pictures. But before there were web designers, cartoonists and comickers were doing the same. We can learn much from their illustrative and emotive techniques. Rachel Nabors is an award-winning cartoonist turned front-end developer and UX enthusiast. In this talk, you will learn how to apply techniques used in comics to your own web designs. Come learn how to tell YOUR site's story better!"
by Brian Klaas
Using three, new, simple functions introduced in Adobe ColdFusion 9 -- cacheGet, cachePut, and cacheRemove -- you can significantly improve the performance of your Web-based application. In this session, we'll look at concrete examples of where utilizing the new object-based caching functionality of Adobe ColdFusion 9 can shave seconds (or more) off of each request. The following specific scenarios will be covered:
This session won't cover the powerful extensibility of Ehcache, the technology behind these caching functions, and is targeted towards developers who haven't utilized application server caching before.
In this session Raymond will introduce you to building mobile applications using the new jQuery Mobile framework. Previous experience in jQuery (or even JavaScript) is not necessary. Come to the session and discover how incredibly easy it is to build mobile applications using the jQuery Mobile framework. Items that may be covered (time permitting): how to use jQuery mobile; support grid; support for layout & touch; API/Component docs; HTML5 doctypes; widgets & UI stuff; Lists; buttons; forms; special fields (date picker/slider/flip toggle); theming/design; and much more...
by Dee Sadler
Dreamweaver CS5.5 has integrated PhoneGap and jQuery to allow the creation of both Android and iOS mobile applications. In this session we'll show how easy it is to create applications for multiple screens.
There are lots of procedural applications still in Production today; apps that were originally built on ColdFusion 4.x but still need regular maintenance and updates. Maybe the server has since been updated to CF9, but the developers in charge haven't had the chance to learn ways to write reusable code beyond the CFInclude tag.
In this presentation will go over the basics of CFInclude, CFModule, Custom Tags, and CFFunctions. We will show pros and cons of each, sample code where one construct may be more appropriate than another, and we'll also do a quick "speed comparison" between them as well.
This is a talk for beginner developers, or intermediate developers that just haven't had the opportunity to go beyond some of the older ColdFusion functionality. No knowledge of object-oriented programming is required.
If you haven't noticed, QR (Quick Reponse) codes have exploded in the United States. They have been used in other countries for several years, but the US has just recently discovered them. Like any new technology, QR codes have been used in new, creative, and crazy ways. Tombstone QR codes? Billboards? We'll take a look at useful and tacky ways to use them. In addition, the College of Textiles is planning several uses and one of them will be dissected. Come find out and interact with others on how these small boxes may help your university or business.
Presentation Highlights:
-Short Introduction to QR Codes
-Good/Bad QR code examples
-Using QR codes for Computer Inventory (CF,HTML,CSS code included)
This presentation talks about building Facebook applications using CFML, gets you up to speed on the recent changes in the Facebook platform and Graph API, and shows some quick-and-dirty examples, as well as some advanced examples that utilize both CFML and Flash.
by Dee Sadler
So you want to create mobile applications? This session will walk you through the ins and outs of creating graphics for mobile. Resolutions, tips and tricks to making the graphics as sharp as possible. Using Photoshop vs Fireworks, how device central can help you, wireframing, and much more.
by Les James
CSS3 is awesome right? But then there are all the vendor prefixes, the changing syntaxes and writing the same style over and over again. Enter Sass, the CSS meta-language that can solve your CSS3 woes and so much more. Your presenter Les James has been writing his CSS with Sass for about two years now. He will show you how Sass can make adding complex CSS3 styles to your site easy. Your style sheet will become more flexible than ever with Sass variables and mixins. You’ll whip specificity into shape with nesting and parent selectors. You’ll dominate colors with Sass’s built in manipulation functions. The best part of all there is no crazy syntax to learn, at the heart it’s still the CSS you know and love but with all the awesome benefits of a programming language.
A 2hour deep dive into HTML5 and the corresponding umbrella topics. Extensive examples of all the JavaScript apis (localStorage, geolocation, webworkers, canvas, etc..), cross domain techniques, websockets, as well as the more mundane markup.
Heavy on examples