Welcome to my blog!

Here I try to keep useful information about IT, mostly related to Web development and Linux stuff. Any comments or feedback that you might have will be much appreciated!

Thanks,
Tomi

HTML / JavaScript: Focus user on first available field

Filed Under (JavaScript) by admin on 22-01-2007

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. Read the rest of this entry »

Disabling PHP’s safe_mode on Plesk

Filed Under (PHP, Plesk) by admin on 17-01-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. Read the rest of this entry »