Skeleton: Beautiful Boilerplate for Responsive, Mobile-Friendly Development
25 days ago by roel
Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone. Skeleton is built on three core principles:
css
javascript
webdesign
25 days ago by roel
HTML5 Boilerplate - A rock-solid default template for HTML5 awesome.
january 2012 by roel
HTML5 Boilerplate is the professional badass's base HTML/CSS/JS template for a fast, robust and future-proof site.
After more than three years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain Ajax and Flash. A starter apache .htaccess config file hooks you the eff up with caching rules and preps your site to serve HTML5 video, use @font-face, and get your gzip zipple on.
Boilerplate is not a framework, nor does it prescribe any philosophy of development, it's just got some tricks to get your project off the ground quickly and right-footed.
framework
css
html
html5
javascript
After more than three years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain Ajax and Flash. A starter apache .htaccess config file hooks you the eff up with caching rules and preps your site to serve HTML5 video, use @font-face, and get your gzip zipple on.
Boilerplate is not a framework, nor does it prescribe any philosophy of development, it's just got some tricks to get your project off the ground quickly and right-footed.
january 2012 by roel
responsivepx - find that tricky breakpoint
december 2011 by roel
Enter the url to your site - local or online: both work - and use the controls to adjust the width and height of your viewport to find exact breakpoint widths in pixels. Then use that information in your media queries to create a responsive design.
css
webdesign
tools
december 2011 by roel
Patronen voor de groei · Fronteers
december 2011 by roel
Zelf, met de hand, een website maken is tegenwoordig zo lastig nog niet. Echter, een grote maatwerk website is heel andere koek. In het begin lijkt het wel simpel maar iedere beslissing heeft invloed op je volgende beslissing en één verkeerde beslissing kan heel snel tot frustratie leiden. Mocht je toevallig het (on)geluk hebben om meerdere grote websites te maken en te onderhouden, dan ben je, als je niet uitkijkt, al heel snel de sigaar.
Waarom? Niets blijft hetzelfde en het maken van een website is een oefening in constante verandering.
HTML wil je zo hebben dat je het achteraf niet hoeft aan te passen voor CSS of JavaScript. Dergelijke aanpassingen zijn duur, omdat je met nog meer onderhoud wordt opgezadeld, wat uiteindelijk ook de duurzaamheid van je product aantast. Erger nog, het is meestal onnodig en makkelijker te voorkomen dan je denkt.
De truc is om binnen de drie front-end gebieden (HTML, CSS en JavaScript) generiek te zijn waar deze gebieden elkaar raken en specifiek te zijn binnen een enkel gebied.
webdesign
html
css
Waarom? Niets blijft hetzelfde en het maken van een website is een oefening in constante verandering.
HTML wil je zo hebben dat je het achteraf niet hoeft aan te passen voor CSS of JavaScript. Dergelijke aanpassingen zijn duur, omdat je met nog meer onderhoud wordt opgezadeld, wat uiteindelijk ook de duurzaamheid van je product aantast. Erger nog, het is meestal onnodig en makkelijker te voorkomen dan je denkt.
De truc is om binnen de drie front-end gebieden (HTML, CSS en JavaScript) generiek te zijn waar deze gebieden elkaar raken en specifiek te zijn binnen een enkel gebied.
december 2011 by roel
How to prevent jagged edges when using CSS transformations in Mobile Safari
december 2011 by roel
On the iPad and iPhone, using CSS transformations in Mobile Safari often results in elements with ugly jagged or stair stepped edges.
In most cases it’s easy to get nice anti-aliased edges by wrapping whatever you want to transform in an additional element that adds a few pixels padding:
css
css3
mobile
ios
In most cases it’s easy to get nice anti-aliased edges by wrapping whatever you want to transform in an additional element that adds a few pixels padding:
december 2011 by roel
Incredibly Useful CSS Snippets | webexpedition18
october 2011 by roel
Below is a list of CSS snippets that will help you minimize headaches, frustration and save your time while writing css, and I hope you will find it useful. Whether you are a experienced web developer, or just getting started with css, they are all worth checking out.
css
october 2011 by roel
Shower Presentation Template
july 2011 by roel
Shower is a HTML/CSS presentation tenmplate for use in modern browsers.
Code available on Github.
css
html
inspiration
Code available on Github.
july 2011 by roel
SlickMap CSS — A Visual Sitemapping Tool for Web Developers
february 2010 by roel
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.
The general idea of SlickMap CSS is to streamline the web design process by automating the illustration of sitemaps while at the same time allowing for the predevelopment of functional HTML navigation.
css
webdesign
The general idea of SlickMap CSS is to streamline the web design process by automating the illustration of sitemaps while at the same time allowing for the predevelopment of functional HTML navigation.
february 2010 by roel
Modernizr
july 2009 by roel
Have you ever wanted to do if-statements in your CSS for the availability of cool features like border-radius? Well, with Modernizr you can accomplish just that! The syntax is very intuitive, too.
webdesign
webdevelopment
css
javascript
css3
html5
library
july 2009 by roel
Information Architects » Blog Archive » The 100% Easy-2-Read Standard
december 2008 by roel
The 100% Easy-2-Read Standard Most websites are crammed with small text that’s a pain to read. Why? There is no reason for squeezing so much information onto the screen. It’s just a stupid collective mistake that dates back to a time when screens were really, really small. So…
tips
WebDesign
design
typography
text
accessibility
layout
font
reading
usability
advice
css
december 2008 by roel
MacRabbit - CSSEdit - Web 2.0 in Style
november 2008 by roel
Design beautiful, innovative and fast-loading web sites… with a beautiful, innovative and fast app. CSSEdit's intuitive approach to style sheets and powerful previewing features will make you deliver awesome standards-based sites in no time!
webdev
tools
software
macosx
webdesign
css
editor
november 2008 by roel
Typechart - Browse Web Type, Grab CSS.
september 2008 by roel
Lets you flip through, preview and compare web typography while retrieving the CSS.
webdesign
css
fonts
september 2008 by roel
Top 10 CSS Table Designs | CSS, Events | Smashing Magazine
august 2008 by roel
Tables got to be one of the most difficult objects to style in the Web, thanks to the cryptic markup, amount of detail we have to look over to, and lack of browser compatibility. A lot of time could be wasted on a single table although it’s just a simple one. This is where this article comes in handy. It will show you ten most easily implemented CSS table designs so you can style your tables in a zap!
table
html
css
webdesign
code
howto
tips
xhtml
august 2008 by roel
Incremental leading : Journal : Mark Boulton
july 2008 by roel
Article about incremental leading, a typography thing.
typography
css
webdesign
layout
web
tutorial
article
july 2008 by roel
Simple Double Quotes
may 2008 by roel
This CSS tutorial will show you how to display two double-quote images using one blockquote tag. The trick here is apply one background image to blockquote, and then apply another background to the first-letter (pseudo-element) of blockquote.
css
webdesign
tutorial
design
howto
typography
quotes
webdev
may 2008 by roel
Vitamin Features » How to recreate Silverback’s Parallax
march 2008 by roel
Parallax scrolling is a psuedo-3D effect often used in side scrolling games to create depth. In this article Clearleft lead designer Paul Annett explains how he used the effect to great success on their newly launched Silverback site.
css
webdesign
parallax
tutorial
inspiration
howto
illustration
image
photoshop
design
graphics
development
march 2008 by roel
Sniff browser history for improved user experience
february 2008 by roel
Intelligent websites should tune-in to the content preferences of their visitors, tailoring a specific experience based on each visitor's favorite sites and services across the social web. In this post I will teach you how to mine the rich treasure trove
Javascript
browser
history
css
usability
web
WebDesign
web2.0
february 2008 by roel
peacock tail
february 2008 by roel
This is the demo of the Peacock Tail Tumblr theme, by Richard Dunlop-Walters.
tumblr
inspiration
theme
WebDesign
webdev
html
css
february 2008 by roel
SimpleBits ~ Gridlasticness
february 2008 by roel
After a brief period of unstyledness, we’re back with a realign and overhaul of simplebits.com. Aesthetically, it’s not much of a departure from the previous design — but under the hood is new markup, new stylesheets and a strict grid layout based o
css
design
grid
Webdesign
web
inspiration
layout
webdev
february 2008 by roel
Eric's Archived Thoughts: Resetting Again [CSS]
january 2008 by roel
I’ve been pondering reset styles over the past few months, and come to a bit of a shift in my thinking. Here’s the result of that thinking.
css
webdesign
reference
stylesheet
development
design
webstandards
xhtml
standards
html
tips
web
january 2008 by roel
5 CSS Tips to Make IE (You) Happy | Scarf*oo
january 2008 by roel
If I could, I’d give you a special present this christmas - I’d tell you how to make IE on Windows behave like a grown-up browser. Sadly, reality sucks - as does IE on Windows - so I can only offer to share with you a couple of CSS tips to ease the pa
browser
css
WebDesign
design
hacks
reference
tips
january 2008 by roel
A List Apart: Articles: How to Size Text in CSS
december 2007 by roel
There’s been a welcome resurgence of interest in web typography over the past year or so, with many articles and conference talks offering techniques and theory. Frequently asserted is the notion that good typography requires accurate control of font si
css
typography
webdesign
howto
reference
standards
webstandards
december 2007 by roel
The New Ubuntu Website | Bearfruit
august 2007 by roel
"For the last three months, my sole focus at work has been getting this site ready. It has involved a major redesign, a major architectural change and dramatic streamlining of the content." -- Nice job!
drupal
ubuntu
webdesign
open
css
article
blog
august 2007 by roel
CSS-modificatie » Peter-Paul Koch » Naar Voren
august 2007 by roel
JavaScript geeft je de mogelijkheid om de CSS-presentatielaag van je site te veranderen. Een verandering in hoe een element in de pagina er uit ziet is een uitstekende (en veelgebruikte) manier om de aandacht van je bezoekers te trekken naar het element w
ajax
css
javascript
howto
reference
nederlands
webdesign
design
html
august 2007 by roel
Eric's Archived Thoughts: Reset Reloaded
august 2007 by roel
Eric's basic sheet that resets all browsers. The starting point for ny good CSS based website, thus any website.
css
webdesign
design
web
reference
tutorial
august 2007 by roel
Blueprint: A CSS Framework
august 2007 by roel
Blueprint is a CSS framework, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, and even a stylesheet for printing.
css
framework
webdesign
design
web
tools
development
free
august 2007 by roel
ModalBox — An easy way to create popups and wizards
july 2007 by roel
ModalBox is a JavaScript technique for creating modern (Web 2.0-style) modal dialogs or even wizards (sequences of dialogs) without using conventional popups and page reloads.
javascript
ajax
lightbox
webdesign
webdev
web2.0
design
html
css
july 2007 by roel
A List Apart: Articles: Introducing the CSS3 Multi-Column Module
march 2007 by roel
How to divide content over multiple columns, while keeping layout/design and content separated.
css
WebDesign
layout
CSS3
columns
javascript
reference
tutorial
march 2007 by roel
The Modulo Operator for Alternating Rows - Snook.ca
february 2007 by roel
A simple PHP tip for marking alternating rows in different colours.
css
php
webdesign
february 2007 by roel
Lightbox JS v2.0
september 2006 by roel
Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.
gallery
javascript
script
slideshow
webdesign
css
images
tutorial
september 2006 by roel
related tags
accessibility ⊕ advice ⊕ ajax ⊕ art ⊕ article ⊕ blog ⊕ browser ⊕ code ⊕ color ⊕ colour ⊕ columns ⊕ compression ⊕ css ⊖ css3 ⊕ design ⊕ development ⊕ drupal ⊕ editor ⊕ font ⊕ fonts ⊕ framework ⊕ free ⊕ gallery ⊕ graphics ⊕ grid ⊕ hacks ⊕ history ⊕ howto ⊕ html ⊕ html5 ⊕ ideas ⊕ illustration ⊕ image ⊕ images ⊕ inspiration ⊕ ios ⊕ javascript ⊕ layout ⊕ library ⊕ lightbox ⊕ macosx ⊕ mobile ⊕ nederlands ⊕ open ⊕ optimization ⊕ parallax ⊕ performance ⊕ photos ⊕ photoshop ⊕ php ⊕ quotes ⊕ reading ⊕ reference ⊕ script ⊕ slideshow ⊕ software ⊕ standards ⊕ stylesheet ⊕ table ⊕ techniques ⊕ text ⊕ theme ⊕ tips ⊕ tools ⊕ tumblr ⊕ tutorial ⊕ type ⊕ typography ⊕ ubuntu ⊕ usability ⊕ web ⊕ web2.0 ⊕ webdesign ⊕ webdev ⊕ webdevelopment ⊕ webstandards ⊕ xhtml ⊕Copy this bookmark: