This talk will demonstrate that, whether its double-equals coercion, iteration without hasOwnProperty, augmenting native prototypes or even fraternizing with the evil eval and with, there is a time and place for virtually every feature of JavaScript and taking the time to study and understand their potential will enrich the programming experience, just as a broader …
Tag Archives: slides
How to do presentations that don’t induce suicide
Building Responsive Layouts
PHP CLI, The Other SAPI
Most developers use PHP in a web context and run their code via Apache. The command line interface (CLI) is another approach to run PHP without the overhead of your webserver. This talk not only illustrates the usage of the PHP binary, but also some use cases for which the CLI is the better tool. …
Fashionably flexible responsive web design
Responsive web design has made designing flexible websites fashionable again, but there’’s more to being fashionably flexible than technology or using CSS3 media queries. So this unique workshop — hosted by Andy Clarke, designer, author and speaker — puts the design back into responsive design. Andy will teach you how to design from the ‘content …
Continue reading “Fashionably flexible responsive web design”
Basics of three.js
What We Don’t Know
On any given request for our website there are loads of unknown factors. One of the more obvious unknowns is the browser. There are lots of techniques and tools we can use to ensure good experiences across any browser. But we also don’t know about the person. Who are they? Where to they live? What …
Sass & Compass: The future of stylesheets now
Slides from Responsive & Responsible
The Boston Globe is one of the first major sites to implement responsive design at a large scale, and this presentation covered many of the challenges and solutions we encountered during that development process. Very, very, very interesting stuff! Slides from Responsive & Responsible, Scott Jehl, Breaking Dev 2011 →More on The Boston Globe Redesign …