For the last month I have been working on a new Web Application for designing rooms. The application allows a user to select from a list of rooms. It is a control plug in for Sitefinity that uses Javascript, Jquery, Telerik controls and asp.net 3.5.

I use a lot of Ajax to make render calls on the fly for design changes. I am also using OOP to build the Floor, Scrapbook and room list. LinqToSQL was my friend on this project.
The backend consist of three modules to manage the Room Scenes, Products Database, Scrapbook Membership, Shopping Cart, and Scrapbook. There is over 15 custom controls on the backend. I can display or not display a floor or room with a click of a check box on the backend. You can see this app at http://www.andersonfloors.com/Design/RoomDesigner.aspx


