huntsville web design

PHP

Importing Large Files in Mysql using Source Command

Importing Large Files in Mysql using Source Command

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)

How to Capitalize the First Letter in Every Word in Mysql

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)

UAH PHP / MYSQL Web Development Classes

UAH PHP / MYSQL Web Development Classes

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)

How to Update or Change characters or words in Mysql Column fields Using Replace

How to Update or Change characters or words in Mysql Column fields Using Replace

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)

Xampp Installation Problems and Solutions

Xampp Installation Problems and Solutions

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)

Introduction to Microsoft Silverlight 4 at North Alabama Web Developers Meetup

Introduction to Microsoft Silverlight 4 at North Alabama Web Developers Meetup

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)

How to automatically add Google ads in the center of your wordpress post using php codes

How to automatically add Google ads in the center of your wordpress post using php codes

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)