How To Update WordPress Version
WordPress will often release new versions of its software. For security reasons, it is always good idea to keep your WordPress up to date. Everytime you log into WordPress admin, it will check to...
read moreHTML 5 Search Input Text Field
New to HTML 5, is the search input field. We of course have the input field long ago. But HTML5 added add the new type attribute type=”search” which you can use as follow… See...
read moreHow to See Your PHP Configuration Settings
Sometimes you need to see what PHP configuration settings are in effect on your server. For example, is safe_mode on or off, is magic quotes (magic_quotes_gpc) on or off, are there any disabled PHP...
read moreHow to Disable PHP from Running exec
PHP scripts has the ability to run Linux/Unix commands by using the PHP function exec(). That means that anyone with FTP access to your webserver can write a PHP script to execute Unix commands...
read moreNever Use the Default WordPress Admin Username
When installing WordPress, the default username into the WordPress admin is “admin”. You should always change it to something else. In WordPress 3.0, the installation process gives you...
read moreHow to Remove the WordPress Meta Generator Tag
If you do a view source with your browser on a WordPress site, you often will see this meta “generator” tag … <meta name=”generator” content=”WordPress...
read moreHow to Access MySQL Database Using phpMyAdmin
If your webhost has cpanel administration interface, then you can access the MySQL database through phpMyAdmin 1. Log into your webhost cpanel. 2. Click on the phpMyAdmin icon … 3. It may...
read moreHow to Check Domain Name Email Using Webmail on cPanel
After configuring a domain name email, you can check your email on the web by what is known as webmail. In a previous tutorial, we showed you how to create an domain name email. Now we are going to...
read moreTutorial on Installing WordPress 3.0 from start to finish
WordPress requires a MySQL database in order to run. Prior to installation of WordPress, you need to create a database on your webhost. If your webhost has cpanel administration interface, then you...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.