Archive for the ‘Uncategorized’ Category
Saturday, November 14th, 2009
Apparently mysql did not fully upgrade after moving from ubuntu 9.04 to 9.10.
A quick search (also) revealed others were having the problem as well.
I was able to fix the issue by selecting mysql-client-5.1 over mysql-client-5.0 (which it was stuck at after the install) for install. In addition, I had to ...
Posted in Uncategorized, java | No Comments »
Thursday, November 27th, 2008
Good tip from -- >http://www.learningjquery.com/2008/08/quick-tip-dynamically-add-an-icon-for-external-links#more-103
$(document).ready(function() {
$('#extlinks a').filter(function() {
return this.hostname && this.hostname !== location.hostname;
}).after(' <img src="/images/external.png" alt="external link">');
});
Posted in Uncategorized | No Comments »
Tuesday, April 1st, 2008
Here is my test entry
[poll=2]
Posted in Uncategorized | No Comments »
Monday, March 10th, 2008
Welcome to Blog.sutternow.com. This is your first post. Edit or delete it, then start blogging!
Posted in Uncategorized | 1 Comment »