BigDump performs a staggered import of large and very large MySQL dumps similar to those of the phpMyAdmin 2.x dumps into a new or an existing MySQL database. Other reasons for using this script is if in the even access to the server shell is not possible or for what ever the reason the import fails using phpMyAdmin due to memory and runtime limits. continue reading...
cPanel has become a standard for turning standalone servers into automated hosting platforms. Tasks are replaced by web interfaces and API-based calls. cPanel is designed with multiple levels of administration and provide multiple levels provide security, ease of use, and flexibility for everyone from the server administrator to the email account user.
Lately, I have been burning through bandwidth. I had thought that I have enabled all possible tweaks until I discovered that there is an additional work-a-round that will use gzip compression for PHP, CSS, and JS files.
A useful Wordpress plugin is
It has been asked by many as to the purpose of the code that is added to the header of many modern Wordpress themes. This code is to reside just above the of the header. There is very little detail in the reference to this this code online only it's usage and placement within Wordpress. I recently encountered a theme that contained duplicate entries of this code that made me realize it's purpose. It serves two purposes....
To get my feet wet, I wanted to test an installation of Wordpress MU (multi-user) edition. The installation seems too problematic on a Windows workstation, even when running in an environment such as
Permalinks are the URLs to an individual post, category, page, etc. These links generally take the form of index.php?p=444 (or some number). Pretty Permalinks are the same URLs crafted to make sense to the user. Apache offers this ability, though generally not set by default. IIS through version 6 (Windows 2003) does not offer this. There are ISAPI filters both paid and free that permit the use of "pretty" permalinks. ... 