jpcody + responsive   11

An Ajax-Include Pattern for Modular Content | Filament Group, Inc., Boston, MA
While developing the front-end of the BostonGlobe.com site last fall, one of the toughest challenges we faced was delivering roughly the same content to all devices (and connection speeds) while ensuring the most important content on a page was usable as soon as possible. We approached this challenge with a variety of techniques, such as only loading the most essential JavaScript up-front (weighing roughly 4-6kb tops) and lazy loading the rest, dynamically injecting advertisements, and loading "nice-to-have" content via JavaScript—all after the initial content was delivered and usable.
responsive  javascript 
7 weeks ago by jpcody
adamdbradley/foresight.js
Foresight.js gives webpages the ability to tell if the user's device is capable of viewing high-resolution images (such as the 3rd generation iPad) before the image is requested from the server. Additionally, it judges if the user's device currently has a fast enough network connection for high-resolution images. Depending on device display and network connectivity, foresight.js will request the appropriate image for the webpage. — Read more
javascript  responsive 
8 weeks ago by jpcody
» The EMs have it: Proportional Media Queries FTW! Cloud Four Blog
Font units aren’t pixels or points anymore, they’re percentages (typically for top-level baseline reset) or, more often, ems. And yet the vast majority of us still write width-based media queries in pixels
responsive  ems  css  media-queries 
8 weeks ago by jpcody
Content Folding | CSS-Tricks
There's probably a number of ways to do this. With JavaScript, you could measure the window width and shuffle things around in the DOM. That seems heavy to me, but the browser support would be good. I'd rather lean on CSS for this kind of thing. That's what CSS is (supposed to be) for. The grid layout may hold some possibilities for us, but for this tutorial, let's use the hot-off-the-presses CSS Regions, a contribution by Adobe.
css  responsive  cssregions 
9 weeks ago by jpcody
Responsive News - Cutting the mustard
One of the immediate challenges we discovered when we first started the responsive news prototype was the large range of devices that we would have to support. It terrified us. This article is about a solution we use to alleviate this problem.
responsive  javascript  bbc 
11 weeks ago by jpcody
BenjaminKeen.com
This was inspired by, and based on @lensco's excellent Simple Responsive Design Test Page. It lets you view any webpage in multiple screen sizes, simulating the viewport of different devices. After getting such a positive response to my original post, I thought I'd expand on it a little. Since people are obviously targeting different device screen sizes with their projects, the form below now lets you generate a custom bookmarklet that displays only those device sizes you're interested in.
responsive  webdesign  css 
january 2012 by jpcody
Adactio: Journal—A responsive mind
The choice is not between using media queries and creating a dedicated mobile site; the choice is between using media queries and doing nothing at all.
responsive  mobile  css3 
january 2011 by jpcody
Mobile, One Web, RWD &c – an unbuffered comment « James Pearce
However, I also still believe in ‘thematic consistency’, by which the W3C means that the same URL should get you to the same content. BUT that is not the same as saying that the same users actually want to use the same content or that web providers want to give it to them.
mobiledesign  responsive 
january 2011 by jpcody
​O​n​ ​b​e​i​n​g​ ​“​r​e​s​p​o​n​s​i​v​e​”​ ​—​ ​U​n​s​t​o​p​p​a​b​l​e​ ​R​o​b​o​t​ ​N​i​n​j​a
A few weeks ago, the insanely talented people at Information Architects released a new, semi-responsive design, augmenting their already lovely site with a flexible grid, and some media queries to optimize their design for smaller resolutions. On the higher end of the resolution spectrum, they fell back to an em-based, fixed-width layout. Given the combination of flexible and fixed-width layouts, I felt it was a great example of a partially responsive design, and I said as much on Twitter.
css  responsive  fluid 
september 2010 by jpcody
​A​ ​L​i​s​t​ ​A​p​a​r​t​:​ ​A​r​t​i​c​l​e​s​:​ ​R​e​s​p​o​n​s​i​v​e​ ​W​e​b​ ​D​e​s​i​g​n
Let’s consider an example design. I’ve built a simple page for a hypothetical magazine; it’s a straightforward two-column layout built on a fluid grid, with not a few flexible images peppered throughout. As a long-time proponent of non-fixed layouts, I’ve long felt they were more “future proof” simply because they were layout agnostic. And to a certain extent, that’s true: flexible designs make no assumptions about a browser window’s width, and adapt beautifully to devices that have portrait and landscape modes.
css3  fluid  responsive  webdesign 
september 2010 by jpcody

Copy this bookmark:



description:


tags: