Posts Tagged ‘wordpress’

wordpress 2.6 vs wordpress mu

Tuesday, July 22nd, 2008

The latest update for wordpress was released some days ago. Today I upgraded this blog too - I hope everything still works. But I have to upgrade some more blogs and thats a damn job. I am using subversion to get new files, but I still have to upgrade for every single blog. For sure I have changes on the layout differing from blog to blog, so something may fail. Maybe I should give wordpress multi-user a try?

android

Sunday, November 18th, 2007

I dont know why google’s new mobile device OS is called android, but I switched the platform for my accounting software… And this software got a working title (bifröst ist the name for the whole project): Glitnir.
And, before writing this posting, I upgraded Wordpress which was an annoying “journey”. First, my upload rate was really slow (0,5kB/s) and afterwards I noticed, that something is bugged. The preview screen under this textarea does endless refreshs (wants to, it is prevented by firefox).

font families

Wednesday, September 26th, 2007

Ok, the first thing I’ve learned right today is:
Fonts in the web aren’t perfect. I didn’t see the difference for a until I’ve changed the css sheet from
code {
font: 1.1em 'Courier New', Courier, Fixed;
}

to
code {
font: 1.2em Monospace;
}

There was a differnce, but I was too marginal for me.