sneak:

Modern Pictograms, from the Design Office, is a free font containing common icons and symbols. Great for use when designing, or you can embed them in your website using @font-face.

Pictos recently launched their own Font Server service - ala Typekit - that lets you take advantage of using their servers to bear the brunt of any server load that may come from using a custom @font-face look. However, they took it two steps further. One, no Javascript required. Two, the icon font they are offering has 650 icons that you can mix and match into any keyboard combination you want - excluding any extras that you know won’t be needed. Given that icon fonts are only going to integrate their way into the standard of web deployment I can’t see this as anything except a great idea.” - yawnkee

Drop down menu by  Kristy Marcinová on dribble

thechangelog:

When I’m working on a design using CSS3 features, I often worry about how things are looking on older browsers. Sure there’s VMware Fusion or Parallels, but that’s uber clunky for just a quick view of how things are shaping up for older browsers.

deCSS3

deCSS3 is a bookmarklet that lets you get a view of what your site will look like on older browsers that don’t support CSS3.

It doesn’t remove all CSS3 right now, but I’m sure that Dave would gladly accept a pull request. Oh, and BTW, they are looking for collaborators with some regex-fu.

Currently supports: Chrome, Safari

Hit the deCSS3 homepage to get the bookmarklet or fork it on GitHub.

thechangelog:

CSS isn’t a subject we cover too often here on The Changelog. Most often, we are talking about Sass (drink!), Compass, Stylus, Less or some other blend of “pre-processor” we, fan boys, love to cover. What we need to realize, and not forget, is that all of these solutions regardless of how awesome they are - in the end they ALL produce CSS. That’s what the browsers consume, and in the end that’s what we are writing. This will be the case for the foreseeable future.

There’s Beauty in CSS Design

Back in the day (2003), we as a design community and a community that was facinated with what could be done with CSS alone flocked to Dave Shea’s CSS Zen Garden - it showcased what was possible with CSS-based designs. That helped prove what CSS was capable of in its early days and that lead to an explosion in the use of CSS on the web.

Well, a lot has changed since 2003, and there has been massive advancement of the CSS spec, and today you can do almost anything with only CSS. As CSS use expands, so does the average CSS file size. Large websites often sport CSS files in the 15-25k range - some even bloat all the way up to a megabyte! Whoa.

So what’s CSS1K about?

CSS1K, like CSS Zen Garden, invites you to show that web developers are more inventive than ever, and that limitations can spark creativity. Fork CSS1K at GitHub, craft your own CSS style and send your submission as a pull request. If you don’t have a GitHub account, you can send in your submission via e-mail.

In your CSS file, specify the name of the style, your name and URL (such as your homepage) if you would like them to link to you. Check out the example below - by the way, Columns by Alexander Makarov is one of my favs.

/* CSS1K entry
 * "Columns" by Alexander Makarov (http://rmcreative.ru)

Rules of participation

  • Submissions must consist of only CSS
  • Submissions may be up to 1K (1024 bytes) minified
  • Vendor prefixes are not counted to the total number of bytes – submit your code un-prefixed and they will add necessary prefixes (sounds like a PITA)
  • Any external resources and images, including data URI’s, @font-face and @import’s, are forbidden
  • The page does not have to look the same in every browser, but graceful degradation is encouraged
  • The submitted code is licensed under the MIT License

If you have any questions, reach out to Jacob on Twitter at @CSS1K.

Good luck and happy styling.

[Project on GitHub] [Homepage]