Friday, December 01, 2006

Script coloring problem in Dreamweaver

Error: Script coloring cannot be displayed in the code window of dream weaver. All the tags and syntax are in same color.

Solution:

Go To:--C:\Documents and Settings\[Current User Profile]\Application Data\Macro media\Dream weaver 8\Configuration\code coloring

Rename or Delete the code coloring folder and restart the Dream weaver.

Wednesday, November 15, 2006

Remote Administration

--How to manage the management console of remote computer??

Solution
  1. Right click the My Computer Icon and select manage
  2. In right pane the management console window select computer management (local computer)
  3. Then select action in the menu bar
  4. In the dropdown list select connect to another computer
  5. Type the remote computer name and manage the console.

--How to shutdown the remote machine??

Solution

In the command window type Shutdown -i, It will prompts another window in that window select the computer that you want to shutdown.

--How to manage the services of the remote machine

Solution
  1. In the Run command type services.msc Press enter
  2. In the right pane of the services management console select services(local)
  3. Then select action in the menu bar in the dropdown list select the connect to another computer
  4. It prompts a window in that type the remote computer name.

Sunday, November 12, 2006

Problem in opening Photoshop

while opening the photoshop it loads all dll's, brushes, plug-ins etc.. then it suddenly close down. This error will occur due to corruption of Photoshop general preference file.

Solution:

To solve this error you have to recreate the Photoshop general preference file. For that do the following steps:

  1. Go to control panel and double click Folder Option.
  2. In the view tab select the check box "Show hidden files and folders"
  3. Go to C:\Documents and Settings\[User Profile]\Adobe\Photoshop 7.0\photoshop 7.0 settings
  4. Rename the photoshop general preference file (For Example:oldfile.old)
  5. Restart the Photoshop.


Saturday, November 11, 2006

"Scratch Disk" Error In Photoshop

When you edit a file in Adobe Photoshop for Windows, Photoshop returns the error, "Scratch disk is full."

Solution

To set the Scratch Disk preference:

1. Choose Edit \ Preferences \ Plug-Ins & Scratch Disks.
2. Choose the drive that has the most free space from the First menu.
3. Similarly choose the second, third, or fourth drive.
4. Click OK.
5. Restart Photoshop

How to Delete a Service in windows

Installing some application in windows will create a service in the services management console.For example ( Installing MySQL 4.1 Or later will create a service in service management consle). While uninstalling such application will delete his own service in service management console. If not you have to delete it manually. For that proceed the following steps.

  1. Click Start, and then click Run
  2. In the text box type regedit and press enter
  3. In the leftpane of the registry window select HKEY_LOCAL_MACHINE\System\Currentcontrolset\services
  4. Delete the services which you want by right clicking on that service
  5. Then restart your system.