Wordpress - jadendreamer.wordpress.com - Online Game Development
General Information:
Latest News:
Angular Js 7 Aug 2013 | 10:29 pm
I wrote a few plunkers this past month that I thought I would share for anyone whose interested in dabbling in Angular JS. Enjoy! Nested Ng-Repeats Dynamically reformat number of max columns per table...
PHP Tutorial: Dynamically Cache and Combine All CSS Files 6 Jun 2013 | 09:59 pm
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 Is It Useful? Every time your ...
PHP Tutorial: Mixing HEX Colors within a Range 10 May 2013 | 08:08 pm
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 of t...
jQuery Tutorial: Scroll UI dialog boxes with the page as it scrolls 24 Apr 2013 | 11:46 pm
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 couldn’t find any search results for thi...
Linux Tutorial: Blocking IP Addresses From Your Server 18 Apr 2013 | 09:31 pm
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. These commands will work on most *nix mach...
PHP Function: Posted Time Ago – Facebook Style 13 Apr 2013 | 04:03 am
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 you can calculate the ti...
Javascript: Charts, Graphs and Data Visualization for the Web 9 Apr 2013 | 01:31 am
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! High Charts – Best looking, easiest to use and ...
jQuery Tutorial: Hide or Display a Field Based on the Value of Another Field 15 Mar 2013 | 11:50 pm
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!). But here’s some yummy co...
Flash AS3 Tutorial: Callbacks or passing multiple parameters to event listeners 31 Jan 2013 | 12:06 am
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 listeners. One scenario th...
ERROR FIX: json_encode returns null even if there is a value being passed to it 19 Jan 2013 | 12:36 am
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 and then I was encoding th...