Search Results

Fix WinFX WindowsCodecs.dll problem

bugs, fix, help, image, issue, problem, solution, windows-xp, WindowsCodecs.dll, winfx, wordSome folks are hitting an issue where they cannot view images after installing WinFx on Windows XP. 
Follow these steps:

Good idea is to scan your system with good Antispyware / antivirus software and fix system errors with this tool, as it will save you from many annoying [...]

PHP opcode caches – require_once is slow

cache, opcode, PHP, require_once, slowIf you got a large OO PHP application, you usually come with many files included using “require_once()”. Different test from different sources shows that using require_once works up to 4 times slower than require. Basically, all known PHP opcode caches suffers from this issue (APC, XCache, ea/mmcache).

There’s patches committed in APC that [...]

Alternative PHP Cache (APC) and __autoload() interoperability

php cache apc autoload The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.

Many developers writing object-oriented applications create one PHP source file per-class definition. Using __autoload() helps to overcome one of [...]

Flash Player 9 missing sound issue solved

winxp flashplayer9 flash+player sound bug fix youtube video no-sound issue adobe-flash-player nosound flash-nosound You can see alot of posts on adobe flash player forum like
Anything like YouTube, MySpace, that uses Flash to play sound is giving me nothing but sound works for everything else. Uninstalling and reinstalling doesn’t work. Installing an older version doesn’t work. [...]

SQLite Database Browser – nice open source tool running on different platforms

SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL [...]