ChangeLog – Jon Chase's blog Entrepreneur and geek - a dangerous combination! I'm living my dream - running my own software business and working on its second app - EverySingleShot.com.

- Jon Chase

24 March 2008 ~ 2 Comments

Revisit Your Design Ideas

Revisit Your Design Ideas

Sometimes (a lot of times) I’ll design a screen or some code and I think “not bad”. Since it’s not bad, it gets my approval and gets moved into production. Thankfully, I often realize that it’s not a bad idea to revisit those designs and see if there’s something I can improve [...]

12 March 2008 ~ 20 Comments

Groovy Micro Benchmark Revisited (Groovy is fast…)

Groovy Micro Benchmark Revisited (Groovy is fast…)

Alright, no more Groovy posts for a while after this one. In fact, I hadn’t planned on posting about this again, but I thought it was worth mention.
From the last post, we saw the following results for parsing an XML dataset with about 450 simple elements in it 1,000 times:

Java: ~9 seconds
Groovy: ~28 seconds [...]

10 March 2008 ~ 5 Comments

Groovy Micro Benchmark

Groovy Micro Benchmark

Following on from the previous post (and here’s the last post), here’s a very quick and dirty, completely unscientific, prone to error, your mileage may vary micro benchmark I did using the code in the last post.
Date set: a String containing roughly 450 XML elements in the form <contact name=”some name” email=”some email” />
Methodology: I [...]

09 March 2008 ~ 6 Comments

Groovy is Coming…

Groovy is Coming…

I’ve been trying to slowly integrate some Groovy into my normal Java coding. Here’s just one of the reasons why:

Java code:

Groovy code:

Note that this reduction in complexity happens almost everywhere I choose to use Groovy over Java. Of course there are myriad other ways I could have done this in Java (I even [...]

28 February 2008 ~ 2 Comments

SendAlong got picked up

Today was a very exciting day for SendAlong – it’s release was picked up by several sites (mostly the US and parts of Europe). I was absolutely blown away this morning when I checked the system and saw the number of sign ups – let’s just say it was a bit more than I [...]

24 February 2008 ~ 0 Comments

SendAlong 1.0 is out! More info coming soon…

Just a quick bit of news that makes me very, very happy to be able to announce:
I’ve officially released SendAlong 1.0!
It’s been a labor of love and…labor, but it’s been worth it.
I’ve got so many things planned for SendAlong – it’s exciting that I’ve finally got 1.0 out the door so that I can refocus [...]

23 February 2008 ~ 2 Comments

Web Site Marketing Effectiveness Report, Take 4

Web Site Marketing Effectiveness Report, Take 4

Click on the thumbnail to the left to check out the marketing effectiveness of SendAlong vs. some of its competitors.
Compared to last month, I’ve jumped up in score once again (from 48 to 60 overall). Whoot! Slow and steady wins the race:).
I think a couple of the things I’ve done recently [...]

10 February 2008 ~ 0 Comments

Continuous Integration – is Continuous Production Reasonable?

Andy Glover has a great post about not only continuous integration (the act of having your code base automatically built and tested whenever you commit any changes to it), but continuous production – having your code able to be deployed to production basically at the drop of a hat without manual intervention at any time.
He [...]

08 February 2008 ~ 1 Comment

Doctor, my picture frame has a virus

Who would have thought that a picture frame could ever be infected with a virus?
We got a very nice frame as a gift this Christmas, and it turns out it’s not feeling so well.
Go figure. Does this mean I need to by McAfee Virus Scan Photoframe Edition?

08 February 2008 ~ 4 Comments

jQuery – THE JavaScript library to use?

Is it me, or does it seem like jQuery has been picking up a lot of steam over the past 6 months or so?
It used to be that when I thought Javascript/AJAX library, I thought Prototype. Anymore, however, I think jQuery.