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.
This was a fun one to build. A client wanted to be able to see all of the related tasks for a workflow without having to do the two or more clicks it can take to get there using a standard SharePoint list view. By layering jQuery, SPServices, and jQueryUI, we were able to display the information in a…
UPDATE 2009-10-19: I solved this for real in the jQuery Library for SharePoint Web Services function called $().SPServices.SPRedirectWithID. Feel free to read this post, but this is the solution you’re looking for. UPDATE 2009-10-01: I’ve posted an update on this idea. It’s possible to simplify the interstitial page using the Web Services from the jQuery Library for…
I’ve always prided myself in building Data View Web Parts (DVWPs) that are bulletproof, meaning they will run and render no matter what. However, I ran into something today which gives me pause. The setup on this is a little complicated, so bear with me. In SharePoint 2007, if you have a Lookup column which is based…
In my previous post entitled Creating and Deploying a Custom Theme in SharePoint Online, I was remiss by not mentioning Stefan Bauer’s (@stfbauer) highly useful Panthema Web Part. See: Panthema web part is now release – know your SharePoint theme colours The Panthema Web Part shows the colors for all the theme “slots”. We can…
When you want to display blog posts and announcements with DVWPs in your SharePoint Site Collection, you usually don’t want to display the full posts, but just enough to indicate what the item is about and to let the user know if they should click to see more. An example might be showing the last 3…
This is one of those things that I’m amazed I haven’t run into before. Perhaps I did in the past and wrote it off to my own lack of understanding. It turns out that this is a known, if rarely mentioned, limitation not only for Data View Web Parts (DVWPs) but also Content Query Web…