Steven Scholnick

Java Man is here
January 31, 2009

splice version 2.0.1 has been released, a very minor bug fix.

January 17, 2009

splice version 2.0 has been released. It adds the ability to read song titles from an iTunes playlist.

December 5, 2009

t2t version 7.0 has been released. It adds the templating ability. 7.0 only supports 4 tokens: {title}, {data}, {file}, and {exec}. See the documentation for details.

July 7, 2009

My Twitter updates will now show on Facebook. Yes I change my mind quickly. Maybe I won't change it again.


I have added MD5 Checksum values for both t2t and splice downloads.

July 6, 2009

All of my recent updates have been on Facebook or Twitter. I've only started to use Twitter for real today. I don't have it linked to Facebook and probably never will.

In the future the updates here will probably be limited to coding (e.g. t2t or splice) or vacation pictures. Looking back at my earlier posts, it seems like I have already been doing that.

May 3, 2009

2009 Cruise Pictures from our just completed cruise on Royal Caribbean's Liberty of the Seas.

April 26, 2009

I have made available several scripts that I use to make life easier. They are all licensed under LGPL.

January 3, 2009

t2t version 6.1 has been released. It fixes several issues around empty data producing invalid XHTML.

January 1, 2009

We bought a new MacBook with 4 GBs of RAM and 24 inch LED Cinema Display. Wow! The new monitor is incredible and the MacBook just chugs away. Here are some pictures.


OSXPlanet has been ported to Leopard. It works great.


Pictures from our last Vegas trip.

August 20, 2008

We just got back from Vegas, and this time we made it to the Bellagio Gardens. Here are Our Pictures from the Gardens.

June 29, 2008

For my latest work project, I have been using Spring. I really like working with Spring. It is straightforward and non-invasive. I am using serveral pieces including the WebMVC. My code has never been this clean.

April 22, 2008

I have posted the pictures from our Italian Vacation!

March 16, 2008

We bought 8130 Pearl Blackberrys, a great phone. The crackberry.com forums are awesome. Any blackbery question can be answered there, and most already have been.

February 18, 2008

Here is a workaround to get OSXPlanet working on Leopard.

February 9, 2008

Laurel's Dinner short story is available. I really liked it!

January 26, 2008

t2t 6.0 has been released. It will natively read Excel and OpenOffice files. It also includes several bug fixes; all users should upgrade.

January 23, 2008

BlueHost now hosts this site. They have a large number of features.

December 31, 2007

I have replaced Toast with two freeware open-source alternatives: Max for ripping and Burn for burning.

November 19, 2007

I have been having problems with iTunes freezing between songs since I upgraded to 7.5. I found the fix on an apple discussion board. It works great now, back to normal.


I bought a new digital camera, a Canon PowerShot SD1000. It is a super-compact camera.

November 5, 2007

We just upgraded to Leopard. No problems with the upgrade. Everything seems to be working ok, except for Toast and OSXPlanet. I will be upgrading both of those applications once they are Leopard ready.

October 22, 2007

t2t version 5.3 has been released.

September 9, 2007

We are going to see Genesis tonight, tonight, tonight.

June 2, 2007

I am reading Java Generics and Collections by Maurice Naftalin, Philip Wadler. It is a really well written book about Generics.


I have updated the Recommended Java Books page.


splice version 1.9 has been released.

March 31, 2007

We have switched ISPs; we now use Verizon. So far so good, nice stable DSL connection. Email addresses have not changed.

February 12, 2007

HBO is making George R. R. Martin's A Song of Ice and Fire books into a series!! Variety has an article about it.


I've been searching for several flights over the past few weeks. I highly recommend Kayak; it is a great meta-search engine. Great results and great site!!


splice version 1.8 has been released.

February 4, 2007

We saw Pan's Labyrinth last night. Great movie!


Splice Online PDF label generation is working again!

January 15, 2007

t2t version 5.2 has been released. I added --equals command line option; it ensures that all of the rows have the same number of columns.


splice version 1.7 has been released. Another filler bug is fixed.

December 10, 2006

I now use Picasa to host some of my pictures, a nice site from Google.


We saw Love recently in Vegas. It is at The Mirage. Great show, awesome music.

September 13, 2006

I now use Flickr to host some of my pictures. It is very user friendly site.


I have been using Java 5 a little recently, and I am not convinced Generics is a needed addition. It really complicates things.

July 4, 2006

t2t version 5.1 has been released. It now always produces valid HTML and XHTML code.


Most of the pages on scholnick.net are now valid XHTML. I've been using tidy to validate the code. Html Validator is nice plug-in for Firefox.

June 4, 2006

2006 Cruise Pictures from our just completed cruise on board the Norwegian Dawn. We had a great time, very relaxing.

May 1, 2006

splice version 1.5 has been released. It finally solves the additional information bug with CD labels. Also --slim command line option was added; it informs splice that all of the CD labels will be for slim jewel cases.

March 5, 2006

I have been using Digester quite a bit at work. It is a great library for easily parsing XML, but there is practically no documentation or it is wrong. Most online examples are dated or just don't work.


I've been playing with Ajax a little. I got a simple application to work. It is very cool.

February 19, 2006

splice version 1.4 has been released. It fixes issues with boolean command line options. A man page and a makefile are now provided.

February 12, 2006

t2t version 5.0 has been released. XHTML support has been added. A man page has been created and makefile for easy installation.


I decided to create a man page for t2t; it is more intuitive to do a man t2t than t2t --help, but I don't know nroff. So I looked for a html2man converter. Could not find one. I did find an HTML2Pod Perl module and a pod2man. So I have simple HTML that is converted first into POD and then into nroff; it works better than I thought it would.

January 22, 2006

splice version 1.3.0 has been released. It fixes an issue with inner title printing. The "title" command line option was also added.

November 19, 2005

t2t version 4.3.6 has been released, a very small bug fix. I have begun working on t2t version 5.0; it will support XHTML.

October 8, 2005

TagIt Version 1.0 was released today. It is my JSP custom tag unit testing library, that is based on Mock Objects.


t2t version 4.3.4 has been released.

October 2, 2005

Saw The Stones last week at PNC Park. Our first Stones concert. The Stones are definitely a band that is best enjoyed live; they put on a great show.


I am working a Java Mock Object library for unit testing custom tags. At work I have custom tags that will be used across several projects, and I am unable to test them without using them in a project. This is very different than Tag Unit, which requires a container. I wanted to be able to test my custom tags outside of a container.

September 12, 2005

t2t version 4.32 has been released.

July 3, 2005

I've been playing a lot of blackjack online recently, no not for money. Mostly I've been playing at Yahoo! but I've also played at Stanford Wong's site Blackjack Info.

June 6, 2005

We just got back from an incredible Alaskan cruise. Pictures are available. Great glaciers, humpback whales (hard to see in the pics), and black bears.

 
Steven Scholnick
Valid XHTML 1.0 Transitional Valid CSS!