Working with Large Lists in Office SharePoint Server 2007
This list or library contains a large number of items. Learn about managing a large list or library and ensuring that items display quickly.
This list or library contains a large number of items. Learn about managing a large list or library and ensuring that items display quickly.
I’ve been going back and forth with my pals @jbhoward (Jim Bob Howard), @iOnline247(Matt Bramer), and @webdes03(Michael Greene) today about how best to dynamically load jQuery libraries. We were all interested in the possibility of determining on the fly whether to load the jQuery library itself conditionally from an external CDN (like the Google Ajax…
If you try to create a new .NET Web project (ASP .NET Web Application or ASP .NET Web Service) on a server running MOSS (or, presumably, SharePoint v2), you will get the error: ‘Unable to create Web Project ‘WebApplication1’. The file ‘c:\inetpub\wwwroot\WebApplication1’ does not correspond to the URL ‘http://localhost/WebApplication1’ where WebApplication1 is the name of…
Until recently, one of the easiest ways to get “into” Microsoft 365 was to go to Office.com. I’ll readily admit that I never spent any time on the page, mainly because most of my time in Microsoft 365 is spent building sites, pages, libraries, etc.
As is often the case recently, inspiration for this post came from a thread over at the MSDN SharePoint – Design and Customization forum. In this particular thread, I suggested using the PreSaveAction (see my post entitled Validation on SharePoint Forms – Part Four for details on how this works) and some script to do…
The other day I got a question about what I mean when I say that working with the Data View Web Part (DVWP) and jQuery can allow you to rapidly prototype solutions. In my experience, both the DVWP and jQuery allow you to rapidly iterate on a potential solution for a business use outside the normal…
Every time I think I understand everything there is to know about CSS (I’m being very facetious), Heather Solomon blogs about something I had no idea about. Her latest trick is to use attribute selectors to change the formatting of specific types of Web Parts. This is another trick that is great for SharePoint but…