Ad

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Tuesday, April 21, 2015

Dropped your phone in water? Things to do.........

Dropped your phone in water? Things to do......   It has happened to the best of us: accidentally dropping a smartphone in water and then frantically trying anything and everything to recover it. But worry not, help is here. We tell you how best you can save your smartphone if it has taken a dip in water. Switch it off Since chances are that your phone was powered on when you dropped it in water, it is advisable to switch it off immediately after taking it out. Switching the phone off will prevent any short circuits from damaging...

Tuesday, March 3, 2015

Insert data into database from JFrame Form - part 1

...

Wednesday, November 26, 2014

Making Calculator by using Java GUI and NetBeans 8.0 - part 5

...

Making Calculator by using Java GUI and NetBeans 8.0 - part 4

...

Making Calculator by using Java GUI and NetBeans 8 0 - part 3

...

Making Calculator by using Java GUI and NetBeans 8.0 - part 2

...

Making Calculator by using Java GUI and NetBeans 8.0 - part 1

...

Sunday, September 15, 2013

Free Virus Scanner -- Antivirus Software

Is your Computer infected ? HouseCall software can quickly identify and fix a wide range of threats including viruses, worms, Trojans, and spyware. Includes: The software is included Full scan, Custom scan and Quick scan option, Support for 64-bit, Windows 7, Windows 7 SP1, and Windows 8.  It is a popular and effective software for identifying and removing viruses, trojans, worms, unwanted browser plugins, and other malware software. What's new in HouseCall? Full system and custom scan options are available. So, users can easily specify...

Making a Virus by Using Notepad or other Text Editor

Disable Keyboard by Batch File Programming  What is Batch File Programming ?           Batch file programming is the native programming offered by the Microsoft Windows OperatingSystem. Batch file is created using any text editors like notepad, WordPad, WinWord or so on, whichcomprises of a sequence of built-in commands used to perform some often done tasks like deleting aseries of files of same type or of different type, creating logs, clearing unwanted craps from yourcomputer and even for...

Wednesday, September 4, 2013

Uva 11530 - SMS Typing

SMS Typing in Uva is a string related problem. Before writing the code you should know about string. Let's see What is string ? string : string in C Programming Language is actually a one-dimensional array of characters which is terminated by a null character '\0'. The following declaration and initialization create a string consisting of the word "Hello". To hold the null character at the end of the array, the size of the character array containing the string is one more than the number of characters in the word "Hello"...