johnbender.us

recent / categories / archives

Posts from September 2008

Agile Web Development with RoR 3rd Edition impressions

Just picked up the beta third edition of this awesome book tonight and I was thoroughly enjoying even the beginning chapters. I really love the way these books have been written and my hat is most certainly off to the Sam, Dave, and David (we’re not on a first name basis but if you’re into [...]


SharePoint Site permissions STSADM extension

For the SharePoint developer’s group I run in NYC I created a quick STSADM extension that outputs all of site, subsite, list, and list item permissions for a given SharePoint site.

By piping this output into a file you can create a baseline to compare to at a later date with something like winmerge. Thus you have a simply way to verify your site permissions should you need to.


RyC Unit Testing Utility

I started this project a long time ago to learn Ruby and never got around to making it really useful. Well I just resurected it and I think it could be useful for people working with C.