Thursday, May 22, 2008

Quxior Web Site circa 2008

Finally the new version of the Quixor.com web site is live. This version includes new graphics rather than the Zen inspired simplicity of the old site site which consisted soley of text formatted via Cascading Style Sheets. The essentail layout and features remain the same, but I like having my company logo back in place.

Although not visible, one big change was the move from a table based layout to one driven by css formated <div> tags. The change to div made it somewhat simpler to design the page but not terribly so. Complicating matters was the concurrent change to the use of ASP "Master Pages." This new technology allows a single main page (Master) to be designed that determines the essential layout and the detail pages supply the content. The advantage here is the reuse of site-wide code for things like navigation and user login and security. The key new technique is to learn how to use the FindControl() method to reference portions of the master page HTML inside the detail page's code.

The site is now .Net 3.5 ready as soon as the transfer to a new server takes place. With any luck this should be complete this evening. Now everything is in place to allow me to play with Ajax and Linq.

No comments: