
525 million registered Google Plus user profiles are out there in public. You can see them all for yourself. (Data protection concern) How can you see all the profiles? What can you use these many profiles for? What do these numbers indicate? Does Google need to take any corrective measures? How can you see all ...
Hundreds of light years (now don’t ask me what is a light year, all I know it is same as a regular year, but with less calories!) away from the galaxy there lived a super intelligent species with big eyes & green naked (or wearing some sort of green bio-mechanical suit!) skin called extrachlorophylletron in ...
Minification of JavaScript and CSS files is one of the best practices to keep your site’s load time to the minimum, especially important for the first time visitors. In organized projects, minification is part of the deployment process and it is integrated into that very smoothly using appropriate tools. If you wish to minify the ...
I am pretty sure that there are bunches of animation lovers like me who would be happy to add a little bit of animated stuffs into their pages. Say, we want to give a thrill to our visitors, so they may feel clouds are passing by our pages. Exactly, we will create layers of clouds ...
Install JavaScript, if it is not already present on your system. Open your JavaScript client and enter the command “npm install jquery” if you don’t already have jQuery, followed by “npm install grunt”. Grunt is a command-line build tool which Timepicker requires. Once these dependencies are fulfilled, run “npm install https://github.com/jonthornton/jquery-timepicker/zipball/master” to install
With AJAX, a page’s JavaScript will send the server a request to obtain data as the user interacts with the page. These are HTTP requests much like used to retrieve the page and its images. Because of this, XMLHttpRequest can be used to retrieve data besides XML, which JavaScript can call upon. XML may be ...