Build Native iPhone Apps with HTML, CSS, JavaScript and PhoneGap
Jul 18
css, development, iphone No Comments
a blog about nothing special
Jul 18
css, development, iphone No Comments
Jan 10
Features
Link: http://sizzlejs.com/
Sep 06
css, design, development No Comments

This tutorial is based on a simple animated experiment that showcases just one of the amazing things you can create using CSS. I’ve used no images and no scripting; everything’s done using HTML and CSS.
Jul 27
css, design, development, jquery, php No Comments

Today we are making an Advanced Event Timeline with the help of PHP, MySQL, CSS & jQuery, that will display a pretty time line with clickable events. Adding new ones is going to be as easy as inserting a row in the database.
Jun 04
css, design, development, firefox No Comments
CSS Coverage is an extension for Firebug which allows you to scan multiple pages of your site to see which CSS rules are actually used in your site.
Keeping your CSS stylesheets clean…
May 03
Another reference guide released. The CSS3 reference guide is meant to compliment the HTML5 reference guide that I just released.
Link:
Feb 19
Just in case you were wondering the media types you can target your Stylesheets to.
Oct 15
css, design, development, ie No Comments
Welcome to the IE6 CSS Fixer: starter kit page. A tool specifically designed to ease the pain of the ie6 css debugger. If you want to read up on all the specifics, I advise you to check the articles on the ideology, the specific fixes and the scope of this tool.
Every little bit helps even though a true understanding of CSS and XHTML can make working with IE6 not too bad.
Aug 11
css, design, development, flash No Comments
sIFR: sIFR is meant to replace short passages of plain browser text with text rendered in your typeface of choice, regardless of whether or not your users have that font installed on their systems. It accomplishes this by using a combination of javascript, CSS, and Flash.

cufon: In reality the generator is little more than a web-based interface to FontForge. First, the generator builds a custom FontForge script based on user input and then runs it, saving the result as an SVG font. The SVG font is then parsed and SVG paths are converted to VML paths.
Jul 06
css, design, development, website No Comments
HTML email inline styler will convert a webpage with CSS rules to a webpage using inline styles. This inline style format is what is required for sending email newsletters and this online tool can save you the headaches of manually converting.
May 12
I feel better after running some of my CSS code through the CSS Formatter and Optimiser as there wasn’t a whole lot that it did. Warned about using bold instead of a number, which is weird as I rather have it say bold as it better dictates intent.
If your not familiar with optimizing CSS, you should run your code through just to check.
May 08
css, design, development No Comments
CSS Sprites: What They Are, Why They’re Cool, and How To Use Them:
Do you really understand them? The name might be a little misleading, because sprites aren’t little images like you might be picturing, a sprite is actually one big image. Have you ever seen the CSS technique where the “on” and “off” states of a button are contained within the same image and are activated by shifting the background-position? Think of CSS Sprites as an extension of that technique. The difference is that instead of just two or three images being combined into one, you can combine an unlimited number of images into one.
CSS Sprites: Image Slicing’s Kiss of Death:
Specifically, we’re going to replace old-school image slicing and dicing (and the necessary JavaScript) with a CSS solution. And because of the way CSS works, we’re going to take it further: by building a grid of images and devising a way to get each individual cell out of the grid, we can store all buttons/navigation items/whatever we wish in a single master image file, along with the associated “before” and “after” link states.
CSS Sprite Generator:
This tool allows you to automate the process of generating CSS sprites. Simply give it a ZIP file containing 2 or more images (GIF, PNG or JPG) and it will generate a sprite image and the corresponding CSS rules to target and display each component image.
Mar 05
css, design, development, javascript, open source, php No Comments
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. It is written entirely in Perl with no dependencies outside the standard distribution of Perl v5.6 and higher (code from some external modules is embedded within cloc) and so is quite portable.
Works great for comparing two projects. Recently I went through a code refactor on a project and I needed to give some information back to the client. CLOC made it simple to give a report as to the before and after counts. The before was approx 240K lines of code and the after was about 81K with zero changes to functionality.
Aug 25
This is a great way to look at a website and see what links are tagged as NoFollow, meaning the link will not count as a vote in Google. This is a must on your website if you don’t want to be penalized for linking to know spammer sites or what Google calls a ‘Bad neighborhood’. With this little Firefox hack you can quickly see what links have been tagged – for reviewing your website or any other.
Aug 16
Tables have got to be one of the most difficult objects to style in the Web, thanks to the cryptic markup, the amount of detail we have to take care of, and lack of browser compatibility. A lot of time could be wasted on a single table although it’s just a simple one. This is where this article comes in handy. It will show you ten most easily implemented CSS table designs so you can style your tables in a zap!
Recent Comments