Posts Tagged ALPHA

jQuery plugin: titleControl

Last week I found myself a UX problem that I wanted to solve in a centralized way. It was the controlling of the tittle attribute on links and buttons. A browser renders a small box on the placed on the location of the mouse pointer and renders the title attribute content inside of that box. Although this is a browser standard in my application I needed something better. I needed better control over positioning of the text-box and better control over appearance time and effect. A side-effect of this was that I also had control over the styling of that text-box.

My solution for the problem was a new lightweight jQuery plugin!

Read the rest of this entry »

, , ,

Leave a comment

CBAC: The Rails Barrier

cbac-logo-480.png picture by yopefonic

Today I created the ALPHA stying for CBAC (Context Based Access Control). CBAC is a security gem for Ruby on Rails and adds an extra abstraction layer to the well known RBAC (Role Based Access Control). With CBAC you can add context based security to your Rails app in just a few simple steps. I’m proud to be the first to blog about this new security system for rails!

Read the rest of this entry »

, , , , , , ,

Leave a comment