Browse by Tags

All Tags » ASP.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...

Developing AJAX Web Parts in SharePoint 2007

Ok so one thing that I haven’t blogged about is developing Web Parts for SharePoint 2007. One thing about it is that nowadays it’s very easy, far less complicated then SPS 2003 days. As a matter of fact if you’re running Visual Studio 2005 with Office SharePoint Server 2007 SDK 1.2 and Visual Studio 2005 extensions for Windows SharePoint Services 1.1 CTP. All you really have to do is create a Web Part project, override the right method, press the little “Play” button on top of your Visual Studio...