General Web Development

This page contains some tips and articles about general web development, not necessarily related to WordPress. Currently, theses entries come from two categories, LAMP and Web Development.

LAMP Articles

LAMP stands for Linux, Apache, MySQL, and PHP. It covers a common platform used to host websites. You can have your own LAMP site, but many of the commercial hosting sites are also LAMP based. These articles will tend to cover setting up your own site.

[showposts category="5" num="-1" orderby="date" order="DESC"]

Web Development Articles

[showposts category="9" num="-1" orderby="date" order="DESC"]

Browser Caching – When you don’t see your changes in your browser

One fairly common problem we hear from people developing with Weaver: “None of the changes I made with Weaver are displaying on my site – it looks the same as before!” What is going on? This problem is almost always … Continue reading

Posted in News, Weaver Tips, Web Development

Weaver 2.1 Final

Announcing the final release of Weaver 2.1. This version is identical to the earlier 2.0.99, but with a different version number This version is required for Weaver Plus. Weaver 2.1 will never appear in the WordPress.org theme repository. Because of … Continue reading

Posted in LAMP

Web Developer

Recently, I’ve diagnosed a few problems people have had because of their browser cache. Browsers can speed up page load times by keeping a cache on your local machine of the pages is has recently downloaded. When you reload a … Continue reading

Posted in CSS Tips, Weaver Tips, Web Development

Adding phpMyAdmin to Ubuntu system.

OK – so where are we? We have a working Apache2 server. We’ve created a couple of Virtual Hosts, and can access them from the outside world via dyndns.com. What’s next – setting up a usable mySQL system. The easiest … Continue reading

Posted in LAMP | Leave a comment