We’ve been playing the role of super-sleuths today, to try and work out why a client’s website was not working.
All was fine in Firefox and other normal browers, but anybody visiting using IE (any version) got a malicious little javascript loading up an iframe with lots of other unwanted malware within it.
Checking the actual pages [...]
It’s a sad fact when you get excited about the availability of a new version of Internet Explorer, and even sadder if that version should be Internet Explorer 6! However, with 20% of Internet users still using Microsoft’s les-than-perfect IE6 browser, any web designer/developer worth their salt has to ensure that their websites look and [...]
Here’s a little tip that not everyone will know, and one that made my life a whole lot easier when I first discovered it.
Say you’re designing a form on a page that has pixel perfect layout. Everything is looking great, but there is one problem:
you can’t figure out why there is a line-space underneath the [...]
PHP Link Directory is one of the most popular link directory packages available today.
One of our clients uses this package to run a local business directory, and experienced the following problem:
Notice: SmartyValidate: [is_valid] form ‘login’ is not registered. in /path/to/html/libs/smarty/SmartyValidate.class.php on line 273
The log in box also features the following message:
Notice: SmartyValidate: [validate plugin] [...]
When you are updating somebody elses code, or perhaps migrating a site from one server to another, then you might run across this particularly frustrating error:
Cannot send session cache limiter - headers already sent
Most session error fixes involve ensuring that the session_start() function is the very first thing present in this file - i.e. no [...]