Solving - "A pseudo attribute name is expected" Error in JAXPJuly 6th, 2006 I was writing a xml data reader in Java using JDK's inbuilt XML processing libraries (JAXP) when I persistently hit across this annoying exception with error message: A pseudo attribute name is expected. The error is displayed on the first line itself.
Solving: Permission denied to get property HTMLDivElement.nodeType when calling method: [nsIDOMEventListener::handleEvent] nsresult: 0x8057001e (NS_ERROR_XPC_JS_THREW_STRING) location: <unknown> data: noJuly 31st, 2007 This is a sporadic error that I have seen in Firefox browsers while using the Ext JS components. It is not harmful in any way but is annoying.
Should Loader Script Be Used for Slow Loading Sites?February 6th, 2008 You have surely seen Flash pages which displays an animated loading icon which goes away after the page is loaded. Is the same concept appropriate for content heavy web pages too? What are the pros & cons?
Apache Web Server Suddenly Fails to Load With EMalloc Error - Solution (php_exif.dll)June 1st, 2006 The common symptom of the problem is that Apache web server suddenly fails to load as a service (on windows) or even from command line. The error message from log is as follows:
FATAL: emalloc(): Unable to allocate -2103443420 bytes
[Thu Jun 01 23:57:21 2006] [crit] master_main: create child process failed.
Fixing - configure: error: C++ compiler cannot create executablesApril 5th, 2008 A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables. The solution, not surprisingly is simple:
Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++.
Firefox Woes: Memory Leaking, Hanging, Incorrect Rendering etc.December 16th, 2005 Firefox has its own share of troubles. If I happen to open few sites with Flash advertisements on them and leave it open for some time, Firefox gobbles up most of the memory and becomes dog-slow.
DansGuardian Configure Error Fix - configure: error: pcre-config not found!April 5th, 2008 On running ./configure in dansguardian (web content filter for Linux), I got the following error - configure: error: pcre-config not found!configure: WARNING: Cache variable ac_cv_prog_PCRE contains a newline.. The solution, as usual, is simple:
Install pcre-devel.
How To Handle Exceptions From Static Code Block in JavaJuly 6th, 2006 Exception can be handled when thrown in a method by either passing through the Exception or handling it. However in a static code block how can you handle checked exceptions meaningfully?
Normally static blocks are used to execute a code only once globally (for all instances of the class).
Solving Failure To Forward Emails in Mozilla Thunderbird by Message Filters; Understanding Thunderbird Account ArchitectureSeptember 28th, 2007 I faced a vexing problem with the otherwise excellent Mozilla Thunderbird email client. I was unable to forward emails to another account using the rules in Message Filters.
Solving named.conf error: change directory to /var/named/chroot/var/named failed file not foundMay 26th, 2007 After the recent yum update, named failed to load. I tried searching Google without much help.
ExtJS Hack: Dynamic ComboBox & Remote On-Demand Loading With Local FilteringAugust 20th, 2007 In ExtJS you can create ComboBox which loads data from the server. You can also code so that new data is loaded from the server in response to an event like changing selection of another ComboBox.
Solution: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs & Error: vlc conflicts with faad2 >= 2.5March 22nd, 2008 Have you seen the error while installing a package using yum / yumex?
Error: vlc conflicts with faad2 >= 2.5
Error: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs
The error is because of using freshrpms repository or other repository to install recent version of faad2. Now let's see how you can solve it.
Can RSS Feeds carry a Virus Payload?June 12th, 2005 With the rapid proliferation of RSS Feeds and offline aggregators it is presumable that virus writers will try to exploit this avenue to spread the virus. But the question is whether it is feasible?
In short technically a resounding YES.
Solving Analog X Proxy DNS Caching ProblemJuly 13th, 2006 As I informed earlier we made a major move to a new server in the last few days. All the websites have moved over.
Turn off Error Reporting in Windows VistaApril 21st, 2009 Windows Vista creates problems and comes out with failures every ten minute you use. Anything above normal and you can expect Windows Explorer in Vista to hang up invariably.
July 3rd, 2007 at 8:50 am
Hello, I’m sorry to say that it appears that your style sheet is not being loaded when using Firefox.
July 3rd, 2007 at 12:44 pm
Can you please clear the cache and see if the problem persists?
July 17th, 2007 at 3:47 pm
Thank you for pointing me in the right direction to solve this problem. I figured it might have something to do with the cache.
I think you have a slight error, though. I wasn’t able to find a DisableCache directive in the documentation, but I found CacheDisable
http://httpd.apache.org/docs/2.0/mod/mod_cache.html#cachedisable
Thank you,
— Ghodmode
October 3rd, 2009 at 11:56 am
I have had similar problem with rendering website. Solution was to check css - there were comments that were spoiling whole css loading process. Css Validator didn’t even notice that..