Hello everyone,
I would very much appreciate your always thoughtful feedback on my web app:
http://www.pdfamigo.com
Please use the invite code "hackernews" (sans quotes.)
This is the very first public release of the app and I am sure there a lot of things to be improved and fixed. Frankly, I am feeling quite nervous submitting this for public scrutiny. At the same time I believe it's at a stage where user feedback is crucial both for fixing bugs and determining where to go from here.
I have tried to test the app with FF3.0/3.5, IE 7 and Safari 3/4. If you are using other browsers I'd love to hear about your experience. Honestly, I am not very optimistic about IE6.
Eventually, this is something I'd like to charge for. What are your thoughts on that? Would you pay a few bucks per form? Do you think a subscription model would work better? I am all ears.
Many thanks in advance.
If you're worried about screwing up their work flow you can use heuristics to figure if they're still newbies and, if so, give them the prompting. (My online app figures you're a newbie until you save your first document, and continues prompting appropriately. Five lines of Rails code plus the template, doubles the percentage of users who successfully save a card.)
Can you figure out a way to do live preview prior to hitting the Apply button? I know, having done it, that it is NO FUN whatsoever to code, but it is a HUGE win in terms of usability. Users are spoiled by years of using MS Word which gives instant visual feedback for every action -- you should try to be more like Word.
You might consider a drag&drop metaphor for putting elements on the page. At present you click a button and they get thrown into the top left corner, which might cause them to cover an element already there and will always require repositioning. This is friction, consider eliminating it.