About

What font do you use on your headlines and navigation?

It’s called ‘London Underground’ by P22. It’s a faithful reproduction of Edward Johnston’s original typeface, developed in 1916, rather than the redesign conducted in the late 70s.

Before that, I used ‘Chalet Paris 1970’ by House Industries.

Can I have a big version of the Firefox/Thunderbird logo?

Hi-res tiffs can be downloaded from here

What Textpattern plugins do you use?

Here is a full list of plugins I use

Will you do a link exchange with me?

Send me your link, if I like it, I’ll link to it.

Do you take students looking for work placement?

As a lone freelancer working mainly from home, I’m afraid my situation isn’t suitable for taking on work experience students.

Will you create a mac theme for Firefox?

No, these ones are better than anything I could do!

How do you get the vertical and horizontal centering effect on your non-journal pages?

There is a tutorial here

How do you get the iFrame effect?

By using a CSS property called overflow. When set to auto it creates scrollbars for the content, but you have to specify a height for it, like this:

div#content { width: 500px; height: 300px; overflow: auto;
}

How do you ‘do’ CSS? I’m a beginner…

I suggest reading this article on Mezzoblue.

How do you do the ‘turn styling off’ option?

Its a slight cheat, its basically a php style switcher (in this case in the form of a textpattern plugin). It switches to a css file with a few basic rules, such as hiding the ‘turn off styling’ link.

Comments | RSS

Commenting is closed for this article.