My projects
One package I made was a simple tutorial on swaping out text via css and JS (for example, hiding a button saying switch to mobile version) when your on the mobile version, but show it on the desktop version.
Download |
Demo
Yet to be named photo gallery (someday needs to be converted to php)
See the latest
Here
No zip file for download at the moment.
Code to make a invisible HTML5 audio clip with autoplay
I made this for a friend's site, who wanted Malcolm's laugh from Jarassic Park to play whenever a user came onto the page. Its invisible, it autoplays and the test of it is on
audiotesting and now the code
//This will create a html audio tag of the Malcolm laugh from jarassic park, that autoplays and has no controls visible.
<div id="malcolm laugh"
<audio id="Malcolm Laugh" autoplay="0">
<source src="http://alpha1beta.com/files/laugh.ogg" type="audio/ogg"
</audio>
</div>
HTML5 video with youtube fallback and css to make it pretty
Download |
Demo
Other projects include...
Boy scout homepage and custom photo gallery for Troop 24
here
Innovative Appraisal Network, LLC Homepage (my day job)
Live demo |
New Home, when done.
Projects I like
Make Canvas work in IE
EXcanvas
Make HTML5 tags work in IE
RemySharp.com