Archive for the 'PHP' Category

Internet Radio DJ Software

Late last night I was inspired to write a super fun app that allows anyone to host their own ShoutCast radio station using a simple web interface.

I created a video to demonstrate its capabilities and I hope to have even more powerful features inculded soon.
Take a look at the video and send your feedback.

[...]

Read More..>>

How To : Basic Apache Mod Rewrite

Mod Rewrite is an Apache module that can be used to rewrites URL’s to a “prettier” string in the clients browser.
A great
For the leet SEO guys mod_rewrite is a must. The problem for most is understanding exactly how it maps actions to page views.

For a basic setup you would start by creating a virtual host [...]

Read More..>>