Creating Quick Portal Panels with AWPortal
March 20th, 2009
Sure, we all like stylish portal windows that you can minimize, maximize and close. But how can we get that functionality with only one line of code? It's easy with AWPortal, a JQuery plugin.
-
$(".mywindow").awportal();
Here is the demo for those impatient folks out there.
One of my client projects involved developing a simple, and easy to read interface for a content-heavy database application that tracks information on tens of thousands of companies and business execs, so I needed a quick and easy way to drop information into a portlet window.
AWPortal is the result of that needed solution, a way to create portlet functionality on any DIV tag with one line of code.
ยป Download the AWPortal Package
-