I’m about to buy a new laptop. I’m still happy with my Thinkpad T60p1 even though it needs a service to get rid of some heat problems and this annoying display issue, which has become worse lately: Anyway, the new laptop is not for me but for my wife, so that there is less competition… Continue reading About to buy a new laptop
Category: Uncategorized
A measurement of code quality I hadn’t heard of before
See WTFs/m.
My first AJAX!
Probably years after everyone else, I’ve made my first AJAX-enabled web page today. As I do this from within Ruby on Rails, it was virtually painless to remove or replace a piece of HTML. My next AJAX step was to get in_place_editing working. The first problem was the InvalidAuthenticityToken and the second issue was that… Continue reading My first AJAX!
SourceForge.net Marketplace spam
I’ve been a member of a number of SourceForge projects since 2001 and I can’t recall that I’ve had any previous complaints about their services to the Open Source community, but I’ve been getting “Turn your skills into cash at SourceForge.net Marketplace” mails for a while now and my annoyance keeps growing. Some DNS checks… Continue reading SourceForge.net Marketplace spam
Softhouse Scrum Master Kit
My employer has put together the brilliant Softhouse Scrum Master Kit including the really nice Softhouse Scrum Poster. I’ll grab one of the kits and hopefully provide some “unboxing” pictures!
Oracle PL/SQL declare, begin, end from Ant
Ant again. We had a file with Oracle PL/SQL statements using declare, begin and end. When using the sql task in Ant, it complained about reaching end-of-file on the line with “declare”. The problem is that Ant assumes that one line is one SQL statement, but it’s not that simple when using declare, begin and… Continue reading Oracle PL/SQL declare, begin, end from Ant
Happy 50th Birthday, LEGO!
In order to celebrate I’m a little tempted to start building something with my already old LEGO Mindstorms, or even buy something new, but I will attend to other projects today!
Printing “Things” in The Project
The Project will allow users to create and edit something I call “Things” in this article. One feature that is quite high on the priority list is to be able to print Things. I found the article “Print this page” with Ruby on Rails but I wanted a separate page for printing a Thing. I… Continue reading Printing “Things” in The Project
Nokia buys Trolltech
Nothing on Trolltech‘s site yet, but Nokia has a press release titled Nokia to acquire Trolltech to accelerate software strategy. What will KDE say?
Web design and SimpleSidebar
I found a suitable initial web design for The Project at Open Source Web Design. That’s a really great site! Now I’m learning about layouts in Ruby on Rails. As suggested in the Midnight Oil blog (Beds are burning?) article SimpleSidebar – If you have sidebars, you need this plugin I now use SimpleSidebar in… Continue reading Web design and SimpleSidebar