5
Apr
Posted by admin in web.
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 ...
5
Apr
Posted by admin in web.
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 ...
5
Apr
Posted by admin in web.
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 ...
5
Apr
Posted by admin in web.
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 ...
5
Apr
Posted by admin in web.
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 ...