What is Responsive Web Design?
Google defines responsive web design as an approach to web design aimed at crafting sites to provide an optimal viewing experience-easy reading and navigation with a minimum of resizing, panning, and scrolling. In a more concise way, responsive design is modifying your website so it can be viewed on any device in a user-friendly way. Responsive design has become so relevant because of the rise of mobile devices and tablets. So many people are always on the go and don't have time to be tied down to a website. An important part of responsive design is media queries. Media Queries is a CSS3 module allowing content rendering to adapt to conditions such as screen resolution (e.g. smartphone screen vs. computer screen). It is a cornerstone technology of Responsive web design. Another first step to creating responsive design is establishing breakpoints. Breakpoints are the point a which your sites content will respond to provide the user with the best possible layout to consume the information. When you first begin Responsive Design you will define your breakpoints at the exact device widths that you are looking to target.
Example
One of the responsive websites I was able to find was Rally Interactive and you can see its link below
http://rallyinteractive.com/
This screen capture to the left is the widest full version of the website. You can see it has three columns with a full footer and header. The triangle gadgets are however the smallest out of the three versions of the site. The font is an appropriate size but we will also see that change as we go.
This next screen capture is the medium size option. This can be achieved just by dragging the browser window to a skinnier size or if you were perhaps viewing this site on a tablet in the portrait view. The major difference is that this went down to just two columns but in return the triangle gadgets where able to increase in size a bit. Notice you did not lose any of the gadgets rather they just became more stacked. We notice also a small difference in the increase size in the fonts. Overall layout of the footer and header remained the same.
This final image is the smallest responsive design I can view on the desktop. Alternate views for an app may also be available. The contrast is most visible on this one as it went down to just one column. You also notice again the increase size in font but also that we lost some of the design graphic of the header and some of the gadgets in the footer. This website overall has an excellent format for all screen sizes and is very user friendly in that regard.
http://rallyinteractive.com/
This screen capture to the left is the widest full version of the website. You can see it has three columns with a full footer and header. The triangle gadgets are however the smallest out of the three versions of the site. The font is an appropriate size but we will also see that change as we go.
This next screen capture is the medium size option. This can be achieved just by dragging the browser window to a skinnier size or if you were perhaps viewing this site on a tablet in the portrait view. The major difference is that this went down to just two columns but in return the triangle gadgets where able to increase in size a bit. Notice you did not lose any of the gadgets rather they just became more stacked. We notice also a small difference in the increase size in the fonts. Overall layout of the footer and header remained the same.
This final image is the smallest responsive design I can view on the desktop. Alternate views for an app may also be available. The contrast is most visible on this one as it went down to just one column. You also notice again the increase size in font but also that we lost some of the design graphic of the header and some of the gadgets in the footer. This website overall has an excellent format for all screen sizes and is very user friendly in that regard.











