Tag Archives: css

CSSrefresh – Automatically refresh CSS files

24 Jan

CSSrefresh – Automatically refresh CSS files

CSSrefresh is a small, unobstructive javascript file that monitors the CSS-files included in your webpage. As soon as you save a CSS-file, the changes are directly implemented, without having to refresh your browser.

What do you want to learn today?

16 Dec

TreeHouse Learn CSS, HTML, IPHONE, ETC

Great site to get started with web development tutorials.

HTML, CSS, JS Instant documentation

7 Dec

Screen Shot 2011-12-06 at 8.56.27 PM

Very handy online web development documentation

Pure CSS alternatives to Javascript

19 May

Pure CSS Speech Bubbles

A list of good alternatives if you want to substitute Javascript with CSS. They’re not meant to replace them for better execution but as an alternative if you want to get something very similar by just coding in CSS. Maybe you want to fall back to CSS for those users that have Javascript disabled.

via. speckyboy

CSS Transitions made simple

2 Apr

css

Now that we can use CSS transitions in all the modern browsers, let’s make them pretty. I love the classic Penner equations with Flash and jQuery, so I included most of those. If you’re anything like me*, you probably thought this about the default easing options: “ease-in, ease-out…yawn.” The mysterious cubic-bezier has a lot of potential, but was cumbersome to use. Until now. Also, touch-device friendly!

The Ultimate CSS Gradient Generator

19 Feb

Screen shot 2011-02-19 at 12.25.20 AM

The main gradient control allows you to:

» Adjust the gradient stop position by dragging the stop marker
» Adjust the stop color by double clicking on the stop marker
» Delete a stop by draggin the stop marker up or down
» Add a new stop by clicking anywhere in between the existing stop markers

Shadows and Rounded Corners For All

18 Dec

round_corners_Ie

PIE makes Internet Explorer 6-8 capable of rendering several of the most useful CSS3 decoration features.
(via. http://css3pie.com)

Avoid the clutter with Object Oriented CSS

10 Dec

The Top 5 Mistakes of Massive CSS

28 Nov

Easier CSS with {LESS}

23 Nov

less

{Less} extends CSS with variables, nested rules, operators and more. If you’re still building websites without it, you’re an idiot. This app makes it dead simple to use {Less} by automatically compiling *.less files into standard CSS.

100 free clean HTML templates

20 Oct

template

Every template has been thoroughly tested in more than 20 of the most popular email clients like Outlook 2010, Gmail, Lotus Notes, Apple Mail, the iPhone, and more. They’re ready to roll and are completely free

Enhance your CSS using Jquery

5 Jan

page5

I thought it would be useful to post this tutorial on how to extend your css capabilities to make it more robust across browsers (more…)