Category Archives: PHP Programming

PHP Code Get Most Recent Wordpress Post

PHP Code Get Most Recent Wordpress Post
This is a quick example using only vanilla PHP.  There are more dynamic ways to do this using RSS classes built into PHP addons, which I won’t go into detail here.  Instead, we will just use vanilla PHP, and parse the XML by hand.
On to the code, I take [...]

Don’t Write Code In The Dark

Don’t Write Code In The Dark…
I may be showing my age a little bit here but I remember watching Are You Afraid Of The Dark? on Nick as a kid.  It was quite a cheezy show, but hey what do you expect.
Do you know what happens to people during sensory deprivation? (A brief introduction [...]

Server2Go Portable Web Server For Jump-Drive

Server2Go Portable Web Server
What is Server2Go?
“Server2Go is a Webserver that runs out of the box without any installation and on write protected media. This means that web applications based on Server2Go can be used directly from cdrom, a usb stick or from any folder on a hard disk without the hassle of [...]