hmobius + css   51

Bootstrap, from Twitter
Twitter have released an open source webdev toolkit called Bootstrap. It contains a baseline css and html framework for your sites that looks not dissimilar to Twitter and full documentation as well.
css  design  framework 
august 2011 by hmobius
Real World CSS Practices
Matt Ward lists out and explains eight rules he has developed over several years for working with CSS, from code format to conventions to simple typography rules
css 
august 2011 by hmobius
CSS Selectors: Just the Tricky Bits
Joshua Johnson walks through the various CSS selectors we can use and how they can be combined. He explains parents, children, siblings, descendants and ancestors, the child and sibling selectors, selector chaining, the universal selector, attribute and pseudo-class selectors
css 
august 2011 by hmobius
When Visitors Print — About That Print Stylesheet
Tim Connell looks at print stylesheets, covering tips for removing items that don't need to be printed, using better fonts for printed matter, adding branding to the printout, dealing with links and other interactive elements, and using the jQuery Print Preview plugin
tutorial  css  print  jquery 
august 2011 by hmobius
Beginner’s Guide to Responsive Web Design
Nick Pettit takes a completely fresh look at what responsive Web Design is and how to implement a responsive web site for beginners.
css  responsivewebdesign  tutorial 
august 2011 by hmobius
Techniques For Gracefully Degrading Media Queries
Lewis Nyman looks at five techniques that deal with browsers which do not support the media queries you’ll be adding to your responsive web designs of the future: doing nothing, conditional IE stylesheets, circumventing media query conditions, respond.js and css3-mediaqueries-js.
css  responsivewebdesign  progressive  respond.js  css3-mediaqueries-js 
august 2011 by hmobius
Perfectly Rotate and Mask Thumbnails With CSS3
Jim Neilsen demonstrates how to use CSS transforms to take a standard image thumbnail and mask \ rotate it to produce a stylish look to your page. Warning! Contains a fair amount of maths!
css 
august 2011 by hmobius
Columnal
A new CSS grid framework supporting up to 12 columns using media queries to promote responsive web design in its users. Columnal is a cross between cssgrid.net and 960.gs
css  framework  responsivewebdesign 
august 2011 by hmobius
7 Chrome Tips Developers & Designers May Not Know
Elijah Manor shares 7 tips for working with Chrome as a Web developer or designer, looking at modifying JavaScript and CSS in browser, unminify JavaScript source, Break points triggered by DOM changes, inspecting CSS pseudo-class selectors, keyboard shortcuts, and customising the browser developer experience.
javascript  css  chrome 
august 2011 by hmobius
CSS Border Radius Generator
Idiot-proof WYSIWYG generator for cross-browser border-radius declarations
css 
august 2011 by hmobius
CSS3 Generator
Online idiot proof utility to create correct CSS3 decalarations
css 
august 2011 by hmobius
Shading with CSS text-shadows
Tim Brown looks at four styles of print shading and demonstrates how they can be achieved using CSS text-shadows
css 
august 2011 by hmobius
30 Pure CSS Alternatives to Javascript
Nice list of pure CSS techniques to achieve effects that some of us are becoming reliant on Javascript and Jquery for
css  design  tutorial  ui 
april 2010 by hmobius
15 CSS Habits to Develop for Frustration-Free Coding
Nice quick list of 15 basic CSS tips for developers
css  html  ui 
april 2010 by hmobius
How to Target IE6, IE7, and IE8 Uniquely with 4 Characters
Jeffrey Way offers a quick tip on how to target various versions of IE in CSS using only a few characters.
css  html  tutorial  tweaks 
march 2010 by hmobius
Improving CSS With .LESS
Scott Mitchell investigates how using .LESS (a port of the Ruby LESS library) makes using CSS that bit easier.
css  asp.net  c#  html 
march 2010 by hmobius
Microsoft Ajax Minifier Quick Start
Details on the new Javascript and CSS minifier from Microsoft, including how to set it up as a post-build task for your web projects
asp.net  css  javascript  performance  ajax  msbuild  tools  tutorial 
february 2010 by hmobius
Firebug Demystified
A great rundown of where to find everything in Firebug and some choice extensions for it as well
css  javascript  debugging  documentation  jquery  tutorial  tools 
january 2010 by hmobius
Firebug 1.5 released!
Alix Franquet notes the release of Firebug 1.5 and its many new features and improvements
javascript  debugging  css 
january 2010 by hmobius
Most Essential Best Practices to Improve and Optimize Your Markup and CSS
Tripwire presents its list of CSS best practices for speedier development (over a period of time)
css 
january 2010 by hmobius
Best Time Saving CSS Coding Tools You Should Know | ResourcesMix.info
ResourcesMIX.info presents a handy list of CSS tools for generating frames, rounded corners, grid layouts, funkier forms, validation and the like.
css  tools 
january 2010 by hmobius
What You Need To Know About Behavioral CSS
Smashing Magazine on the transform rules for CSS
css  html 
december 2009 by hmobius
Styling HTML Lists with CSS: Techniques and Resources
Another great article on Smashing Magazine looking at the styling of lists.
css  html 
december 2009 by hmobius
Beautiful Slide Out Navigation Revised
Lovely demo of using jQuery to produce a simple slide out nav menu
css  jquery  javascript  menu 
december 2009 by hmobius
Pushing Your Buttons With Practical CSS3
Another Smashing Magazine about CSS and simple form buttons. This time on the new CSS3 properties that can be applied to buttons
css  html  tutorial 
december 2009 by hmobius
T4CSS: A T4 Template for .Less CSS With Compression
Phil Haack demonstrates how to use T4 templates alongside LESS to generate nicely compressed CSS files along with the YUI compressor
asp.net  css 
december 2009 by hmobius
Designing CSS Buttons: Techniques and Resources
Janko Jovanovic takes a look at the many ways to improve the look and design of a standard HTML button. CSS, images et al.
css  html  design  ui  tutorial 
november 2009 by hmobius
Less Css for .NET
A .NET port of the Leaner CSS (LESS) library originally written in Ruby, Allows CSS to be written using variables, mixins, operations and nested rules
asp.net  css  c# 
november 2009 by hmobius
Expand Your Font Palette Using CSS3
Great guide to embedding fonts on a page using @font-face and how to get it working in IE too
css  design  fonts 
september 2009 by hmobius
CSS Drive: Image to Colors Palette Generator
Good online tool for generating a CSS palette based on any image you upload to the site.
css 
february 2009 by hmobius
Looking Back On 2008 With Top Web Designers
Part of Smashing Magazine's year in review.
css  design 
december 2008 by hmobius
jQuery & CSS Tooltip Example
Nice demo of using jQuery to improve standard HTML tooltips
css  jquery 
december 2008 by hmobius
IEBlog : Ending Expressions
Oh no. IE8 standards mode no longer support IE-only CSS Expressions! Did anyone use them to begin with?
css 
october 2008 by hmobius
The 7 CSS Hacks that we should use
The common hacks needed to get all browsers displaying pages mostly the same way
css 
october 2008 by hmobius
Design and Usability Resources: CSS Best Practices
Some general notes on CSS best practices (nothing earth-shattering) from brookgroup.com
css 
october 2008 by hmobius
CSS Font-Size: em vs. px vs. pt vs. percent
Quick comparison of the four units of measurement in CSS
css 
october 2008 by hmobius
Using Javascript to Fix 12 Common Browser Headaches
A list of javascript-based (well, mostly jQuery-based to be fair) fixes for 12 of the more common CSS inconsistencies between browsers
css  debugging  javascript 
october 2008 by hmobius
A List Apart: Articles: Prettier Accessible Forms
Great article on creating forms for styling with CSS
asp.net  css  html 
september 2008 by hmobius
Reset CSS Stylesheet
Eric Meyer's reset CSS stylesheet. Add this to your CSS tree first to reset all browsers styles to the same thing.
css 
april 2008 by hmobius
Most Useful 50 CSS Tips And Tools For Webmasters
Great set of CSS Tips and Tricks compiled by Emma Alvarez. There will be something in here that you will find useful
css 
april 2008 by hmobius
SitePoint CSS Reference
SitePoint's complete CSS Reference. How did I not know about this?
css 
april 2008 by hmobius
.NET Cheat Sheets
Links to useful cheat sheets for developers
c#  asp.net  vs2005  vs2008  css  javascript 
january 2007 by hmobius
CSS Design Templates
Free Website Templates & Wordpress Themes - Nice ones too.
css 
january 2007 by hmobius
Using ASP.NET Visual Studio CSS Design Templates
Nice article demonstrating how to fuse CSS designs with ASP.NET controls
asp.net  css 
october 2006 by hmobius
CSS Friendly ASP.NET 2.0 Control Adapters
These are little chunks of logic that you add to your web site to effectively "adapt" an ASP.NET control to render the HTML you prefer. The CSS Friendly ASP.NET 2.0 Control Adapters provides pre-built control adapters that you can easily use to generate C
css  asp.net 
october 2006 by hmobius
Open Source Web Designs
Open Source Web Design is a place to download free web designs and share yours with others. We help make the internet a prettier place.
css  design 
september 2006 by hmobius

Copy this bookmark:



description:


tags: