Categories
HTML5 XHTML/HTML

Soft Strategy

Sam Ruby wrote, Jackass 2.5 is available exclusively on SilverLight and my first thought was, “Hey! IE 8 must be shipping!” Then I clicked the link and realized he was talking about a movie. Sam brought up Jackass the movie because of an issue of the video element in the HTML5 specification, and whether user agents should, or […]

Categories
Graphics/CSS Photography

Picnik your Flickr

How many misspellings does it take to make a successful mashup? Elaine posted a note about Flickr adding edit capability via Picnik. I immediately tried it out, as the following screenshots demonstrate: [images lost] Just as with the stand alone version of Picnik, some of the functionality is free, others are part of a premium package: $24.95 per […]

Categories
Graphics/CSS SVG

Experiments: SVG Clock

I thought I would go into some detail on some of the experiments I’ve been trying out on the site, starting with the SVG clock in the sidebar. A major advantage of SVG is that you can actually see how something is created. Try that with a Flash file. The SVG clock in the sidebar […]

Categories
Graphics/CSS Programming Languages

Experiments in Color

I’ve written about this previously, but worth repeating. CSS can be dynamically created using a PHP application, as long as the content type is set to CSS: <?php // declare the output of the file as CSS header(‘Content-type: text/css’); ?> The style sheet can then be used directly or imported into another: @import “photographs.php”; I use […]

Categories
Internet Web

The next good thing

A VC wrote: My view, for those who haven’t been reading this blog for a long time, is that all of this privacy stuff is way over the top. You need to disclose what you are doing and Facebook has done that. You need to give users a way to opt out and I believe […]