Entries from May 2006

May 31, 2006

No help from the log

Upon synching up, a colleague noticed that I had a test failing… kinda odd since I've been (trying to be) pretty good about keeping things up to date. Running them myself, we noticed that I was actually experiencing a quiet error message that was preventing my unit tests from running at all. I had been [...]

May 12, 2006

Requiring and Testing Cookies

Requirement: Users must have cookies enabled to use the site. If they don't: give them some sort of graceful warning to let them know there's going to be trouble. Doesn't sound too bad… it ended up being much more of an adventure than I had expected. Step 1. Add the cookie requirement After a bit [...]

May 9, 2006

Breakpoints revisited

I'm sure there will be more and more revisiting of tools like the breakpoint client as I go.  I had mentioned that it wasn't a huge help the first time I gave it a spin.  This time it was … 'more' helpful, although I am still a _long_ way from really leveraging it for something [...]

May 2, 2006

RJS Templates

I've got my ajax call working fine to update my page… problem is that error reporting is a little hard since I can only update one div using my current process – and it would really look better if I could do two. I've learned my lesson on looking for help and examples. Always look [...]