While reading over the comments about HoverBox on Sonspring I figured I would have a go fulfilling some of the responses. Make sure you have read that tutorial first and understand what's going on there. One response was what[...]
When you make a photo gallery, the hardest thing to do is usually figure out how you are going to feed the images to the client without having to hard code them. I got the bright idea that I should[...]
What good is a rss feed creator if you don't have a nice aggregator to go along with it? Well, here ya' go! While hanging out at my favorite forum, I happened across a thread[...]
This script will call up the most recent post in a forum under a particular topic. Stylegala's forum
and others like it display a running list of the most recent post which is most usefully because it prevents you from[...]
Revisited, sounds like a Matrix movie or something. Well Rogie of komodomedia.com has done it again. He has revamped his original star rating system to maintain star state, meaning the graphical representation of the rating will be shown to[...]
This one comes via php for beginners. Please read that tutorial first. I was trying to find a way to create a feed on a site (neworleansblack.com) and scoured google trying to figure out how to do it[...]
In part 2 I show how you could make a star rating system using php and some nifty css Now I want to show you the files that make it all work with a mySQL database. I am[...]
I named this one part 2 because part 1 is really the the css styling of the rating system found on komodomedia.com. Please review the tutorial on that site before you dive into this one, as this one assumes[...]