Showing posts with label how. Show all posts
Showing posts with label how. Show all posts

Tuesday, February 17, 2015

How To Remote Computer Using IP address

How To Remote Computer Using IP addressLiterally, hacking is accessing something or somebody in internet without their permission or interest. While, speaking in summary, hacking is very easy job, it is like instead of using front door, finding the hidden door of a house and hijacking the precious things. Among all the hacking, hacking via IP address is one of the most common yet powerful beginning. Mesothelioma...
Read more »

Monday, February 16, 2015

Using a VPN Service – How to Hide Yourself Online

Many Internet surfers want to remain hidden or just left alone. Their reasoning might be founded on something more than just doing something illicit, or illegal. Their reasoning might be based on not wanting to be a part of the ongoing online marketing strategies that scrub personal habits away from everything we do on the Internet. Many companies are eager to get their hands on any Internet surfer’s...
Read more »

Sunday, February 15, 2015

How to do Unlimited Video and Voice Calls on Mobile for Free

Is your increasing phone and sms bill is giving you tension, than don’t be scared. There are so many communication services available on internet which allows you to do unlimited call on mobile for free. In this post I am telling you about some of these services which will help you to get rid of your increasing phone bill. For this you will only need 3G or Wi-Fi data.Also Read: Top 5 Cheapest...
Read more »

How to Make a Notepad in VB Net

In today’s article I am going to provide you a simple notepad source code developed in visual basic.net. So the notepad uses very simple controls like RichTextBox1 and MenuStrips that is used to design the graphical interface. The code is very simple and self explanatory. This notepad has options like File, Edit, Format and Help.Also Read: How to Create a Web Browser in Visual BasicHow to Use?Unzip...
Read more »

How To Hack Into Someone Facebook Account

Hacking FacebookA note for the newcomers - Contrary to popular belief there doesnt exist some secret software where one can just put in an email id, press "Enter" and all the passwords associated with that account magically appear. Hacking facebook, like any other hack takes time, skill and effort. Also, the methods are much the same for hacking any type of account for that matter. There are...
Read more »

How to create MySQL Database and User name

Hi Users, Today Im telling you How to create MySQL Database and User. It is very easy to create but first you have to know that what is this:What is MySQL:MySQL is an open source database management software that helps users store, organize, and later retrieve data. It has a variety of options to grant specific users nuanced permissions within the tables and databases, May this tutorial gives you...
Read more »

Saturday, February 14, 2015

Whatsapp for Java Phones How to Download and Install

Whatsapp for java phones is like a dream for java mobile users. I found a solution for this and in this article I am going to tell you how to download and install whatsapp for java phones.WhatsApp is an app used to send free sms to your friend who is also using the app via internet. WhatsApp is available for various platforms like android, windows, symbian and some s40 phones. One who have a...
Read more »

Wednesday, February 11, 2015

How to Execute Your Java Program Without main Method

Have you ever thought about executing your java programwithout main() method? If you write a program without main() and compile it then it will compile successfully. But as you execute the program it will show an error that Main method not found in the class. JVM verify the code before its execution. JVM checks for main() method and if not found it will show error.There is a way to execute your java...
Read more »

Thursday, February 5, 2015

How To Change Your Mouse Cursor Into Pakistan Flag

Asalam-o-Alaikum Friends!!! To day I am Gonna Tell You That How To Change Your Cursor Into Pakistan Flag !!Its Very Easy Follow These Steps RespectivelyFist Download Pakistan Cursor Click Here To Download(Its Not Too Large Its Just 21Kbs)Save Attached File in your PC Go to Start menu + Settings + Control Panel Double click on Mouse Icon Go in PointerClick on Browse menu and select saved...
Read more »

How to share presentations on LinkedIn

Image via CrunchBaseThere are two ways to share your presentations on Linkedin; 1) Using SlideShare 2) Google Presentations. In order to share presentations either via SlideShare or Google presentations you need to install SlideShare or Google presentations application. To add a presentation  to your Linkedin profile, follow the steps below:1. First sign in to your Linkedin account2. Either...
Read more »

Wednesday, February 4, 2015

How to find the Greatest common divisor of an integer array in java

In this post Im going to illustrate very simple algorithm to find the Greatest Common Divisor (GCD)  of set of integers (an array) using java.In this algorithm we first find the smallest integer in the int array. Then we get the modulus for each element in the numbers of the array by dividing smallest integer and add all those modulus together. After processing each element in the...
Read more »