About: Design & Development Process
The process of creating a fully functioning yet aesthetically pleasing website was quite a task. Of the various roadblocks in the way, one of the greatest concerns of the process was inter-browser compatibility. To make sure that this website would look and function similarly in most major web browsers, the team has endured several days of testing, debugging, and revising the design. One way to facilitate this compatibility issue was to ensure that all code was valid according to web standards. Thus, the team spent countless hours making sure that the website code was indeed valid according to the World Wide Web Consortium (W3C) standards for web design. To meet this goal, we utilized various browser "patches" to ensure that our website appeared just right in Internet Explorer and other mainstream web browsers.
The team also made a point that the website should be accessible all persons regardless of any other factors. For this reason, we have followed very strict accessibility codes to try to comply with the United States Section 508 website and electronic accessibility standards.
AJAX
As you may have noticed, this website appears to load much quicker than conventional html. The reasonf or that is our implementation of AJAX as the system powering ProjectArcix. You may find more details by viewing the documentation we have provided:
You may download the AJAX documentation for ProjectArcix in PDF format here: ajax.pdf.
