Roomie gets some CSS schooling
June 24th, 2010This week I have been furiously re-writing a few key elements of the Roomie website. Specifically, I scrapped the old device button controls, which you can see here. They were ok, but they were very rigid in use, offering only two different pictures to back the buttons. Zooming on mobile devices didn’t work so great either, since the images were PNGs, raster graphics. Now I have created a button framework entirely in CSS, HTML, and ASP.NET controls. Because of this, I can easily create new kinds of controls completely in code, and they even zoom cleanly as well. My original vision for this was to enable the user to create “virtual device controls”, which would display next to the regular device controls.
