Browse by Tags
All Tags »
Programming (
RSS)
If anyone doesn't know, the DevCow calendar is actually manually updated every month. I have been updating the calendar for about 3-4 years now every month. The process I take is to go directly to the websites of the user groups that we list on the...
It is very easy to add the copyright information to the page in a Graffiti CMS view, but the default new theme template adds the following Add copyright information: $data.Site.Copyright You should update your templates with the following lines that will...
After installing Graffiti CMS I found it difficult for end users to know where to log in. Go ahead don't read the document called Readme.htm and see if you can find out where to log in. Well after learning a little bit about Graffiti CMS I found out...
SharePoint Delegate Controls: What EVERY SharePoint developer should know, but most do not. Every time I talk to someone about SharePoint 2007 development, I ask them if they know about SharePoint delegate controls. Almost all of them have said no at...
If you have followed the steps in the MSDN article http://msdn2.microsoft.com/en-us/library/ms464040.aspx or used the blog post http://blogs.ittoolbox.com/km/sharepoint/archives/creating-a-custom-web-service-for-sharepoint-13553 you may have run into...
You tell them to do things and they partly do it. My gripe with MakeCab is that the files in the CBA archive (or wsp) don't use the same date stamp as what Windows Explorer uses. Building a DLL and as part of a post-build step you're putting the...
I've been working recently on a lot of code which needed debugging inside of SharePoint. One of the frustrating aspects of SharePoint development is the annoying debugging story. Click Debug, click Attach to Process, click your desired process(es...
If you are creating an externally accessible portal or extranet with SharePoint which uses Forms based authentication, business requirements such as Search and ECM Publishing might require you to create an intranet portal which uses NTLM or Kerberos authentication...
I've finally finished (almost) with the project that has been keeping me up late at night. I want to thank Doug Ware , Brendon Schwartz , Dan Attis , and Adam Buenz for all the help they gave me over the past several months while I struggled to bring...
I am trying to determine what type of authentication the current SharePoint 2007 web site has, but no matter which SharePoint site I checked the AuthenticationMode of the SPWeb always seems to return WindowsAuthentication. The site that I am using is...
Have you ever worked on some of those one and two thousand line stored procedures where the indentation was so messed up you couldn't really tell where that left outer join fit in? Wouldn't it be nice if there was a tool out there which would automatically...
Have you ever wanted a list of Features packaged in a solution that you could just click a button to install? Well the good news is that I have too. To solve this problem I extended a great tool called the Power Toys Pack Installer from CodePlex . If...
Random problem with a relatively innovative discovery method. I am working with an app that sends and receives buckets of data via web services. In one particular case, I was receiving a couple of purchase orders' worth of details and attempting to turn...
Chris Hays posted this blog post about repeating group headers on each page, having them say "MyGroup (continued)" on all but the first page. This post went up Sept 27th and was a great stroke of luck on my part b/c my current client really wanted this...
I was working on an web application today that was having trouble rendering correct. The client added a link to the page and color of the text after that link would render incorrectly. If they took the <a href></a> anchor tag out of the HTML...
More Posts
Next page »