LegalSuite

With development time spanning over a year, this is probably one of the largest and longest project I have worked on. LegalSuite is a complete and thorough web based application designed for legal companies.

Working on a large scale project such as LegalSuite forced me to look at developing the front end a little differently from smaller projects. With multiple back-end developers working on it, I decided to build a Javascript and CSS framework that the developers could easily learn and use without much trouble.

One of the unique aspects of this project is how multiple programs can be simultaneously run at the same time. To achieve this, the main menu opens each program in its own iframe which is integrated into the main layout. Users don't even realize that they're looking at a frame within a browser as the iframe is always resized to the height of the content its holding and this holds true even when adding content via AJAX.