Categories
- Android (2)
- Canvas (20)
- css3 (2)
- Design (6)
- Game Development (21)
- Gaming (7)
- Hand Held (2)
- html5 (10)
- Javascript (16)
- jQuery (4)
- MySQL (1)
- PC (5)
- Programming (41)
- Tutorials (3)
- Uncategorized (2)
- Web Development (35)
- zombies (1)
Interesting Links
Projects
Archives
- March 2012 (3)
- February 2012 (3)
- 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 html5 jason brown Java javascript javascript snow jquery jquery snow jquery snow plugin js1k math midpoint displacement minecraft OpenGL performance plugin quick sort Raven rotation Screensaver snow snowfall sorting sprite sheets vector Vector Graphics Web Design Web Development web sites
Category Archives: Web Development
JSLander completed
Finally sat down this weekend and completed my Javascript Lunar Lander clone, JSLander. Continue reading
Posted in Canvas, Game Development, Programming, Web Development
Tagged canvas, javascript, lunar lander
6 Comments
Cellular Texture Generation with JavaScript and Canvas
Been messing with canvas again, and put together a little demo that creates procedural cell looking textures, based off of the Worley algorithm. You can achieve some pretty amazing results, also added the option to animate, but since the algorithm has not … Continue reading
Posted in Canvas, Design, Game Development, Programming, Web Development
Tagged canvas, cellular, javascript, procedural, texture, worley
Leave a comment
Michiganwakeup.com Site Design
Just finsihed up another site for a client, http://www.michiganwakeup.com . They were very pleased with it. They asked for a site that was very simple and to the point. I still feel as if there is something missing.. but I ha a … Continue reading
New Design for Mio Ausable Schools
My new design for the Highschool I used to attend. Continue reading
JavaScript Canvas Lightning Effect
Messing around with JavaScript and Canvas. Here is a version of some lightning code I adapted to work in JS and Canvas. Continue reading
Posted in Canvas, Programming, Web Development
Tagged canvas, canvas blur, canvas glow, canvas lightning, javascript, javascript lightning
Leave a comment
MySQL Stored Procedures IF NOT EXISTS()
IF NOT EXIST does not work the same way in MySQL as it does in MSSQL. Continue reading
Posted in MySQL, Programming, Web Development
Tagged IF NOT EXISTS, Microsoft SQL Server, MySQL, Stored Procedures
7 Comments
Minecraft fun and editing
Recently came across this awesome java game Minecraft basically the whole goal of the game (multiplayer that is) is to create and destroy things. Continue reading
Posted in Game Development, Programming, Web Development
Tagged Java, minecraft, minecraft development
Leave a comment
Jquery Snowfall Plugin 1.3
Added a few new things to the Jquery snowfall plugin, you now have the ability to clear the snow from elements, chaining is supported, and element matching is supported. Continue reading
Quick Sort algorithm comparison
Experimenting with different sorting algorithms and speed differences within Javascript. Continue reading
Posted in Programming, Web Development
Tagged algorithm, javascript, performance, quick sort, sorting
1 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