Posts Tagged ‘canvas’
Font replacement techniques
Posted Tuesday, March 10th, 2009.
Filed under JavaScript, web design with the tags @font-face, canvas, CSS, css3, cufon, image replacement, sIFR, typeface.js
Like many other web professionals, I’m tired of the limited font set we have to work with. Gee, should I use Verdana on this site or Georgia? Maybe Arial? Meh. Bor-ing.
Image-Free Progress Bar using MooTools and Canvas
Posted Friday, March 6th, 2009.
Filed under General, JavaScript with the tags canvas, excanvas, JavaScript, mootools, ProgressBar class, Rectangle class
As part of my ongoing experiments with <canvas>, I decided to convert an image-based progress bar to an image-free canvas-based system. I just finished whipping up a proof-of-concept; it uses MooTools to generate the canvas and CSS code. No images were harmed in the making of this progress bar.
More info later (time permitting)
Modal.js updated
Posted Friday, February 27th, 2009.
Filed under JavaScript, web design with the tags canvas, JavaScript, Modal class, mootools, Rectangle class
My Modal.js class is still a work-in-progress. Today I made a few updates, most notably to some CSS handling and to the styling of the ‘close’ button (looks much more sophisticated now). Check it out.