Monthly Archive for March, 2010

How to code a jQuery slider menu

How to …

I show you a nice jQuery snippet for a smoothy slider menu.

This was my first jQuery experience – if you find some tuning options, tell me please!

Here you can see my script in Action: http://www.gyn-endoskopie.de/

Continue reading ‘How to code a jQuery slider menu’

How to build a YAML fullscreen layout

How to …

Yaml provides a nice solution for column layout, center layout and fullscreen layout.

The last team-noir project was a fullscreen-design for our customer. I show you how easy it is to code such a template:

Continue reading ‘How to build a YAML fullscreen layout’

Aptana Studio 2.0 under Ubuntu 9.10

Hi Nerds :)

Today i solved a tricky Linux challenge.

I work with Ubuntu 9.10 (Karmic Koala) and love Aptana Studio for programming Websites and some stupid Code.

Continue reading ‘Aptana Studio 2.0 under Ubuntu 9.10′

How to use images base64 encoded inline an img-tag

It´s feasible to put elements (like an image) in raw format (base 64 encoded) directly into an HTML-tag. I will show you an example with an img-tag.

First of all you need your image in a base64 encoded format. For this you can use the base64-decoder-encoder of motobit.com. Just choose your file to upload and afterwards hit “convert the source data”. The base64 encoded string will be shown in a textbox. For this example I use the external-link-image of wikipedia. And I´ll get back the following base64 encoded string:

Continue reading ‘How to use images base64 encoded inline an img-tag’