Articles tagged with: Javascript

melonJS HTML5 game engine

Summary: A small review of the melonJS HTML5 game engine.


Barcode Wars: Small Javascript game

Summary: Created a simple game inspired by the Barcode Battler system, using Javascript and HTML 5 to generate characters and enemies from barcodes.


Debugging with Google Chrome basics

Summary: Google Chrome's developer tools provide an all-in-one debugging suite for web developers, including elements, resources, network, scripts, timeline, profiles, audit, and console sections. The console allows for writing JavaScript code on the fly, and the cache can be disabled or modified.


Building a Wordpress 3 Mobilizer plugin

Summary: Building a Wordpress 3 Mobilizer plugin, detailing the process, requirements, and challenges faced, plus the full source code for the plugin.


Building a micro-stats logger in PHP

Summary: A tutorial on building a micro-stats logger in PHP as an alternative to Google Analytics, detailing the process of creating a system for testing stats on a Wordpress blog.