Responsive Tables by ZURB
15 days ago by tstephens
A CSS/JS solution for tables that allows them to shrink on small devices without sacrificing the value of tables, comparison of columns.
js
css
tables
webdesign
15 days ago by tstephens
Golden Grid System
august 2011 by tstephens
Golden Grid System (GGS) splits the screen into 18 even columns. The leftmost and rightmost columns are used as the outer margins of the grid, which leaves 16 columns for use in design.
Now, 16 columns sounds a bit much for anything other than huge widescreen monitors. This is where the folding, inspired by the DIN paper system and Unigrid, comes in. The 16 columns can be combined, or folded, into 8 columns for tablet-sized screens, and into 4 columns for mobile-sized ones. This way GGS can easily cover any screen sizes from 240 up to 2560 pixels.
css
grid
design
framework
webdesign
Now, 16 columns sounds a bit much for anything other than huge widescreen monitors. This is where the folding, inspired by the DIN paper system and Unigrid, comes in. The 16 columns can be combined, or folded, into 8 columns for tablet-sized screens, and into 4 columns for mobile-sized ones. This way GGS can easily cover any screen sizes from 240 up to 2560 pixels.
august 2011 by tstephens
An Event Apart: CSS Best Practices
august 2011 by tstephens
In her Our Best Practices Are Killing Us presentation at An Event Apart in Minneapolis MN, Nicole Sullivan walked through common CSS best practices that have outlived their usefulness and what we can do instead to improve CSS performance and maintenance long term.
css
august 2011 by tstephens
Columnal
august 2011 by tstephens
A responsive CSS grid system helping desktop and mobile browsers play nicely together.
css
development
framework
grid
webdesign
august 2011 by tstephens
ProCSSor - Advanced CSS Prettifier
april 2011 by tstephens
Looks like a powerful CSS formatter that lets you determine the way you want your CSS to look. Looks worthwhile for a production or debugging scenario.
code
css
tool
tools
webdesign
april 2011 by tstephens
CSS3 Patterns Gallery
april 2011 by tstephens
Gradient wizard Lea Verou compiles all her crazy I-didn't-know-that-was-possible patterns into one library with easy to snag code samples. Make sure to click the patterns for full screen view.
css
design
patterns
tools
april 2011 by tstephens
Setting a Google Map as the Background of your Web Site
march 2011 by tstephens
Nice tutorial on a great effect for a site background.
css
google
maps
march 2011 by tstephens
31 CSS Code Snippets
february 2011 by tstephens
Excellent list of CSS hacks and snippets. Very useful.
cheatsheet
code
css
design
web
february 2011 by tstephens
Isotope
february 2011 by tstephens
David DeSandro has written a pretty cool jQuery plugin that adjusts your layout all sorts of crazy and cool ways. Check out the demos, words just don't work here.
layout
jquery
javascript
css
webdev
february 2011 by tstephens
Remove unused CSS - CSS Optimizer
january 2011 by tstephens
Find the classes and IDs you no longer use. Neat tool.
code
css
optimization
tools
webdev
january 2011 by tstephens
CSS3 Submit Button
january 2011 by tstephens
Create a IE Submit Button natively with CSS. Slick.
css
coding
design
january 2011 by tstephens
The Flexible Box Model, thank you HTML5
november 2010 by tstephens
I love this. Gets rid of floats, flexible layouts, browser calculations, etc. Check it out.
html5
layout
css
november 2010 by tstephens
SlickMap CSS
july 2009 by tstephens
SlickMap CSS is a simple stylesheet for displaying finished sitemaps directly from HTML unordered list navigation. It’s suitable for most web sites – accommodating up to three levels of page navigation and additional utility links – and can easily be customized to meet your own individual needs, branding, or style preferences.
cool
css
design
webdesign
july 2009 by tstephens
Don't use @import.
april 2009 by tstephens
Wow. I had no idea. Steve (who knows what he is talking about) talks about how using @import is actually slower and worse for the browsers than link elements.
design
webdesign
css
browsers
html
performance
optimize
tips
april 2009 by tstephens
CSS Font Stacks
january 2009 by tstephens
A compiled a list of font stacks that will both open up more font possibilities for web designers, and hopefully offer more appropriate substitutes. Defintely not the Dreamweaver defaults you see all over the place. This is a good list.
css
fonts
typography
lists
january 2009 by tstephens
How to Design the Perfect List
january 2009 by tstephens
Lists are a beautiful way to display content and information in a very easy to scan, easy to read method. Lists are found on most blogs to list posts, comments, tags, or links. In this post we will be exploring the modern practices of lists as an element of web design and they will be showing you how to design better lists to add to the overall design of your site.
reference
lists
tips
css
webdesign
howto
tutorial
january 2009 by tstephens
Select Cuts Off Options In IE (Fix)
january 2009 by tstephens
If you set a static width on the <select> element, any <option> elements that are wider get cut of in IE 7 and below. There is no good CSS solution for this that I can come up with or find. It has been tackled with JavaScript a number of ways.
javascript
CSS
browsers
how-to
january 2009 by tstephens
Facebox 1.2
january 2009 by tstephens
Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages. It's simple to use and easy on the eyes. You'll need a loading image, close label, four corners, and solid border images in addition to the javascript and css files
jquery
css
javascript
plugin
lightbox
ui
january 2009 by tstephens
20 Good CSS Tutorials
december 2008 by tstephens
There are some advanced tutorials in here, and some good tips and examples. Fuzzy shadows to rounded corners, to sliding doors navigation... all good stuff.
css
how-to
tutorials
lists
december 2008 by tstephens
Yahoo! UI Library: Rich Text Editor
december 2008 by tstephens
I don't use YUI, I'm more of a jQuery type of guy. But this is very nice. Very very nice indeed.
javascript
design
yui
library
CSS
webdesign
tools
html
forms
december 2008 by tstephens
Image Resizing
november 2008 by tstephens
Interestingly (and not surprisingly), browsers differ in rendering images at non-native sizes, with some providing noticeably better results than others. Internet Explorer 6 in particular looked to be the least smooth when scaling images down, but some interesting workarounds are available.
UI
CSS
coding
november 2008 by tstephens
Ten Web Development Tips I Wish I'd Known Two Years Ago
november 2008 by tstephens
A very nice list of tips. I particularly endorse both the charging for IE 6 support, and the learning of a JavaScript API (jQuery, mootools, etc)
lists
javascript
webdesign
design
CSS
tips
development
november 2008 by tstephens
Are You Making These 10 CSS Mistakes? - NETTUTS
november 2008 by tstephens
A nice listing of Ten Common CSS Mistakes.
css
lists
how-to
html
coding
design
november 2008 by tstephens
Golden Ratio in modern CSS
november 2008 by tstephens
A short article, but useful information. "...Let’s say for example that our page width is 960 pixels and we want to divide this using the golden ratio. Our main-content will be 960 / 1.62 = 593 pixels and our sidebar 960 - 593 = 367 pixels. ..."
css
coding
reference
design
november 2008 by tstephens
CSS Browser Hacks For Firefox, Opera, Safari & Internet Explorer
october 2008 by tstephens
Most standards favoring browsers (Firefox, Opera & Safari) have no method of targeting CSS to the specific browser while Internet Explorer, the buggiest browser, has a completely safe and easy method of serving CSS/HTML to only IE.
reference
CSS
tips
browsers
html
october 2008 by tstephens
CSS simple fluid drop shadows
october 2008 by tstephens
Stu Nichols provides an easy CSS example of creating fluid solid drop-shadows.
css
coding
how-to
reference
UI
effects
webdesign
october 2008 by tstephens
jQuery & CSS Example
october 2008 by tstephens
An extremely basic, yet extremely powerful, technique for adding dropdown menus using jQuery and CSS.
CSS
webdesign
jQuery
HowTo
tutorials
javascript
menus
october 2008 by tstephens
12 Examples of Paragraph Typography
october 2008 by tstephens
Only standard <p> tags have been used. Some of these styles are experiments using pseudo elements and adjacent sibling selectors; browser support is not consistent. Paragraph font size is set at 1em (equivalent to 16px if browser font size is unchanged) and line height set at 1.25em. Georgia was used exclusively. No browser specific CSS has been used—any inconsistency in the rendering of line-height, baseline and element positioning has been left for cross browser comparison before implementing.
coding
CSS
howto
examples
text
type
design
october 2008 by tstephens
7 Principles Of Clean And Optimized CSS Code
august 2008 by tstephens
Nice collection of tips and how to optimize and use shorthand.
css
coding
how-to
reference
webdesign
august 2008 by tstephens
Label Placement on Forms - CSS-Tricks
august 2008 by tstephens
When creating a web form, one of the many choices you must make is how you are going to align your labels with your inputs. This is not a trivial decision, as this placement affects the readability/usability of your form, completion rates, speed of completion, and ultimately the satisfaction level of the users trying to get through your form.
css
ui
form
labels
code
webdesign
forms
html
reference
august 2008 by tstephens
Qualified Selectors in jQuery
may 2008 by tstephens
Nice overview of .has(), and how to create a plugin that does ("a > img")
jquery
javascript
css
how-to
HowTo
may 2008 by tstephens
CSS Text Wrapper
december 2007 by tstephens
Wrap your text into any shape whatsoever. Seriously, go play with the demo, check it out.
css
javascript
demo
december 2007 by tstephens
Em Calculator
june 2006 by tstephens
Em Calculator
css
coding
utility
reference
tools
webdesign
calculator
june 2006 by tstephens
JavaScript Style Attributes
december 2005 by tstephens
Listed below are the tables of CSS properties for various HTML element style attributes.
javascript
reference
css
how-to
december 2005 by tstephens
Replicate OS X Column Views
may 2005 by tstephens
using JavaScript and CSS. Nice Effect.
javascript
coding
css
may 2005 by tstephens
Subtraction: Individual Style
january 2005 by tstephens
A neat trick using PHP and MT.
CSS
PHP
coding
tips
blog
how-to
january 2005 by tstephens
css Zen Ocean
december 2004 by tstephens
Make sure to play with this one in Safari or Firefox.
coding
cool
css
html
december 2004 by tstephens
Pushing Your Limits
december 2004 by tstephens
A CSS Presentation, from Web Essentials 2004, by Doug Bowman. Pretty decent.
css
reference
december 2004 by tstephens
Standard Forms - Updated
december 2004 by tstephens
A very good demo of CSS and XHTML forms.
css
forms
javascript
december 2004 by tstephens
Accessible Forms
november 2004 by tstephens
Usability, accessibility, semantics, CSS, HTML and forms. All in one article.
css
forms
html
reference
november 2004 by tstephens
QuirksMode: Bug Reports
november 2004 by tstephens
The Bug Report system is entirely dedicated to finding, mending and publishing CSS and JavaScript browser bugs.
bugs
css
hacks
javascript
november 2004 by tstephens
related tags
accessibility ⊕ animation ⊕ apps ⊕ blog ⊕ bootstrap ⊕ browsers ⊕ bugs ⊕ buttons ⊕ calculator ⊕ center ⊕ centering ⊕ cheatsheet ⊕ code ⊕ coding ⊕ cool ⊕ css ⊖ css3 ⊕ del.icio.us ⊕ demo ⊕ design ⊕ development ⊕ documentation ⊕ effect ⊕ effects ⊕ example ⊕ examples ⊕ font ⊕ fonts ⊕ form ⊕ forms ⊕ framework ⊕ frontend ⊕ fun ⊕ funny ⊕ google ⊕ grid ⊕ hacks ⊕ how-to ⊕ howto ⊕ html ⊕ html5 ⊕ iframe ⊕ inspiration ⊕ interview ⊕ javascript ⊕ jquery ⊕ jqueryui ⊕ js ⊕ labels ⊕ layout ⊕ library ⊕ lightbox ⊕ list ⊕ lists ⊕ look_and_feel ⊕ maps ⊕ menu ⊕ menus ⊕ navigation ⊕ optimization ⊕ optimize ⊕ patterns ⊕ performance ⊕ php ⊕ plugin ⊕ readlater ⊕ reference ⊕ responsive ⊕ scroll ⊕ standards ⊕ tables ⊕ text ⊕ tips ⊕ tool ⊕ tools ⊕ tutorial ⊕ tutorials ⊕ twitter ⊕ type ⊕ typography ⊕ ui ⊕ utility ⊕ via:popular ⊕ web ⊕ webdesign ⊕ webdev ⊕ xml ⊕ yui ⊕Copy this bookmark: