It happened to me that all the times that I logged out Yahoo! Mail beta, Firefox would crash completely.
Doing some tests I found that the culprit was Firebug extension for Firefox; I simply disabled Firebug for yahoo.com and I haven’t had any more problems since then.
Versions:
Firefox 2.0.0.12
Firebug 1.05
March 11th, 2008
So far I haven’t figured out where is the user’s caret when entering an HTML page with multiple fields.
With the following code (placed right before the closing HTML tag), the page will load and focus the first text or text area field on the page. (more…)
January 22nd, 2007
In Plesk, you can disable on a per-domain basis PHP’s safe_mode. Before doing this though, be advised that disabling safe_mode could lead to security risks for all of your domains on the server. (more…)
January 17th, 2007
I do a lot of development with PHP, and often I need to work directly with PostgreSQL and MySQL’s client consoles, for schema work or data manipulation.
On both database clients, you can see a result set on expanded or vertical display (the output formatted in rows instead of the usual columns) with the following methods: (more…)
September 16th, 2006
If you need to password protect a directory that is hosted under a subdomain with Plesk, you’ll find that it is not quite as easy as protecting a directory that is avaliable directly from the main domain. (more…)
September 16th, 2006
On our Internet connected servers, besides using iptables to limit incoming connections, we are using TCP wrappers (hosts.allow and hosts.deny) to reject connections originating on untrusted networks.
Probably you’re already using iptables to block incoming traffic on port 22 (ssh), which is fine but what we want to do is increase security by using a more persistent method for blocking traffic. Don’t get me wrong, iptables’ rules can (and should) be made persistent but sometimes while trying new rules some key ports can be left open. (more…)
August 23rd, 2006
Running a check on Apache’s default logs (/var/log/httpd/access_log), I found attempts to exploit the server thru a “backdoor” in Horde.
I haven’t fully checked what could be done with this exploit but certainly leaving the affected script unprotected is an open invitation for trouble. (more…)
August 13th, 2006
The ccTLD operator for BO (Bolivia) domains is having some major technical difficulties, keeping all of its domains unavailable since 7:00 AM (2006-07-19 07:00 -400). We presume that the problem was originated earlier, with domains stopping to work as early as 1:20 AM. (more…)
July 19th, 2006
Previous Posts