-
Another example of how JQuery can help your site!
I like this post because it illustrates how JQuery can make your UI code more efficient. Look at the code examples in this post. What once took 6 lines of code only takes one using JQuery. Of course, you have the overhead of loading the JQuery framework – but if you are doing a lot…
-
Why does making a Lookup site column an indexed field break my CAML Query?
when the EmailSource field is NOT set as an indexed column, this query would return all list items where EmailSource didn’t have a value. As soon as I set EmailSource as an indexed column, the query would always return zero items, even though I knew it should return some list items.
-
Configure disaster recovery across SharePoint farms by using SQL Server log shipping
Microsoft has provided updated information for setting up farm DR with log shipping. Even if you haven’t set up DR w/ log shipping in your environment, it is a good read to gain valuable DR knowledge. Configure disaster recovery across SharePoint farms by using SQL Server log shipping.
-
How To Debug STSADM Extensions
I’ve been writing some StsAdm extensions and I’ve struggled to debug some “unhandled exceptions”! I found this great post that shows you how to set up Visual Studio to debug your extensions. http://blogs.prexens.com/Pages/Post.aspx?ID=5
-
Typemock for Unit Testing SharePoint!
I’ve never used this product but I am excited to add it to my list of tools. Check it out! Unit Testing ASP.NET? ASP.NET unit testing has never been this easy. Typemock is launching a new product for ASP.NET developers – the ASP.NET Bundle – and for the launch will be giving out FREE licenses…
-
SharePoint Deployments – What Can Go Wrong
Daniel Larson lists some things that he’s seen that could go wrong with SharePoint deployments. Keep this one bookmarked!