Wireframing can be one of the most rewarding phases in software development. It is a time for laying the groundwork of figuring out where things should live and how things should work.
I recently had a need for some client side script that could sort a select input's options alphabetically. At first I wasn't sure if there would be an easy way to do that with jQuery, but...
Recently I was working on a project where I was trying to improve the usability of a fairly heavy form. My strategy was to progressively show items as the user clicked on relevant inputs.