Why Using Google Adsense Really Does Make $ense
I started using Google Adsense on my games in 2004, three years after they opened. Boy do I wish I’d started three years earlier. If you’re not using Google Adsense on your games and...
lang="en-US">
I started using Google Adsense on my games in 2004, three years after they opened. Boy do I wish I’d started three years earlier. If you’re not using Google Adsense on your games and...
Don’t get me wrong, going to school to learn how to program is great but there are some things that schools seem to miss the mark on and these drive me nuts. Copying –...
Since converting my game websites to be fully responsive and use HTML5 I’ve gone through a lot of different responsiveness testing tools. So far these are my favorites: Web Developer – addon for Firefox....
It took me a while to even realize that there were two different ways toggle the display of HTML DOM elements with Angular JS — thank you Angular docs for not being nearly as...
This will allow you to quickly setup a working node server in just a few easy steps. 1. Install Node.js For Windows/Linux Go to http://nodejs.org and download the latest version of node for the...
It’s been a long journey but Whoa-Horsie.com animations are nearly finished. This past week all of the markings and manes were completed leaving just the human riding animations to go. We’ve updated our website...
If you’re using a Ubuntu LAMP server and you find that your flash applets aren’t being served by your server even if you go directly to the file location then you’ve run into the...
I ran into this recently and I thought I’d save a few people the trouble of excessive googliness. There are a few reasons why your errors won’t show up on your site. Check your...
I’ll keep this short and sweet! sudo apt-get update && sudo apt-get install –only-upgrade bash
Recently I’ve seen a lot of people using while loops to retrieve a single record. You only need to loop through your result set when you expect to get more than one row of...