You can call a website responsive if the design adopts itself according to the device it is viewed on.A website should re align based on the device viewport width. I have been working on converting my ordinary website to a responsive one and I want to share the tips here. Also Read : Online Tool to create Responsive grid layouts Optimize web page load time using Google page speed tool
Monthly Archive:: November 2012
I have accounts in Dropbox, Google drive , SkyDrive , Amazon S3 but personally i prefer Dropbox due to many reasons . One of the reason is Dropbox related applications which makes users more flexible and happy . In this article , we will learn how to download files directly into Dropbox folder using URL Droplet
By default,In Google Chrome browser Do Not Track option is disabled . This tutorial will show you how to enable Do Not Track option in Google Chrome .Basically many websites collect data to serve ads which are related to your interests .Recently Google has added a new feature : DO NOT TRACK option which will protect your personal details online
Recently I Tried the ways to capture a webpage screenshot using php. There are many number of approaches to capture the screenshot but there are some difficulties with the default php functions and hence I concluded with the phantomjs JavaScript library to perform the screen capture function. I used php script to trigger the phantomjs code