Mar
7
Giveaway of the Day
Filed Under Oddments, Software Reviews | Leave a Comment
This brilliant site is giving away commercial software - one per day
#gablock { width: 300px; background-color: #ffffff}
#gablock img { display: block; border: none; }
#gablock #gatitle { font: normal 12px Verdana, sans-serif; border: none; margin: 4px 0 0 0; }
[...]
Mar
7
PHP Development A quick how-to
Filed Under Oddments, Software Reviews | Leave a Comment
I’m developing (again!) a program in php to perform some podcast stuff. So I needed to get a setup configured locally to do my development work on.
Here’s the tools I chose.
Xampp for the apache/mysql/php server. I configured a simple virtual host as well to make things a bit easier.
Wscite for text/code the editor. Even [...]