Skip to content

Category Archives: tech

Java 3d in a NetBeans Platform Application

12-Nov-11
Share

If you want an excellent introduction into Java 3D, look no further than here. I was following the tutorial I found there to get started with what looked to me as the perfect way of spending a Friday evening, when, somewhere at the end, it told me that: (…) it does not mix very well [...]

Installing Arch on an Asus U36JC Notebook

20-Oct-11
Share

Last weekend, I bought an Asus Pro36s notebook, also known as a U36JC. It features a quad core 64 bit Intel Core i5-2410M CPU at 2.3 Ghz, 4 GB DDR3 RAM, a 500 GB hard drive and an Nvidia GeForce GT 520M video adaptor. It weighs less than 1.5 kilos (that’s including batteries) and is [...]

Outlook territorialism

21-Sep-11
Share

Yesterday the Microsoft Office 2003 installation at my work PC was updated to its 2007 incarnation. But when starting the new and shiny Outlook to check my calendar, I was presented this little gem of a dialogue box: Click it to see it the way it was intended. I had to scale the image to [...]

Native look and feel for Swing under Linux

19-Apr-11
Share

This one is not really an eye-opener, but I use this blog to record and archive stuff I find out at some point, so here’s a post about getting NetBeans Platform Applications use GTK instead of Metal. Since the Swing Application Framework (SAF) has been deprecated and developing NetBeans Platform Applications (NPA) is the new [...]

Elite

14-Apr-11
Share

Today, I found this in my mail: The “success kit” included a lifetime membership card for (…) an elite group of Oracle Certified Professionals (…) And I had hoped for a coffee pack But still. Excellent.

The dist-upgrade button

04-Apr-11
Share

A couple of years ago, when someone in my neighbourhood’s Windows XP laptop became frustratingly slow and unstable, I convinced her to install Ubuntu. Using Ubuntu she could again perform all of her computing needs comfortably. Her laptop was fast and stable again and easy to maintain. Since then, two times a year, we go [...]

Recycle fail

01-Apr-11
Share

Speaking of inconsistencies, here’s a nice one that brightened up my morning today: Too bad the dialogue doesn’t tell me the path and file name causing the problem. That would actually have been useful. In Windows 7, every user has her own personal recycle bin. All recycle bins are located under C:\$Recycle.Bin\ and have that [...]

Windows 7: still an inconsistent mess

31-Mar-11
Share

Since I started at my new job, I have been working on a Windows 7 workstation. That’s not because I have to. I could install Linux on that machine if I wanted to. Still, most of the world, including many clients of the company I work for, use Windows machines, so I’m forcing myself not [...]

Deploying EJB3 In Action code examples in NetBeans

25-Mar-11
Share

I’m currently learning Enterprise Java Beans 3 using Debu Panda et al.’s book EJB3 in Action. The material is not very hard but there’s lots of stuff to memorize, and the best way to do that is by running the code examples and trying to change it (and break it). The easiest way to do [...]

Scry and eregi deprecation

09-Feb-11
Share

One of the downsides of using software that is not being maintained anymore, is that when dependencies change, its users have to adapt the software. Scry, my favorite photo album software, is running in PHP, which makes that a dependency. Scry makes use of the PHP functions eregi() and eregi_replace(), which scan strings for pattern [...]