background preloader

CSS

Facebook Twitter

CSS Dersleri. Code Beautifier: CSS Formatter and Optimiser. 15+ techniques and tools for cross browser CSS coding. Part 1 – Techniques Of course, efficient crossbrowser CSS development starts with techniques and good practices.

15+ techniques and tools for cross browser CSS coding

In the first part of the article, I’ll show you X techniques that will make your crossbrowser development easier. Reset CSS Due to the fact web browsers define different default styling for html elements, the first thing to do is to always include a CSS reset in your stylesheet. By using this code, you’re already eliminating lots of future headaches. Internet Explorer conditionnal comments Let’s face it: Internet Explorer, especially the dinosaur IE6, is the front-end developer nightmare.

You can also target only a certain version of IE: Internet Explorer hacks While conditionnal comments are better, you can also target some versions of Internet Explorer using the following syntax: This technique is not W3C compliant (this is why you should use conditionnal comments instead) but sometimes, it is a real time saver. Targeting Opera only @media all and (min-width: 0px){ .classname {} } CSS compression utility. BrandColors: a collection of major brand color codes.

Find your palette. Circle Hover Effects with CSS Transitions. « Previous Demo: Animated Responsive Image Grid Back to the Codrops Article Use what you have by Angela Duncan View on Dribbble Common Causes of Stains by Antonio F.

Circle Hover Effects with CSS Transitions

Mondragon View on Dribbble Pink Lightning by Charlie Wagers View on Dribbble. Fonts Used In Logos of Popular Websites. This roundup was gathered through a combination of top notch Google-ing and What the Font?

Fonts Used In Logos of Popular Websites

-ing. Midway through my travels across the internet, I stumbled upon a Web 2.0 logo font roundup, which is worth a look as well. You’ve seen these fonts, now you get to learn their names: Twitter – Pico Alphabet (Modified) Digg – FFF Forward (Modified) Cork’d – Triplex Vimeo – Black Rose Grooveshark – FF Nuvo Envato – Agenda Italic Tuts+ Network – Lubalin Graph Last.fm – National (Modified) Technorati – Neo Sans Medium Flickr – Frutiger Black Purevolume – Avenir Book Youtube – Alternate Gothic No. 2.

100+ Seamless Patterns Great for Creating Website Backgrounds. 1026 shares 200+ Seamless Patterns Perfect for Website Backgrounds We’re always on the lookout for great freebies to share with our readers, and today we’ve got some seamless patterns.

100+ Seamless Patterns Great for Creating Website Backgrounds

Seamless patterns are a great way to add a lot of detail to a design and fill up a big area, such as a background. Here are over 200 patterns that are perfect for creating… Read More. HTML5 video and audio tags in all major browsers. 10 best CSS hacks. Typographer's Glossary. Serif: Serif's are semi-structural details on the ends of some of the strokes that make up letters and symbols.

Typographer's Glossary

A typeface that has serifs is called a serif typeface (or seriffed typeface). Some of the main classifications of Serif type are: Blackletter, Venetian, Garalde, Modern, Slab Serif, Transitional, and Informal. Fonts in each classfication share certain similiar characteristics including the shape or appearance of their serifs. Serif fonts are widely used in traditional printed material such as books and newspapers. Show all Serif Didone is a typeface classification characterized by slab-like serifs without brackets; vertical orientation of weight axes.

Creative Button Styles. Error Message. The Toolbox: a directory of useful single-page sites and apps. A 3D Flocking Simulation using HTML5 Canvas. I recently unearthed an old Java applet that I had written many years ago and decided to see what it would look like as a single page canvas application (an HTML5 compatible browser is required to view this page).

A 3D Flocking Simulation using HTML5 Canvas

The applet was inspired by the way blackbirds roost on power lines in San Francisco (and probably everywhere else). I started with something close to Craig Reynold’s classic Boids algorithm, which is remarkable for generating motion resembling a flock of birds by giving each particle only 3 relatively simple mathematical constraints. I had to add 6 more rules to incorporate the power line behavior (2 for landing, 1 for hopping on the line, and 3 for launching off the line).

The rules are: Since the application is only required to draw simple circles and lines, there was little opportunity to explore features of the canvas API. Feel free to view the source and use what you like. Alex is Carbon Five's resident mad genius.

Ikon

Foundation: The Most Advanced Responsive Front-end Framework from ZURB. CSS Gallery Web Design Gallery For Inspiration. Stroll.js - CSS3 Scroll Effects.