Currently browsing

May 2012

Quick test: button vs input on mobile

I searched the internet for whether the button tag would cause the virtual keyboard to show “Go” like an input type=submit, and found not much.  So the quick answer?  Yes, it does!  I checked Android 2.2.1 and iOS 4. …And here’s an old but good article about button.

Automatic Thought Record Quiz

My motivation for hacking together this Javascript quiz was to be able to create an interactive version of a mental health tool called an “Automatic Thought Record”. It’s a cognitive behavioral therapy worksheet that can be useful to anyone who experiences untrue negative thoughts (which is almost everyone!); it uses …

Multi-step Javascript quiz/survey with summary page

I have now hacked together my quiz.  The code is no thing of beauty, but it works — and that’s exciting.  I will now set this aside and work on building my actual programming skills and coding Javascript in something that could be considered the proper way.