How to replace 30 laptops (and $10,000)
How to replace 30 laptops (and $10,000) with 150 sheets of paper http://ow.ly/5FU1b -> Simplicity can be the most elegant solution.
How to replace 30 laptops (and $10,000) with 150 sheets of paper http://ow.ly/5FU1b -> Simplicity can be the most elegant solution.
I’m used to using flyouts in the tabbed navigation in MOSS to enhance the navigation capabilities. (See my earlier post on this to find out how to make it happen.) Today I wanted to do the same thing in a WSS master page, but just changing the MaximumDynamicDisplayLevels value wasn’t working. I found this post…
When you talk to SharePoint using REST, you have some options about what the data you get or send looks like. Early on, when REST first arrived on the scene for SharePoint, we HAD to specify odata=verbose. This meant that we had to be very specific about what our data was going to look like,…
If you haven’t been paying any attention, you might not know that I loathe the 5000 item limit in SharePoint. I may have mentioned it here and here and here and a bunch of other places, but I’m not sure. But given it’s there, we often need to work around it. I’ve written this little function…
I got a nice email the other day from someone working for Microsoft about the SharePoint Journeys contest they have running. She asked if I would do a blog post on it because "[My] blog shares such valuable insights about how [I] use SharePoint." Maybe she got the wrong guy, but I was happy to…
I had a question today about how to get the current user’s manager and put the value into a Person or Group column in a list. This one only works in MOSS or SharePoint Server 2010 (not WSS 3.0 or SharePoint Foundation) because the UserProfileService Web Service is only available there. The code is relatively…
I released v0.4.8 of the jQuery Library for SharePoint Web Services yesterday. As always, I recommend an upgrade, as I continue to make efficiency boosts in each version. Significant in 0.4.8, I made the $().SPServices.SPGetCurrentSite function smarter, so that it only calls the Webs Web Service’s WebUrlFromPageUrl operation once per page to cut down on…