2 Aug, 2010
Are you receiving recurring DLL errors due to missing DLL files?
Missing DLL files are a major cause of DLL errors, such as the physxloader.dll not found error. To troubleshoot DLL errors that are occurring due missing DLLs, you need to first ascertain the cause of the missing DLL. Then you can take definite measures to procure the DLL file to fix the error.

So the next question is – how do I ascertain the DLL file that is missing?
Read the rest of this entry »
30 Jul, 2010
Errors related to printer files, such as the hpqthb08.exe file are fairly common and can be quite frustrating. In this article, we provide simple steps that Windows users can perform to fix, as well as prevent common printer errors.
Read the rest of this entry »
20 Jun, 2010
I’m sure some of you might be looking for a class that can allow you to do reading in flashvars. You can still do it using the my previous way but, is much neater using classes. Well fortunately, there is such thing. It’s called JadBox Flashvar class. You can get the util class here. Here an example how this class is used (remember to import the jadbox class into your main first before using it)
var myFlashvar:String = FlashVars.parameters["myFlashvar"];
or you can access the flashvar values this way.
var myFlashvar:String = FlashVars.parameters.myFlashvar;
21 Jan, 2010
WTH is that? – you asked?
Well, the Principles of User Interface Design are intended to improve the quality of user interface design. And this has nothing to do whether you are an expert programmer, hardcore developer, famous designer and etc.
This article is merely to share with you all out there that trying to develop or design something for client or end-users. Consider yourself by following at least 1 or 2 of this principles as helping mankind. Well enough chatter, and let us begin..
The principles of UI I was yapping about are as follows :-
Read the rest of this entry »
27 Oct, 2009
This article will help you understand what DLL errors are, how to understand DLL error messages and how to resolve them on your own.
What are DLL files?
To understand DLL errors, it is essential to know what DLL files are and why are they required on a Windows computer. DLL is the acronym for Dynamic Link Library. These files are used in Windows to save program codes that can be dynamically loaded in the system memory when a particular program on your computer wants to use it. These files can be shared among multiple applications and thus help in the efficient use of system resources.
What causes DLL errors?
There are several DLL files on a single Windows computer. Out of which, some like mfc80.dll and shtml.dll are usually shipped with Windows, while others like wmp.dll (Winamp) are copied when you install additional programs on your PC. The following are some of the common reason for these errors:
- One or more DLL files are overwritten by older or incompatible versions.
- A required DLL files gets deleted from the computer.
- A buggy program or device driver is installed on the system.
- Your computer is infected by a malware.
- Windows registry is damaged or comprises invalid entries.
Read the rest of this entry »