Configuring Incoming eMail in SharePoint
I found a nice white paper today that outlines the steps required to enable incoming email for lists in SharePoint 2007 (MOSS). Thanks to Steve Smith at Combined Knowledge for this excellent information!
I found a nice white paper today that outlines the steps required to enable incoming email for lists in SharePoint 2007 (MOSS). Thanks to Steve Smith at Combined Knowledge for this excellent information!
<UPDATE date=”2011-02-14″>: As of jQuery 1.5, single quotes are *required* around z:row or any other similar node selector. This was actually “required” in previous versions of jQuery, but not enforced. </UPDATE> jQuery’s totally cross-browser capable, right? Well, generally, yes. However, through no fault of jQuery, Safari and Chrome don’t seem to like the z:row namespace…
The other day I did a post in which I was grousing about what a pain it is to move individual lists from a 2007 environment to a 2010 environment. Even worse, I wanted to move the lists from a hosted WSS 3.0 environment at FPWeb to Office365. Because of this, there was no access…
Last Thursday was indeed a very good day. I got to do [at least] four great things: I wrapped up some cool jQuery/SPServices/jQueryUI-based functionality to enhance a site which uses workflows extensively. The functionality allows us to add dialog popups which display all the underlying tasks for a running workflow. No postbacks! More on this…
I ran into an instance today where a column’s data contained the ampersand (&) character when I hadn’t expected it to. Since the ampersand is used to separate Query String name/value pairs in the URL, that ampersand was causing me problems. In general, you should always encode Query String values just in case they might…
I am a huge fan of the Modern Search Web Parts. They are a perfect bridge from classic search to where we all hope Microsoft Search is heading. The team working on these Web Parts is a first class bunch, and they are doing fantastic work. Franck Cornu – @FranckCornu Tarald Gåsbakk – @taraldgasbakk Yannick Reekmans – @yannickreekmans…
Today I was working on some script for the home page of a SharePoint 2013 site which added the jQueryUI accordion behaviour to all of the Web Parts within a Web Part Zone. When I went into edit mode, it was pretty frustrating to have the accorsdions kick in, so I looked around for a way…