April 10th, 2007 by mike
I’m introducing a new section today in which I will discuss one of my favorite things in the world: Beer. I’ll start off my postings in this section by doing one of my other favorite things: Complaining.
I went out to dinner with my family on Sunday for Easter (their tradition, not mine). We went to a place called “The River Palm Terrace,” there are currently three locations, all in northern New Jersey and the restaurant touts it’s Zagat’s rating as “… New Jersey’s top steak house and one of America’s top restaurants” proudly. The restaurant boasts a very long wine list which “… has won a Wine Spectator Award” and offers “…U.S.D.A. prime beef, the genuine article, [aged] for 28 days.” It sounds delicious.
Read the rest of this entry »
Posted in Beer, Rant | 1 Comment »
March 30th, 2007 by mike
I’ve never quite understood why no one writes PHP libraries in C. The platform completely supports it. In JSP, when you need a tag that doesn’t exist and none of the 10,000,000 Java classes that you’ve installed with your latest and most buzzword-compliant framework supply it, you write it — in Java. You compile it and install it on the machine. At this point, new functionality exists for all of your JSP pages and you can write-in that cute little tag that you created that converts strings to lowercase.
Read the rest of this entry »
Posted in Rant, Thoughts | No Comments »
March 17th, 2007 by mike
I’ve spent the last 2 days trying to debug a problem with a drupal module that is installed on one of the sites at work. The problem was with a module called img_assist. Basically it allows for a user-friendly way to add images to drupal nodes by creating the image as a node itself.
Read the rest of this entry »
Posted in Rant | No Comments »