Coder’s Eye

A site about one of the three passions in my life.

Coder’s Eye header image 4

Entries Tagged as 'CSS'

Blueprint CSS Grid Tool for Adobe Air

October 26th, 2007 · 5 Comments

I’m a big fan of the Blueprint CSS framework. In the process of using it to develop the base template for Banjo, the blog app I’m writing, I realized I need a tool to help me keep page elements lined up on the grid, both vertically and horizontally.
Blueprint comes with a background grid image to […]

[Read more →]

Tags: Adobe AIR · CSS · Open Source

jQuery Selector Magic

February 27th, 2007 · 1 Comment

I’ve been working on a Drupal module to automatically make CSS-styled drop-down menus from the built-in menuing system. That’s been going great, and I’m really enjoying Drupal’s modular architecture and theming abilities.

[Read more →]

Tags: CSS · Javascript

CSSEdit is my friend

February 24th, 2007 · 2 Comments

Developing sites for clients involves a lot of heavy CSS work for me.

[Read more →]

Tags: Reviews · Tips · CSS

Taking CSS to the next level

October 8th, 2006 · 1 Comment

For a long while, I used CSS to just do little stuff.

[Read more →]

Tags: Markup · Reviews · CSS

Prototype modification to fvlogger

January 20th, 2006 · 2 Comments

fvlogger.js is a fine logging system for Javascript, but when you are already using Prototype.js, it unnecessarily duplicates a lot of functionality. I’ve forked the original code to “fvlogger 1.0.proto”, removing this duplication.

[Read more →]

Tags: Libraries · CSS · Open Source · Javascript · Downloads