Category: Open source

Open source

Auto-suggest jQuery plugin 3

Auto-suggest jQuery plugin

What is auto complete and auto suggest? Auto complete and auto suggest are a user interface feature that extend search functionality. It basically makes it easier and fast for the user to search structured...

Useful JQuery Plugin to Display Errors, Messages, and Alerts: Gritter 0

Useful JQuery Plugin to Display Errors, Messages, and Alerts: Gritter

Real estate on your web page could be as important as real estate in real life. You got very little space on your client screen and need to use every inch (or pixels). Errors and messages take up valuable space that could be better used for more important things.

That is why Gritter is a great JQuery plugin – it saves real estate on your page by showing alerts, messages and errors in a floating bubble way, that is both informative and (because you can configure Gritter to fade away after a few seconds) non intrusive:

This image was taken from one of our new site’s design, we decided to use Gritter instead of putting the errors and notification inline.

How to: Automatic User Login in CakePHP 1

How to: Automatic User Login in CakePHP

Sometimes you need to enable silent (implicit) login for your users. A good example of this would be this – after a registration process, you would want to automatically login the user, rather then having him retype the user name and password.

In CakePHP there is a simple method in the Auth components that lets you login on the user’s behave.

Here is how it is done: