Kevin Castle Dot Net
MyPicture.gif in content/binary
Navigation
RSS 2.0
Calendar View
<September 2008>
SunMonTueWedThuFriSat
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011
Categories
On this page....
Categories
Blogroll

Powered by: newtelligence dasBlog 1.9.6264.0

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008 , Kevin Castle

Send mail to the author(s) E-mail

 Tuesday, October 31, 2006

As I mentioned in one of my previous blog posts, I have been using Windows Live Writer to add/update my blog posts. I recently ran across a new plugin called CodeHTMLer for Live Writer. Its a great way for posting formatted source code. You can read more at Wes' Puzzling's blog.

Download the plug-in. 

Current supported languages include : C#, C++, Java, JScript, VB.Net, XML, and Powershell

Sample Source CodeHTMLer

/// <summary>
/// Summary description for Main.
/// </summary>
static void Main(string[] args)
{
  // string variable
  string myString = "myString";

  /* integer 
     variable */
  int myInt = 2;
}

Post Date: Tuesday, October 31, 2006 8:08:40 AM (Pacific Standard Time, UTC-08:00)
Disclaimer | Comments [0] | Trackback   #
 Wednesday, October 25, 2006

Yesterday I decided to sign up for a feedburner account in hopes that I could track the number of subscribers for my blog. As a result my feed URL has changed to http://feeds.feedburner.com/KevinCastleDotNet.


Post Date: Wednesday, October 25, 2006 8:58:33 PM (Pacific Standard Time, UTC-08:00)
Disclaimer | Comments [0] | Trackback   #
 Friday, October 06, 2006

A new version of dasBlog was released a few weeks ago. I must admit, that I downloaded and installed within minutes of seeing Scott Hanselman's blog post. When I initally started this blog I had a really hard time deciding which platform to use...should I use the more populare WordPress, should I try and get Community Server up and going, it was kind of hard to decide at that time. It wasn't until this release that I fully stood behind my inital decision to use dasBlog.

My favorite features include:

  • Support for Google Sitemaps - The google webmaster tools and their analytics tools really make maintaining and running a site that much more fun. I think it was especially important to support google sitemaps since the content on our blogs are constantly changing. Note: The location to reference for your google sitemap can be found at [YourBlogDomain]/googlesitemap.ashx
  • Better support for Windows Live Writer - Im assuming that the file uploading issues were fixed. Although I already configured LiveWriter to FTP all of my files up the server when needed.

I would also like to mention that the upgrad from 1.8 to 1.9 was a piece of cake. I just merged the web.config files and pushed the new files to the server.

More Information:

Scott Hanselman on dasBlog 1.9

Scott Hanselman on Google Sitemaps

Google Webmaster Tools

Google Analytics

dasBlog 1.9 upgrade information


Post Date: Friday, October 06, 2006 1:22:45 PM (Pacific Standard Time, UTC-08:00)
Disclaimer | Comments [0] | Trackback   #