Did you know that the Top Commentator WordPress plugin could be gamed? That it could be hijacked by someone who wanted to insert a site-wide followed link to a 'bad neighborhood' into your Top Commentator list? Or that someone who wasn't the original commentator could insert their link into your Top Commentator list, even fr

avatar Read More...



Does your website rely on a MySQL database? Are you tired of using a web application my phpMyAdmin in order to run some custom queries and accomplish some simple tasks?

I used to hate using phpMyAdmin to accomplish simple tasks like querying a database, creating a table or doing some basic maintenance work. However, these re

avatar Read More...



It is not hard to manually install WordPress on your host.
In this video, I show how to create the MySQL database in cPanel that you need for WordPress. There are three step to creating the database for WordPress.
1. Create the database (give it a name)
2. Create a user for the WordPress database with a password
3. Add the user to the Wor

avatar Read More...



Have you been struggling with speed issues for your CMS website? Do you have a problem with WordPress running too slow? Well... you're not alone. This article points you at a comprehensive approach to trouble-shooting your slow website issues. You'll learn about ways to work with your LAMP (Linux, Apache, MySQL, and PHP) structure to che

avatar Read More...



The Pligg project has never been the fastest open source cms system to release updates to their code-base, over the past two months however it would seem updates to the project have went from a slow pace to a complete halt?. The latest release of the popular digg clone cms system v9.9.0 was released on the 1st January 2008, wor

avatar Read More...



How did one developer use WordPress not as a blog, but as a complete Content Management solution for a client in Melbourne Australia? Learn how he used a handful of key plugins, a couple of custom MySQL databases, and simple, accessible design to use the powerful WordPress system as a community resource site for Greek people a

avatar Read More...



Some sample of the code to perform the mass update of database.

The ideas behind of this code is to improve the database performance by reduce the cost of query executions. This is refer to the INSERT, UPDATE and DELETE of any rows within the database.

Some developer may execute the query statement within the WHILE or FOR

avatar Read More...