Skip to content

willalston/Responsive-Retrofitting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Responsive Retrofitting

This repo is an experiment in responsive retrofitting. It's a positive response to more negative (but still much needed) critiques of the mobile web like Brad Frost's WTF Mobile Web.

Let's get started...

What Is This?

There are two components to this project:

  1. a small bookmarklet which inserts an html link and a meta tag into the head of the current page
  2. a bunch of CSS files for any website which are reference by the link added by the bookmarklet

So here's a use case. Someone decides they'd like to experiment with making a website (say John Gruber's http://daringfireball.com) responsive. They check to see if anyone else has already started this process and see that there is NOT a "daringfireball.net" directory in the "gh-pages" branch. They fork the repo, install the bookmarklet, create "daringfireball.net/css/retrofit.css" (in the "gh-pages" branch) with some CSS to make the site respond and submit a pull request. Once this is accepted, anyone with the bookmarklet will be able to see their CSS in action by running the bookmarklet from John's site.

This simple little bookmarklet gives you a chance to do something about the bad mobile experiences you find.

Stop complaining. Start fixing.

Also, one note. This is only working in WebKit browsers right now. If someone wants to help me figure out why, I'd be much obliged.

Installation

Read this page for installation instructions.

Use

Now, you can visit any of these sites and run the bookmarklet to see the changes.

Contribute

Everything happens in the "gh-pages" branch so that we can link to these files appropriately. In order to contribute, you'll need to fork the repo and make changes to the "gh-pages" branch. I'm not exactly a git-master, so if you know of a better way to configure this (maybe working in master and "releasing" into gh-pages) let me know.

You'll need a directory that's the same as "document.location.hostname" with a "css" sub directory (so for Apple, that's www.apple.com). Only one CSS file is loaded (retrofit.css) so you can use Scss or LESS or whatever you want to generate that single CSS file.

For dev purposes, you might want to change the reference to the CSS file in the bookmarklet to reference your repo's version. Just make sure you revert before you make a pull request.

You also might find it easier to work in the "incognito" mode of your favorite browser. Caching seems to get in the way pretty easily when you're doing this kind of stuff.

I look forward to seeing your creations!

About

Playing around with a few ideas...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published