Posts Tagged ‘php’

WordPress plugin: Conversation Viewer

First off, I have to say that I can really only take credit for about 10% of the code in this plugin, if that. I really can’t even take credit for the idea. And let me also come out and say that I am in no way any sort of PHP genius. I’m sure there [...]

Converting latitude/longitude with PHP

Ok, so what I’m about to show you is hardly rocket science. It is however, the first chunk of math I’ve done with PHP that is more than 2 lines long. So I figured why not, I’ll post it. I was coding up a USGS gaging station finder and realized that I had latitude/longitude values [...]

PHP/CSS versus ASP/tables

For the past few days, I have been tinkering around with PHP while rebuilding our site at work. I initially did everything in tables and ASP back last year sometime. Just some small stuff, nothing major.

Apache/PHP local install

Today on my Windoze XP machine at work, I installed Apache 2.0.5 and PHP 5.0.1 locally for development. Previously, I had a mapped drive to our server, and I would copy/paste files from my machine to the server, then reload the page in the browser. Repeat 5,895 times. Okay, so maybe not that many times, [...]