Tutorial – Make a Game with ImpactJS
While doing research in game development using HTML5, ImpactJS is a framework that is mentioned as being the best to date for making HTML5 games. The great thing is that you can port over HTML5 to...
View ArticleTop 5 Sublime Text Shortcuts
Top 5 Shortcuts That Will Boost Your Coding Productivity Are you new to the sublime text editor? It’s really more powerful than it looks. While it’s easy navigation with mouse and keyboard all the...
View Article1 Hour Crash Course in AngularJS
Have you thought about learning AngularJS, but find all the examples just too basic? I did too! I spent an entire week (full-time) during my vacation to break open AngularJS and see what’s possible....
View ArticleReview – Building an Application with CoffeeScript
The intro of the video course states “familiarize yourself with CoffeeScript” and I did (course link http://bit.ly/1ix4XXb) The other list items of learning in the description are also fairly...
View ArticleDeveloping Responsive Web Applications with AJAX and jQuery Review
Book available for puchase at PacktPub.com You can develop web applications in so many ways and this book teaches you how with the most popular front-end library, jQuery and AJAX. Initially I was...
View ArticleExpress.js vs Sails.js Comparison
This is an overview comparing Node.JS frameworks including Express, Sails, HAPI and Lazo.js. Express is clearly the most popular currently version 4 at the time of this writing. The next framework...
View ArticleNew Directives in AngularJS 1.3
In October 2013, AngularJS officially released version 1.3 and on top of that are discussions about significant changes in version 2, which is a long way from production-ready so don’t even look into...
View ArticleUpcoming Changes in jQuery 3
jQuery has been going strong and steady but is no longer as popular as it used to be. It’s still good for beginners to use but there are many alternatives nowadays. One major change in jQuery v2 was...
View ArticleAutomatically Write a Changelog to a Github Repo
A software project may undergo a lot of changes during its life cycle. Each change might be a bug fix, a new feature or deprecation of existing features. All these changes made to a project must be...
View ArticleScale HTML5 Video to Fit Screen
With the recent updates of browsers supporting web more W3C standards, it is easier to embed HTML5 videos than before, although you still have to provide your video in multiple codecs such as webm,...
View Article