What I can and eager to do | Everything about the Internet

The Internet As I See It

Fix my memory stick please

April 1st, 2009 by Rof's

Do you ever had a tv or cooler repaired by an electrician? What if my memorystick is broken and windows is saying write protected enabled. BUT MY MEMORYSTICK DOESNOT HAVE A WRITE PROTECTED LOCK like some do. Like this, this, and this…  Windows is just saying you should throw away your memorystick and  support kingston, memorex, hp by buying a new one. BULLSHIT!…I was frustrated because my memorystick (kingston btw) was write protected in a mysterious way ( I think kingston put a expired date for all memorstick and/or hardrive they produce and if that time exceed the module crashed). If your having a similar problem with your memorystick, it gives you an error saying write protected enabled. Then I recommend you to use “repair your memorystick” ( I think only Fat32 reconizible = only memorstick). This tool can easily format you memorystick….Well I dnt know who the creator is or what site I downloaded it from. The tool does fix my memorystick indeed.  I will upload it here and you can use this version (stable probably) and fix your stick  and make it usable again. Download here v2.9.1.1

Note: if any one has a newer version  please update me

Filed under Application having No Comments »

It is being used by another person or program

April 1st, 2009 by Rof's

One of the annoying window message is while safely remove a memorystick or external harddrive that windows gives you a popup with ” acces denied, cannot delete, used by another person or program, here has been a sharing violation.
The source or destination file may be in use, The file is in use by another program or user, Make sure the disk is not full or write-protected and that the file is not currently in use”.

Unlocker is a handy tool to see what or who is in blocking your activity. You can easily see what program or situation is currently using that thing (memoystick, harddrive, folder, etc…). See image below.

There are similar tools out there and I’m not going to say unlocker is better or the best. But unlocker does the job that I expect. So,  many thanks to the creator for extending my memorystick life by  safely removing my memorystick much more easier.

Source: unlocker

Filed under Application having No Comments »

Photoshop won’t start up!

April 1st, 2009 by Rof's

If you have problems starting up your photoshop version 6.0 and later (cs3 is version 10.0 btw) and photoshop start hanging on at the splash screen at “Reading preferences” then your custom preferences for photoshop is corrupt or deleted in a mysterious way. To fix that you can easily delete your custom preferences and let photoshop use the default preference.

Example:

  1. Press and hold Alt + Ctrl + Shift while starting up photoshop. A popup window will come. (Mac: Command, Option, Shift)
  2. You can also simply search your hard drive for a *.psp file and delete it. Somethinglike “Adobe Photoshop X Prefs.psp”.
  3. Under Win 2k/XP the preference file will be found at:
    %windir%\Documents and Settings\~username\Application Data\Adobe\Photoshop\[version #]\Adobe Photoshop [version #] Settings

[NOTE: You need to set Window's Explorer Options to "View Hidden Files and Folders" to display the Preference file]

Source: adobeforums


Filed under Webpage having No Comments »

placing div in front of flash movie

January 23rd, 2009 by Rof's

First thing first, you will have to work on the order of your div with z-index.

  1. Put this in the flash movie param name=”wmode” value=”transparent”.
    Example:
    <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=”100″ height=”200″>
    <param name=”movie” value=”test.swf” />
    <param name=”quality” value=”high” />

    <param name=”wmode” value=”transparent” />

    <embed  src=”matrix.swf” width=”100″ height=”200″ quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” wmode=”transparent”></embed>
    </object>

  2. The result still is not satisfying because you still have the flash on top of your <div>. Next put this in the css for the block that needs to be on top of the flash. #id {position:absolute; z-index:1;}

Now I can also drink a glass of (wine) beer with Joshua :)


Filed under General having No Comments »

Local sharing accces denied

December 25th, 2008 by Rof's

If you ever encounter in a local network between desktop-desktop or desktop-laptop(wireless or cable) acces denied (You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions). You should do:

Click START

RUN

Type regedit and press enter

Now find the following key – HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

Double click on ‘restrictanonymous’ and change the Value Data from 1 to 0

Exit regedit and reboot the computer

Now when you click on the computer (using My Network Places) you are trying to get the shared files from the message will not appear and you can access the shared files.

Filed under General having No Comments »

« Previous Entries Next Entries »