Welcome to DetlefGrohs.com Sign in | Join | Help

Thursday, September 27, 2007 - Posts

[BlogMyCode] Code Snippet Posted with BlogMyCode Plug-In

[BlogMyCode] Code Snippet Posted with BlogMyCode Plug-In Update: Well that didn't work.
posted by detlef | 0 Comments

Code Beautifiers

I might be doing some JavaScript client side programming for my next project, so I saw this My Great Free Online Beautifier for JavaScript that I need to save a reference to. I then starting thinking that I have seen other online code beautifiers before
posted by detlef | 0 Comments
Filed Under:

Read Document Contents Code Snippet

The following code snippet will load the contents of a item in a document library in SharePoint 2007. I am loading the contents of the first item, but you could easily use Items.GetItemById() method to get a relevant item. SPList list = spweb.Lists["MyList"];
posted by detlef | 0 Comments
Filed Under: ,