Crawling phpBB or other forms based apps with SharePoint

Out-of-the-box, the Microsoft Office SharePoint Server comes with a search engine, which is the 2008 Search Server. It’s capable of crawling different content sources via http, by requesting the page, indexing it and visiting links on the page after that if you prefer to. Now within SharePoint sites this is all pretty straightforward. The crawling of internet

Read more

.NET Framework 2.0 related DataSet bug

These last couple of days, we’ve been working on fixing a bug. The application it occured in works together with a Progress proxy object which talks to a Progress database. Because that link isn’t too transparant, it was very difficult tracing the bug and finally coming up with a solution for it. The problem occured

Read more

Adding a column to SharePoint news articles (design/edit view)

The ‘News site’ site template of MOSS 2007 is probably one of the most used templates for companies which use SharePoint for their internal intranet. It allows you to add news items to a specifically designed site in a user friendly way. Editing the news items is done on the page itself, with extra functions

Read more

Inter-application communication with WCF webservices

Unfortunately for me (but not unfortunately at all I guess), not all software developed right now is .NET based. That’s fine because there are a lot of other really good alternatives out there which do the trick and in some cases even do the same trick even better. And even when a .NET based application seems to

Read more

VS Designer throwing ‘Operation could not be completed’ error.

Today, while working with the Linq designer, my Visual Studio installation started throwing errors at me. They stated ‘Operation could not be completed’ followed by some Dutch nonsence which didn’t help much. At first, I thought this had to do with me altering the database structure and then opening the Linq designer again. I tried deleting some

Read more

LinqDataSource not deleting records

I ran into a small problem using the LinqDataSource as a datasource for a GridView or ListView (the new 3.5 ListView features quite nice functionality, with an insert-capable grid!). I had set up a datasource with a ListView bound to it which had a button per row to call the ‘Delete’ command. The other commands seemed

Read more

More Linq to SQL

If you’re into ASP.NET and you want to learn Linq to SQL to provide your user with data from your SQL database, you need Scott Guthrie. And if you don’t know that name yet, you should definitely check out his blog. For his articles on Linq to SQL, please check out these links: Part 1:

Read more

Free stuff from Microsoft

Surfing around the web I stumbled upon this blogpost from Mohamed Ahmed Meligy writing about free stuff from MS. I thought this would be somekind of action I missed out on and was already too late to sign up for. But no! I tried and this link still takes you to a Microsoft site which requires

Read more

My first Linq steps

First of all, I would like to wish you all a happy new year. I know it’s a bit late for that, but I didn’t get (or take…) a chance to post my first blogpost of 2008 earlier. I’m eager to find out what this next year is going to bring us, but I guess I’ll

Read more