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 [...]
Entries from May 2006
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 [...]