PHP Tutorial: Dynamically Cache and Combine All CSS Files
Does your website use a lot of CSS files? If so did you know you can increase your website’s speed by caching and combining all of your CSS files into a single file? Why...
lang="en-US">
Does your website use a lot of CSS files? If so did you know you can increase your website’s speed by caching and combining all of your CSS files into a single file? Why...
This seems to be coming up more often with the client games I’ve been working on. Now everyone wants dynamic images and colors. This function will produce a random hexcode color within the range...
Do you have a jQuery UI modal dialog box that you want to scroll down as the page scrolls? I tried searching for someone who’d figured out a way to do it but I...
You’ve asked and we’ve listened. White Oak Stables is getting a facelift and lots of exciting new features! Version 2 development is currently underway. We don’t have a release date yet but one will...
Every time I need to remember how to do this I find myself looking it up so I figured it’s about time I just put my fingers to my keyboard and write it down....
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...