This post is going to assume you have used three.js to set up a basic scene with a camera and objects. The shaders can go in a script tag within the page and then can…
Tag: web
CSS Sprite Map Generator for background-image
So yesterday I thought it would be useful to have a tool that generates CSS classes based on defined slices of an image. There are tools out there that do this but I wanted to…
HTML5 getting started with canvas
HTML5 and javascript are the next wave of web capabilities to do rich content without flash or any other plug-ins like unity. A big part of this is the canvas element which allows you to…
deploy any site with capistrano from svn
Capistrano is a very cool web deployment tool initially built for the ruby on rails environment, more info can be found here. However you don't just have to be coding in Ruby to use it,…
swfaddress 2.3 problems: IE7 not loading parameters/not updating URL
I have since reverted to using swfaddress 2.2, I should note I am also using swfobject 2.2. First the confusion began when I noticed in the src folder when downloading the swfaddress package there are…
Read more of swfaddress 2.3 problems: IE7 not loading parameters/not updating URL
Content Management System Overview
This is just a brief summary of some of the Content Management Systems I've used and what they're good at/bad at, to hopefully help you make better decisions when deciding how to go about your…
getElementsByClassName
getElementById had always been a nice way to reference attributes of an element in your html via javascript, but now with the dawn of HTML 5 you can update whole groups with the getElementsByClassName function…
Papervision3D filter notes
Typically when adding filters in papervision you have to use ViewportLayers and apply the filters to them, however this can become messy and tedious if you are applying filters to a large number of objects.…
safari activity window for all browsers.. Charles
So I've always been in love with safari's Activity window, but I often like using more common browsers for website debugging and hate jumping over to safari which typically runs the same as my standard…
Read more of safari activity window for all browsers.. Charles