February – best looking month in 2009
19. Feb 09 | Design Tips & Tricks, Princess in Love Bra
I like February – it is the best looking month in the year 2009.

I am Maja Kraljič. I'm interested in innovative web marketing, web design, my guitars, running and social media books. I live in Slovenia.
In recent years I have designed and coded several web pages and some printed material. Here you can see some of my projects.

If you fancy reading blogs in RSS readers feel free to add my RSS feed. If not, you can bookmark the page.


I like February – it is the best looking month in the year 2009.
Yesterday I took a closer look at a billboard advertising entertainment show It’s nice to be a Neighbour. And from the distance it looked well crafted ad, however standing right next to it revealed a big mistake. I was surprized that the agency who did this was so sloppy! The dog’s pee on the floor looks totally fake (photoshoped on the ad). And why? Because they didn’t erase the pee where the wood is vertical.
Since 2005 NetLife Research team publishes bad usability calendar and I have just downloaded and printed it. It features 12 great usability rules each year and illustrates them in a form of calendar.
You can download it on http://www.badusability.com/
2009
2008
2007
2006
2005
(Translated from Norwegian with Google Translate)
Slimbox is a light version (with some enhancements like navigation) of Lightbox JS. Lightbox can be described as a simple, unobtrusive script used to overlay images on the current page. You might seen both of them on numerous web sites.
Example of Lightbox:

Example of Slimbox:

But how to localize Slimbox into, for example, Slovenian language?
There are few things to do:
1. Localize the images (Next, Prev, Close)
2. Localize the text Image … of …
3. Change the keyboard keys which control Next, Prev and Close
Under the folder /images you have four gif files: closelabel.gif, loading.gif, nextlabel.gif and prevlabel.gif. Just open the files (in bold) in yout image editor and delete existing text with localized version. Be also careful about the letter that will used for navigation – in original Slimbox c is used to close the overlay, n for next, p for previous (some other keys are also available) – and underline the appropriate letter.
Original Slimbox labels:
![]()
Localized Slimbox labels (in Slovenian language):
![]()
You can also download these three files as zip file.
As you can see under the picture there is an indication of the number of pictures in the gallery and the number of the picture you are viewing.
For example: Image 1 of 5
You can change this in the file slimbox.js, line 144. Just replace words Image and of into appropriate words.
In original Slimbox you can navigate between images with the following keyboard keys:
Next: n and right arrow
Previous: p and left arrow
Close: Esc, x and c
These can also be changed in slimbox.js, lines 106-108.
You must use JavaScript Character codes to represent different letters on the keyboard.
Therefore the keys are coded as:
Next: n (case 78) and right arrow (case 39)
Previous: p (case 80) and left arrow (case 37)
Close: Esc (case 27), x (case 88) and c (case 67)
And when you want to localize it, just map the right keys.
Example of Slovenian localization:
Next – Naprej: n (case 78) and right arrow (case 39)
Previous - Nazaj: j (case 74) and left arrow (case 37)
Close – Zapri: Esc (case 27) and z (case 90)
Example of the localized code (slimbox.js, lines 106-108):
case 27: case 90: this.close(); break; case 37: case 74: this.previous(); break; case 39: case 78: this.next();
Have fun using Slimbox!
If you need some simple video editing software, you can download VirtualDub. It is free, released under GNU general Public License.
If you look below … the video’s sound was removed with VirtualDub. Fast and easy.
Here is also a web page with some online video editing sites.
Here are some links for inspiration provided by Martin Mol and Jos van der Lee at last Kalidays – an international copywriting festival held last November in Ljubljana.
http://www.canneslions.com/
http://www.clioawards.com/
http://cresta-awards.com
http://epica-awards.com/
http://liaawards.com/
http://www.nyfests.com/
http://www.jongehonden.nl/
http://adhunt.blogspot.com/
http://sandeepmakam.blogspot.com/
http://adverblog.com/
http://sandeepmakam.blogspot.com/
http://digitalthread.com/
http://scene360.com/
http://www.designradar.it/
http://www.dexigner.com/
http://iblog.chubzz.com/
http://crossmind.net/cnt/news/news.php
http://k10k.net/
http://www.rootmagazine.org/
http://www.designiskinky.net/
http://luerzersarchive.net/products.asp
http://openad.net/
http://bitlounge.net/retrolounge/
Get your creative juices flowing while looking at these “advertising” sites ;)