A weblog of news and updates direct from the World Summit on Sustainable Development in Johannesburg: DailySummit.net, run by the British Council.
See also the official site of the summit.
No gods, no kings, no billionaires
A weblog of news and updates direct from the World Summit on Sustainable Development in Johannesburg: DailySummit.net, run by the British Council.
See also the official site of the summit.
Okaaaaayyyy…. We should be rolling with the new design now! The front page is up, and all the indicidual entries are being archived off to their individual places. We have a (still pretty basic) search, and even comments are working!
Still to to, though:
I think I need to go to bed now, though…
Once I’d found the CSS MIME type problem, I found a few more documents relating to it. As an alternative to editing the httpd.conf file, they suggest adding a .htaccess file to my web site, with a directive to change the MIME type for CSS files, i.e.:
AddType text/css css
But this doesn’t seem to work. I think the server admin is only allowing certain directives to be overridden in .htaccess files, and “AddType” is not one of them. Oh, well. Maybe a quick email to EZPublishing‘s tech support will sort things out.
Further references:
Oh, bum. While I was doing the site redesign, I was running the code off of my local machine. Then I tried the bits out on the Sunpig web server, and everything looked OK. But only because I hadn’t tried it out in Mozilla.
I used Mozilla to look at the new designs this evening, and lo! No CSS styles were being applied. At first I thought the stylesheet was broken somehow, and than Mozilla was therefore ignoring it completely. Nope. Then I tried every combination of attributes on the <link> tag to see if that was making a difference. Nuh-uh.
Google to the rescue. I found this page (on brain-stream.com), which highlights the real issue: my web server is serving up CSS documents (.css) with a MIME type of “text/plain”. And Mozilla doesn’t like that. Damn.
And the solution that is outlined won’t work for me, because I don’t own the server, and therefore don’t have access to the Apache httpd.conf file.
On the positive side, it showed quite satisfactorily that even without the stylesheet, the Sunpig site is still eminently readable. So the design decisions I made paid off. Yay!
Note: after putting up my wee article yesterday on how I’ve redesigned this site, the new design isn’t actually up and running yet. It’ll pop up in the next couple of days, though.
Okay, so I decided to redo my little section of the web. (Click here for a look at the old and new designs side-by-side.) I wanted to take advantage of some of the things that Movable Type allows you to do, such as comments, and sorting entries into categories. But I made the foolish mistake of also deciding to change the visual design of these pages, too. As Mark Bernstein writes in his article, “10 Tips on writing the living web”, ” Don’t rush to replace a good design: you will grow bored with it long before your readers do.”
Can…of…worms.