- Monday, February 22, 2010, 16:42
- Operating Systems
- 23 views
In this tutorial, I will teach you how to change the folder settings which make it possible to open any item on single click rather than double click.
Step 1
Go to Start > Setting > Click Control panel
...
Full article
- Sunday, February 21, 2010, 4:14
- Operating Systems
- 8 views
Dragging the objects in Windows XP requires to hold the mouse button until the object is not dropped to the destination where you need to place it. Users may feel not comfortable by holding the mouse button for dragging the object so it is better to utilize the option clicklock to automatically lock the button while you are dragging the objects.
Following are the ...
Full article
- Saturday, February 20, 2010, 17:18
- Operating Systems
- 9 views
In this tutorials, I will teach the steps to adjust double click speed of the mouse in Windows XP. This option is required whenever you feel that mouse double click is not working properly means any program, folder or files are not opening after double clicking on it.
This problem can be resolved by following few easy step in Windows XP mouse settings to ...
Full article
- Saturday, February 20, 2010, 15:26
- Operating Systems
- 13 views
By default, left mouse button used as a primary and right mouse button as secondary but it may be possible that user not feeling comfortable by the default setting of mouse buttons. In Windows XP it is possible to change or switch the primary and secondary mouse button by performing the few easy steps as mentioned below.
Step 1
Go to Start > Setting > ...
Full article
- Thursday, January 28, 2010, 16:00
- Project Management
- 25 views
The word plan is commonly used in our daily life refers to anything which is decided in advance with the specified timelines in the form of time, day, month and year.
Lets take few common example to understand the meaning of Plan
• I am planning to watch this movie on Sunday.
• We are planning for the trip of USA in August.
• Having meeting with ...
Full article
- Tuesday, January 26, 2010, 14:58
- Project Management
- 42 views
Risk management is a process that includes other six sub processes which are
a) Risk Management Planning
b) Risk Identification
c) Qualitative Risk Analysis
d) Quantitative risk Analysis
e) Risk Response Planning
f) Risk Monitoring and Control
Risk Management Planning: A risk mitigation, monitoring, and management (RMMM) plan is produced.
Risk Identification: Finding the risk relevant to the project which may affect the project, ...
Full article
- Monday, January 11, 2010, 15:27
- Programming
- 263 views
Following is the definition of backtrace by GNU,
“A backtrace is a list of the function calls that are currently active in a thread.”
We can examine backtrace of a process by external debugger like gdb. We have following functions to get backtrace of process. Following is the code to print back trace if segmentation fault occurs.
int backtrace (void **buffer, int size):
This ...
Full article
- Monday, January 4, 2010, 13:15
- Programming
- 789 views
The Websites with attractive tooltips, widgets, overlays, visual effect and other interactive things which impress and attract people to great extent. If you wish to see the following features on your personal Websites but finding it difficult than you don't need the worry the solution of your problems is available in the form jQuery tools.
As the jQuery slogan says " The missing UI ...
Full article
- Friday, December 18, 2009, 12:32
- Linux/Unix
- 310 views
In this Linux tutorial I will discuss the command for creating new file and directories. If you want to create a new file than Touch command in Linux is used for that purpose.
$ touch new.file
This command creates a new, empty file.
If you check the file size by using the ls -l new.file command, it will show zero bytes. It might look ...
Full article
- Thursday, December 17, 2009, 14:47
- Linux/Unix
- 269 views
In this tutorial i will teach you the command to rename the Linux file and directories. Although this is very basic tutorial but it will help out the people who are just recently started to use Linux. In Linux the rm command is used to remove the files and directories from the file system.
The general syntax of rm command is
The ...
Full article