The Smashing Editorial

About The Author

The Smashing Editorial The Smashing team loves high-quality content and cares about the little details. Through our online articles, Smashing Books, eBooks as well as Smashing Conferences, we are committed to stimulating creativity and strengthening the web design community’s creative forces.

Welcome To Smashing Coding!

Every now and again our Smashing Editorial team gets requests for very specific articles on very specific topics. Since our audience is very large and diverse, until now we weren't able to present these articles in our magazine and so we were looking for ways to change that. And we found a solution. Today, we are glad to announce that we've launched Smashing Coding, an extended section on...

Every now and again our Smashing Editorial team gets requests for very specific articles on very specific topics. Since our audience is very large and diverse, until now we weren’t able to present these articles in our magazine and so we were looking for ways to change that. And we found a solution. Today, we are glad to announce that we’ve launched Smashing Coding, an extended section on Smashing Magazine which will contain more technical, advanced articles on programming and coding — be it JavaScript, PHP, Ruby or programming in general.

Smashing Coding will be curated by our new editor Keir Whitaker. We will make sure to produce verified, high-quality articles in the brand new section. Please take a closer look at the section and let us know if you find any bugs or errors. Thanks, and we are looking forward to meeting you on the pages of our new little project!

Below you’ll find some details about the new project. Guys, please welcome Keir Whitaker:

Introducing Our New Editor: Keir Whitaker

Keir Whitaker

“When Vitaly asked me to get involved with Smashing Coding I jumped at the opportunity. Having previously edited Think Vitamin, I was keen to remain involved in an online web publication. Working on a new section for Smashing Magazine was an opportunity I couldn’t resist.

Being the editor of this new section is both a privilege and a big responsibility. I’ll be working closely with a talented group of writers (many of them have written for Smashing Magazine previously) as well as working hard to bring new authors to the roster. Initially, we are aiming to publish a number of articles each week with the goal of publishing daily in time.

What Type of Content Can You Expect?

As Vitaly mentioned, we will be focusing on technically advanced articles on programming. Currently in the pipeline are pieces on setting up Ubuntu for Rails development, the technical challenges of serving Web Fonts, advanced caching strategies for WordPress and an Introduction to Solr for Apache.

Having worked in the Web industry for over 10 years, I truly believe that we are at one of the most exciting periods in Web development. It’s our aim to keep you up to date on all the latest developments as well as publishing in-depth articles on trusted technologies like PHP, Ruby and JavaScript.

I hope you enjoy reading this new section. As always, if there are topics you think we should be covering or you have feedback, please do let us know.”

About Keir

Keir has been developing web sites and applications since 2000, initially for the NHS in the UK and then as a freelance developer working on projects for a range of companies. In 2008 he joined Carsonified and helped run events including The Future of Web Design and Future of Web Apps. He also edited Think Vitamin from January 2009 until March 2010.

He now works as a freelance web developer specialising in WordPress, PHP, Ruby on Rails, HTML and CSS and is also the co-founder of BreadApp, a site dedicated to help web professionals find work and collaborators. He also hosts Think Vitamin Radio, a bi-weekly round table podcast discussing the web industry.

We are looking forward to your feedback, guys. Please welcome Keir and let us know what you think!


More Articles on

Ten Oddities And Secrets About JavaScript

by Andy Croxall

JavaScript. At once bizarre and yet beautiful, it is surely the programming language that Pablo Picasso would have invented. Null is apparently an object, an empty array is apparently equal to false, and functions are bandied around as though they were tennis balls. This article is aimed at intermediate developers who are curious about more advanced JavaScript. It is a collection of...

Read more

Introduction to DNS: Explaining The Dreaded DNS Delay

by Paul Tero

Imagine that your biggest client calls because they are having trouble retrieving their email. Or they want to know what their best-selling item is right now. Or their most popular blog post. Perhaps their website has suddenly gone down. You can hardly reply, “No problem, I’ll get back to you in 24 to 48 hours.” And yet DNS gets away with it! If you need to move a website or change the way a...

Read more

An Introduction To CSS3 Keyframe Animations

by Louis Lazaris

By now you’ve probably heard at least something about animation in CSS3 using keyframe-based syntax. The CSS3 animations module in the specification has been around for a couple of years now, and it has the potential to become a big part of Web design. Using CSS3 keyframe animations, developers can create smooth, maintainable animations that perform relatively well and that don’t require reams...

Read more