why wordpress?

Web Development WordPress

I get a number of inquiries from people who want to know what content management system (CMS) or blog software I would recommend. After working with XOOPS, Plone, and of course WordPress my first thought is to make sure the CMS is a good fit. Although some people and companies benefit from more complicated systems, the majority of people can use the lightweight, highly configurable, and easy to maintain WordPress software. If you still are not convinced, take a look at the feature list.

Leave a Reply

Your email address will not be published.
*
*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Hints

MySQL Tips

After several days of researching and reading about how to solve a MySQL replication problem, I found a great resource on MySQL I thought I would share: MySQL Tips.

Hints HOWTOs UNIX

whereis and locate.

A few simple commands to help make your life working with UNIX a little easier: If you are looking for a certain programs, use:whereis. Example. You want to find out where ipfw is located. In the command line type whereis ipfw and whereis will spit out the location (/sbin/ipfw). If you need to find a […]