Responsive

TwitterFacebook
Get flash to fully experience Pearltrees
Making the design to be responsive is very easy as shown in my Responsive Design in 3 Steps tutorial, but maintaining the elements to look aesthetically balanced on all breakpoint layouts is an art.

5 Useful CSS Tricks for Responsive Design

http://webdesignerwall.com/tutorials/5-useful-css-tricks-for-responsive-design
http://dolody.com/#!/masterpiece/responsive-design-streamlining-your-process.html

Responsive Design: Streamlining Your Process | Dolody

There are countless combinations of tools, frameworks, and processes to build a responsive website. While there may not be just one right or wrong way to begin, an outline is a great way to start your project. From the initial wireframes and concepts to the core markup and testing, this guide has you covered.
Sencha.io Src helps you dynamically resize images for the ever increasing number of mobile screen sizes. We’ve previously done a lot of work in Sencha Touch to make your UI resolution independent, and Src expands this to include your image assets.

How to use src.sencha.io | Learn | Sencha

http://www.sencha.com/learn/how-to-use-src-sencha-io/
About Initializr Initializr is here to kick-start the development of your new projects. It generates templates based on HTML5 Boilerplate by allowing you to choose which parts you want or don't want from it. A responsive template has also been added to start from a basic design instead of a blank page. HTML5 Boilerplate

Initializr - Start an HTML5 Boilerplate project in 15 seconds!

http://www.initializr.com/

PhoneGap

http://phonegap.com/ PhoneGap’s new Device Wall The Device Wall was born from a simple question: How can we create a test lab for past, current, and future mobile device technology? From this question sprang the Device Wall. Its [...]
Jeremy first raised his concern (about iPhone viewport scaling) and later by Andreas . My early view was stated here . Since this issue was raised, I have been trying to find ways to work around this problem.

A fix for iPhone viewport scale bug | Shi Chuan's blog

http://www.blog.highub.com/mobile-2/a-fix-for-iphone-viewport-scale-bug/
Sneak Peek Before we get started, take a quick look at what we’re building. Be sure to resize your browser window page to get a glimpse of just how well the page responds to different viewport sizes. Let’s jump into this project with some basic HTML. Instead of using plain old images in our gallery, we’ll go for something that’s much more versatile.

How to Build a Responsive Thumbnail Gallery | Design Shack

http://designshack.net/articles/css/how-to-build-a-responsive-thumbnail-gallery/

8 Responsive jQuery Slider Plugins | Resources

Whether you’re already a pro at creating responsive web sites or your just learning what it’s all about, it’s good to have some scripts handy that you can easily integrate into your site. We all know how popular image and content sliders are now, and for good reason. So we decided to round up some jQuery slider plugins that are already responsive – meaning they will adapt to the size of their container. http://webdesignledger.com/resources/8-responsive-jquery-slider-plugins
Responsive Newsletters

Screenfly uses a proxy server to mimic devices while you view your website. Want to try it out? Enter the address of a website, like Amazon.com, and see how you get an entirely different view on desktops, tablets, and mobile phones. Having Trouble?

Screenfly by QuirkTools — Test Your Website at Different Screen Resolutions

http://quirktools.com/screenfly/
navigation

http://www.abookapart.com/products/responsive-web-design by Ethan Marcotte From mobile browsers to netbooks and tablets, users are visiting your sites from an increasing array of devices and browsers. Are your designs ready? Learn how to think beyond the desktop and craft beautiful designs that anticipate and respond to your users’ needs. Ethan Marcotte will explore CSS techniques and design principles, including fluid grids, flexible images, and media queries, demonstrating how you can deliver a quality experience to your users no matter how large (or small) their display.

A Book Apart, Responsive Web Design

Deliver small images to small devices Adaptive Images detects your visitor's screen size and automatically creates, caches, and delivers device appropriate re-scaled versions of your web page's embeded HTML images. No mark-up changes needed. It is intended for use with Responsive Designs and to be combined with Fluid Image techniques. Why? Because your site is being increasingly viewed on smaller, slower, low bandwidth devices.

Adaptive Images in HTML

While I was coding the Elemin Theme (a responsive WordPress theme that I recently designed), one of the challenges that I faced was to make the embedded videos elastic. Using the max-width:100% and height:auto trick works with native HTML5 video tag, but it doesn't work with embed code using iframe or object tag. After hours of experimenting and Googling, I finally found a trick on how to achieve this.

CSS: Elastic Videos