
Loading ...
03 | 01 | 2012
In the old days of Internet, designing layouts and presenting content to the target audience was comparatively a simple or straightforward process for the web designer community. People used their computers – mostly desktop machines – to access web pages and the number of different devices, screen types and resolutions that the designer had to think of while offering a unique user experience where very limited.
But with the advent of technology things started to evolve at an alarming rate and the number of devices converging with Internet grew exponentially. This has led to a situation where the web designer cannot be sure of the devices from which his websites will be consumed and he is presented with a scenario where his visitors may be viewing the same website over vastly varying resolutions, device sizes, screen types, color levels, view port orientations etc which can greatly effect the level of user experiences.
In this article we are going to find a fairly easy solution to target this problem with the help of CSS3 Media Queries and this technique will equip a web designer to create web pages which will be responsive and fluid in their presentational style and user experiences according to the device from which the website is consumed.
| Continue reading How to make your website flexible across a range of target devices – A Simple Introduction to CSS3 Media Queries |

Loading ...
10 | 10 | 2011

This is an introductory paper on HTML 5 targeted at web developers and designers who need to grasp the basics surrounding this exciting new web markup technology. The paper discusses about the philosophies that drives HTML 5 and takes a basic look at a sample HTML 5 webpage.
HTML 5 is the future of web based markups and this paper looks at how this technology evolved and the design principles that where put in to the drawing board while designing its specifications.
Even though this specification is not finalized and is still evolving it is a good idea to get acquainted with a technology, which has the potential to be the future of web content delivery. Since HTML 5 offers a lot of power and fun to the web developer it will be beneficial to invest some thought about this technology.
| Continue reading The exciting world of HTML 5 – A gentle primer to the new and powerful avatar of the web page markup language |

Loading ...
29 | 07 | 2010

This article explains the method of dynamically including external JavaScript source files into a web page based on user interaction or an on demand basis. There are times while developing a web based solution that you come across a scenario which demand dynamic loading of external JavaScript files based on what the user is doing on a web page.
| Continue reading A simple explanation on Loading External JavaScript Dynamically into a web page |