Bart Lannoeye - Blog
ArgumentOutOfRangeException on WP7 Reminder
During the creation of a Windows Phone 7 application for Trix I wanted to give the user the chance to add a reminder for a concert of his choice. With some example code available, the implementation … more
How to force Mango on your WP7 device
Disclaimer: This is NOT an official installation guide for Mango (or any WP7 update) and is not supported by Microsoft. Using this process to upgrade is your own decision, any problems caused by this … more
Deploying your site with SQL CE 4.0 to shared webhosting (Part 2)
In the previous post I described how to create your website with ASP.NET and SQL Server Compact 4 as database. The next step is to deploy your site. If you have a VPS or dedicated server, you got full … more
Use SQL CE 4 for your website (Part 1)
Why this post about SQL Compact Edition 4 (SQL CE 4)? In short it’s a free database engine that doesn’t require an installation of a database server (SQL Server, MySQL, …). Copy the … more
Take your notes everywhere
The days when you only had one computer to store and edit your files on are long gone. Nowadays people have multiple systems (desktop, laptop), mobile devices (smartphone, tablet) and work at home, … more
AvePoint DocAve generating SQL login errors
When logging in on a MOSS 2007 WFE-server to investigate a smaller issue, I noticed a wall of red errors in the event viewer. Most of them came down to something like:
Event Type: ErrorEvent … more
A year of changes
First of all: for all my readers who aren’t on twitter yet: a Happy New Year and I send you the best wishes for 2011. And of course thanks for following my posts for another year.
In my opinion … more
PDC 2010 Keynote: Bring the goodies
Last night I was one of the 30,000 persons attending a local Microsoft event to join in on the PDC 2010 Keynote live stream, excited to see what goodies Microsoft would announce. Man, did we get some! … more
Silverlight Client Object Model: cache referenced client assemblies
Those who follow me on Twitter already noticed I am at the SharePoint Connections 2010 Autumn conference in The Hague (The Netherlands) right now. I’ve attended a few very interesting sessions … more
Be aware of DOM state: jQuery selector with variable
Recently we were working on some jQuery code that added several controls to the page in a loop, and performed some manipulations, like .hide() on them. Since we needed this functionality in 2 … more