IFrame Injection Attack is considered one of the most common and most basic cross site scripting (XSS) attacks. If you have recently got an iframe attack to your website, do not panic. Here are a few things that you can do immediately after you discovered that your website has been a victim [...]
If you’re finding that your Firefox browser is not caching any images (css/javascripts) and loading them multiple times on the same page, check the following cache settings of Firefox by typing in about:config in the browser’s address bar.
Both browser.cache.disk.enable and browser.cache.memory.enable values should be set to true in order to enable browser caching [...]
By default, FCKEditor textarea uses the same background image as your theme in Drupal. To remove the background image from the FCKEditor use default black text on white background so that it is easy to read/write inside the editable area, go to Edit FCKeditor profile (do this for all the profiles that you wish [...]
MySQL, Linux, and Thread Caching
Dealing with MySQL Too Many Connections error
The MySQL Server :: Status Variables
Tuning System Variables (MySQL)
Administrating a MySQL server
Technorati Tags: web, links, www, websites, mysql, database, fine tuning, server performance
1. Uncomment the following line in php.ini. php.ini file is located in the main directory of your PHP installation, for example: C:\PHP\php.ini.
;extension=php_gd2.dll
2. Make sure you have php_gd2.dll file in the extensions directory. The extension directory of my PHP installation is C:\PHP\ext. Look for the directive “extension_dir” in php.ini file to [...]