Posted by Scott on Oct 1st, 2005
I added a spinner to the add quote form so that when adding a quote, you see it when the database is being updated. Also added some input validation to the quote input form (neither field can be blank).
The Delete links on the quotes disappear immediately when you click on them, to help give feedback that the action was accepted. I’d like to add some sort of fade effect to these Delete links instead, we’ll see how that goes.
Posted by Scott on Sep 26th, 2005
Okay, I got the wiki running again. Too busy for much coding tonight.
Posted by Scott on Sep 26th, 2005
Argh. My web hosting provider just migrated to a new server, and they’re running PHP5. I think I need to make some minor tweaks to MediaWiki to get it working again, but for now it’s down. Sorry.
Posted by Scott on Sep 24th, 2005
Courtesy of the SAJAX library, I now have the deletion of quotes in the quote editor working without a page reload. Update: adding quotes is also SAJAX-ified, and it passed testing in Firefox, IE 6, and Safari. w00t!
I’ve also set up a MediaWiki site which will be updated soon with most of my development notes and ideas.
The demo site which gets updated with the latest development code at least once per week can also be found here.
Posted by Scott on Sep 19th, 2005
The “Delete” links in the quote editor now do the fancy javascript show/hide thing, and I’ve turned the Add Quote form into a collapsable one, which does crude validation to check for empty fields on submit. It’s not impressive, but I spent the better part of this past weekend racking my brain about using javascript timers. It has definitely taught me that I have a long way to go to achieve some decent javascript-fu, but I don’t see that as a negative thing.
Now I just need to add the ability to edit quotes in-place, and do some SQL validation on the PHP side of things, and I think I can move on to creating the goal and value editing pages.
Posted by Scott on Sep 15th, 2005
I definitely stayed up way too late tonight working on this, but it paid off. Now the “Edit Quotes�? link only appears when you hover over the quote. It’s a bit of javascript trickery with timers and the CSS visibility attribute.
These are the kinds of features that I think will really make this application usable. AJAX is still ahead, but for now, small steps like this still add a bit of polish to the UI.
Posted by Scott on Sep 14th, 2005
I feel that I’ve definitely reached the point where this project has enough momentum that it’s going to happen, it’s just a matter of taking the time to continue working on it as much as possible. To help speed things along, I’ve set up this blog and will be setting up a wiki site soon to make my work on Thought2Action something that others can track and even contribute to.
If you’re an observer who has an interest in seeing it continue, occasional feedback is very helpful to me. I tend to think of blogs as somewhat vain, but in this sense it’s vanity to a productive end – the more I feel people are paying attention to this project, the more motivation I have to work on it.