Still no art for you dot com!

On short notice:

click me!

Continue reading

Note to myself: Useful Regular Expressions

Find all opening and closing font tags with any given attribute to replace them with nothing:

regular expression search and replace screenshot

This looks for a “<” followed by zero or one “/” followed by the string “font” followed by zero or any character followed by a “>”. This means you shouldn’t have “<” or “>” in your attributes.

If you need to find all files that contain these font tags you can use the following command in the directory containing the suspected files:

grep "<font>" * | cut -d':' -f 1 | sort | uniq

Lovely.

Lost my Jabber Contact List

This is a weird one. For some reason I lost my entire Jabber contact list. So if you still want to have (at least) virtual contact with me all you have to do is to re-add me to your contact list and re-request authorization from me. In exchange you get authorization back from me and everything should work again. I have two Jabber accounts now, just to be safe. You can re-add me with my hukl@jabber.berlin.ccc.de address which will remain my primary Jabber account and for redundancy purpose you can also add my hukl@jabber.ccc.de account.

The question is: How many of my jabber contacts are reading my blog?

So on and snow fnord!

Magic Snowflake

Quote from the Principia Discordia, page 69.

The web2.0 equivalent of color

Have you heard of »kuler« yet? You have to say it like [kaler/kaoler] or like »color« because that is what kuler is about. To make things short, kuler is a flash application for creating color schemes. Its pretty neat but it is flash and you need to create an account to save your schemes. You can even create color schemes which you can import in your Adobe Creative Suite applications. Doesn’t sound to bad but I think its kind of worthless for print design. I’d rather go for CMYK, HKS or Pantone tables to create color schemes although it could work, at least to get a first idea. But why does it have to be Flash? This could have been such a nice Javascript web application. Remember colr.org? I blogged about their site a couple of months ago. Their site is for the exact same purpose, composing nice colors. The whole thing is done in Javascript and you can even generate colors from pictures you’ve uploaded.

This is actually a nice example for Flash getting more and more obsolete. Imagine using Javascript, XHTML and SVG with some sort of backend. I mean it should be possible to do many of the things Flash can do especially because Flash’s Actionscript is basically Javascript. Actionscript is simply wrapping some logic and the animation context in neat commands. If someone would come up with a Javascript library that would do the same, creating an animation context (FPS, animation loop, tweens, etc), it should be a lot less pain creating fun things without Flash.

I put a small demo together on smyck.org some weeks ago. The code is a little nasty but it was done in five minutes and it worked the way I wanted it. My goal is extending this demo further. I want to try out SVG. The only problem is the time that is missing right now.

While everyone is busy getting their web2.0 bubble business going there are still things to look at.

I don’t feel like creating an account at kuler.adobe.com