Posted by Scott on Oct 26th, 2005
Sorry folks, but I had to take down the demo site temporarily. There was a critical security vulnerability reported today in the PHPiCalendar software (which Thought2Action is based on) and I need to fix that. It shouldn’t take long, but I’m in the middle of some intense Commission report work and Thought2Action is going to have to be on hold a bit longer. After Nov. 1 things should be back to normal.
Posted by Scott on Oct 16th, 2005
I managed to squeak in about an hour of development this weekend, and have re-thought the placement of the edit/delete controls in the quote and GV editors. In a blatant ripoff of Backpack, I now use their trashcan icon instead of a text delete link, and have moved the controls to the left side of the objects.
It’s definitely a lot cleaner, but I had to do some nested table work to get the text on the left side of the object. I’d much rather use HTML list items, so if anyone knows how to place text to the left of an li (instead of having it appear on top of the list item), please let me know.
It’s been a discouraging/unproductive weekend, getting to work on this for a short time was very theraputic.
Posted by Scott on Oct 8th, 2005
I’ve uploaded a new development snapshot to the demo server. Since there is not yet any way to access the governing value editor (since there are no goals in the system yet), I’ve added a temporary link at the footer of each page to take you directly to the GV editor.
The sample values I added were taken from Ben Franklin’s autobiography. 🙂
All that’s left is to implement the part which raises/lowers a value’s ranking.
Posted by Scott on Oct 6th, 2005
Did just a bit of back-end work this evening, sanitizing input for use with SQL and stripping backslahes from the returned queries.
Things have been slow lately; I’ve caught a nasty head cold and I’m way behind on work I’ve been doing for a state commission report which must be delivered on Nov. 1. I’m still really excited about this project but it’s going to have to take a back seat to some other priorities in the short term.
Posted by Scott on Oct 1st, 2005
I’ve posted the newest development snapshot to the demo server, which now allows you to edit any individual quote at will, with all the DHTML/AJAX/spinner goodness you’ve come to expect.
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.