The Atahualpa theme for WordPress is a really powerful theme with lots of settings. But it doesn’t give you full control over the titles of posts and pages the way the Headspace plugin does. How the titles of your blog posts look like is important for search engine optimization. If you want your post to […]
Archives for the ‘Software’ Category
Building a working web service in 24 hours – straight
Friday, 23 January 2009
Happy business campers! It’s the middle of the night and I’m in a big hallroom full of people all of them hacking on their computers. The event is called 24 hours Business Camp and the goal is to bring 90 entrepreneurial people together and have them build a service in 24 hours. There are 52 […]
Copying a VirtualBox VDI file running Ubuntu Server and getting Drupal running
Monday, 19 January 2009
Sigh. Things are never as easy as you want them to be. 🙂 I have two computers on my desk. My MacBook and my Asus EEE B202 running Windows XP. I wanted a development environment for Drupal (a php content management framework), so I tried running PHP on my MacBook. It worked fine, but the […]
Setting up PHP and web server on OS X 10.5 (Leopard)
Sunday, 18 January 2009
Your shiny Mac comes preinstalled with a web server and php but you need to set it up to get going. Starting the web server is as easy as enabling “Web Sharing” under networks settings. I did this but the server did not respond at http://localhost. So, what was wrong? Well, I recently upgraded my […]
Upgrading RAM memory on Asus EEE B202, Eee Box
Sunday, 28 December 2008
A short video I made showing how to replace a memory chip on the Asus EEE B202 desktop computer: Read this post for further details on how to perform the surgery. Removing the side cover was the most tricky part but putting it back together was done in a snap: The B202 supports 2 GB […]
Sony Ericsson G502: excellent developer phone
Sunday, 14 December 2008
I wrote a short review of the G502 over at the Mobile Web Tablet. If you’re looking for a cheap but functional phone to do some mobile java development, this is it.
Running JBoss 4.2.3 on OSX
Thursday, 16 October 2008
A simple gotcha, but anyway… If you get an exception like: java.lang.NoClassDefFoundError: javax/ejb/Stateless at org.jboss.ejb3.EJB3Util.isStateless(EJB3Util.java:42) When trying to run jboss 4.2.3 on OSX, it’s because you’re using java 1.5 in stead of 1.6. Follow the instructions here to change. Updated:…and then of course Eclipse stops working. Here’s how to update.
Share keyboard and mouse between OS X and XP
Thursday, 11 September 2008
(It’s more fun when you’re two. Photo by me.) While I love my Macbook there are still a few programs I need Windows XP to run, especially when you’re doing MIDP development as I happen to be doing at the moment. So, I had to dust of my old PC and put it beneath my […]
Learning a new language
Tuesday, 9 September 2008
(Photo by me). I just started reading a book about Cocoa Programming for OS X. (This one). Cocoa uses Objective C, which is somewhat different from C, C++ or Java that I’m more familiar with. Learning a new programming language is really like entering a new world. You are naked. You don’t know how to […]
Legal email characters regexp
Friday, 25 July 2008
I use GMail for most of my mail. They have a cool feature with which you can add a string to your username part of the email address by ading a +-sign, like this: myusername+astring@gmail.com. Email sent to this address will go to myusername@gmail.com. This is perfect when you register your email at many sites […]