By Bruce Chapman on
Wednesday, February 20, 2008 4:44 PM
Today I did a quite simple search - find me a Regex expression and some C# code to parse all the key/value pairs from a Url Query string. I turned up nothing useful, so here's my contribution to the Google cache.
Read More »
|
By Bruce Chapman on
Wednesday, February 13, 2008 2:38 PM
I've blogged about unit testing with DotNetNuke before, and it has been working very well for me for a long time. I've got unit testing built into my build routines and even quality reporting in my TFS setup. But then along came a thing called DNN 4.8.0 and it all broke.
Read More »
|
By Bruce Chapman on
Monday, February 11, 2008 11:31 AM
I've revamped the DotNetNuke Google Sitemap Providers code and added a new Articles sitemap provider, for the Ventrian Articles module. It's now even easier to create complete listings of all the Urls in your DotNetNuke site.
Read More »
|
By Bruce Chapman on
Friday, February 01, 2008 11:47 AM
The inside story on the reconfiguring of the site and launching of new features. Yes, it looks the same, but there are a lot more things under the hood, and a lot more dogfooding going on.
Read More »
|
By Bruce Chapman on
Thursday, September 20, 2007 10:00 AM
My previous entry on this topic covered improving the DotNetNuke Url Rewriting Module. I thought I was finished, but as it turned out, I was just getting started. Here's more. Lots more...
Read More »
|
By Bruce Chapman on
Monday, August 27, 2007 10:00 AM
Google Analytics is great - I use it all the time. But integrating it into a DotNetNuke website should be easier than it is, or so I thought. In a fit of frustration I developed a module to handle all the messy plumbing, and it's been tarted up for public consumption.
Read More »
|
By Bruce Chapman on
Monday, August 27, 2007 10:00 AM
As a starting point, the 'friendly' Urls in the standard DotNetNuke install are OK. Kind of polite-stranger friendly. But what I want is a real welcome-to-my-house over the top friendly. This is the results from my first attempt.
Read More »
|
By Bruce Chapman on
Friday, July 06, 2007 3:04 PM
I've been working on full integration of unit tests in with regular builds on my TFS setup - I've been ignoring it for a while but with a large battery of unit tests setup, it was time to take the plunge. However, I ran into some troubles with running my tests because I don't have the full Visual Studio Team System (I have Team Edition for Developers). I worked out how to fix that, but then it all started...
Read More »
|
By Bruce Chapman on
Wednesday, June 27, 2007 12:52 AM
I learnt this tricky little piece of syntax for updating a sequence number in a table a while ago, but I can never remember it when it comes to using it. It's also very hard to find in search engines, so I've decided to put it in my blog for later reference.
Read More »
|
By Bruce Chapman on
Thursday, October 19, 2006 1:14 PM
The previous entry was about an ASP.NET Google sitemap Generator using the Provider model. This was a test project for the real reason I was working on Google Sitemap generation - a DotNetNuke-specific Sitemap generator. There are already several DotNetNuke sitemap generators around, but the one I have developed provides a run-time extensible model based on the type of content on each page.
Read More »
|