Introduction
I started creating an operating system like user interface in JavaScript. I had intended to use it for the admin sections of my content management system(that runs this website), but through developing it I started to question it's usability and decided to discontinue development.
Features in it's current state:
- Start Button
- Task Bar - view open windows and set focus/minimize
- Windows (Create, move, maximize, minimize, resize, etc.)
- Show Desktop on right click
- Properties (Theme Color, Text Color, Background Color, Background Image)
- Properties saved in cookies for next visit
View Online
Design
It was written entirely in JavaScript/HTML/css using the JQuery framework. I used a few styles that don't have full browser support, as a result it looks much better in Firefox vs. IE, however it is fully functional in IE7+, FF2+, untested in safari and opera. These styles are in replace of images, the only image on the page is the background.