Never tried to upload or import a large file to Mysql? Well, I recently faced the dilemma of importing a large Wordpress database, over a 100 MB in size and some serious difficulty. Mysql is initially set up to process 1... (Continue reading)
I wanted to change to uppercase the first letter of each word in a column and realize that ucwords() php function did not work in MySQL. So, I search for MySQL String function equivalent to PHP ucwords() function that would... (Continue reading)
The University of Alabama in Huntsville (UAH) is offering an advance PHP/MySQL class for three weeks this summer. The Advanced PHP/MySQL Techniques course is scheduled for Tuesday and Thursday, starting on 06/08/10 and ending on 07/01/10. It should be open for... (Continue reading)
There are quite a few ways to update your mysql database, but when it comes to changing only one character in a column filled with many difference characters things can get difficult. You can used the mysql LIKE function, but you... (Continue reading)
I recently install xampp on my desktop computer and encounter a few problems which I was able to overcome. I thought I would post them here with the hope of helping someone avoid some of the dilemmas that... (Continue reading)
I wrote an article a few days ago about “learning web design and web development in Huntsville, Alabama. In my opinion, one of the best meetups on internet technology issues in the state of Alabama is the North Alabama web... (Continue reading)
For a long time now I have been thinking about automatically adding ads at the center of every post of my wordpress blog. I just thought that by doing this one can have greater flexibility over blog or any web... (Continue reading)