iOS Style Switches
31st of January 2012
0 Comments - 150 Views
A checkbox is what we all commonly use for a forms that require a simple yes or no answer. But that gets boring. Sure you can spice things up with CSS but is it any fun?
On the iPhone, you get a very nice interface to do this. I find it much better then checkboxes.
So what would be the best way to do this? Use the a checkbox element or a slider input. Well I chose to use a slider.
A slider can still have a boolean value, all you need to do is set the min as 0 and the max at 1. Sliders are much easier to style and also work with touch. More
Scales
3rd of January 2012
1 Comment - 165 Views
I created this for my point of sale system. This would take data from an Arduido that would act as the scale. Data will then be read with Node.js and the results will be displayed on screen for the user to see. I added a bit of realisim to make things comfy. More
Circular Loader
3rd of January 2012
0 Comments - 231 Views
Forget about the old standard horizontal loaders. Spice things up with a easy to use loader. More