24 June 2012

Removing and Clean virus W32 Ramnit in Windows

Dr Web CureIt!


Virus Info: Win32/Ramnit.A is a detection for a virus that infects Windows executable files and HTML files, and spreads to removable drives. The virus attempts to open a backdoor and wait for instructions.

The virus creates a default web browser process (which is invisible to users) and injects code to it. The infection and backdoor functionality occurs in the web browser process context, presumably for the purpose of bypassing a firewall.

To clean files affected with Win32/Ramnit,

Download and Install  Dr.Web CureIt


Dr Web CureIt can be run directly without install and it can scan quickly and cure malicious object.

(If you found this article useful then share with your friends.)

12 June 2012

Adding Dreamweaver Extension Using the Extension Manager


The extension manager is a standalone program that works with Dreamweaver to help you manage your extensions. The extension manager will help you install and remove extensions, turn them on and turn them off.
File Extension : .mxp
Plus it works with Flash and Fireworks to manage their extensions as well.
  1. Open the Extension Manager by going to the "Commands" menu and choosing "Manage Extensions...".
  2. If you haven't already, download the extension or extensions you want to install.
  3. Make sure that Dreamweaver is displayed in the drop-down menu (the Extension Manager handles extensions for several programs).
  4. Go to the "File" menu and choose "Install extension". This will open a standard file selector box. Browse to the file you downloaded and click "Install".
  5. Read the disclaimer. Then click "Accept".
  6. Click "OK" and close and restart Dreamweaver.

For More Detail: Go to : WebDesign.About.com

(If you found this article useful then share with your friends.)

08 June 2012

How to Avoid Windows Explorer Crash problem

Windows Explorer has encountered problem and needs to close

Problem: When you try to view a folder (containing Video files), the explorer crashes and show an error and refresh the screen.

Solution :

This is a graphics problem,
Do the following steps:
  • open the My Documents window, and in the Views options (the multi-coloured icon to the right of Search and Folders icons) and set the view to Details.
  • Next, click on Tools in the menubar, then Folder Options.
Folder Option
  • Click on the View tab and then Apply to all folders.
  • Confirm the change and close all windows.

Done

(If you found this article useful then share with your friends.)

07 June 2012

Using Array in C sharp #

In C#(Sharp), Arrays is used to store different items  and perform different operations on them individually. Arrays are declared similar to variables with [] brackets after the data type.  To use the array, it needs to instantiate.

(If you found this article useful then share with your friends.)