Usually people taking screenshot of webpage using windows print screen option. But it is not satisfactory. If you are using Mozilla Firefox for browsing then here another option is available. Screenshot Pimp 8.0 is a utility for taking complete or partial screenshots of webpage. 1. Goto Tools->Add-ones 2. Download Screenshot Pimp 8.0
Chris Gayle scored 100 run 30 Balls Vs Pune Warriors in IPL 2013
RCB Chris Gayle scored100 run 30 Balls Vs Pune Warriors in IPL 2013. Fastest Century in cricket
How to Fix BSNL Broadband DNS problem
When you use BSNL Broadband internet connection for browsing then commonly happens this issue .Everything looking fine but your website is not loading with “DNS” issue. Generally it found in windows networks. Easily Solve this issue by open DNS. Steps for For solution 1.click on network icon placed in windows task bar then a popup window…
mysql table alter query
We can use the following query for add new field to table. this types of queries are alter queries Syntax :ALTER `<table name>` ADD `<fieldname>` <type> <option> Example: ALTER TABLE `engine4_core_poll_societies` ADD `soc_admin` INT NOT NULL
parseInt in jQuery for type conversion
convert data type to integer in jquery. Some times need to convert type into integer for doing different kinds of numerical operations. syntax: parseInt(value); Eg : var smarterthanyou = parseInt($(“#yourname”).val());