Materials needed:
1) Get your desired icon picture(around 22 x 22 pixel).
Steps:
1) Get an image of gif, jpg, bmp, ico, png type. Its dimension should be around 22x22 pixel(you can use Windows Paint to resize it).
2) Upload the image to ImageShack(http://imageshack.us/). Please login through the link sent to your email.
3) Click on "My Images" after you login.
4) You can see the image that you uploaded just now. Click on the "i" button.
5) Take note the link in the "Direct" field.
6) Now login to your blogspot and choose "Layout"->"Edit HTML". Look for "HEAD" in the template as shown in 3.
7) Paste the following codes after the "HEAD" as shown in print screen. The bold address will be from STEP 5.
#link href='http://img217.imageshack.us/img217/3580/globewx5.png' rel='SHORTCUT ICON'/'@
*please replace # with < and @ with > or else it wouldn't work.
8) Lastly, click on "SAVE TEMPLATE" and it's all set.
Tuesday, August 19, 2008
Change Display Icon Beside Address URL
Tuesday, June 10, 2008
Restore Default Folders Icon in Vista
Scenario:
A) One day, you open your profile and find that your beautiful Vista icon for Documents, Pictures, Music, Downloads folder is gone. Everything just revert back to old times yellow folder....
Materials needed:
1) Icon package(get the 'desktop.ini' for most folder)
Steps:
1) Go to your user profile folder and select the folder(for me, it's Documents) that you wish to transform back to default Vista icon.![]()
2) Double click to open the folder. Then go to 'Organize'->'Folder and Search Options'.![]()
3) Check 'Show hidden files and folders' and click 'OK'.![]()
4) Right now you should be able to see the file named 'desktop'. It's configurations types of file so it has .ini extension. (If you don't see any file by that name, don't panic. You can just copy and paste the desktop.ini from respective folders in the Icon package)![]()
*you might want to backup a copy of this file first.
5) Open the 'desktop' file. Copy following code(for Documents only) and replace it into the file content and save.
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21770
IconResource=%SystemRoot%\system32\imageres.dll,-112
IconFile=%SystemRoot%\system32\shell32.dll
IconIndex=-235
6) Log off windows and log in again to see the magic.![]()
7) Follow step (4) to (6) for other folder that has lost its 'true colours'. Just make sure you replace the right 'desktop' code from few code listed below or from the 'Icon package'.
For Pictures folder,
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21779
InfoTip=@%SystemRoot%\system32\shell32.dll,-12688
IconResource=%SystemRoot%\system32\imageres.dll,-113
IconFile=%SystemRoot%\system32\shell32.dll
IconIndex=-236
[LocalizedFileNames]
Sample Pictures.lnk=@%SystemRoot%\system32\shell32.dll,-21805
For Music folder,
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21790
InfoTip=@%SystemRoot%\system32\shell32.dll,-12689
IconResource=%SystemRoot%\system32\imageres.dll,-108
IconFile=%SystemRoot%\system32\shell32.dll
IconIndex=-237
[LocalizedFileNames]
Sample Music.lnk=@%SystemRoot%\system32\shell32.dll,-21806
For Downloads folder,
[.ShellClassInfo]
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21798
IconResource=%SystemRoot%\system32\imageres.dll,-184