Archive for the 'Test' Category

Code highlight plugin test

March 15th, 2008

Here’s some JavaScript code for grins:

 
dave = {
show: function() {
this.style.display = ‘block’;
},
 
hide: function() {
this.style.display = ‘none’;
}
}
 

It seems to work, but it jams a ton of “style” tags into the source. Not a good example of coding for someone who does this sort of thing for a living. I’ll look for another plugin.

Trying MarsEdit to make blog posts in OSX

March 15th, 2008

Hey, this thing looks like it just sort of… works. Without having to login and such, it’s a nice app.

MarsEdit 2 by Red Sweater Software

It’s pretty fast, and hooks up to Wordpress nicely. It has code editing which I prefer to WSYWIG, and the preview is decent. It supports category selection, and even lets you […]