March 2008
10 posts
3 tags
3 tags
JavaScript Color Switcher
I built a little JavaScript color switcher for my newest theme. var sheet = document.styleSheets[0]; var colors = ["86b42d", "fab411", "556b2f", "c54b2c", "dc2b19", "a0522d"]; var rules = { "a" : "color", "var a:hover" : "color", "#header h1 a:hover" : "color", "#header span" : "background", "#footer div a:hover" : "color", "#sidebar dt" : "border-color", "#sidebar a:hover" :...
5 tags
First Theme Roughly Done
Spent some time with theming my Tumblr blog. It’s not quite finished as there are a few more things I’d like to add. One is to have the blue randomly replaced by another color. Easy to do with loading different stylesheets, but I don’t really want to load any external files. So I need to look into building it right into the blog using a JavaScript that makes the necessary...
How About A Theme?
This Tumblr blog needs a theme. Maybe a port of this one!
TwentyNiner Blog →
Helping out as an admin for the blog on TwentyNiner.ch. Various plugins installed, upgrade to Wordpress 2.5 to come, old posts from last year to import.
Gmail Vanished
Almost all of my emails in my Gmail account mysteriously vanished today. I used to like Gmail, but heck, if it’s not going to be a reliable place to keep my mail, I’ll better use something else or switch back to use POP and always keep an copy of everything on my computer. My ISP never lost an email. Guess you get what you pay for.
4 tags
Give Your Prism App A Custom Icon
Currently when you create a new app with Prism, it doesn’t let you give it a custom icon as with Fluid. Well, it’s not a difficult thing to do. You’ll need an ICNS icon. If you don’t have one, you can easily create one from an image using Img2icns. Step 1: Create your web app. In this tutorial, I’ll be using Gmail. You now got your Gmail Prism launcher on the...
5 tags
Prism Easily Portable
Much like Fluid, Mozilla’s Prism is an application that lets users split web applications out of their browser and run them directly on their desktop. I already use Fluid on my Mac, what makes Prism interesting is the fact that it’s available for multiple platforms. I’ve developed a CD-ROM for the company I work for that uses Portable Firefox as interface to a JavaScript-driven...
4 tags
Project 69
I’ve got this old, hardly used Kelly Deluxe frame that’s been put away in a box for now seven years. I have two singlespeeds, and one can only ride one bike at a time. I do have some darn goood components just lying around, so I’m going to start my project 69 to build up the good old Kelly into a 69er. Since I have two singlespeeds already, but don’t own anything geared,...