Categories
- Android (2)
- Canvas (16)
- css3 (2)
- Design (6)
- Game Development (15)
- Gaming (5)
- Hand Held (2)
- Javascript (11)
- jQuery (4)
- MySQL (1)
- PC (4)
- Programming (35)
- Tutorials (3)
- Uncategorized (2)
- Web Development (33)
- zombies (1)
Interesting Links
Projects
Archives
- January 2012 (3)
- November 2011 (1)
- October 2011 (5)
- April 2011 (1)
- March 2011 (1)
- December 2010 (2)
- November 2010 (1)
- October 2010 (1)
- September 2010 (5)
- August 2010 (1)
- July 2010 (2)
- June 2010 (2)
- May 2010 (4)
- April 2010 (7)
- February 2010 (2)
- December 2009 (3)
- October 2009 (1)
- March 2009 (1)
- February 2009 (5)
Tags
2d matrix algorithm android angle based movement Aviary canvas canvas games canvas invaders collision css date object development diamond square distance friction game heightmap jason brown Java javascript javascript snow jquery jquery snow jquery snow plugin js1k math midpoint displacement minecraft minecraft development OpenGL performance plugin quick sort Raven rotation Screensaver snow snowfall sorting sprite sheets vector Vector Graphics Web Design Web Development web sites
Category Archives: Tutorials
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 date time, javascript, time between dates
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 date object, javascript, Web Development
Leave a comment
Javascript Sorting by date time
Quick function for sorting an object by date and time. Continue reading