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 …

Enable gmail notifications for your device
Posted On Feb 18 2016
Gmail notifications let you know when you have a new email. You’ll see a pop-up when a new message arrives so you can keep track of your mail even when you’re not looking at Gmail. Computer Sign in to you Google account. In the right top corner, click on the gear icon and select Settings. In the General tab scroll down to Desktop Notifications and choose one of the options: New mail notifications on: If you use inbox categories, you’ll only be notified about messages in Primary. Important mail notifications on: You’ll be notified about every incoming messages marked as important. Mail notifications off …

Download facebook videos with out any software to PC or laptop?
Posted On Feb 18 2016
To download your favourite videos on facebook to your laptop or PC Login to the facebook. Go to the URL in the address bar and replace www with m and click on the link. Click on the video it will start playing (facebook is shown here in mobile view). Now right click on the video and select Save video as option. Finally save it to your desired location. Here is an example link Original link : https://www.facebook.com/etricksforu/videos/vl.697901717002001/927619980611100/?type=1&theater Modified link : https://m.facebook.com/etricksforu/videos/vl.697901717002001/927619980611100/?type=1&theater

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 …

Effect of Search Engine Optimization or SEO on a Business
Posted On Feb 18 2016
What is SEO or Search Engine Optimisation :- Search Engine Optimization is a continuous process of “Optimizing a Website or a Webpage or an Image” so that for a “set of queried words” there is a higher chance of visibility of your content on a Search Engine. In other words SEO or Search Engine Optimization is a methodology of strategies, techniques and tactics used to increase the amount of visitors to a website by obtaining a high-ranking placement in the search results page of a search engine. The world is going Internet with everything connected to everything and in this world we can not …
