Web Platform Team Blog

Adobe

decor

Making the web awesome

Archive for the Tips and Tricks Category

Building a Better Web Through Crowd Sourcing

In case you hadn’t heard, the SFHTML5 Meetup group will be hosting a meetup on April 25th 2013 focused on making the Web better via crowd sourcing testing. Rebecca Hauck will talk to us about Test the Web Forward a community-based grass roots movement with the goal of improving the quality of the Web by fostering... Continue reading →

Building a Screensaver in HTML

To get some experience working with and optimizing CSS 3D transformations, we decided to build an HTML screensaver demo (GitHub repo). Here’s how it works: Open the demo in any modern browser with proper 3D CSS transformation support (Chrome, Safari, or Firefox). Choose your favorite image sharing services (Flickr, 500px, Instagram, or Dribbble). Watch the... Continue reading →

Icons and Icon Fonts

The explosion of devices and screen sizes has had an interesting effect on how designers and developers use icons on the web. Used well, icons can pack a lot of information into a small amount of visual real estate. They can help UIs communicate efficiently. For example, consider The ‘conversation bubble’ icon is not only... Continue reading →

CSS FilterLab + Grunt.js = Love

A couple of weeks ago we released a new tool called CSS FilterLab. Web designers can quickly learn the syntax of the new CSS Filters specification by using the tool’s drag-and-drop interface. Moreover, the built-in filters showcased in the tool are already supported in stable browsers such as Safari 6 and Chrome, meaning that developers... Continue reading →

CSS Exclusions Now Available Under Flag in Chrome Canary

Chrome Canary now has a flag to enable CSS Exclusions. In Canary, enter “about:flags” in the address bar, find “Enable experimental WebKit features”, click “Enable”, and relaunch Canary. Note that the implementation of this feature is still in progress, and currently only a subset of shape-inside functionality is available. You can find more information, and... Continue reading →