Monthly Archive:: November 2012

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

Read More...

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

Read More...