The office of web and new media has student position openings for Web programmers, Web Help Desk associates and a designer. To apply, email your résumé to web@missouristate.edu
The office of web and new media has openings for Web programmers. To apply, email your résumé and some sample websites you’ve coded to web@missouristate.edu
Web pages should load fast. Period. It’s irritating for any reason to wait on a computer. As a web developer, so many of the factors that go into page loading speed are outside of our control. However, some of the biggest ones are fixable with a minimal amount of work. The effort isn’t really justified […]
Since in recent history the Missouri State homepage only gets a complete overhaul about once every 5 years, deciding on what HTML and CSS technologies to use as a baseline is tricky. Five years from now what was once cutting edge could now be old news. So the balance is between a cutting edge technology […]
Floating and clearing content are powerful CSS techniques. Unfortunately neither one is well understood. Hopefully this will clear up some misconceptions. Common Float Mistakes Misuse of float: right; I frequently see 2 column layouts where the first column is floated left and the 2nd column is floated right. Instead, both columns should be floated left […]