Design Windows GUI Applications Using Html
Posted On Feb 18 2016
You can design small applications very easily if you have knowledge on Html, CSS and JavaScript. To see an sample HTA application just rename .html or .htm page to .hta. Then application is ready as hta application. I will explain you briefly with an example <html> <head> <title>Arithmetic Operations</title> <script> function validate() { var x=document.getElementById(“a”).value; var y=document.getElementById(“b”).value; if (x==”” || isNaN(x) || y==”” || isNaN(y) ) { alert(“Enter a valid number”); return false; } return true; } function add() { var x=new Number(document.getElementById(“a”).value); var y=new Number(document.getElementById(“b”).value); var z=x+y if(validate()) alert(“Result of addition is “+z); } function sub() { var x=new Number(document.getElementById(“a”).value); …

Hack Subway Surfers to get unlimited Coins & Keys
Posted On Feb 18 2016
Don’t loose the pleasure of gaming by following hacking techniques. I personally don’t like hacking games for the purpose of score/coins. The below tutorial is just for informative purpose only. Requirements: Rooted Phone, Game killer App Download and install game killer from URL Below http://www.mediafire.com/download/3j2b6firchhfwy3/Game_Killer.zip Follow the Below steps to hack the game 1.Launch game killer. Grant Root permission if it Asks. Minimize game killer once it opened. You can see game killer button on your screen once you minimize it. 2. Launch the Game You want to hack. 3. Start Playing game. Observe the score while playing. 4. Pause the game …

How to see the source code of a webpage?
Posted On Feb 18 2016
There are many information that can not be seen on web page front end. But if you want to know really whats happening if your open any web page you can inspect elements. For view purpose you can change any type in the page until the page reloaded and the same change you can do in back end. For example : Background color Font style & size Height & width of the page Alignment of any element in the page Padding of the page e.t.c To inspect element in Firefox, Chrome browser & Internet Explorer. Chrome: Chrome browser comes with default “Inspect Element” Option. You …

Delete your chrome browsing history
Posted On Feb 18 2016
You can delete all or some of your Chrome browsing history. If you’re signed in to Chrome on multiple computers or devices, deleting your browsing history will take effect on all other devices. Clear all of your history Here’s how to delete your entire browsing history: Computer: In the top-right corner of the browser window, click the Chrome menu Select History or you can simple press Ctrl+H. Click the button Clear browsing data. A dialog will appear. From the drop-down menu, select how much history you want to delete. To clear your entire browsing history, select the beginning of time. Check the …

How To Remove shortcut virus free from windows
Posted On Aug 22 2015
Remove shortcut virus free from windows – Your computer got infected when your folders missing, storage device missing, simply created shortcuts. follow the steps to remove virus from your computer.

The Best Features Windows 10
Posted On Jul 29 2015
Microsoft’s new operating system Windows 10 is being introduced tomorrow, July 29, the most free, most users will be able to upgrade and introduce several new features windows 10 that are hard to ignore. Microsoft’s Windows 10 tablets, desktop computers and other devices capable of operating in the same manner. Some of the best features windows 10 of this new system is not without interest to know about. New Best Features Windows 10 Start Menu Feature Windows 10 Apparently it is a small thing, but Microsoft Windows 8 Start screen is removed from the Start menu and the customers were enraged by …
