Showing 1 - 17 of 17 items. (Page 1 of 1)
jQuery Masonry · David DeSandro
jQuery plugin to arrange page elements minimizing vertical space, like a mason fitting stones in a wall.
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.
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.
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.
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!
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.
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.
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.
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.
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.
CSS improvements in Firefox 3 - MDC
Mozilla's Developer Connection has an summary of the CSS improvements in Firefox 3.
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.
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.
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.
XRAY :: for web developers
I've haven't used this yet but any insight into IE6's box model rendering is a good thing.
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!
Clean CSS - A Resource for Web Designers - Optmize and Format your CSS
Compresses and optimizes your CSS.