Community » CP White Pages » Harsh Gupta
Associated Content now provides more ways to promote and distribute content!
Create a custom feed of Harsh Gupta's content here. Create even more feeds here.
Create a custom feed of Harsh Gupta's content here. Create even more feeds here.
|
Harsh Guptaliving in NewYork, NY
|
|
| TOTAL VIEWS: 15,196 | | | PUBLISHED CONTENT: 57 | | | FAVORITED BY: 0 | | | CONTENT PRODUCER SINCE: 12/26/2006 |
I am a part time freelancer and writing is my hobby Education/Experience: computer professional Interests: Writing, watching movies, etc. URL RSS |
Harsh Gupta's Favorite Content Producers
Send Harsh Gupta a Message
|
More about Harsh Gupta
Showing Results 1 - 57 of 57
|
Acne is a disease that is common among people of age group 16-40 caused by combination of bacteria and dirt over an oily skin. People without oily skin may also suffer from acne. By Harsh Gupta | Published 10/10/2008
|
|
Life is not always dream
But don't forget that it is our biggest dream. By Harsh Gupta | Published 10/7/2008
|
|
The java programming language has many built-in data types. These fall into two broad categories: class type and primitive types. Primitive types are simple values, not objects. Class types are used for more complex types. By Harsh Gupta | Published 9/19/2008
|
|
Java is a pure object-oriented, general-purpose and high-level language. As Java is pure object-oriented, it deals with each real world problem with the help of object and classes. By Harsh Gupta | Published 9/19/2008
|
|
Java is a high level, general purpose, object oriented language developed by Sun Microsystems of USA in 1991. By Harsh Gupta | Published 9/19/2008
|
|
Router is a device that accepts the incoming packet and uses the router table to find the output port, and sends the packet from that output port. By Harsh Gupta | Published 9/19/2008
|
|
An interconnected collection of autonomous computers is called "NETWORK", and two computers are said to be connected if they are able to exchange the information among themselves. By Harsh Gupta | Published 9/19/2008
|
|
HTTP stands for Hyper Text Transmission Protocol. Today, HTTP is recognized as a worldwide standard and is used on Internet. There are several Web sites that require users to fill out the form, and these Web sites do use some kind of method to post the data. By Harsh Gupta | Published 9/19/2008
|
|
If you want to be a good programmer in Java, then you need to follow certain conventions and you should be aware of some of the common things if you are a beginner. Following such conventions are a good sign of a Java programmer. By Harsh Gupta | Published 7/18/2008
|
|
Garbage collection is a good way to free programmers from the burden of having to explicitly free the allocated memory. On execution, a Java program creates and uses different objects. By Harsh Gupta | Published 7/18/2008
|
|
Modifiers determine or define how the data members and methods are used in other classes and objects. The main difference between access specifiers and modifiers is that access specifiers define the accessibility of the data members in a class By Harsh Gupta | Published 7/18/2008
|
|
Classes enable an object to access data variables or methods of another class. For example, in a banking application you might need to hide information, such as customer balance, from unauthorized access by other classes of the application. By Harsh Gupta | Published 7/18/2008
|
|
Zip files as the name suggests are compressed files that are meant to reduce the space problem if you are trying to share a large file over the internet. Windows XP and Windows Vista both have an inbuilt zip application By Harsh Gupta | Published 7/18/2008
|
|
Gone are the days of Norton Antivirus and other antivirus software's that used to eat up the resources of your computer system and still couldn't provide the complete security desired by the user. Now, ESET NOD32 is the best antivirus known today. By Harsh Gupta | Published 7/18/2008
|
|
Java is the first pure object oriented language that takes into account the object oriented theory. The best feature of Java is that it is platform independent. Java programs can run on mobile phone, computers, chips, etc. By Harsh Gupta | Published 7/17/2008
|
|
Constructors are the special member function with the same name as its class. Constructor is used to initialize the objects of that class type with some initial value. By Harsh Gupta | Published 7/17/2008
|
|
Polymorphism is the ability for a message or data to process in more than one form. Polymorphism is the concept that supports the capability of an object of a class to behave differently in response to a message or action. By Harsh Gupta | Published 7/17/2008
|
|
In C++ after editing and compiling you will execute the program so that it will perform the task which you want to do with your system. While running the program, sometimes the program runs correctly but sometimes errors or bugs appear in the program. By Harsh Gupta | Published 7/17/2008
|
|
Window calendar is a tool with the help of which you can plan and schedule all your tasks very easily. It also facilitates to add reminder for any task or appointment. This calendar does keep track of By Harsh Gupta | Published 7/17/2008
|
|
There is a lot of difference between C++ and Java but there has been a misconception among several people that both Java and C++ are object oriented language but this is a misconception... By Harsh Gupta | Published 7/17/2008
|
|
C language was developed at bell laboratories by "DENNIS RITCHIE" in 1972. C is a robust language but not portable i.e. programs written in C language in one operating system can't be run on another operating system or computer. By Harsh Gupta | Published 7/17/2008
|
|
You might have heard of a remote desktop application introduced in Windows XP and Windows Vista. This remote desktop application is meant to connect 2 different computers on a same network. Rather, the process is a bit different. By Harsh Gupta | Published 7/15/2008
|
|
Whenever you boot your computer you might notice that you have few lights glowing on your keyboard. One is the 'NUM' key and the other glowing key is the 'CAPS LOCK' key. By Harsh Gupta | Published 7/15/2008
|
|
If you are a windows Vista user that is also using internet or has a local network, you might find it quite difficult to get to the actual place where your connections are listed. By Harsh Gupta | Published 7/15/2008
|
|
Java is an object oriented language that deals with object, classes and instances. In the beginning, Java language was introduced to deal with small hardware devices but with advancement in time, it began to evolve to other application areas also. By Harsh Gupta | Published 7/10/2008
|
|
Earlier users were confined to the use of only one CPU in their computer system. One CPU was not sufficient to handle large applications and let to large wait times for executing a CPU hungry task. By Harsh Gupta | Published 7/10/2008
|
|
Do you know that Windows Vista has an inbuilt benchmarking utility? This benchmarking utility is used to measure the performance of different hardware devices installed in your computer system like CPU, memory, hard disk, graphics, etc. By Harsh Gupta | Published 7/9/2008
|
|
OOP emulates the real world in a software system. The real world consists of objects that can be categorized in different classes. Some of the advantages of object-oriented programming include: By Harsh Gupta | Published 7/8/2008
|
|
Objects are the basic building block of Object-Oriented Programming System (OOPS). The real world objects have two characteristics: state and behavior. By Harsh Gupta | Published 7/8/2008
|
|
The procedural programming methodology involves dividing a large program into a set of sub-procedures or subprograms that perform specific tasks. In this methodology, a program is divided into one or more units or modules. By Harsh Gupta | Published 7/8/2008
|
|
Windows Vista a new operating system introduced by Microsoft Corporation is really amazing with lots of new features and enhancements over the previous Windows XP. One of the amazing features introduced in Windows Vista is the Windows Mobility Center. By Harsh Gupta | Published 7/8/2008
|
|
In today's competitive world, the need of the hour is to develop simple and speedy solutions that can be instantly applied to varied requirements. By Harsh Gupta | Published 7/8/2008
|
|
Since Windows has been around, there have been many shortcuts created for the more keyboard savvy people since they got into the mainstream. By Harsh Gupta | Published 7/8/2008
|
|
The major disadvantage with Adobe Acrobat software is that it takes a lot of time while loading the application onto the memory and also consumes a lot of resources during that time. By Harsh Gupta | Published 7/8/2008
|
|
I have discovered a way by which you can create ringtones from within your iPhone. This way you can easily create ringtones from within the iPhone and thus save time. Follow the step by step guide below to easily create ringtones from within your iPhone. By Harsh Gupta | Published 4/3/2008
|
|
Now, I am going to teach you the way to manually add ringtones to your iPhone by installing an application on your computer. This software work perfectly on windows operating system but I haven't tried it on MAC computers as I don't have one. By Harsh Gupta | Published 4/2/2008
|
|
iPhone is the first revolutionary mobile phone developed by Apple. This new Smartphone is considered to be the best mobile phone in the market today that allows you to do everything you do on your notebook or desktop computer. By Harsh Gupta | Published 3/31/2008
|
|
Defragmentation is a process by which contiguous memory is allotted to all the files stored on a hard drive. Here, 'memory' refers to the storage space of a hard drive. In other words, defragmentation is a process of arranging files that are fragmented on your hard drive. By Harsh Gupta | Published 3/31/2008
|
|
You might be thinking what is incredible about a system clock that only shows date and time. But, my dear friend, the system clock of Windows Vista is a bit different that allows you to do a little more than just showing date and time. By Harsh Gupta | Published 3/28/2008
|
|
Remember with XP how it wasn't quite as flexible as it would later become in Vista? It really does make it easier in that respect. The major difference is that there could be way too many options available and can get rather confusing. By Harsh Gupta | Published 3/27/2008
|
|
Think to yourself about this one. Have you ever used a laptop and hooked it up to your regular computer or for that matter any other monitor like a Television? For that matter, here's a more extensive question. By Harsh Gupta | Published 3/27/2008
|
|
For this setting, it would be best to go into the Control Panel. As directed by this screenshot below, this should help you out whenever you have a problem or just want to stop it from doing so. By Harsh Gupta | Published 3/26/2008
|
|
For laptop users, there is a feature called Hybrid Sleep Mode. Sometimes something like that can be annoying and makes you want to scream. This mode is actually different and you will not find this on desktops according to my knowledge. This can be rather handy. By Harsh Gupta | Published 3/26/2008
|
|
Before going further, this can't be done on the Home Editions of Vista and XP. If you have either of those versions, then you may want to just stop reading from here. If you have a more professional edition, then proceed and keep reading. By Harsh Gupta | Published 3/25/2008
|
|
Snipping Tool allows you to take screenshots for a particular region or the entire display screen. Basically, you can take as much or as little as a screenshot as you possibly would want and could serve better with that than the Print Screen button on your keyboard. By Harsh Gupta | Published 3/25/2008
|
|
At one or point or another, a notification may not seem like much but as time goes on, it grows and gets bigger. The more notifications there, the more annoying it can get. The icons hide after being inactive for a lengthy period of time. By Harsh Gupta | Published 3/25/2008
|
|
Database is a collection of interrelated information/data, so that it is available to many users for different purposes. The content of database is retrieved by combining data from all the different sources in an organization,
By Harsh Gupta | Published 3/24/2008
|
|
Scientists have developed a very small size machine that performs exactly the same function as brain does. By Harsh Gupta | Published 3/19/2008
|
|
Have you ever tried to open a command prompt window? Do you know what a command prompt window is? Answer to this question will be 'Yes' or 'No' for some and 'what's that?' for others. Not all the users use command prompt window By Harsh Gupta | Published 3/13/2008
|
|
"Student Loan Consolidation" has been specially designed to make this difficult situation easier for students. By Harsh Gupta | Published 3/4/2008
|
|
One of the most exciting careers can be in event management. Event Management is mainly concerned with organizing special events like seminars, cocktails, opening ceremonies, franchise meetings, distributor meetings etc. By Harsh Gupta | Published 3/3/2008
|
|
You are probably thrilled that you will be able to aspire to your dreams by going to college. However, by using student credit cards, you can also build a positive credit history to yourself while in college. By Harsh Gupta | Published 3/3/2008
|
|
An adverse credit remortgage will help you a lot. With the help of adverse credit remortgage loan you will be able to shift your lender. You should know that a new lender might help you to get a better rate. By Harsh Gupta | Published 3/2/2008
|
|
With dual monitors display, you can views images on one screen and edit the same photos on another. By Harsh Gupta | Published 3/1/2008
|
|
C supports different types of data, each of which may be represented differently within a computer's memory. Data type is used to determine what type of value a variable or a constant can contain throughout the program. By Harsh Gupta | Published 2/21/2008
|
|
I am going to teach you a trick by which you could extend your Windows Vista trial to 120 days and continue to enjoy the features provided by Windows Vista. By Harsh Gupta | Published 2/19/2008
|
|
One of the best ways to stop windows vista from asking for administrator's rights again and again is to disable the user account control in windows Vista. Let us understand this step by step: By Harsh Gupta | Published 2/18/2008
|

