Bloglines Blogroll

October 8th, 2004 No Comments »

I’ve exported my bloglines blogroll as an OPML file and imported it into WordPress. However, it wasn’t as straightforward as it should have been. Seems that WordPress is setup to look for the attribute “URL” in the OPML OUTLINE tag in order to import the url. It also assumes that the name of the site is found in the attribute “TEXT.”

However, Bloglines uses the attribute “HTMLURL” for the url and “TITLE” for the name of the site. So what ends up happening is WordPress imports a long list of links with no url and no name. In order to get around this you must edit the file link-parse-opml.php which is located in the wp-admin folder. At the top of this document change ‘link_url’ => ‘URL’ to ‘link_url’ => ‘HTMLURL’ and ‘link_name’=>’TEXT’ to ‘link_name’=>’TITLE’…or update your WordPress installation to 1.21 as they seemed to have added options for both scenarios.

Regardless importing my blogroll in this way is much better than using Bloglines’ provided javascript. I tried that for about a day and it significantly slowed the loading of my site down (which is slow already due to my hosting companies poor PHP performance).

By the way, does anyone know of a plugin/hack/whatever to add bulk delete to the link management section of Wordpress?

Firefox 1.0 Preview Release

September 14th, 2004 No Comments »

UPDATE: The goal of 1 million downloads is well on the way with 160,000 as of this afternoon!

Get Firefox!

It’s 1:00 am and I just finished painting some of the living room. I’ve also just seen that Mozilla is releasing a v1.0 preview of Firefox tomorrow (today). WOOHOO! Seems like some new features have crept in from 0.9.3.

Check out SpreadFirefox.com for the details and how they hope to log 100,000(edit: 1,000,000) downloads in 10 days! Sounds like a tall order.

Wellstyled.com

July 28th, 2004 No Comments »

Run, don’t walk, over to Wellstyled.com for some great articles on CSS and web standards.

This Is The Mona Lisa…

July 26th, 2004 No Comments »

my mona lisa

For the above image I used a picture of the Mona Lisa. After heavily filtering, resizing and tweaking this is the result. Am I infringing on copyright? (The Mona Lisa probably isn’t copyrighted, but that is beside the point)

There’s a great discussion going on over at mezzloblue on this very subject. Dave’s post Design Theft: Crossing the Line is generating a variety of ideas concerning the nature of copyright.

Personally, I remembered Sherrie Levine and her work which involves direct challenges to copyright. Also, many artists incorporate copyrighted images into their work. Techniques such as painting photos or newspaper clippings into the canvas (Robert Rauschenberg, etc.) as well as some collage artists would probably be considered copyright infringement by some of the commenters here.

I think people might be overlooking some facts about image copyright. I’m not a lawyer, but from what I have read copyrighted images can be used without the author’s permission if the use falls under “fair use.” What “fair use” is is somewhat hazy, but aspects of it allow the image to be used/copied if the use does not affect the author’s ability to market their image.

Another aspect of “fair use” is how much of the orginal work is being copied. It the example at mezzoblue, the 150px image shown could have been a crop from a 3500px panorama. Sampling this small section would most likely come under “fair use.”

Finally, in the example case presented at mezzoblue we are also dealing with extreme data filtering. The original image data is mathmatically altered by the artist to a final form where the original no longer exists. This certainly is not copyright infringement any more than writing this comment is. (I didn’t come up with all this stuff myself. I researched copyright law, representative artists, etc.. I then used my mind to process the data available into this post)

Style Switcher

July 1st, 2004 No Comments »

In the endless pursuit of perfection, I tweak/re-design this page fairly frequently. I decided that rather than force these design changes on you, the reader (you know who you are…or maybe you don’t…let’s save that for an existentialist post, shall we) I should let you choose which version you’re more comfortable with.

Thus, the style switcher in the top right hand corner ( for the time being) will soon be in effect offering media interactivity beyond your wildest dreams.

For the time being clicking the switcher links will present you with an annoying javascript alert box. However, soon…very soon you will be rewarded with an instant page transformation to the design of your choice. Keep watching

Update

The Style Switcher is now active (the meditation skin is still not linked). The snowy and sparse stylings should be working. Give them a shot! The setting will be stored in a cookie and recalled on subsequent visits to the site.