PacMass Web Site BasicsΒΆ

The PacMass web site is built with HTML, CSS, PHP and JavaScript. The backend, server-side code is written in PHP and the front end styling is done by CSS. Some validation, images, buttons, etc are spiced up with JavaScript.

The key here is that while JavaScript is used, it should not be required on the site, as some users don’t use JavaScript or have it turned off. Therefore, all form validation is also validated with PHP on the server.