07.04.2011
Blog, Game Design
admin
No Comments
If you don’t already know what DRM is, you should probably google it. Digital Rights Management is the way in which software companies attempt to protect their copyrights by preventing access or copying, requiring online authentication for software, limiting installations, and restricting purchased downloads, etc. [...]
Read more
24.08.2010
Blog
Simon Fraser
4 Comments
I don’t wish to alarm you too much but try running the following script on your web server. <?php //the date to test $thedate = ’2040-02-01′; //create a date string using the well known strtotime $mydate = strtotime($thedate); //lets print the result echo ‘<p>’, date(‘l [...]
Read more
09.07.2010
Blog
admin
No Comments
Well this article has been a while in coming. One of the side effects of freelancing is that, sometimes, you have to set aside some of your other projects to let yourself meet client deadlines. Fortunately I have been making progress with this article throughout [...]
Read more
09.06.2010
Blog, Uncategorized
Simon Fraser
No Comments
Google announced some quite amazing technology upgrades yesterday, introducing a new search indexer called “Caffeine”. Googles Indexer is the way in which they find and organize the entire Internet into the list we are used to seeing on Google. To everyone that uses Google on [...]
Read more
01.06.2010
Blog
admin
No Comments
In my previous article I covered the support the most common browsers have when it comes to HTML5, and how to work around some of the biggest problems you’re likely to encounter with some browsers. Today we’ll be taking a closer look at the actual [...]
Read more
25.05.2010
Blog
Simon Fraser
No Comments
We have all been developing websites using standard computer fonts or as we know them Web Safe Fonts and all was okay, Everybody was happy with the classics of Verdana, Arial or even push it with Times New Roman, this is a quick insight into [...]
Read more