Get Lanyrd on your mobile (iPhone, Android and more) - check it out here

Front Row Conference schedule

Thursday 20th October 2011

  • The once and future web

    by Patrick H. Lauke

    In this keynote, Patrick takes a look at the shiny new world of HTML5 and CSS3, pointing out recurring themes and problems which have been a feature of web development and design since the very early days of the web...the tension between what designers want and what the technology allows, technology (ab)use, and the fact that standards - by their very nature - are only ever addressing current and past needs, rather than new use cases.

    At 9:00am to 10:00am, Thursday 20th October

    Coverage slide deck

  • Top Mistakes in Web Accessibility

    by Wojtek Zając

    This guide aims to demystify myths and frequent mistakes related to web accessibility basing on job interviews with front-end developers I have conducted over the last year. I’ll try to make sure you will improve accessibility of your next project thanks to a couple of simple tips and advices I’m going to talk about.

    At 10:00am to 10:30am, Thursday 20th October

    Coverage slide deck

  • Harmony - The Shape of Things to Come

    by Marek Stępień

    In his talk, Marek will cover what’s fresh and up and coming in the future implementation of ECMAscript “Harmony” and why the future of JavaScript looks bright for developers.

    At 10:30am to 11:00am, Thursday 20th October

  • HTML5 as A Gaming Console - Is It Possible?

    by Michal Budzynski

    Michal will talk about Open Web Technologies such as CSS, HTML and JavaScript in Game Development, it’s history, creating crossplatform games for desktops, mobiles, tablets and other devices Javascript could run on. During the talk he will present couple methods of animations, implementation of game’s logic and different ways to communicate between players.

    At 11:30am to 12:15pm, Thursday 20th October

    Coverage video

  • CMS / Design Integration

    by Richard Carter

    Richard Carter, Creative Director at Peacock Carter Ltd, takes us through a selection of popular open source software packages and the ups, downs and total cock-ups he’s seen along the way.
    As frontend developers, it’s often our job to integrate (x)HTML and CSS with various content management systems, forums and discussion boards, ecommerce platforms and other software.
    So, are all theming experiences the same? Obviously not. This talk aims to promote discussion about best practices in theming/templating/skinning, with a view to leaving us techies all more enlightened.

    At 12:15pm to 12:45pm, Thursday 20th October

    Coverage note

  • It Is the Start of the Web Revolution. But It's Not What You Think.

    by Syd Lawrence

    The Internet revolution is currently in full swing. We know this. Things are being forced to change. However there is something else happening. The web revolution. Other platforms are taking note from what they have learnt from the Internet. Web technologies are gaining traction. You no longer have to know different languages to develop for different platforms.

    With the ability to write code using the latest front end web technologies. You can now build *native* apps for not only the Internet, but also mobile devices, desktop machines and even your TV, next up, kitchen appliances.

    Write once, view anywhere.

    At 12:45pm to 1:30pm, Thursday 20th October

    Coverage slide deck

  • Topsy-Turvy Design: Adapting Your Design Process for Adaptive Layouts

    by Rich Quick

    Adaptive design is the talk of the web design town, but how does it affect your design process and how can you use it on a day-to-day basis?

    Rich will cover the basics of adaptive design and talk about how you can integrate it into your existing web design process.

    At 4:15pm to 5:00pm, Thursday 20th October

  • Designing for the Rest of Us

    Products should be aspirational, no matter who they are targeting. Antony will be sharing a story of a mobile product we built for people suffering from dexterity issues. He will talk about the challenges, the emotional highs and lows, the opportunities, risks and a little of what the future holds. Antony will explain why fundamentally we should all be designing and building with inclusivity in mind. Hopefully this talk will catalyse your thoughts on how you can design for the rest of us.

    At 5:00pm to 5:45pm, Thursday 20th October

  • Fail, Meh or Win? How Do You Want the Web to Be?

    by Christian Heilmann

    When you see this talk, you are at a web conference. On these we show cool new stuff and teach people about using our technologies in different ways. We find inspiration, we discuss details and we get to know each other. When we go back to our day-to-day grind things look different though and the inspiration we got can turn into frustration. Chris Heilmann will show some tricks and ideas how we can break that cycle. You should not have to be on stage to produce bleeding-edge awesome. And guess what? With the right attitude, you don’t have to.

    At 6:15pm to 7:00pm, Thursday 20th October

Friday 21st October 2011

  • HTML5 Multimedia

    by Bruce Lawson

    A much-hyped feature of HTML5 is native multimedia. In this session we’ll look at embedding and into your pages, and how to make it work cross-browser and degrade gracefully in older browsers. Sound too good to be true? It’s not!

    We’ll look at the pros and the cons of HTML5 multimedia and see how to write controls with JavaScript and CSS. We’ll also look at how HTML5 builds in support for subtitles and captions for multimedia accessibility. We’ll build up a worked example, and look at what’s coming just around the corner in HTML.next – and you might pick up a Turkish dancing tip on the way.

    At 9:00am to 10:00am, Friday 21st October

  • It Depends – Theory of Relativity in Interface Design

    by Iga Mościchowska

    UI patterns are beloved by developers. Yet there is no design perfect for every situation. “It depends” should be the most frequently used answer to all design questions. Iga will talk about how theory of relativity should be applied to interface design.

    At 10:00am to 10:30am, Friday 21st October

    Coverage slide deck

  • The CSS of Tomorrow

    by Peter Gasston

    A brief look at the state of CSS3 today; what you can do right now, and what you’ll be able to do in the very near future. Then a look into the long-term future, to a time when CSS3 will enable page layouts far richer and more dynamic than we’d thought possible, and where CSS3 has taken on aspects of programming languages. What CSS developers will be learning years from now.

    At 11:00am to 11:45am, Friday 21st October

  • CSS3 Media Queries – For Real

    by Rudy Rigot

    Much is being said at the moment about the effective possibilities brought by the media-queries technology ; some will say it removes the need to feature browser sniffing, brought back by the current mobile explosion, although there’s not much in common between those two!

    The confusion is brought by one application of that technology, called “Responsive Web Design”, which allows to show the same webpage with a different layout depending on the screen resolution.

    Although the applications seem magical, many aspects of a web project can get kind of messy when Responsive Web Design is involved, for instance:

    • compatibility with old browsers is not worrysome by itself, but can have side-effects emerging
    • why it is being said that Responsive Web Design is dreadful for performance
    • why it’s better to not even consider Responsive Web Design sometimes, and in which cases
    • how you should do to keep all your wireframing/prototyping best practices at their best despite a website that never looks the same!

    At 11:45am to 12:30pm, Friday 21st October

    Coverage video

  • Productive JavaScript workflow

    by Krzysztof Szafranek

    JavaScript is easy to grasp, difficult to master. This presentation will help you make a leap from a decent coder to an expert. It will focus on tools and practices that will save you debugging time and make your code better: unit testing, continuous integration, peer reviews and refactoring. If you are a member of a team working on a large JavaScript codebase, this talk is for you.

    At 12:30pm to 1:15pm, Friday 21st October

  • Advanced CSS3 Animation

    by Marek Pawlowski

    In his talk, Marek will cover ins and outs of advanced animation in CSS3 for web game developers and include things like animating sprites and movement using new CSS3 features for desktop and mobile devices.

    At 4:15pm to 5:00pm, Friday 21st October

  • JavaScript in the cloud with Cloud9 IDE

    by Zef Hemel

    Cloud9 IDE is the leading cloud-based integrated development environment (IDE), built for developers by developers and showing how we created a unique coding experience based almost exclusively on JavaScript (on both the client and the server). Initially focused on JavaScript and Node.js development, the team is working hard to also offer excellent support for other languages, including PHP, Ruby and Python, as well as a whole slew of cloud services and other integrations.

    During the talk, Zef will demonstrate how to quickly and efficiently start working on code projects connecting with Github, Bitbucket, or adding an FTP account and deploying the project to one or more Platform-as-a-Service provider such as Joyent or Heroku.

    At 5:00pm to 5:45pm, Friday 21st October

  • In Your @font-face!

    by Jake Archibald

    We finally have the ability to serve custom fonts to all popular browsers. However, like everything in our profession, there’s a minefield of gotchas and peculiarities between browsers, devices and operating systems.

    Although fonts are a design asset, this talk will be technical. We’ll look at what goes into a font file and how you can get rid of bits you may not need without damaging rendering for particular users.

    We’ll investigate common pitfalls in performance made by almost, if not all, font delivery networks. We’ll also discover how the legal fluff surrounding typefaces can be a massive road-blocking joy-void.

    At 6:15pm to 7:00pm, Friday 21st October