Functino

My daily struggle with webdevelopment

Month: March, 2009

Great Icon Sets

Every now and then I need some icons. Most of the time I use the famfamfam icon set It’s great and contains 700 icons. Lately I came across this list of 49 other icon sets:  http://www.noupe.com/icons/50-most-beautiful-icon-sets-created-in-2008.html
That’s a great resource if you need icons!

CakePHP’s setFlash() compared to Rails flash

CakePHP is a great framework. I love it. It’s simple and you can build applications really fast. Anyway, since I also tried Ruby on Rails there are ceratin things that annoy me. Little things. For example the “flash messages”.
What’s that? Here ’s the rails documentation and here’s the cake documentation. You can use the flash [...]

Tagify – a tagging interface

Ever since I first saw the interface of lastfm’s tagging-function I wanted to create a similar interface.  So what does it look like? There is a simple textbox in which you type your tags. Tags are separated by comma. If you type a comma it will automatically add a nice visual box with your new [...]