Programming
by Matthew Bystedt on November 29, 2012, 1:43 pm
SVG is a vector graphics format built for the web. What you might not know is that it is a drop-in replacement anywhere you can use a regular image.
[Read more]
Programming
by Matthew Bystedt on November 28, 2012, 2:07 pm
An image sprite is the combination of two or more images into a single image. I'll show you why to use them and how to make them.
[Read more]
Programming
by Matthew Bystedt on November 27, 2012, 3:51 pm
As I was updating the SVG Tutorial, I came across two web-based SVG editors: SVG-edit and Method Draw.
[Read more]
Programming
by Matthew Bystedt on November 13, 2012, 11:17 am
Best practices coding CSS and HTML to yield efficient selectors in jQuery.
[Read more]
Programming
Raster bad; Vector good
by Matthew Bystedt on November 10, 2012, 10:12 am
I'm predicting that vector graphics are about to storm the web.
[Read more]
Programming
Easy bake code
by Matthew Bystedt on November 9, 2012, 10:13 pm
jQuery and Underscore can be used together is to create clear and fast loading templates.
[Read more]