Browse by Tags

All Tags » .NET (RSS)

Microsoft Technology Interoperability Improvements for PHP

When I got back from the MVP Interoperability Workshop last week ( http://dotnet.org.za/willy/archive/2008/06/07/interoperability-highlight-t-3-days.aspx ) I got buried in work that has been waiting for me and haven't had a chance to put up my post event info, so, finally here it is. Way back in the days, first content management systems I dealt with were PHP based, like PHP-Nuke PostNuke, MyPHPNuke... etc, and this is basically where I fell in love with content management systems. They were...

Debugging Web Parts in SharePoint 2007

Ok in my previous article I covered basic SharePoint 2007 Web Part Development, (this is another thing I've been asked a lot) one important thing when it comes to development especially more complex web parts is debugging and stepping through the code. This is super easy so here you go.................... So..... you finished developing your Web Part, and you pressed Crtl+Shift+B and your Build went fine, but you get errors displayed when you test your Web Part in SharePoint 2007, so what do...

Developing Basic Web Parts in SharePoint 2007

Many times in the past I've been asked to help and elaborate on one SharePoint topic and that is building Web Parts for SharePoint. I've talked about this in my community events as well as conferences where I presented. I've also blogged about some more advanced development of Web Parts but I've never done a more basic explanation of how to develop simple Web Parts. After this last request I finally gave in, so here it is. Coolest thing about web parts in SharePoint is its complete...