Tag Archives: Web Development

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

Canvas Lunar Lander update

Game is still coming along, it now supports zooming, which was actually a little bit tricky to figure out. Only a few more things left to add before its a full fledged game.. or clone of a game that is. … Continue reading

Posted in Canvas, Game Development, Programming, Web Development | Tagged , , , , | 1 Comment

Lunar Lander Canvas Game

Working on a lot of things lately but noticed I haven’t made a post in quite a while. Heres a quick look at one of the random games I’m making using JavaScript and the Canvas element. Its essentially a clone of Lunar … Continue reading

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

New Canvas game im working on

A while back I posted a link to a Flash game I was working on, it was going to be multiplayer using Nanoba. Unfortunately I gave up on it pretty quickly, I’m not a big fan of Flash and I … Continue reading

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