5x7 DOT MATRIX DISPLAY

I am multiplexing a 5 column and 7 rows dot matrix. I connected like how this site connect. Direct connection Arduino Playground - DirectDriveLEDMatrix . However i only uses 12pins. And for the code
Error 404 - Page not found! - Johannes Findeisen - hanez.org i use exactly the same. Display do come out, but it make no sense to me -
Dont look like a alphabet, just random jumping . BTW i'm using a common cathode 5x7 dot matrix. Maybe there is some problem with that?

That tutorial is bad because there is no current limiting resistors on the LEDs, this could destroy your arduino. Do you have some in? If so what value and where?
http://www.thebox.myzen.co.uk/Tutorial/LEDs.html

i'm using a common cathode 5x7 dot matrix.

A matrix is common anode or common cathode depending on the way round you look at it.

Display do come out, but it make no sense to me

So set the code so that just one LED is to be on in a known place and see if it comes on in the place you expect it.

There is a tutorial for controlling two 5x7 dot matrix LEDs at LucidTronix: lucidtronix.com - lucidtronix Resources and Information.. They use current-limiting resistors, and shift registers so it only take three signal wires.. They have an Arduino library you can download that can take text, or set individual pixels.

Since this thread was resurrected I am going to mention that Maxim has a part that does specifically what the original poster asked for, it controls 1-4 5x7 matricies. Who would have thunk it?

http://datasheets.maximintegrated.com/en/ds/MAX6952.pdf

Maxim has a bit of a premium on this chip but you can always ask for a sample.