PHP Function: Posted Time Ago – Facebook Style
So I won’t claim credit to this but I was browsing DevNetwork and I found a function that is both useful, succinct and awesome all rolled up into one. Using a php lookup table...
lang="en-US">
So I won’t claim credit to this but I was browsing DevNetwork and I found a function that is both useful, succinct and awesome all rolled up into one. Using a php lookup table...
I was searching for some graphing, charting and data visualization libraries and I thought it might be helpful to share my finds and my favorite. Enjoy! D3 – Free, highly customizable and has lots...
Gah I know it’s been a while since I’ve posted something and I try to post every month but I’ve been busy programming games for myself and my clients (which is a good thing!)....
So one of the things I’ve found in developing my MMO is that there are numerous times when I need to pass back more information than just the event data when I’m using event...
Loosing Data With json_encode? So this took me several days of pulling out my hair so I’m hoping to save you some hair loss. I had a query pulling data from a MySQL database...
This tutorial will show you how to create a blinking effect on any page element: divs, ordered list items, inputs, buttons, you name it. 1. Create A Stylesheet First create a stylesheet called blink.css...
So every few years I put out a new survey to all the members on my text-based internet games. Most of the members of my games are teenage girls. All of my games are...
If you’ve been following Whoa-Horsie.com for a while now you know that we’ve been having some server problems that delayed our initial BETA tester date. Unfortunately we are still working on fixing those problems...
In the work that I’ve done for clients and just in browsing the web I’ve seen a fair amount of strange pagination scripts out there. If you’re looking for a simple pagination solution then...