Monday, 31 March 2003

The utter douchebaggery of it all!

Seriously ... if you are in a rock band now, are considering joining a rock band in the future, or someone you know has an old band photo of you and the boys against a brick wall ... think again.

I can't say it enough, but Rock & Roll Confidential and their daily douchebag photos keep me in the laugh and away from brick walls near train tracks /images/emoticons/mozilla_laughing.gif

Posted by at 9:35 AM in My Life With The Thrill Kill Kult

Friday, 28 March 2003

IntelliJ IDEA #809 available

<cartman episode="Rainforest Schmainforest">
Well, that's two in one day. Announced over hm'yah, but you can grab it over m'yah.
No no no no!
Announced hm'yah, grab it m'yah.
Screw you guys, I'm going to code.
</cartman>
    Changes in build 809 from 807:
    - New CVS integration
    - Code completion. Smart type completion lists all derived classes after 'new' (for abstract classes and interfaces only)
Posted by at 3:34 PM in java ... just java

IntelliJ IDEA #698 available

Looks like the gang released IntelliJ IDEA #698.
    Changes in build 698 from 696
    
    - GLUE 4.0 integration has been removed
    - OS X-related bugfixes
    
Posted by at 10:13 AM in java ... just java

Thursday, 27 March 2003

A little Stoli and a lot of dedication

While I was working on "Remember Me" functionality for comments posting, Mark was a busy little bee getting Calendar navigation nearing the point of completion. He's already got it running on his blog at the bottom of his page.

I also got an interesting post from Chris over at sixlegs.com that he had created a FreeMarker dispatcher and modified some of the default templates to conform to their syntax. Now that's pretty slick! It looks like we will have to start a third party add-ons page.

Posted by at 10:31 AM in blojsom ... all blojsom

Tuesday, 25 March 2003

blojsom and semantic blogging

There are a lot of areas to explore with blogging. Semantic blogging is one of those areas. So, you can imagine the big grin on my face when I got the following e-mail (snippet below) this morning. Wow ... just wow!
Posted by at 1:35 PM in blojsom ... all blojsom

blojsom 1.6.1 available

Yesterday, Mark and I made Gibson available. The bug that we were experiencing with comments not showing up right after they were left was fixed and it was easy enough to provide updates to the blojsom JAR files. We were also able to fix an issue with plugins not being correctly destroyed when BlojsomServlet was taken out of service. This makes things happy happy joy joy for plugins like the referer log plugin which depend on its destroy() method to be called so that it can write out its referer log to disk.

And another blojsom blog went online which makes us smile /images/emoticons/mozilla_laughing.gif.

Posted by at 11:41 AM in blojsom ... all blojsom

Monday, 24 March 2003

blojsom 1.6 released

blojsom 1.6 is now available.

I won't go over all the details in the changelog, but suffice it to say that we're trying to stay current and innovative. Added support for trackbacks and the emoticons plugin adds a little "spice" to your blog entries /images/emoticons/mozilla_laughing.gif The BlojsomPlugin interface has been improved to allow for more customization.

blojsom 1.7 (Codename: Absolut) is already underway. On our list: calendar component, email to author plugin (to be used for comments/trackbacks), and other enhancements.

Posted by at 11:03 AM in blojsom ... all blojsom

Sunday, 23 March 2003

What does make good software?

So, in addition to the things that Mark mentions about what makes good blog software, I'll just add that the authors have to be actively maintaining and supporting their software.
Posted by at 11:47 AM in blojsom ... all blojsom

Saturday, 22 March 2003

IntelliJ IDEA (Aurora) #807 is available

Aurora, build 807 is available at http://www.intellij.net/eap.

Changes in build 807 from 804:

- "Dump Threads" (Ctrl-Break) feature in Run console (Windows NT/2000/XP only, implementation for Unix will be provided later)
- "Complete Statement" feature (Ctrl-Shift-Enter) - completes missing parentheses, semicolon etc
- Smart completion after "throws new"
- New code folding outline Look&Feel
- Structure view. Added "Hide non-public members" button.
Posted by at 10:35 AM in java ... just java

Friday, 21 March 2003

Trackbacks enabled for blojsom 1.6

Well, time to put the money where the mouth is and enable trackbacks on this blog.

You'll notice a trackback link shows up on the entry listing page which will take you to the page that lists the trackbacks for that entry. It also gives the trackback URL that you'll need to use if you want to trackback to that entry. As the Movable Type Trackback specification dictates, "url" is the only required parameter and that's the same with the blojsom implementation of trackbacks.

Enjoy! /images/emoticons/mozilla_laughing.gif

Oh, and blojsom 1.6 will be available shortly. I really just need to finish up documentation, but any code changes are finished.

Posted by at 11:59 PM in blojsom ... all blojsom

Thursday, 20 March 2003

Well actually, the Simpsons did it first

Googling for "blojsom" brought up this item from the folks over at SnipSnap.
    "After the blojsom guys did it, I took a look at their code (struct) and now SnipSnap supports posting via MetaWeblog API (tested with NetNewsWire)."
Hey, it's open source. Enjoy!
Posted by at 9:42 PM in blojsom ... all blojsom

A little bit of blojsom happy this AM!

Well, it's always nice to get compliments on your work, so I was particularly happy to get a note (snippet below) this AM regarding blojsom.
    "Just a quick ping to say "great work!" on blojsom. I downloaded it and had it running (under Jetty/JBoss) in a matter of minutes. And I'm really impressed with how simple it is to use and configure. Working off the file system is extremely straight-forward."
Oh, and thinblog works like a champ with blojsom. If you're looking for a barebones way to edit your blog (and no, it need not be blojsom /images/emoticons/mozilla_wink.gif), then thinblog may be for you.
Posted by at 12:37 PM in blojsom ... all blojsom

Monday, 17 March 2003

blojsom trackback support

As with a lot of the things I think will take a long time to develop, trackback support for blojsom is almost finished. For now, it's time for bed. Tomorrow, it gets wired in and I'll test it out.

Update: And so, trackback support has been committed to CVS. Yet, it's off to bed again and I'll update the site at some point to enable trackback support.

Posted by at 10:45 PM in blojsom ... all blojsom

blojsom RSS feeds on SourceForge

Apparently, SourceForge has started providing RSS feeds for project information. Maybe this is old news, maybe this is new news, but I just saw the link for blojsom project RSS feeds this morning.
Posted by at 10:33 AM in blojsom ... all blojsom

Look to the CLASSPATH!

From a post on a Java forum:
    i have a jdbc-driver jar-file that is used to connect to a database. the file is not into the classpath, i load(new Instance()) the main class of the driver with the classLoader from the jar-file. the driver use resourceBundle-files for the strings. but he cannot find the .properties files where the strings are saved:
No comment /images/emoticons/mozilla_laughing.gif
Posted by at 8:47 AM in java ... just java

Friday, 14 March 2003

IntelliJ Aurora EAP #804 available

And you can check out the features over hm'yah.
Posted by at 4:21 PM in java ... just java

Thursday, 13 March 2003

But ... does your blog software have an emoticons plugin?

Thanks to the wonderful folks over at Jive Software and their emoticons image pack, with a little programming I whipped up an emoticons plugin for blojsom. And here we have it. Gotta love it. Although, I seriously doubt that I'll be able to remember anything but the "standard" emoticons, but here they all are.

/images/emoticons/mozilla_laughing.gif /images/emoticons/mozilla_frown.gif /images/emoticons/mozilla_smile.gif /images/emoticons/mozilla_kiss.gif /images/emoticons/mozilla_sealed.gif /images/emoticons/mozilla_cool.gif /images/emoticons/mozilla_innocent.gif /images/emoticons/mozilla_tongueout.gif /images/emoticons/mozilla_yell.gif /images/emoticons/mozilla_laughing.gif /images/emoticons/mozilla_wink.gif /images/emoticons/mozilla_embarassed.gif /images/emoticons/mozilla_cry.gif /images/emoticons/mozilla_undecided.gif /images/emoticons/mozilla_surprised.gif /images/emoticons/mozilla_smile.gif

Take that ... /images/emoticons/mozilla_tongueout.gif

Oh, and 'Emoticon images copyright Jive Software. Used with permission.'

Posted by at 11:39 PM in blojsom ... all blojsom

blojsom 1.5 released

And so, another day and another release of blojsom. Late last night I made the blojsom 1.5 (Codename: Hangar One) release available on SourceForge. This time around the two biggest features are:
  • Support for comments
  • XML-RPC support for the MetaWeblog API
And yes, we're already thinking and working on blojsom 1.6 (Codename: Stoli). Trackbacks, LiveJournal API support, Blogger 2.0 API support are likely candidates for inclusion in the codebase. I'm sure there will be a new plugin or two.
Posted by at 9:01 AM in blojsom ... all blojsom

Wednesday, 12 March 2003

blojsom, blog software, and database-backed web applications

There are many reasons why blojsom will never ever be backed by a database. I list a few of those reasons here because in the past few days and just reading through different blogs, it seems that performance and stability of databased-backed web applications (namely blog software) had come under some scrutiny.
  • blojsom takes a different architectural approach in that it uses the filesystem as its content database. This was part of the original zen and philosophy of blosxom on which blojsom is based.
  • A blog entry from Russell where he says, "Anyone who's seen the MiniBlog code knows that it's a mess - a zillion MySQL queries, no connection pooling etc. This actually, hasn't been a problem. Until now."
  • A recent entry from JavaBlogs, Who ate the threads? where I picked up on two different quotes ... "I tried the kill -QUIT trick on FreeRoller this afternoon after it locked up. Looking at the stack traces for Tomcat's 75 threads, I found that most were either waiting for database connections or involved reading cache entries from the disk." ... more entry ... "Those changes kept FreeRoller up for a much longer period of time, but did not fix the problem."
  • There would not be enough hours in the day to justify why I chose Hibernate over Castor JDO or why I didn't just use Prevalayer
Again, for me personally, I have a different opinion, architecturally speaking, of how and where blojsom is going to get its content. It just seems that in the database-backed cases, a key piece of the architecture on which the software runs, has not been given the TLC it so rightly deserves.
Posted by at 1:44 PM in blojsom ... all blojsom

Saturday, 8 March 2003

blojsom now supporting a subset of the metaWeblog API

Well, Mark informs me that he's checked metaWeblog API support into CVS. This is "a good thing". That brings us to Blogger and metaWeblog support for blojsom. Later this week we'll make the blojsom 1.5 release official.
Posted by at 10:48 PM in blojsom ... all blojsom

Friday, 7 March 2003

Aurora #802, Java 1.4.1 (DP10), OSX

It seems that the latest EAP from IntelliJ "plays well with others". Namely, it works in my environment: Java 1.4.1 /images/emoticons/mozilla_laughing.gifP10) and OSX. DP10 is the patched version to enable the code completion, but things seem to be happy happy, joy joy.
Posted by at 9:03 PM in java ... just java

Thursday, 6 March 2003

blojsom now supports enabling and disabling comments on individual entries

Simply put, if comments are enabled on your blojsom blog and you don't want people to be able to comment on an entry, make it read-only. Bickety bam! No comments /images/emoticons/mozilla_laughing.gif

You'll also notice that the comments form requires you to enter an author name and a comment.

Posted by at 10:26 PM in blojsom ... all blojsom

Comments now operable in blojsom (and on this site)

I've updated the site with the blojsom 1.5 dev release. As you'll notice, comments are now enabled and working. God help me now that people can chime in on my rants /images/emoticons/mozilla_laughing.gif

Back to my iPod and back to your regularly scheduled blogging.

Posted by at 12:20 PM in blojsom ... all blojsom

Wednesday, 5 March 2003

And thus started a new movement ... Clogging!

Basically it's blogging from your crapper. Mark and I coined it so y'all beotches need to recognize. /images/emoticons/mozilla_laughing.gif

Sadly, Mark was the one who got the name for the Clogging client, "Plunger".

Posted by at 11:29 PM in My Life With The Thrill Kill Kult

Googling for blojsom

As Mark and I try and pimp blojsom, we're trying to remain keenly aware of our fledgeling user base (and those considering using blojsom). So, every so often I'll google for "blojsom" just to see what comes up for results. Last week I did this and came across blogfish who mentioned that she was having trouble creating the first entry in blojsom. Apparently, she was evaluating blojsom for the corporate environment.

Needless to say, I was IMing Mark (because of web connectivity issues), "MUST POINT HER AT UPDATED DOCS!". For whatever reason, earlier in that week I had thought to myself, "I know how to post entries, add and remove categories, etc... but that might not be plainly obvious to the end user." And, I had actually updated the documentation on the blojsom site to reflect that. So, two comments later and a personal e-mail to blogfish later that evening, I felt much better.

No response to my e-mail or Mark's comments, so I was a little uneasy that we had dropped the ball on this one. I check blogfish today and what do I see?

By the way, the makers of blojsom were kind enough to answer the questions I posted, and I was successful in making that first blojsom post (thanks, Mark and David!)
You're welcome blogfish ... you're welcome /images/emoticons/mozilla_laughing.gif
Posted by at 3:34 PM in blojsom ... all blojsom

Tuesday, 4 March 2003

Looks like blojsom made it onto the Roller website

I was checking out the Roller Website this AM and saw that blojsom was listed under the "Alternatives" heading. Thanks /images/emoticons/mozilla_laughing.gif
Posted by at 3:49 PM in blojsom ... all blojsom

Monday, 3 March 2003

blojsom 1.4 released

As Mark briefly mentioned yesterday, we did release blojsom 1.4. There's certainly not a shortage of features to think about and implement, but here's what made it into the 1.4 release:
  • Updated documentation on the website: I now live by the principle that what is plainly obvious to the developer will not be as obvious to the end user. Most notably, there was some confusion as to how to create, edit, and change things like categories and entries.
  • Flavor-based default category mapping: Typically, blogs aggregate blog entries on your "index" page or if you request the default or "/" category. In blojsom, we don't depart from this notion, but instead allow you to configure the directories that will be aggregated per flavor. So, for example, I can aggregate "/blojsom" and "/java" for my RSS flavor, while leaving the flood gates open for all the other flavors. All of this described in more detail in the customization documentation.
  • blojsom plugin API: Man, this was a LOT of fun to put together and really offers you some flexibility in customizing your blog, making things easier when editing entries ... The possibilities are endless. If you want to explore the plugin documentation, well, there it is. blojsom also supports flavor-based plugin chains so that you can choose to have different plugins executed for different flavors. Again, the idea is flexibility. And we released 4 plugins with blojsom for you to look at and experiment with. They are, hyperlink URL, macro expansion, simple search, and "more ...".
  • XML-RPC support: Mark did a great job putting this together so that you can now use an XML-RPC tool to manage your blog. blojsom supports a subset of the Blogger API, but the important bits are there like some basic authentication, creating and editing of posts. Check it out, it works.
Already we've begun thinking about what will make it into blojsom 1.5 (codename: Hangar One). Looks like Mark will be addressing MetaWeblog support via XML-RPC while I tackle comments.

Enjoy!

Posted by at 8:43 AM in blojsom ... all blojsom

Sunday, 2 March 2003

blojsom ... a "competitor"?

Apparently, blojsom is a "compeititor" to SnipSnap. I guess I'm flattered /images/emoticons/mozilla_laughing.gif

Too bad they didn't spell it right even if they got the URL correct.

Posted by at 3:30 PM in blojsom ... all blojsom
« First  « Prev   1 2 3 4 5   Next »  Last »
« March »
SunMonTueWedThuFriSat
      1
2345678
9101112131415
16171819202122
23242526272829
3031