Functino

My daily struggle with webdevelopment

Month: February, 2009

Setting a visible default value for text and password inputs as well as textareas – empty on click

It’s really a simple thing: Give a textfield or a password field a visible default value, if the user clicks on it remove it and let him type… . This “ui-pattern” is often used instead of a label tag. You find it on many sites where there’s little space. Login-Forms with a default value that [...]

How to deploy a rails application – installing and using mod_rails aka passenger

Ruby on Rails is great and it is really fun to develop with it. But when it comes to deployment it’s hard for a beginner. I tried different approaches, cgi, fastcgi and mod_rails.
I really love mod_rails (also known as passenger), it’s easy to install and to deploy your application: you just need to upload it. [...]

Better looking radio buttons and checkboxes with FancyBoxes

Let’s face it: In most browsers forms are plain ugly. Each browser displays radio buttons and checkboxes different. If you ever wanted your radio buttons and checkboxes to look consistant in different browsers and wanted them to look prettier:  FancyBoxes is for you.
It’s a Prototype based class that let’s you convert checkboxes and radio [...]

Create your own handwriting font

I just came across a really great application: YourFonts
It takes just a few minutes to create your own font. And the best part of it: It’s your handwriting. Just print their template, fill out the blanks, scan and upload it – and your’re done.

Hello World!

Welcome to my new blog. I’m using this blog to publish some code that I’ve written for several projects of mine. Most of the time this will be some Prototype & Script.aculo.us classes or jQuery plugins.  I also plan to post some tips and hints on CakePHP,  Ruby on Rails, PHP and so on. I’m [...]