New Mac section added

January 27th, 2010

Today I added a new Mac section on http://www.basvandijk.eu/mac/. This section might be helpful for people who just started using a Mac and do not yet know which software can be useful.

Software , ,

Free network scanner for OSX, Windows and Linux

January 23rd, 2010

Angry IP scanner is a free network scanner which supports Mac OSX, Windows and Linux. It has an intuitive GUI which makes it easy to use. You can download Angry IP scanner here, more screenshots are available here.

Software , , , ,

Fixing SFWordProcessing plugin error in OSX

January 11th, 2010

If for example Pages crashes telling you and error occurred with the SFWordProcessing plugin. The steps below might be a solution:

  1. Make sure all applications are closed!
  2. Open Font book.
  3. Scroll down to the Hoefler font and ctrl + click on it.
  4. Choose “Remove Hoefler Text Family”
  5. Download the new Hoefler font.
  6. Extract the Hoefler.zip file and place it in: Macintosh HD/Library/Fonts
  7. Launch Pages or iWeb and the everything should work as usual.
Hoefler

Hoefler

Software , , , ,

Website with colour inspiration

January 7th, 2010

According to themselves Colourlovers.com is “a resource that monitors and influences color trends”. This website looks a bit like Adobe’s Kuler, but Colourlovers supports patterns and palettes. See the colourlovers website for yourself at the website.

Colourlover.com screenshot

Graphic design, web

OSX HP Color LaserJet CM1312 MFP duplex printing

December 17th, 2009

When I started to use my HP Color LaserJet CM1312 MFP it turned out that manual duplex printing was not exactly working. Page 1 had page 7 on the back etc. The problem was that the printer prints its pages in opposite direction, starting with the last page. I spend lots of time seaching for a solution. I found this website, which descibes how to change your printer driver in order to print from 1 to n. Here are the steps you need to do…

hp-color-laserjet-cm1312-printer

Read more…

general , , , , ,

Practising pentatonic scales on guitar

November 25th, 2009

Quite some time I am playing the guitar. I have an acoustic and electric one (a black Ibanez EXR-170 for those interested). A friend of mine recommended practicing pentatonic scales. I looked up some link and started practising, this improved my guitar solo skills for sure. Here are the links I found:

Overview of the pentatonic scales:

Backing music which can be used to practise solos

Video Tutorial

Ibanez EXR-170

Ibanez EXR-170

general, guitar , ,

Synthesia: Free piano learning application

November 11th, 2009

Synthesia is a very cool game for beginner, novice and expert piano players. At first sight it looks a little bit like Guitar Hero, but now it is used for piano. Here are some more screenshots. Nice about synthesia is that it is free. The free version can load all the midi files you want, but does not show any sheet music. If you want to see the sheet music you have to buy Synthesia for $18.

Synthesia screenshot

Synthesia screenshot

Software , , ,

Two free painting programs

October 26th, 2009

I have a Wacom tablet which a very nice pointing device when drawing vector images, but did you know you could paint with it as well? MyPaint and ArtRage are both great tools to paint virtually. Unfortunately MyPaint is not available for the OSX platform. Interested? Check out the examples made in MyPaint and ArtRage.

mypaint

MyPaint screenshot

Artrage screenshot

Artrage screenshot

Graphic design, Software , , ,

Enable JSLint Javascript source code validation in Aptana

October 18th, 2009

You might know Aptana, which is a free, on Eclipse based Javascript IDE. Aptana has several nice features like autocompletion and code formatting. You might know Lint as well. Lint is a tool which checks your code from well known coding errors which do not necessarily cause weird program behaviour. It turned out there is JSLint as well, which is Lint for Javascript. The nice thing is that Aptana natively supports JSLint code verification. Out of the box Aptana uses the Mozilla Javascript Validator.

In order to change your validator launch Aptana and click Window -> Preferences. Then goto Aptana -> Editors -> Javascript -> Validation. Now check the JSLint checkbox. Click [Apply] and you are good to go. You might want to uncheck the Mozilla Javascript checkbox.

Aptana preferences window

Aptana preferences window

general ,

Fixing Cyrus SASL(-13): authentication failure: checkpass failed error

October 7th, 2009

The last few days I keep having trouble connecting to my imap server running Cyrus. I started to view my syslog when trying to authenticate to the Cyrus server, there was one line interesting:

Cyrus SASL(-13): authentication failure: checkpass failed error

I thought it should have something to do with the passwords so I tried to enter the Cyrus server with:

# cyradm localhost

When I entered my password I could not connect. This was weird since I was 100% sure about the correctness. To be sure I resetted all my imap box passwords using:

# saslpasswd2 username

This didn’t fix it either. Then I read on a website about the saslauthd daemon not running. I restarted the service and everything worked as normal :) My guess is that an Ubuntu update stopped the saslauthd daemon but did not restart it.

Linux , , , ,