Recently I had to re-format my work laptop and I decided to fix one of the most annoying thing that I dealt with everyday but I was too lazy to research. My company has a group policy setup for UAC. We need to have it enabled at all times but the pain of entering the username (domain\username) and ... [More]
Following my series of retrieving HTML from SharePoint - I had to recently retrieve the HTML from the Blog post in SharePoint.
One again - it is pretty straight forward but as the Blogs are a different site compared to SharePoint MySite - you will need to develop a feature at a Site Collection lev... [More]
Recently, I had to retrieve the HTML of SharePoint Wiki pages. The only example I could find was Arpan shah's blog post about Grabbing Wiki content.
Turns out that it is not difficult as I thought and Wiki is just a List in SharePoint and you can retrieve the HTML content using the fol... [More]