Atlanta .NET Regular Guys

News

Brendon Schwartz - Email Me
Matt Ranlett - Email Me

Brendon Schwartz

MVP Logo
Community Kit for SharePoint
View Brendon Schwartz's profile on LinkedIn

Matt Ranlett

Matt Ranlett MVP Logo

Community Links

Useful Links

SharePoint 2007

ASP.NET 2.0

Atlanta Area Bloggers

BizTalk

SharePoint 2007 WebControls

SharePoint 2007 Development

Browse by Tags

All Tags » Programming (RSS)
DevCow calendar now up to date
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...
Correct way to add Site Copyright line in Graffiti CMS
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...
Add Login link to home page with Graffiti CMS
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 in SharePoint 2007 - Best Practices
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...
Error Type Not loading when building custom web services in SharePoint 2007
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...
I'm sick of problems with STSADM and MAKECAB
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...
Debug SharePoint macro
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...
Be sure to use distinct names in your SharePoint Web Applications
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...
Custom SharePoint List-based Membership and Roles Provider
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...
SPWeb.AuthenticationMode always returns WindowsAuthentication
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...
Shape up that SQL code
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...
Solution Installer for SharePoint 2007
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...
Using Fiddler and Excel 07 to debug web services
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's sleazy "continued" hack almost works
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...
Nested anchor links cause trouble
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 »