Showing 1 - 16 of 16 items. (Page 1 of 1)


Link2009 Dec 30

CSS String Truncation with Ellipsis

Matt Snider shows how to accomplish a nice UI that keeps its vertical height on long strings by truncating strings with an ellipsis using only CSS on the client side. Complete with Firefox example using XBL and XUL to account for its lack of support for ellipsis using text-overflow.

Link2009 Oct 13

Building iPhone Apps with HTML, CSS, and JavaScript

A book published under the O'Reilly Open Feedback Publishing System (OFPS), with what looks like great tips on customizing your web site to look as much like a native app as possible, using CSS and Javascript.

Link2008 Dec 22

Writing Efficient CSS

Some guidelines to writing CSS that the browser can parse and match quickly. I had some bad assumptions about many of these, mostly due to the fact that I thought selectors matched left to right, when, in fact, the match from right to left.

Link2008 Oct 01

Web Inspector Redesign

The latest WebKit nightly builds include a new Web Inspector. Nice new features include: a console with similar functionality of Firebug, element inspection/toggling/editing, resource pane showing all resources with their latency and HTTP headers, a new Javascript debugger with breakpoints and scope variable viewing, a profiler, and an HTML5 database viewer. Awesome stuff!

Link2008 Jun 26

mallipeddi's django-yslow at master — GitHub

A very nice Django app following the YSlow recommended best practices for optimizing your website. It includes Django management utilities to minimize and concatenate CSS/JS, version it for cache busting, and upload to S3 and set appropriate expiry and content-encoding headers.

Link2008 May 29

django-compress - Google Code

An app with management command to concatenate and compress Javascript and CSS files. It also handles cache busting by appending a date string. I've done this manually with Makefiles but this looks more integrated and easy.

Link2008 Mar 26

SonSpring | 960 Grid System

The 960 Grid System looks like a well thought out CSS framework. I personally like the differences in it vs. Blueprint CSS.

Link2008 Feb 02

Blueprint Grid CSS Generator

A grid generator for Blueprint CSS that lets you specify number of columns, column width, gutter width, and overall page width. It then generates the grids.css file in both normal and compressed versions, and a grid.png file for testing. Nicely done.

Link2007 Dec 19

24 ways: Diagnostic Styling

Very slick idea to create styles to highlight bad HTML practices like missing alternate text attributes. I'd love to see a common set added to some of the CSS frameworks like Blueprint.css.

Link2007 Dec 19

CSS improvements in Firefox 3 - MDC

Mozilla's Developer Connection has an summary of the CSS improvements in Firefox 3.

Link2007 Oct 25

Premailer — preflight for HTML e-mail — dunae.ca

An online script to convert an HTML document to support emailing. Converts CSS to inline CSS and other tricks for the best outcome in mail clients.

Link2007 Sep 25

Typography, Beyond the Font

Nice PDF slides of Jeff Croft's talk on typography. Lots of great stuff for web typography and happily very little about fonts.

Link2007 Sep 20

Continuing Intermittent Incoherency » CSS 3: A Giant Serving Of FAIL

Great CSS3 rant. It highlights a few types of things web developers and designers want to see were it not for the glacially moving W3C.

Link2007 Aug 21

XRAY :: for web developers

I've haven't used this yet but any insight into IE6's box model rendering is a good thing.

Link2007 Jul 31

YUI 2.3.0: Six New Components and a Prettier Face » Yahoo! User Interface Blog

YUI just keeps getting better. 6 new components, tons of bug fixes, nice new skin, and the documentation this round has improved lots. Awesome!