gordonbrander + responsivedesign   24

Code: Flickr Developer Blog » Liquid Photo Page Layout
Worth a read. Check out the way they handle multiple aspect ratios.
design  development  web  responsivedesign 
14 days ago by gordonbrander
IRC logs: freenode / #whatwg / 20120510
Boy, communicating *up* to the W3 is a tough project.
web  development  responsivedesign  w3  mozilla 
18 days ago by gordonbrander
A non-responsive approach to building cross-device webapps - HTML5 Rocks
An interesting approach: targeting form-factor categories.

* small screens + touch (mostly phones)
* large screens + touch (mostly tablets)
* large screens + keyboard/mouse (mostly desktops/laptops)

This is actually very much like what I did for Carrington Personal. It can also be pulled off with a combo of media queries + window.matchMedia.
javascript  responsivedesign  development  web  design  mobile 
27 days ago by gordonbrander
tubalmartin/riloadr
Another responsive image loader. Cleverly, it bundles in a lazy-loading feature. Fallback via <noscript>.
responsivedesign  javascript  opensource 
29 days ago by gordonbrander
Style Tiles
A great idea for a new kind of web design deliverable: CSS/HTML swatches containing important design elements.

I like this idea because it:

* Creates a simple milestone 1 deliverable
* Gets you into CSS/HTML early
* Gives the client a chance to see implementation early
* Not a dead doc -- the markup/CSS will be used in the final produce.
business  web  design  development  responsivedesign 
5 weeks ago by gordonbrander
Responsive viewport units - destroy/dstorey
vw vh are units that are essentially the same as percentages, but are always in relation to the viewport. Think rem.
responsivedesign  css  grid  design  development  web 
6 weeks ago by gordonbrander
lesjames/Breakpoint
An interesting Sass-based bunch of mixins for responsive grids. Looks promising.
responsivedesign  grid  design  web  development  css  opensource 
6 weeks ago by gordonbrander
Media Query & Asset Downloading Results | TimKadlec.com
CSS-based media query solutions to responsive images along with extensive testing across a variety of platforms (thx BrowserScope). The results are a bit surprising.
development  web  responsivedesign  w3  mozilla 
6 weeks ago by gordonbrander
Responsive CSS3 Drop-Down to Accordion
Clever use of CSS: a dropdown menu that turns into an accordion when at small screen sizes.
css  web  development  responsivedesign 
7 weeks ago by gordonbrander
The EMs have it: Proportional Media Queries FTW! Cloud Four Blog
Clever: using ems in media queries means contextual formatting when users scale fonts.
css  development  web  responsivedesign 
8 weeks ago by gordonbrander
HTML5 Responsive Design: How to Determine the Real Dimensions of an Image in JavaScript - SitePoint
Nice! In addition to img.width and img.height, newer browsers provide img.naturalWidth, img.naturalHeight.
javascript  responsivedesign  development  web 
9 weeks ago by gordonbrander
Yet another responsive image system | Responsive Images Community Group
A brilliant left-field approach to responsive images from a community group member:

Load the low-res image, and send a diff for the large version over the wire, applying the diff via JavaScript.
javascript  responsivedesign  w3  mozilla 
9 weeks ago by gordonbrander
JS Bin - Collaborative JavaScript Debugging
A clever jank-o hack for Responsive images -- take a link to an external image and turn it into an image with JS.
javascript  responsivedesign  mozilla 
february 2012 by gordonbrander
State of the web: of apps, devices, and breakpoints – Jeffrey Zeldman Presents The Daily Report
Zeldman's headline:
Breakpoints are Dead
Ethan Marcotte's response:
There’s nothing that says our breakpoints, whether in our designs or in our CSS, need to be pixel-based. Marc and Stephanie’s essays reinforced something I’ve been thinking for some time: that while px-based breakpoints quickly obsolete themselves, they’re not our only option. As I mentioned on Twitter, em-based breakpoints have the benefit of being tied to our content, and might present a more future-proof alternative.
This is not a new idea. Responsive design does account for this by taking a fluid-first design approach and layering breakpoints on top of that. Pre-fixed pixel values don't matter. What matters is that your design makes sense for a general screen size. MediaQueries are more than expressive enough to handle this.
responsivedesign  blog  design  web  development 
december 2011 by gordonbrander
The ‘trouble’ with Android | Stephanie Rieger
Snapshot of 500 Android screen sizes on EU site...

...The first culprits are embedded web views—browser views embedded within apps such as Twitter or Facebook, enabling users to consume links and content without ever leaving the app itself. These views often incorporate their own chrome which results in slightly smaller (or at the very least different) dimensions than the native browser...

...But this is only the half of it. On Android specifically, a series of personalisation and accessibility settings further contribute to screen size diversity. The most disruptive setting by far is Zoom Level.
andriod  ios  mobile  web  development  design  responsivedesign 
december 2011 by gordonbrander
This could be responsive images ya?
A clever canvas hack for responsive images that are only requested once. Effects possibilities are interesting, too.
responsivedesign  mobile  javascript  canvas  development  web 
december 2011 by gordonbrander
responsive-images
An overview of responsive image techniques, pro and con.
responsivedesign  javascript  reference 
october 2011 by gordonbrander
Responsive IMGs: Choosing between semantic markup and working code « Cloud Four
Apparently, no one has come up with an elegant working solution for responsive images, that doesn't involve double-downloads.

To investigate: why not hide with modernizr-style .js class and then bring in appropriate style? Hidden images are not downloaded.
javascript  learn  responsivedesign 
october 2011 by gordonbrander
FitVids.JS - A lightweight, easy-to-use jQuery plugin for fluid width video embeds.
A nice little jQuery plugin for scaling video embeds from popular services, while maintaining aspect ratios. Responsive!
responsivedesign  javascript  jquery  opensource  film 
october 2011 by gordonbrander
nathansmith/adapt at master - GitHub
An alternate approach to responsive, relying exclusively on JS.
css  javascript  mobile  opensource  responsivedesign 
august 2011 by gordonbrander
Less Framework 4
The Less repsonsive layout framework is getting mature.
css  mobile  design  web  development  css  opensource  framework  grid  responsivedesign  mediaquery 
june 2011 by gordonbrander

Copy this bookmark:



description:


tags: