Posted on December 17, 2007 by agiledirect
This post describes how I use resource files in SharePoint on the custom created publishing pages and DVWP web-parts. The solution provided uses the standard <%resources … %> tag and reads the culture from the regional settings then uses this culture to load the resource file from the APP_GLOBAL_RESOURCES and display the localized text. Therefore [...]
Filed under: Uncategorized | Leave a Comment »
Posted on December 16, 2007 by agiledirect
This post describes how I re-use SharePoint Solution Generator’s API by reverse engineering the code using Reflector and calling using reflection. By using the SPListTemplateExporter provided by SharePoint Solution Generator we can export List definitions programmatically with necessary companion files and use them in my features for automatic build and packaging. Thus eliminating tedious error [...]
Filed under: Uncategorized | Leave a Comment »
Posted on December 12, 2007 by agiledirect
Find all the information you need here:http://www.sharepointblogs.com/dwise/archive/2007/12/11/sharepoint-service-pack-1-links.aspx
Filed under: Uncategorized | Leave a Comment »
Posted on November 21, 2007 by agiledirect
This post describes an issue of using custom created SharePoint designer workflows when trying to instantiate a previously saved site with SharePoint designer workflows. As a result of this limitation, SharePoint designer workflows won’t start due to incorrect versions of files. This post describes a technical plus pragmatic workaround and provides an utility to fix [...]
Filed under: Uncategorized | 4 Comments »
Posted on November 17, 2007 by agiledirect
I’m not really a blog-linker but heck. This one needs to get in the open. Microsoft has now an supported method of customizing the _LAYOUTS folder on SharePoint! This was actually quite a common question I got from my clients. Read the full scoop here: http://support.microsoft.com/kb/944105/en-us.
Filed under: Uncategorized | Leave a Comment »
Posted on November 10, 2007 by agiledirect
This post ferociously tries to persuade standard .NET developers by offering them candy to give SharePoint a designer a chance, cause it is indeed a black-belt ninja. And you want it, you know you do.
As a contractor, I often run into the same thing over and over again. For instance, when an client need to [...]
Filed under: Uncategorized | 8 Comments »