Skip to main content
14 events
when toggle format what by license comment
Jul 6, 2017 at 22:28 history tweeted twitter.com/StackSoftEng/status/883090284929835013
Jun 29, 2017 at 14:03 history protected gnat
May 23, 2017 at 12:40 history edited CommunityBot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Jun 19, 2014 at 23:15 comment added Izkata @ruakh Think of changing sizing and spacing based on whether the user is using their finger or a mouse
May 24, 2013 at 21:15 comment added user44798 Why not go by em units? That way the content shifts based on available text space...
May 24, 2013 at 14:37 comment added Channel72 @zuallauz, isn't support for device-width pretty bad?
May 24, 2013 at 13:25 history edited Channel72 CC BY-SA 3.0
deleted 4 characters in body
May 24, 2013 at 6:11 comment added zuallauz I thought you're supposed to do something with the device-width media query because the width/resolution is becoming increasingly inaccurate especially with pixel density of various displays e.g. Apple's "Retina" devices. So then if the device width is within the general width for a mobile device then you show a different layout. For an tablet/desktop user I just show the same layout ie 1024px wide.
May 24, 2013 at 3:42 answer added Mike Gossmann timeline score: 12
May 24, 2013 at 2:58 comment added Channel72 I guess what I'm saying is that the connection between "screen resolution" and actual screen size (e.g. centimeters/inches of screen width) is becoming increasingly transient.
May 24, 2013 at 2:57 comment added ruakh If the goal of Responsive Web Design is (as Wikipedia claims) "easy reading and navigation with a minimum of resizing, panning, and scrolling", then why do you care whether it's a desktop or a mobile? What matters is the device's screen resolution and screen size, not what type of device it is. No?
May 24, 2013 at 2:47 history edited Channel72 CC BY-SA 3.0
added 38 characters in body
May 24, 2013 at 2:44 answer added Rob timeline score: 1
May 24, 2013 at 2:41 history asked Channel72 CC BY-SA 3.0