Category Archives: Tutorials

Creating a canvas platformer tutorial part two

Wow, so its been a while since I’ve posted anything. I’ve been kind of busy, and was forcing myself not to post anything unless it was going to be part two of the tutorial. With that said lets begin! For … Continue reading

Posted in Canvas, Game Development, html5, Javascript, Programming, Tutorials, Web Development | Tagged , , , , | Leave a comment

Creating a canvas platformer tutorial part one

Creating a canvas platformer tutorial part one

learning how to make a character move and jump around the screen using canvas and JavaScript.

The first part, of my first ever attempted tutorial series. So please bear with me as I can sometimes be very confusing (to myself included) when trying to convey any topics dealing with development. Continue reading

Posted in Canvas, Game Development, html5, Javascript, Programming, Tutorials, Web Development | Tagged , , , , | 8 Comments

JavaScript time between dates

How to quickly calculate a measurement of time between 2 dates in JavaScript Continue reading

Posted in Javascript, Programming, Tutorials, Web Development | Tagged , , | Leave a comment

How to get the week in a month for a date with Javascript

Working on my calendar application and I needed to get what week in the current month a day occurs on. Unfortunately I couldn’t find anything like this in the JavaScript Date object so this is the function I came up with. Continue reading

Posted in Programming, Tutorials, Web Development | Tagged , , | Leave a comment

Javascript Sorting by date time

Quick function for sorting an object by date and time. Continue reading

Posted in Programming, Tutorials, Web Development | Tagged , | 3 Comments