http://lanyrd.com/2012/full-frontal/audio/
Tales of Suckage and Awesomeness by Chris Wilson
http://lanyrd.com/2012/full-frontal/audio/
Tales of Suckage and Awesomeness by Chris Wilson
Are we being seduced by the animation and rich UI capabilities of modern browsers at the expense of the underlying platform of the Web?
The Web has entered a new phase in its evolution: The proliferation of a JavaScript enabled audience with increased processing grunt in their devices, better and more ambitious JavaScript developers, and users with an appetite for sophisticated experiences, all seem to be helping to move the web in a rich and exciting direction.
Good developers understand about graceful degradation, progressive enhancement, unobtrusive JavaScript and the like, so why are we seeing big companies building web offerings with little apparent thought for their impact on the Web?
We’ll explore this by looking at what the Web was, is now, and might become. We’ll look at examples of exciting user interfaces and sophisticated interactions. We’ll also examine some emerging techniques for providing rich user interactions without hurting the web or killing kittens.
Phil Hawksworth, Technical Director, R/GA
Phil began his career building web applications for financial institutions such as Commerzbank, Deutsche Bank, and the London Stock Exchange in the late nineties. A focus on web architectures and real-time data delivery lead Phil to a variety of web development roles with particular attention to emerging front-end development techniques and JavaScript application development.
After several years working on web applications and consulting on web best practices at technology companies such as Verisign, VMware and BT, Phil made the move into the agency world where he managed development teams and architected solutions on projects for clients including of eBay, Sony and BP.
Phil Hawksworth is a Technical Director at R/GA and enjoys talking about himself in the third person.
CurlyBraceCast - Ryan Dahl
Tagged with curlbracecast podcast development code node.js javascript nodejs node.js ryahdahl
A presentation on taking a more relaxed stance about web development and a call for less arguing and more productive use of our talents when talking about web standards. Given at the London Web Meetup.
http://www.archive.org/details/FindingHarmonyInWebDevelopmentraw
Tagged with christian heilmann web development javascript css html browsers
Since the earliest days of the web, perhaps the single biggest missing piece of functionality has been a standards based, browser native way for developers to do 2D (and 3D) rendering. Now, the Canvas element, supported in all contemporary browsers other than Internet Explorer, and part of the HTML5 specification, provides these capabilities, and is being widely adopted in cutting edge websites and applications.
In this session, JavaScript ninja Dmitry Baranovskiy takes us into the heart and soul of Canvas, looking at what it does well, and not so well, how well it is supported, and how to use it in cross browser compatible ways. Developers with a good grasp of JavaScript will be able to add another dimension to their web solutions based on what they learn in this session.
Tagged with html programming javascript presentation
Hijax is all about apply ing pro gres sive enhance ment to Ajax. In the Hijax model, JavaScript isn’t used for advanced inten sive pro cess ing. Instead, the XMLHttpRequest object acts like a dumb waiter, pass ing infor ma tion back wards and for wards between the client and the server. By hijack ing the reg u lar func tion al ity and replac ing it with an enhanced Ajax ver sion, you can be assured that your web site will work with or without Ajax.
Tagged with ajax javascript hijax wdx