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...

Google has surprisingly shared what it had considered as top secret for all these time – A look inside its vast Data centers and the technology behind them. Google search engine is insanely fast because of the huge infrastructure it has on the backend.Google had the unique technology that brings us the search results less than a second.Apart from search engine google also has a suite of applications like gmail,youtube,google maps and drive etc which all are data intensive.Every user having the google account will be using all these services which adds up huge amount of data everyday

Read More...

Phantomjs is a webkit with javascript api which means using phantomjs we can load web pages emulating like a webkit based browser without any GUI. In simple words for understanding, Phantomjs can access and load webpages behaving like a normal browser.It can render webpages exactly same as browser which is the unique and foremost feature of phantomjs.Developers call this concept as headless webkit. Why Phantomjs? Page processing is often tedious or either incomplete in other technologies.Phantomjs offers the flexibility of page rendering without the actual user interface.Not just works on webpages it also can render html5 canvas and

Read More...