Overview of Responsive Web Design
Nowadays many of you might have heard a word RWD (Responsive Web Design), a lot of people, organizations are trying to make their website responsive. In this blog, I will give an overview of RWD and how we can make the website responsive.
As we all know that today Smartphone and Tablet users are increasing day by day so, almost every organization wants a mobile version of their website and applications. But the biggest challenge is that we have a number of devices with different screen sizes and operating systems. It’s very tough to manage design for each kind of device and all screen resolutions must be compatible too. In this case “Responsive Design” of web applications comes in to picture.
Responsive design is a web design and development technique that creates a site or system that reacts to the size based on a user’s screen. It optimizes a user’s browsing experience by creating a flexible and responsive web page for the device that is accessing it. As the user switches from their laptop to iPad, the website should automatically switch to accommodate for resolution, image size, and scripting abilities. In other words, the website should have the technology to automatically respond to the user’s preferences. This would eliminate the need for a different design and development phase for each new gadget on the market.
Now, you must be thinking that how we can achieve this. Using HTML5 and CSS3 features in your websites can make it responsive.
Three major features of HTML5 and CSS3 those help in Responsive Web Designing are
- Media queries and media query listeners
- A flexible grid-based layout that (Fluid grid)
- Flexible images
Media Queries
Flexible grid\ Fluid Grid
Flexible images
Benefits of Responsive Design
- Increase reach to tablet and mobile audiences
- Save time and cost on mobile development. No need to manage multiple applications for Mobile and Desktop User.
- Increase visibility in search engines.
- Save time and cost on-site management.
- Enhance the user's browsing experience.

Bhanu PratapPosted May 13, 2014, 5:44 AM
Plenty of useful information available , good work Pankaj.