Posted by Lim on Jun 24th, 08 | Filed under
Application,
Cool Stuff,
How To,
Tutorial |
7 Comments
Previously i cover a handy tool to test your LCD monitor. But unfortunately that application can’t fix the dead pixels. Now, i would like to introduce some methods which can fix/remove them.
Before i start, lets talk about what is stuck pixel and what is dead pixel. Stuck pixel is a dot of colour in your LCD while the background is black. When the stuck pixel become black dot in white background, it become dead pixel. Normally, stuck pixel is easily to fix compare to dead pixel.
Now, lets share some tips on how to fix these pixels:
JScreenFix
It is a Java application and you can run JScreenFix through web browser. JScreenFix can be used to fix stuck pixels. You need to install Java Runtime in order to use JScreenFix. It take around 20 minutes to repairs stuck pixels on your LCD.
Killdeadpixel
Similar with JScreenFix, Killdeadpixel is a web solution to dead pixels. It is an animated gif image which will try to massage the dead pixel back alive again by getting it to change rapidly. Simply drag the image to dead pixel and stay there for 1 hour. Although this method doesn’t work for all dead pixels, but you may try it.
DPT
Dead pixel tester (DPT) is a free application for users to locate and identify any stuck/dead pixels. It is because most of the LCD manufacturers will replace the LCD free of charge if there are more than certain amount of stuck/dead pixels (within the warranty period). DPT include a pixel exerciser which may fix stuck pixels.
JSCreenFix | Killdeadpixel | DPT
Read more information on WikeHow
Posted by Lim on Apr 4th, 08 | Filed under
Blogging,
Tutorial,
Wordpress |
11 Comments
I had upgrade my blogs to Wordpress 2.5, but i found that i can’t upload any image through the new AJAX image uploader. After i search through internet, i found this post, which teach user how to fix this problem.
I believe most of the Wordpress 2.5 users will found this problem when try to upload image using the built-in image uploader, unless you use other blogging tools such as Live Writer.
Basically, this problem is due to the mod_security. The new image uploader has been rejected by mod_security. So, you had to modify the .htaccess file to disable the mod_security. This can be done to insert the code below to your .htaccess file:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
This is just a temporary fix, i hope Wordpress team can solve this issue as fast as possible. Wordpress users, please upgrade once Wordpress team release new version to fix this problem.
Posted by Lim on Dec 30th, 07 | Filed under
Application,
Downloads,
Tutorial |
7 Comments
Task Manager Fix is an application which let you enable Task Manager which is virus, spyware, trojan, or even administrator of that PC. It is a freeware which write/modify your registry to enable the Task Manager.
When you try to open Task Manager by pressing Ctrl+Alt+del, do you see the following message box appear?

If you saw this message box, most probably your PC is infected by virus, worm, trojan, or even your administrator. This error message is due to restriction placed on windows registry. You can easily modify the registry to fix them, but for a normal user, you probably won’t know where to modify.

Read More…