Responsive Web Design From The Future

April 4, 2012 Danny Burkes

Responsive web design is about a lot more than the size of your screen. Kyle Neath, Director of Design for GitHub, talks about about how GitHub handles links, the url bar, partial page updates, and explains why he thinks the HTML5 history API is the most important thing to happen to front end development since Firebug.

About the Author

Danny Burkes

Danny Burkes is Senior Director of Asia Pacific, and Japan at Pivotal

Previous
Setting up & Troubleshooting Bugzilla with Tracker
Setting up & Troubleshooting Bugzilla with Tracker

Bugzilla is a popular Tracker integration and fairly straightforward to set up. In general all you need is ...

Next
Does the set of all sets contain itself?
Does the set of all sets contain itself?

No. $ irb -r set 1.9.3p125 :001 > set = ObjectSpace.each_object(Set).to_set => # 1.9.3p125 :002 > set.in...