Talks To Help You Become A Better Front-End Engineer In 2013
Many of us care deeply about developing our craft. But staying up to date can be a true challenge, because the quantity of fresh information we’re regularly exposed to can be a lot to take in. 2012 has been no exception, with a wealth of evolution and refinement going on in the front end.
Great strides have been made in how we approach workflow, use abstractions, appreciate code quality and tackle the measurement and betterment of performance. If you’ve been busy and haven’t had time to catch up on the latest developments in these areas, don’t worry.
With the holiday season upon us and a little more time on our hands, I thought it would be useful to share a carefully curated list of the most relevant front-end talks I’ve found helpful this year. You certainly don’t have to read through them all, but the advice shared in them will equip you with the knowledge needed to go into the new year as a better front-end engineer.

Image credit: Jacob Bøtter
Baseline
Have a Strategy for Staying Up to Date
How to Stay Up to Date on Web Stuff, Chris Coyier
Part of continually developing your craft is staying up to date. Doing this is important for all professionals, and in this talk you’ll learn strategies for staying updated even when the ideas that surround the technologies we use are constantly evolving.
Make Sure Your Baseline for Development Is Current
A New Baseline for Front-End Developers, Rebecca Murphey
There was a time when editing files, testing them locally and simply FTP’ing them was the common workflow for a front-end developer. We would measure our abilities based on how well we could harass IE 6 into rendering pages correctly, and we generally lacked strong skills in HTML, CSS and JavaScript.
This has greatly changed over the past few years, with improvements in workflow and tooling. Front-end development is now taken more seriously, and this talk sheds light on the new baseline process for developing on the front end.

Understand How Browsers Work Behind the Scenes
So, You Want to Be a Front-End Engineer, David Mosher (Video)
Some would say that the browser is the most volatile development platform the world has ever known. If you’re a client-side developer, understanding how browser internals work can help you both make better decisions and appreciate the justifications behind many development best practices. In one of the best talks this year, David Mosher takes you through how browsers parse and render your pages.
Know What the Web Platform Now Has to Offer
The Web Can Do That!?, Eric Bidelman (Video)
The Web is constantly evolving, and keeping up with what’s new on the platform can be hard. HTML5’s new capabilities enable us to build an entirely new suite of applications with features that were simply impossible to achieve before (at least, not without the use of plugins) but are now a reality.
In this talk, my teammate Eric guides you through the bleeding edge of HTML5, focusing on solving many real-world problems. You’ll learn about media streaming, device input, modern CSS design, media capture, file I/O and more.
Workflow
For Web App Developers
Tooling for the Modern Web App Developer, Addy Osmani
Whether you’re using JavaScript or CoffeeScript, LESS or Sass, building an awesome Web application these days usually requires a plethora of boilerplates, frameworks and tools and a lot of glue to get them to work together. In short, you need a kick-ass utility belt.
In this talk, you’ll get an overview of the current tooling eco-system for the front-end and learn about a new tool that tries to bring together all of the pieces of this eco-system for you, called Yeoman.
An extended version of this talk is also available.
For Web Designers
A Modern Web Designer’s Workflow, Chris Coyier (Video)
A lot is expected from today’s Web designers. If this role defines what you do, then it’s now not just about visual design, but increasingly about building interactions. Designs need to work across different devices of varying shapes, sizes and connections, and they also need to be accessible.
As a designer, you often need to communicate and share code across teams and be familiar with many different technologies. In this talk, Chris Coyier discusses many of the amazing tools that can help things along, discussing what does what and giving a high-level view of a modern workflow.
For Mobile Web Developers
Mobile Web Developers Toolbelt, Pete Le Page (Video)
Building for the mobile Web requires a different mindset to the one we use when developing for desktop, and a different set of tools. Thankfully, a number of great options are available. From remote debugging to emulation, mobile browsers are offering more and more tools to make our lives easier.
In this talk, Pete Le Page takes you through a couple of tools that you can use today to make cross-platform mobile Web development easier, and then he peers into the crystal ball to see what tools the future may bring.
For Debugging
Secrets of the Chrome DevTools, Patrick Dubroy (Video)
Google Chrome Developer Tools provide powerful ways to understand, debug and profile Web applications. Most developers are familiar with Chrome’s basic inspection and debugging tools, but some of its most valuable features, like the Timeline and memory analysis tools, are less known.
In his demo-based walkthrough, Patrick Dubroy provides an overview of Chrome Developer Tools and an in-depth demonstration of some lesser-known features.
The Future
CSS
The CSS of Tomorrow, Peter Gasston
In this talk, Peter looks briefly at the state of CSS3: what you can do right now, and what you’ll be able to do in the very near future. He then looks into the long-term future, to a time when CSS3 will make possible page layouts far richer and more dynamic than we’d thought possible, and when CSS3 has taken on aspects of programming languages. This is effectively what CSS developers will be learning years from now.
JavaScript
The Future of JavaScript, Dave Herman
The Web platform is growing, and JavaScript is growing along with it. EcmaScript 6, the next edition of the JavaScript standard, is gearing up to be a huge step forward for Web programming. In this talk, Dave Herman discusses the exciting new features being worked on for EcmaScript 6 and how they can be used.
Web Applications
Web Components and the Future of Web App Development, Eric Bidelman
Web components are going to fundamentally change the way we think, build and consume Web apps. ShadowDOM, Mutation Observers, custom elements, MDV, Object.observe(), CSS — how do they all fit together?
This talk prepares you for the future of the Web platform by discussing the fundamentals of Web components and how we can use them today with frameworks such as AngularJS.
CSS
State of the Art
All the New CSS Hawtness, Darcy Clarke
This talk dives into some of the latest CSS implementations and specifications floating around. You’ll learn what’s here and what’s around the corner, and you’ll gain insight into why these new features will change our development workflow.
Darcy Clarke touches on modules such as paged-media, multi-columns, flex-box, filters, regions, box-sizing, masking and 3D.
Modularity
Your CSS Is a Mess, Jonathan Snook
We all think that CSS is easy. Take some selectors, add some properties, maybe a dash of media queries, and — presto! — you have a beautiful website. And yet, as the project changes and the team grows, we see the frustration build, with increasingly complex selectors and overuse of !important.
In this talk, Jonathan looks at common problems and solutions that will make your CSS (and your projects) easier to manage and easier to scale.
Pre-Processors
CSS Pre-Processors, Bermon Painter
If you haven’t jumped on the pre-processor train this year, you’re missing out. In this helpful overview of (current) popular pre-processors, Bermon Painter takes you through Stylus, LESS and Sass, with features subdivided into easy-to-learn sections of beginner, intermediate and advanced. I’ve been using mixins quite heavily this year, and I simply wouldn’t have been able to if it weren’t for projects like Sass.
Documentation
A Better Future With KSS, Kyle Neath
Writing maintainable CSS within a team is one of those problems that a lot of people think can be solved by writing CSS in a particular style. But in Kyle’s experience, that never works out.
In this talk, he introduces you to his latest creation, KSS. It’s a documentation and style guide format. He’ll show you why he built KSS and how it’s been helping him at GitHub to refactor its four-and-a-half year old CSS, and he’ll give you a glimpse into the future of KSS.
JavaScript
The Importance of Code Style
Maintainable JavaScript, Nicholas Zakas
Some say that good code is its own documentation, and the fact is that the more readable our code is, the easier it is to maintain.
Writing JavaScript for fun and writing it professionally are two different things, and in this talk by Zakas, you’ll learn practices to make JavaScript maintainable over the long run, to reduce errors and to make your code easily adaptable to future changes. It’s highly recommended reading.
A Modern Large-Scale App Stack
SoundCloud’s Stack, Nick Fisher
I’ve talked a lot about large-scale development in the past. It’s a non-trivial problem that’s difficult to get right, and so it’s exciting when someone working on such challenges shares their experience.
In this talk, Nick Fisher of SoundCloud discusses the company’s story of developing large-scale applications with JavaScript, not only at runtime, but also its steps to make development and deployment easier. In particular, he looks at RequireJS and Backbone, talking about how SoundCloud has used and abused each to suit its needs, sometimes in uncommon ways.
Rethinking Application Structure
Re-Imagining the Browser With AngularJS, Igor Minar
What if you could a write modern Web app with dramatically fewer lines of code and improve its readability and expressiveness at the same time? In case you’re wondering: no, there’s no new language to learn, just familiar old HTML and JavaScript. As a matter of fact, there are concepts for you to unlearn.
AngularJS is a client-side JavaScript Web development framework whose authors believe they’ve done something special. Instead of asking what kind of functions they could provide to make writing apps smoother, they asked, “What if the browser worked differently in a way that eliminates code and gives structure to apps?”
In this talk, you’ll get a tour of how to get the power of tomorrow’s Web platform in today’s Web applications.
Internationalization and i18n
Entschuldigen you, parlez vouz JavaScript, Sebastian Golasch (Video)
While JavaScript applications grow in size and complexity, there are still some white spots on the big map of Web applications: internationalization and globalization! If you´re still thinking that switching strings in and out is the way to go, you are definitely headed in the wrong direction.
In this talk, Sebastian takes you through how to spot real-world internationalization problems and how to solve them in the most elegant way.
I couldn’t cover internationalization without mentioning Alex Sexton, who has also spoken a great deal on this topic. His JSConf talk on client-side internationalization is available in video form if you’re interested in checking it out.
Patterns and Principles
The Plight of Pinocchio, Brandon Keepers
JavaScript is no longer a toy language, and many of our Web applications can’t function without it. Brandon states that if we are going to use JavaScript to do real things, then we need to treat it like a real language, adopting the same practices that we use with real languages. I completely agree with him.
This framework-agnostic talk takes a serious look at how we develop JavaScript applications in the real world. Despite their prototypical nature, good object-oriented programming principles are still relevant. The design patterns that we’ve grown to know and love work just as well in JavaScript as they do in any other language.
When to Lazy Load Scripts
How Late Is Later?, Massimiliano Marcon
Reducing the loading time of a Web application is a well-known challenge. Developers need to make sure that the browser downloads only the code that is strictly necessary to bootstrap the application, and leave the rest for later. This is what we commonly call “lazy loading.”
But when is “later”? When is the right time to lazy load? This talk shows how JavaScript code — functions and objects — can be delivered to the browser on demand, thus reducing the perceived loading time of a Web application.
Mobile
Building Touch-Based Interfaces
Creating Responsive HTML5 Touch Interfaces, Stephen Woods (Video | Audio)
Flickr front-end engineer Stephen Woods shares some hard-learned lessons about building responsive touch-based interfaces using HTML5 and CSS. Because our users are demanding better instant feedback from touch-based UIs, understanding how to approach this problem and avoid the pitfalls will be critical for many application developers in the future.
The Challenge With Scrolling
Embracing Touch: Cross-Platform Scrolling, Mark Dalgleish (Video)
Scrolling effects are a popular way to add personality to the simple act of moving down the page. Unfortunately, these effects don’t work natively on mobile devices, where the touch interaction would make these techniques more effective. In this talk, Mark looks at some ways to implement these effects within the limitations of mobile browsers.
Native, HTML5 and Hybrid Apps
Native, HTML5 and Hybrid Mobile Development, Eran Zinman
One of the toughest decisions every mobile developer faces is choosing a development strategy: “Should I develop a native, HTML5 or hybrid mobile app?” Over the past two years, Eran has led Conduit’s mobile client development efforts, experimenting with cross-platform development in various flavors: from complete HTML5 solutions (using PhoneGap and other technologies) to hybrid solutions to semi-hybrid solutions to fully native solutions.
In this talk, Eran shares some real-life experiences in cross-platform development, describing changes that Conduit has implemented along the way, and sharing what some of the “big players” (such as Facebook, LinkedIn and Twitter) are doing in their mobile app development.
Performance, Distribution and Facebook on HTML5
On the Future of Mobile Web Apps, Simon Cross
Simon looks at Facebook’s experience with and investment in the mobile Web, the issues affecting mobile Web developers and what Facebook and the industry are doing to push the mobile Web forward. Mark Zuckerberg’s comments on HTML5 were undoubtedly one of the most discussed topics in mobile this year, and I personally found these slides a good summary of Facebook’s current take on what works and what still requires improvement.
Tools for Mobile Debugging
Mobile Debugging, Remy Sharp
Debugging Web apps on mobile devices can be a genuine pain. Luckily, a number of tools are available today to ease the process. From remote debuggers to cross-device consoles, this talk summarizes the current state of debugging for mobile, going into more depth on debugging than Pete’s talk from earlier in the post.
Responsive Design Techniques
Responsive Web Design: Clever Tips and Techniques, Vitaly Friedman
Responsive Web design challenges designers to apply a new mindset to their design processes and to the techniques they use in design and coding. This talk (by Smashing Magazine’s own Vitaly Friedman) provides an overview of various practical techniques, tips and tricks that you might want to be aware of when working on a new responsive design project.
Web Apps
Offline Web Apps
Offline Rules, Andrew Betts (Video)
In the last couple of years, a deluge of new offline storage technologies have appeared. In this talk, Andrew looks at why they are all excellent and rubbish at the same time and why you need to use all of them, and he walks through techniques to consider when building a Web application that can load and function with no network connectivity.
But making use of client-side storage is necessary not only in order to make an app that works offline, but it can also hugely improve the experience of your website when the user actually does have connectivity.
State of the Art
Building Web Apps of the Future: Tomorrow, Today and Yesterday, Paul Kinlan (Audio)
The browser is an amazing runtime that can already deliver amazing apps. Paul dives into the technologies that will help you deliver Web apps that will blow your users’ socks off now and in the future.
Client-Side Storage
Storage in the Browser, Andrew Betts
Installed native applications can use all the space they want, but in the browser we’re much more limited. This talk explores how to make the best use of the storage technologies available to Web apps, comparing the virtues of different packaging and encoding techniques, and covering simple forms of in-browser compression that can yield surprising results.
As more apps are developed to surf over network turbulence, and to work even when completely disconnected from the network, local storage becomes ever more important.
Application Cache
Application Cache: Douchebag, Jake Archibald (Video)
The Application Cache is one of the cool bits of HTML5. It allows websites to work without a network connection, and it brings us much closer to native app-like behavior. However, from roundup articles and talks about HTML5, you might be left with the impression that it’s a magic bullet. Unfortunately, it isn’t; the Application Cache is, as Jake famously puts it, a douchebag.
In this talk, he looks at how to use the features of Application Cache without the horrible side effects, comparing techniques that you’d use for both a simple client-side app and a large content-driven website. He explores the many gotchas left out of most articles about Application Cache and discusses how to build your website to survive them.
Performance
CSS
High-Performance CSS, Paul Irish
Paul dives into the tools available in and outside of the browser to assess the performance of your CSS. Find out what’s slow (is box-shadow causing paints to be 70 milliseconds longer?) and how to fix it. Learn about about:tracing, CSS profiling and speed tracer, and get a better understanding of the browser’s internals in the process.
There’s also Jon Rohan’s talk about some problems related to CSS performance that were solved at GitHub. Recommended reading.
GitHub’s CSS Performance, Jon Rohan
Avoiding Jank
Jank-Free: In Pursuit of Smooth Web Apps, Tom Wiltzius
Building beautiful experiences on the mobile Web takes more than a good designer and fancy CSS: performance is critical for a Web app to feel fluid. Smooth animation that never drops a frame can give your app a native feel. But when animations stutter, effects lag or pages scroll slowly, we call that “jank.” This talk is about identifying jank and getting rid of it.
Web
Building Faster Websites, Ilya Grigorik
In this comprehensive crash course, Ilya Grigorik shares some really juicy tips on how to make the Web faster, including Google’s findings on what slows down people’s Web experience and how Chrome and other services have improved it. If you’re an engineer looking to improve the performance of your websites or apps, this talk comes highly recommended.
JavaScript
Breaking the JavaScript Speed Limit With V8, Daniel Clifford
Are you interested in making JavaScript run blazingly fast? If so, this talk looks at V8 under the hood to help you identify how to optimize your JavaScript. Daniel shows you how to leverage V8’s sampling profiler to eliminate performance bottlenecks and optimize JavaScript programs. He also exposes how V8 uses hidden classes and runtime-type feedback to generate efficient JIT code. A very interesting talk for performance junkies.
Note: Some of the optimizations mentioned in this talk are specific to V8 and may not apply to other JavaScript engines. I wrote about how to write memory-efficient JavaScript on Smashing Magazine recently, in case you’re interested in exploring the topic further.
Testing
Understanding Code Smells
Why Our Code Smells, Brandon Keepers (Video)
Odors exist for a reason, and they are usually trying to tell us something. If our code smells, it might be trying to tell us what is wrong.
Does a test case require an abundance of setting up? Maybe the code being tested is doing too much, or it is not isolated enough for the test? Does an object have an abundance of instance variables? Maybe it should be split into multiple objects? Is a view brittle? Maybe it is too tightly coupled to a model, or maybe the logic needs to be abstracted into an object that can be tested?
In this talk, Brandon walks through code from projects that he works on every day, looking for smells that indicate problems, understanding why the smells are there, what the smells are trying to tell us, and how to refactor them.
Current State of the Art
JavaScript Testing: The Holy Grail, Adam Hawkins (Video)
Adam talks about this Holy Grail for JavaScript developers: getting a test suite up and running fast and having multiple browsers execute the tests. Getting the Holy Grail is difficult, though, even though several tools have been created in the past in attempts to solve this problem.
Barriers to entries are everywhere. How easy is it to get going testing small parts of JavaScript functionality? What happens as your become bigger and more complex? What about headless testing? Does this process scale up to CI? Can you even do this stuff locally?
A myriad of testing tools and solutions are available, and Adam shows what’s out there and what we as a community need to do next to get the Holy Grail, to ensure a better Web experience for everyone.
Tip: One tool for testing that I’m loving at the moment is Testling-CI, which runs browser tests on every push.
Improving the Testability of Your Code
Writing Testable JavaScript, Rebecca Murphey (Audio)
It’s one thing to write the code that you need to write to get something working; quite another to write the code that you need to write to prove that it works — and to prove that it will continue to work as you refactor and add new features.
In her talk, Rebecca looks at what it means to write testable JavaScript code.
Conclusion
Time spent thinking about (and developing) your craft is time well spent. The more honed your skills are, the more opportunity you will have to become an efficient engineer.
While this list doesn’t cover every excellent talk presented this year, it hopefully offers some direction for you to accentuate your skills. Do consider reading through a few of them. Focused reading in this way will add to your value as a craftsperson and hopefully improve your daily development workflow.
With that, do enjoy the holiday season and have a fantastic new year.
(al)











































kyktommy
December 22nd, 2012 3:48 pmI love this roundup like post. Keep myself up to date : )
Damon
December 22nd, 2012 3:54 pmAddy -
Thanks for compiling this list! I’ve seen some of these presentations but there are many here that I’ve yet to watch. This is a great resource and I’m thankful you’ve put this together!
Ejaz Siddiqui
December 22nd, 2012 4:06 pmThanks Addy,
It is a great list of talks. I have bookmarked this page for future reference so that I can come back time to time to read the topic I am interested in. Thanks
George Bardis
December 22nd, 2012 5:27 pmYou ruined my Xmas vacation….now I have to read the all!!!! Excellent list!
Addy Osmani
December 24th, 2012 6:37 pmHaha. I’m sorry, George :) Do let me know if you have any questions about the talks on the list. I personally found them enlightening on a number of topics.
Typesmith
December 22nd, 2012 7:00 pmThanks Addy for the list.
Although I find it humorous that Embracing Touch crashes all my browsers on iOS 6.
http://markdalgleish.com/presentations/embracingtouch/
Addy Osmani
December 24th, 2012 6:36 pmGood catch. I’ll see if Mark is able to fix that issue in the new year or provide a PDF of the same talk.
Will
December 22nd, 2012 7:35 pmWhen I see all this I get sad and think about how much simpler and more productive things could be. But I guess it’s job security for all!
Jordan
December 22nd, 2012 7:45 pmThank you very much. You made my life easy. All of 2012 in 1 single post. :)
Sercan Eraslan
December 23rd, 2012 1:11 pmThank you Addy :)
Oskar
December 23rd, 2012 3:52 pmHere’s a video of “Building web apps of the future (…)” http://www.youtube.com/watch?v=O3AukCYymEU
It’s great!
Chris Villanueva
December 23rd, 2012 6:32 pmThis is a very good list. Appreciate the effort.
I hope back-end development teams realize the amount of planning and work needed to build modern UIs.
Max
December 23rd, 2012 6:46 pmThanks for this great article! One of my favourite articles here on SM.com
Phil
December 23rd, 2012 11:04 pmThis is awesome. Thank you.
Glaiza Bernaldez
December 24th, 2012 5:59 amThis is very helpful in preparation for 2013. Thanks for this! Happy Holidays!
Vitaly
December 24th, 2012 11:34 amThanks Addy,
keep up the great job in evangelising FE technologies!
Have a Merry X-mas and a Happy 2013 [Inspect Element]
:)
Addy Osmani
December 24th, 2012 6:34 pmYou’re very welcome, Vitaly! Have a fantastic Christmas and a great new year too :)
Janne
December 26th, 2012 11:36 pmi just inspected that element, duh..
;]
Darren J McPherson
December 24th, 2012 12:43 pmNo time for Christmas, I’m doing internets!
Dimitar
December 24th, 2012 1:13 pmMr Osmani,
This list is awesome. Can’t wait to see all this amazing topics. You have covered all areas that i’m interested in. Thx
Esakki Raj
December 24th, 2012 1:46 pmThanks Addy Osmani.
I Want to Thank all the people
Addy Osmani , Chris coyier, lea verou , Nicholas Zakas, Rebeca Murphey and Many Others , whose Blogs and Slides helped me to learn things about web.
nikola
December 24th, 2012 2:42 pmGreat work Addy… Nice X-mas present for all of us :)
Thanks
José Marques
December 24th, 2012 5:20 pmExcellent way to finish the year!
Calum Ryan
December 24th, 2012 8:26 pmExcellent round up. All this reading should help keep us occupied once the boredom of Christmas idleness begins to settle in.
Piotr Pytlarz
December 26th, 2012 7:07 amIt’s before sunrise and you’ve already made my day. Thanks!
Sam Jasper
December 26th, 2012 11:05 amcool article……..
edgars
December 26th, 2012 2:13 pmthank you for killing my holidays :-) amazing collection
JamesOR
December 26th, 2012 4:27 pmThanks Addy, great compilation.
Michelle
December 26th, 2012 5:10 pmThank you for always providing us with excellent articles and resources! I am very grateful!
Janne
December 26th, 2012 11:36 pmFantastic roundup.
Allan Alexandre
December 27th, 2012 3:36 pmVery good addy, I’ve read some .. excellent list! : D
Dimitar Bonev
December 27th, 2012 6:20 pmURLs that point to a specific slide are wrong in the presentation “High-Performance CSS, Paul Irish”, e.g. https://dl.dropbox.com/u/39519/talks/cssperf-cssdevconf/#24 for slide number 24.
Venkatesh Bashetty
December 27th, 2012 7:02 pmThis is just Awesome :)
Dimitar Bonev
December 27th, 2012 10:42 pmVideo for “Writing Testable JavaScript, Rebecca Murphey”:
http://www.youtube.com/watch?v=OzjogCFO4Zo
Addy Osmani
December 28th, 2012 1:53 pmThanks for sharing the link to it!
Lahiru
December 28th, 2012 2:44 amgrate collection. this is my collections http://goo.gl/3WAWL
Mr.Te
December 28th, 2012 5:00 amThanks For Your This Article Very Improve Me!
maverickpuss
December 28th, 2012 6:19 amit’s really a nice post, thanks to the author!
Ricardo
December 28th, 2012 12:02 pmThanks Addy. Nice work! Kudos :)
Dave
December 28th, 2012 2:04 pmThis appears to be a well curated list indeed and you provide a great service cherry picking the diamonds from the rough.
Thanks!
marcel
December 28th, 2012 6:50 pmThis post is too long. Please make a selection of the stuff you think is best. This is too much. Because the font size is too big on this is site, it looks even more.
aditya menon
December 29th, 2012 8:16 amOmg, I’m going to sit and digest this over a month, lots of useful knowledge; time well invested for the long term!
Alex Wolkov ☭ (@altryne)
January 2nd, 2013 6:12 amVideo for “NATIVE, HTML5 AND HYBRID APPS” – Eran ZInman
http://www.youtube.com/watch?v=We0byPckthQ&feature=youtu.be
Ali Raza
January 2nd, 2013 1:45 pmyou guys made my today! all stuff are cool :) & these are all really helpfull
Nicolas Forgerit
January 4th, 2013 8:44 pmHey fellows,
nice list but there’s a nitpick:
i18n stands for INTERNATIONALIZATION, i.e. “write an i, then 18 other chars and close with an N”.
L10n stands for LOCALIZATION, i.e. “write an L, then 10 other chars and close with an N”.
So to say, the title “Internationalization and I18N” cannot be right and you probably mean something like “l10N and I18N”. Refer to [0] for more information.
Cheerio
Nico
[0] http://en.wikipedia.org/wiki/Internationalization_and_localization
Magnus
January 5th, 2013 8:48 pmWow, so many resources to keep me up to 2013-date! :) Thanks.
Shirish Nigam
January 7th, 2013 1:11 amThanks Addy for compiling this list. Great way to kick start 2013.
moon
January 7th, 2013 10:48 pmWhat a great way to start off the year, I’ve already gone through 4 of them. I appreciate it greatly!
PrasannaKumar
January 9th, 2013 4:37 amThank you for this list.
aditya menon
January 14th, 2013 3:39 pmI was excited when I first saw this but now I find that most of them are links to presentation slides. That is extremely useless, one can hardly learn anything at all from just the slides in most presentations, they’re so random.
I’m going to try my luck searching for the title of some of these talks on Google to see if I can find video for any of them or at least a blog post, like Rebecca’s.
Alberto Cole
January 15th, 2013 3:32 amThank You!
Grant
January 26th, 2013 12:03 amWow, I should book a week off work just to read these. Such a treasure trove of knowledge and best practice.
isaak
January 26th, 2013 11:13 pmIn a word: incredible. Thanks for sharing such a worthwhile collection of handy ways to continue climbing the enjoyably-challenging and never-ending learning curve.
Wonderful :)
Danilo Santucci
March 5th, 2013 9:16 pmMonster list. Thanks so much.
:-)
Mofeng
March 7th, 2013 11:47 amUseful!