CSS: rounded corners without images
August 24, 2006 at 12:44 pm (css)
How to create rounded corners using CSS without using images.
August 24, 2006 at 12:44 pm (css)
How to create rounded corners using CSS without using images.
August 24, 2006 at 12:40 pm (css, html, styleguide)
for any medium sized or larger project, be sure to create a style-guide. This is just one example and gives a few reasons why it will help you tremendously.
August 22, 2006 at 9:29 am (css, optimization)
Often overlooked for the more popular image optimization, CSS optimization can help shave off quite a bit from your pageloading times. The article compares four different CSS optimizers, leading to one winner. Even Digg could use its CSS compressed a bit.
August 2, 2006 at 12:39 pm (css, html, ide, javacript, opensource)
Aptana is a robust, JavaScript-focused IDE for building dynamic web applications. Highlights include the following features: Code Assist on JavaScript, HTML, and CSS languages, including your own JavaScript functions Outliner that gives a snapshot view of your JavaScript, HTML, and CSS code structure Error and warning notification.
July 19, 2006 at 9:55 am (css, tutorial)
The ultimate CSS Menu resource with screenshots, tutorials and how-tos.
July 5, 2006 at 11:51 am (css, html, tutorial)
This great site has free and easy tutorials for learning HTML or CSS for programmers who are new to it
June 27, 2006 at 6:49 pm (css, resource)
Lots and lots of CSS stuff…
June 20, 2006 at 11:54 am (css)
Allowing users to increase/decrease text size using CSS and simple Javascript like Wired and digg does. Full source code and working example.
June 15, 2006 at 12:08 am (coldcase, css, javascript)
Just by adding this javascript to your blog or website, you can easily add color coded sidenotes to your blog entries. The script does everything. All you need to do is add a single tag to your text. You can also completely style the color, borders and positioning of the sidenotes with CSS. Very cool and simple to use.
June 15, 2006 at 12:02 am (ajax, coldcase, css)
"Admit it. You know it, your Mom knows it and even your Grandmother probably knows it by now: Rounded corners, borders and drop shadows (while nothing new) are all the rage these days on the 'Web 2.0, fully Ajaxed, Ajax-enhanced, Ajaxified' Web 2.0-era Web."
June 14, 2006 at 11:59 pm (coldcase, css)
"After reading "5 Steps To CSS Heaven" and disagreeing with some of what was said I thought that writing this would be appropriate…so here are 5 quick tips that help me out in my day to day work. I wouldn't call them best practices because everybody has a style that works for them, but these are what work best for me."
June 14, 2006 at 11:58 pm (coldcase, css, javascript)
The next generation of web apps make heavy use of JavaScript and CSS. This article, by the lead developer of Flickr, shows you how to make those apps responsive and quick.
June 14, 2006 at 11:52 pm (Y!UI, coldcase, css, page layout, yahoo)
The Yahoo! User Interface library has made a second release. This one now includes a CSS Grid Kit which allows you to create hundreds of css-based page layouts and it's only 1.82k
June 14, 2006 at 11:52 pm (coldcase, css, tutorial)
This CSS Tutorial will get you started with CSS in just a few minutes. It is easy to understand and will teach you all the sophisticated techniques.
June 14, 2006 at 11:47 pm (coldcase, css)
This is a great way to pre-load images with a very simple bit of CSS. Not a commonly known trick.
June 14, 2006 at 11:32 pm (coldcase, css)
Nice CSS float tutorials
June 14, 2006 at 9:28 pm (coldcase, css)
CSS Tweak is a web based CSS optimization tool. It will take any CSS file and optimize the syntax, grouping your style declarations into shorthand where possible. It can also remove comments, and strip whitespace for maximum compression.
June 14, 2006 at 7:57 pm (ajax, coldcase, css)
This article demonstrates how to create dynamic css based tabs using ajax. New tabs can be opened and closed on the fly without refreshing the page.
June 14, 2006 at 5:00 pm (coldcase, css)
The question of finding good 3 column layouts comes up in the mail list from time to time. Here are some that I have found, along with a few notations about what features they include and how they work. The judgment of "good" is left to you and your needs. Each offers interesting techniques for the CSS student.
June 14, 2006 at 4:48 pm (coldcase, css)
Creation of a 5-star rating system using only CSS and a list of links and default average results (including half-values).