Tuesday, January 1, 2013

Smashing Newsletter #75: Animated GIFs, CSS, jQuery, Web Design Process

The email is not displayed properly? View the online version.

The Smashing Email Newsletter

Issue #75 | Tuesday, January 1st 2013 | 128,316 subscribers | Previous issues

Dear Friends,

Do you remember the days when we needed a set of images to create rounded corners for boxes in our designs? Remember when the brand new, shiny border-radius property was announced and how sad we all were that we couldn't use it "right away"? We kept waiting for Godot, also known as "universal cross-browser support," to come, and we waited patiently and stubbornly. We were mistaken, Godot wasn't about to come anytime soon.

Editorial

However, what did come was a rapid pace of innovation in Web standards. Many exciting CSS Level 3 features are available today, and most of them have fantastic fallback by default. Once being experimental, they are now the de-facto standard — prompting us to always think of the fallback to ensure that they don't break layouts. In fact, we all can remove some unnecessary prefixes to make our code just a bit cleaner. As David Storey reminds us in his article, today we can update our CSS3 code and hence review our coding habits and practices for 2013.

Since Opera added support for some -webkit- prefixes, you might want to reorder the position of your -o- prefixed properties. border-radius doesn't really need any prefix any longer; for box-sizing and box-shadow you probably need only the -moz and -webkit prefixes now. And you might want to update the gradient and flexbox syntaxes as well.

Revise and update your base stylesheets today to make sure that you avoid maintenance issues in your projects throughout the year. And don't wait for the perfect, universal browser support: it will never come.

— The Smashing Editorial Team

Table of Contents

01. The Web Design Process, Illustrated
02. The Stranger, Santa And The Grog
03. Typing Accent Characters, The Easy Way
04. 3-D Chess With HTML, CSS And JavaScript
05. Collaborative Work For... Everything!
06. Music History in GIFs
07. Smashing Highlights (From Archives)
08. Recent Articles on Smashing Magazine
09. New on Smashing Job Board


1. The Web Design Process, Illustrated

Tired of bending over books to explain how you work at a party? Looking for a more interesting and exciting way to get the meaning of your workflow? Why not use a thrilling visualization that gets the point across? That's what A Website Named Desire is for — a picture that illustrates the non-linear and highly erratic nature of the web design process in the real world.

The Web Design Process, Illustrated

This colorful, large, interactive illustration wants to help the world understand what it takes to bring a website to life. Looking at the place in the illustration is like peering into a Lego wonderland of a Web design agency. Everybody can explore a scene starring 26 Web professionals, including a project manager, who you can follow on a chaotic journey through kick-offs, sign-offs, war room meetings and lots of other things that can go haywire.

The project created by MIX Online celebrates the creators of the Web, and the chances are high that you might find your own character in there. Look at what you do from a different angle and smile about matters which may upset you in real life. Unfortunately, the interactive illustration requires a Silverlight plugin, but you can also learn about how the poster was created and download the full-pfledged PDF (6 Mb). (ea)


2. The Stranger, Santa And The Grog

Holidays are almost over, and if you are one of the lucky ones who got all their presents delivered on time, you could help Santa to accomplish his task and deliver the rest of the packages. While it might be difficult to help him out in the real world, it's not that difficult online, especially if you have a couple of minutes to spare anyway.

The Stranger, Santa And The Grog

The Stranger, Santa and the Grog is a little addictive game that kindly asks to you to help the flying Santa aim and throw the presents through the chimney. It sounds easier than it is, and finding the right angle and the right speed can be quite a challenge. Now this could also be a funny little game to play while you are waiting for the mailman to arrive with your remaining presents! (tts)


3. Typing Accent Characters, The Easy Way

We all know the drill: you want to type special characters into an input field, yet you don't have the characters on your keyboard. You search for the character online, and then copy and paste it into the input field. Next accented character — and the journey starts again. Wouldn't it be better if the designer took care of providing the access to alternate characters as you type them?

Typing Accent Characters, The Easy Way

Long Press jQuery plugin eases the writing of accented and rare characters by allowing users to have a typing experience similar to iOS and Android. Users can focus on a form field and hold a key to display alternate characters. It's possible to pick a letter by using the mouse wheel, hovering over it with the mouse, or using the arrow keys. Not every Web form will need the plugin, but it might be a good fit if many users will want to use accented characters on your site — of course you'll have to explain how it works as well. The plugin is released under the MIT license and is available on GitHub. (vf)


The Smashing Library: the annual subscription to Smashing Magazine's eBooks


4. 3-D Chess With HTML, CSS And JavaScript

If you happen to love chess and love building websites, you just hit a jackpot. With the 3-D Hartwig chess set by Julian Garnier, you can combine both of your passions. The game is coded and built using only HTML, CSS and JavaScript. Before you make your move, you can preview your options by clicking on a chess piece. You can even select different themes.

3-D Chess With HTML, CSS And JavaScript

The lighting effects are done with Photon, and Chess.js is used for move generation and validation. Unfortunately, the demo works only in WebKit browsers, but perhaps you'd like to add support for other browsers as well? A great experiment that pushes the boundaries of what we can do on the Web. (ml)


5. Collaborative Work For... Everything!

As designers and developers, we should never work in silos. Collaboration is necessary, yet usually it's quite difficult, especially if team members are working remotely. Wouldn't it be great to have a tool that would allow you to screen share and work in the same Photoshop mock-ups, Web applications and text editors — think of it like Google Docs for any application on your computer? Well, now there is a tool for that.

Collaborative Work For... Everything!

PowWow is an application that allows you to screen share and work within any application with your colleagues. You can interact with the same application simultaneously by having multiple mouse pointers for every user. It worked fairly well in our tests. For example, you could share a text editor for pair programming or code reviews, or write emails collaboratively in an email application. To use PowWow, every collaborator has to install the application on their local machine.

So far only a Mac version is available, and the tool is in public beta, so things might break. Now that's a little helper that can relieve the headache from many projects! (vf)


6. Music History in GIFs

The last years celebrated the return of the wonderful artifact of the Web — good ol' animated GIFs. Remember rainbow ribbons? Well, suddenly their younger revivals were all over the place again, whether displaying short scenes from movies, lazy kitties, ecstatic hamsters or playful children. But what about creating something a bit more… well, meaningful out of the GIF legacy?

Music History in GIFs

Meet Music History in GIFs, a collection of 8-bit animated GIFs dedicated to famous music videos and important events in the history of music. The animations are short, yet memorable, and it's easy to recognize the events by watching their animated replicas. An interesting way to use GIFs to portray interesting moments in the history of human culture. What about creating something similar for the evolution of the Web? (vf)


The Mobile Book: a brand new printed book on best practices for mobile.


7. Smashing Highlights (From Archives)

  • Learning To Use The :before And :after Pseudo-Elements In CSS
    This article is aimed primarily at those of you who have seen some of the cool things done with pseudo-elements but want to know what this CSS technique is all about before trying it yourself.

  • Exporting From Photoshop
    Saving images to multiple scales — as required by iOS and other platforms — adds complication to the process. But there are ways to streamline or automate the exporting process.

  • The Design Matrix: A Powerful Tool For Guiding Client Input
    Competitor reviews can devolve into cherry-picking sessions that spawn "frankencomps" rather than provide helpful feedback. And mood boards don't help to articulate or prioritize design goals. With a design matrix, you can guide discussions and establish clear direction.


8. Recent Articles on Smashing Magazine


9. New on Smashing Job Board

Here are the job openings published recently at our very own Smashing Job Board:

  • front-end designer (Bologna, Italy) at Blacktrend (Bologna, Italy)
    Blacktrend is a wannabe famous digital marketing agency and crazy ideas incubator. Our goal is to make any brand tasty, clean, cool and explosive for the online audience. Blacktrend is also the owner of The Web-Gang's brand that is going to be an online reality-show featuring the first web agency on-the-road.

  • Web Graphic Design & Content Manager, Stanford Law School at Stanford University School of Law (Stanford, CA)
    This position is responsible for graphic design and content for both Web and print projects. The Graphic Design and Content Manager also provides project coordination and graphics support to other members of the law school on a project-by-project basis.

  • Product UI Designers Needed—Innovative Digital Startups and Boutiques at Vitamin T (New York, NY)
    Let us introduce you to inspired, cutting-edge Agile startup environments and visionary digital agencies. Our clients' perks include hands-on high-tech field trips, breakfast buffets, "Prototype Tuesdays", and stock options.


Join our community: follow us on Twitter and join us on Facebook

The authors are: Esther Arends (ea), Talita Telma Stöckle (tts), Melanie Lang (ml), Iris Lješnjanin (il), Vitaly Friedman (vf), Sven Lennartz (sl), Christiane Rosenberger (research), Elja Friedman (tools), Clarissa Peterson (proofreading).

unsubscribe | update preferences | view it in your browser

No comments:

Post a Comment