mysql

Okay folks, time for the dry stuff.  When you create a web app, it typically interacts with a database, more specifically an SQL database. What is SQL? SQL stands for Structure Query Language.  SQL is a way to store and manipulate information in a database.  So what’s a database?  A database is something that stores [...]

Hi folks, this blog post is about working with WordPress and more specifically working with WordPress locally on your computer. By locally, I mean installing and running WordPress on your PC and not over the Internet on a Web Server.  I’m working in Windows XP and that’s what this article is written around. Why would [...]