Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Responsive layout tutorial? [closed]

Is there any tutorials how to make responsive layout similar to this one? I'm searching on whole internet, but can't find any normal tutorials, since all others resize the window, and you are able to zoomout/zoomin via iphone.

like image 914
Vdas Dorls Avatar asked Apr 08 '12 08:04

Vdas Dorls


2 Answers

Here are several blogs posts on responsive design:

  • Responsive design in 3 steps
  • Responsive design with css3 media queries
  • Device-agnostic approach to responsive web design
  • Responsive design
like image 52
Ilja Avatar answered Oct 17 '22 23:10

Ilja


The 'treehouse' has a course on it. I did this one (Beginners Guide to RWD) and, honestly, I didn't get that much out of it. It just really wasn't that practical.

The thinkvitamin site all looks nice and pretty but I much prefer www.lynda.com. In saying that, lynda doesn't have so much in the way of newer, cutting edge material. You could try this one (CSS Page Layouts) Haven't got around to doing that one myself but the depth of stuff on lynda is good so if you need some long term tutoring, signing up is worth the $30 a month or whatever it is.

Also, I do know the treehouse has undergone a pretty big makeover (hooking up with CSS-tricks and whatnot) whether it's just a (perhaps Chris Coyier inspired) aesthetic makeover or the courses have got better, I couldn't say as I cancelled my subscription after the disappointing tutorial on responsive web design. I think I only did that one and one other though so it's a pretty small sample size.

Basically though, all you need are media queries in your css to replicate the behaviour of the site that you provided. Then just apply the right css for the right screen width / device... Not sure what you mean by "since all others resize the window" - wouldn't the user be resizing the window not the design? Not sure what you're getting at there...

like image 30
Dean_Wilson Avatar answered Oct 17 '22 23:10

Dean_Wilson