love to code .net

blogging mostly about one of my favorite subjects, programming

Month List


BlogEngine.NET Post List User Control Creates Blank Pages

Today I was looking at Google's Webmaster Tools for my blog.  I noticed there are 11 URLs in my site map and only 6 are indexed.  I started wondering why and that led to looking at what has been indexed.  So I started looking at Google's index of my site, there are 189 pages indexed.  It seemed like a lot considering with this post I've made 10 posts.  I started looking at the links and noticed there were some huge page numbers.

More...

The BlogEngine.NET Syndication Handler throws exceptions when Server Offset is Positive

The syndication handler will throw an exception if you use a positive value for the Server Time Offset setting.  More...

Correct Post Times and Delete in BlogEngine.NET using Windows Live Writer

When posting future posts using Windows Live Writer (WLW) the time was being changed from what I was expecting.  My expected behavior is that specifying a date and time should be the same in both the BlogEngine.NET web interface and WLW.  In other words, if I create a post to be published tomorrow at 1:15 PM in both interfaces, both posts should have the same posted date/time.  This was not the case.

During testing, I found that I couldn't delete items using WLW.  I would get an exception saying I'm "not authorized to delete the object."  As both updates are in the same class, I decided to write them both in this post.

More...