Light Tag Handler works with regular input fields, letting users enter their text and separating terms using a comma.When the comma key is pressed, all text previously entered is wrapped inside a pill and converted into a tag.Users can enter multiple...

Validation with Lightbox provides a less intrusive way of showing errors, without having to rewrite existing page layouts just to display a red warning somewhere between two form fields.All form validation errors are caught and displayed inside a lightbox...

read more

The CodeIgniter Pagination Library was built to work with entries stored inside a database, allowing the developer to control the flow of information dumped on each page.The library, besides just splitting long content across multiple pages, also comes...