css3-tables

There has been some discussion in the past about how/when to use tables in web development. Though, the conclusion is the same: when you’re dealing with tabular data, tables are absolutely required. Designing a table is a challenge – and here I’m not talking only about the way it looks. It’s (mostly) about how easy is your table to read. If your table isn’t easy to scan, usually users get annoyed as they lose focus when trying to find »

Read More
animate

Animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. To use them in your project, simply add the class to the element, or call the animation yourself in your CSS file. The classes and the animations have the same name. CSS animations are supported in Apple Safari, Google Chrome, and Mozilla Firefox. Microsoft have also promised support for Internet Explorer 10, and support has been announced for Opera »

Read More
creative-css3-animation-menus

Codrops, a web development blog publishing very nice tutorials, has released a set of creative navigation examples built with pure CSS(3). There are 10 unique examples, all have the same HTML structure but different CSS styles that make use of CSS transitions and animations. Icons used are from a symbols typeface, so, no images are used in the examples but only HTML, CSS and a custom font file. They are definitely beautiful “as is” and »

Read More
CSS prism

CSS Prism is a CSS color spectrum inspector. Input the path to any .css file, and it will output an easy to scan display of all hex colors from the file. Unwanted colors can be edited via a Photoshop-like color picker and the resulting .css file can be downloaded for your convenience. The CSS Prism Bookmarklet will insert links to any webpage’s linked .css files just inside the body tag. CSS Prism will be quite helpful to you if you are building »

Read More
2011
24
Jun
Color Scheme Designer

While designing web pages, computer applications, or house interiors, we need to find good color scheme – set of colors producing the best impression. For every tint there are colors which it can coexist with, and which it can’t. Some combinations are uncomfortable, or disturbing – while others are pleasant. Experienced designers choose colors intuitively, many people can smell which colors go together well and which don’t. »

Read More