Category Archives: Web Development

Current Project Canvas Shmup

Posting my most current project (well my most current that happens to be cool anyway). Its a canvas shootemup, not really sure what Ill settle on for a title, but heres a screeny What I think is pretty cool about … Continue reading

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

My SOPA/PIPA Ludum Dare entry

Was pretty stressful trying to make this in a day (especially since I did a full workday at my day job as well!). This ended up being my entry. I borrowed some game concepts (ok all of them) from the … Continue reading

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

Fake 2d Lighting with javascript

Just started messing with realtime 2d raycasting for lighting today, used a pretty good code example from facepunch.com/threads/1011659. Heres my version in JS, and a fiddle to play with. If you look at the code youll notice I added a … Continue reading

Posted in Canvas, Gaming, Javascript, Programming, Web Development | Tagged , | 2 Comments

jQuery Snowfall 1.5 update now with snow buildup!

Added snow collection to the plugin, so now you can pass a jquery selector in the collection option and the snow will collect on top of all the elements matched. It uses the canvas tag so the snow wont collect in IE8 or lower. To enable collection you can do the following Continue reading

Posted in css3, Javascript, jQuery, Programming, Web Development | Tagged , , | 51 Comments

My entry for js1k #3

Below is what I ended up settling on for an entry for the JS1k. My ideas ranged for a rainbow road (similar to the Mario Kart level), to a 3d tombstone that said dysentary, a terrain generator, then a wave … Continue reading

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

CSS3 Animations are Fun!

So I decided to try out webkits css3 animations. Been seeing cool things crop up lately and I wanted to try my hand at doing my own animations, and see what they are capable of. I came up with a … Continue reading

Posted in css3, Design, Programming, Web Development | Tagged , , , | Leave a comment

Jquery Snowfall Plugin 1.4

Newer version available  

Posted in Javascript, jQuery, Web Development | Tagged , , , , | 30 Comments

JS1k XMAS submission

Wanted to submit something that was just graphical this time around so I worked on a 3D Christmas Tree for my submission. The hardest thing was trying to pack a 3D engine with depth sorting and lighting into such a … Continue reading

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

Jquery Snowfall script updated

Newer version available

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

Use built in jQuery UI icon with datepicker

Needed the date picker in a project today and noticed it doesn’t integrate well with jQuery UI’s icons, if trying to use an icon to open the calendar rather than an input. Found a response on Stackoverflow that talked about … Continue reading

Posted in Javascript, jQuery, Web Development | Tagged , , , , | Leave a comment