Somethinghitme

My Code, demos and ideas.

JSLander completed

Sunday, Jul 4, 2010

Finally sat down this weekend and completed my Javascript Lunar Lander clone, JSLander. Decided to make it after messing around with midpoint displacement towards the end of last year. The development of JSLander overall wasn't too bad, the trickiest thing was making everything work exactly the same when you were zoomed in...

Read Article →

Cellular Texture Generation with JavaScript and Canvas

Friday, Jul 2, 2010

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 been optimized yet you have to keep the dimensions and number of points low...

Read Article →

Michiganwakeup.com Site Design

Friday, Jun 25, 2010

Just finished up another site for a client, http

Read Article →

DSx86 is awesome!

Tuesday, Jun 8, 2010

DSx86 is awesome! I don't know what it is but something about old dos games on handheld systems excites me, I think its because even those old games seem to have more depth and content than many of the current games in the handheld market...

Read Article →

JavaScript Canvas Lightning Effect

Tuesday, May 25, 2010

Like always still messing around creating random things using JavaScript and the Canvas element. My most recent side project was implementing some Action Script lightning code posted by Rybar over on the Flixel forums. Here is what I came up with...

Read Article →

New Design for Mio Ausable Schools

Tuesday, May 25, 2010

Just finished up a design for a client Mio Ausable Schools. I think it turned out pretty well. One of the funny things is this is the High School I actually went to oh so many years ago, a place where I flexed my brain technology wise...

Read Article →

MySQL Stored Procedures IF NOT EXISTS()

Thursday, May 6, 2010

I have been using MSSQL with ASP.NET a lot lately, and I really wanted to get some of the benefits of stored procedures into a PHP application I'm writing. I've known MySQL has supported them for a while but I guess I was always a bit too lazy...

Read Article →

Minecraft fun and editing

Sunday, May 2, 2010

Recently came across this awesome java game Minecraft basically the whole goal of the game (multiplayer that is) is to create and destroy things. At first I was pretty skeptical, the concept is so simple.. until I found myself spending hours recreating Mario...

Read Article →

Jquery Snowfall Plugin 1.3

Friday, Apr 30, 2010

Plugin has been updated to 1.4 please go here for more up to date information. Updated fixed a bug, and added an example file to show how to use the plugin. Added a few new things to the Jquery snowfall plugin, you now have the ability to clear the snow from elements..

Read Article →

Game Related Snippets I always Forget

Monday, Apr 26, 2010

When I sit down to prototype something new I always find myself looking up the same snippets to do the same types of things. I figured I might as well record them somewhere so I know an easy place to look when I do forget. All the samples will be in Javascript and should be able to be easily converted to any other language...

Read Article →