CSS What's New

What's New in CSS. What happen with CSS on the Internet.

Tuesday, October 7, 2008

Todays CSS article collection

There are a lot of new article about CSS on the web. There are a good one, and not so good one. Here's the new article about CSS that i just read.

How to change the entire CSS color scheme for your site
As we know, the CSS or Cascading Style Sheets is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. CSS can be used locally by the readers of web pages to define colors, fonts, layout, and other aspects of document presentation.

Your Go-To hex Code color
Colection of grey color

CSS Cache Problems
If you are a theme developer, or even a constant tweaker, then you may have found that your visitors don’t always see your CSS changes due to caching. Alistair Cameron has released a plugin to resolve the CSS cache problem.

Correct way of adding CSS and Javascript references to Wordpress
This way I could move the theme to another domain without having to worry about the files path, but few minutes later I realized that I was hosting my JS files and extra’s CSS and images files outside the theme folder, again a horrible

Use different css style for logged in wordpress users
The easiest case is that you sometimes want to play around with your css styles. In this case, just add something like the following example to your template header. Put it where you include your css, and only logged in users will see

Tuesday, July 29, 2008

List of 40+ Tutorials, Tips, Demos and Best Practices

pic1 The main idea behind CSS-based layouts is offering more flexibility and enhancing the visual experience of visitors. Some important tips and related key-factors can help to learn basics and keep essential techniques in mind.And this is what this article is all about. Finding the perfect Layout that have Total Flexibility, Equal Height Columns and just works fine.

There are a lot of list that might be useful. It must be useful.

Stumbled it, Digg it ...

Go to site

Monday, July 28, 2008

Table VS CSS : Pros and Cons

Ever wonder what is better , Table or CSS Layout ? If choose Table, what you should take care about, and if using CSS layout what you should choose : fixed or fluid one ?

This article explain about the pros and cons using Table or CSS as your webpage layout.

See here : CSS and Table

Friday, July 25, 2008

JS and CSS Minification With YUI

A Tutorial of compressing your Javascript and CSS and YUI with Javascript/CSS/YUI Compressor Tool.

This can reduce your page loading time if you compress all the stuff ..

Visit the webpage

What happen with CSS on the Net

Social Media | PLURK : CSS
Plurk has released to Plurkers over 25 Karma, the access to alter their profiles CSS . I for one, am LOVING it!! There will be many new profiles popping up stretching the limits of what a Plurk profile can do through the editing of CSS ...

Combining JavaScript and CSS for Performance
(Note: Combo-handling of CSS files is not supported at this time.) Head over to the YUI Configurator to generate combo-ready filepaths customized for your specific YUI implementation. What about the numbers though. ...

Easily Password Protect a Website or Subdirectory
css-tricks:csmBH6tTLNZBE. That is what the contents of the .htpasswd file should look like. One username and password per line, separated by a colon. Notice the password is encrypted though. You will need to use a special tool to ...

CSS For Absolute Beginners - Part 1: Syntax and Type Selectors
Welcome to the first in a series of CSS Absolute Beginners articles and tutorials. My aim throughout this series will be to introduce the complete CSS novice to the exciting world of CSS. This will be achieved by starting with the very ...

Solving 5 Common CSS Headaches
CSS is a relatively simple language to learn. Mastering it, on the other, can prove a little more difficult. Compensating for various browser inconsistencies alone can produce a migraine. In this article, we’ll demystify five of the ...

Proposal for a CSS ancestor grouping syntax
With the increasing usage of CSS definitions to style HTML markup, CSS files grow bigger and bigger. With this it’s getting more and more complex to find rules that apply the a special element and/or to have one’s code structured ...