public marks

PUBLIC MARKS from sbrothier with tags webdesign & css

2014

Webflow - Create Website Interactions With 0 Lines of Code

Now in Webflow you can create beautiful interactions for your responsive website without writing a line of code. Learn More or Start Designing.

2012

Un joli casse-tête en intégration – HTeuMeuLeu

by 3 others
Du texte html dynamique sur plusieurs lignes avec un fond qui suit bien et des marges autour

Viewport Sized Typography | CSS-Tricks

CSS3 has some new values for sizing things relative to the current viewport size: vw, vh, and vmin. It is relevant to bring up now, because it's shipping in Chrome 20 (canary at the time of this writing). And not behind a flag, it just works. Production usage isn't quite there, but it will be soon enough.

A non-responsive approach to building cross-device webapps - HTML5 Rocks

by 3 others
Media queries are awesome, a godsend for website developers that want to make small tweaks to their stylesheets to give a better experience for users on devices of various sizes. Media queries essentially let you customize the CSS of your site depending on screen size. Before you dive into this article, learn more about responsive design and check out some fine examples of media queries usage here: mediaqueri.es

15 Great Examples of Websites using jQuery Masonry | Web Resources | WebAppers

jQuery Masonry is a dynamic grid layout plugin for jQuery. Think of it as the flip-side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically, positioning each element in the next open spot in the grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.

Home | Design in the browser with web fonts and real content — Typecast

by 1 other
The web’s most beautiful typefaces Try typefaces from the web’s best known web font services. Design with real content Kiss goodbye to Lorum Ipsum. Get real web content in place, fast. Create HTML & CSS in the browser Quickly get to a working, standards-compliant prototype.

2011

DropKick - a jQuery plugin for beautiful dropdowns

by 2 others
Creating custom dropdowns is usually a tedious process that requires a ton of extra setup time. Oftentimes lacking conveniences that native dropdowns have such as keyboard navigation. DropKick removes the tedium and lets you focus on making s@#t look good.

Fancy checkboxes and radio buttons with CSS | maratz.com

by 5 others
Fancy checkboxes and radio buttons with CSS Many young guns ask about how to style custom checkboxes and radio buttons in forms. I prepared a typical markup, a few lines of CSS and some JavaScript functions (Safari label behavior fix included).

Apple-Style Counter : Chris Nanney : Journal

When I saw the 10 billion song counter on Apple’s website yesterday, I immediately right-clicked on it to see if it was flash. No big surprise to see that it wasn’t (this being Apple), and when I saw it was done using JavaScript I knew how I’d be wasting the next few hours.

2010

Apple - HTML5

by 3 others
The demos below show how the latest version of Apple’s Safari web browser, new Macs, and new Apple mobile devices all support the capabilities of HTML5, CSS3, and JavaScript. Not all browsers offer this support. But soon other modern browsers will take advantage of these same web standards — and the amazing things they enable web designers to do.

2009

Carver & Veen {39} Typekit - Podcast Episodes - CreativeXpert Design Interviews

Typekit Makes Sites Pretty. That should be enough, but there’s so much more! In this episode, Ryan Carver and Greg Veen join us from Small Batch Inc., the makers of Typekit. Typekit aims to solve all of the problems that currently prevent web designers from using commercial typefaces in their designs. Every major desktop browser will support linking to custom fonts from within your site’s CSS using @font-face. You can then use these fonts on your web site without users having to install the fonts on their system beforehand. => This really is going to change web design

Nice Web Type Likes: Graublau Sans with Lucida sanserif

(via)
If your web browser is up to snuff, you’ll see Graublau Sans Web for headings, subheads, and appropriate examples in this specimen page. If not, refer to CSS @font-face support. Please note: IE supports @font-face via fonts converted to .EOT, but because conversion is a hassle I have skipped it in this example. ↩

24 ways: Making Modular Layout Systems

For all of the advantages the web has with distribution of content, I’ve always lamented the handiness of the WYSIWYG design tools from the print publishing world. When I set out to redesign my personal website, I wanted to have some of the same abilities that those tools have, laying out pages how I saw fit, and that meant a flexible system for dealing with imagery.

2008

Aza’s Thoughts » Ubiquity Tutorial: How to turn a page upside-down

by 2 others
In Firefox 3.1 it has become possible to do even more amazing things with CSS. Anything can be rotated, skewed, and translated with just a single line of CSS code. With Ubiquity we can use that power for good, evil, and other.

Design isn’t about tools : Journal : Mark Boulton

I’ve always liked to abstract my design process from the tools I use. Photoshop, Fireworks, HTML/CSS, Pen and paper, HTML Wireframes using Blueprint, Omnigraffle—It doesn’t really matter. You use what’s best for your workflow at the time. These are all tools in the same way that a pencil is a tool. They are implements to realise a solution to a problem. You say tomato and I say toe-may-toe.

Stopdesign | Choosing the right tool

However… I consider myself fairly competent in HTML & CSS. But even I am limited in design by starting with code before having a few design ideas fleshed out. I have advocated in the past that HTML and even CSS are not design tools. They are tools used to implement design. There’s a big difference.

Yahoo! UI Library: Grids CSS

by 15 others
The foundational YUI Grids CSS offers four preset page widths, six preset templates, and the ability to stack and nest subdivided regions of two, three, or four columns. The 4kb file provides over 1000 page layout combinations. Other features include: * Supports fluid-width (100%) layouts as well as preset fixed-width layouts at 750px, 950px, and 974px, and the ability to easily customize to any number. * Supports easy customization of the width for fixed-width layouts. * Flexible in response to user initiated font-size adjustments. * Template columns are source-order independent, so you can put your most important content first in the markup layer for improved accessibility and search engine optimization (SEO). * Self-clearing footer. No matter which column is longer, the footer stays at the bottom. * Layouts less than 100% are automatically centered. * Accommodates IAB's Ad Unit Guidelines for common ad dimensions. * Offers full A-grade browser support.

2007

Styling File Inputs with CSS and the DOM // ShaunInman.com

by 8 others
File inputs (input type="file") are the bane of beautiful form design. No rendering engine provides the granular control over their presentation designers desire. This simple, three-part progressive enhancement provides the markup, CSS, and JavaScript to address the long-standing irritation.

Incremental leading : Journal : Mark Boulton

There has been a lot said recently about Vertical Rhythm. Richard Rutter began the work on 24ways last year with the piece ‘Compose to a Vertical Rhythm’. This was built upon by Wilson Minor on A List Apart recently with his article on Baseline Grids. All sound typographic advice. If you haven’t read both of them, I’d urge you to do so now otherwise you know what I’m on about it in this post.