Don’t release new visuals without new functionality

In the last months I’ve been working on a new release of WhoDoes our team project management software. It’s been a in truth exciting actual presentation, where the mantra has been “learn from your users” and “study your data”. Now it’s almost done! A new cool and simplified version of our tool ...

Active Scaffold Address Book

I created an address book just to get an idea of how the active_scaffold plugin works, it’s pretty neat! It saves you a lot of time setting up the base of your web application. I followed the tutorial that I found on Active scaffold Lets look at my example: Firstly create a ...

RubyCocoa: a simple wireless signal strength meter

Yesterday, while study of books the first chapter of an introduction to RubyCocoa I discovered how to play sounds with just few lines of ruby code. Next I remembered a very useful post about How to get the wireless signal strenght from you airport and I decided to put togheter my ...

HOWTO: Call a nil :local variable from a partial

Have you notice that if you try to execute a partial like the following: # _my_name.rhtml This is a partial and this is my name: <%=name%> without calling it by a :name locale you are prompted this nice Exception ? undefined local variable or method `name' for ...

Creating bubble tooltips…..

While trying to look for tips and tricks to make my film applications more interesting I came across an interesting article written by Alessandro Fulciniti . He uses javascript, css and a simple image to create bubble tooltips on web applications. How it works: Firstly the javascript, css and image must be ...
Page 5 of 11«1234567891011»