Kevin Castle Dot Net
MyPicture.gif in content/binary
Navigation
RSS 2.0
Calendar View
<January 2009>
SunMonTueWedThuFriSat
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567
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 2009 , 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   #
 Tuesday, September 05, 2006

I'm brand new to blogging so I get overly excited about every little tool which might possibly make my life easier. It was about a month when I had first heard about LiveSpaces, and ever since then I have completely changed the way that I interact with the Internet. Now, instead of using Firefox for viewing all of my RSS feeds, I imported all of them to my Live.com homepage, also instead of using stupid MySpace for my social-network-time-killing activities I now use LiveSpace which is great. Although I do have one huge complaint about it, it doesn't support the ability to leave a comment on someone's page unless it is in reference to a blog entry. I'm sure it won't be long until someone makes a gadget for this but until then I think its gonna be hard to move anyone over from MySpace. Enough about that.

When first contemplating which .Net blog engine to use, I basically narrowed it down to Community Server and DasBlog. Although I thought Community Server looked much better (the dasBlog themes are lacking a lot), I decided to go with DasBlog mostly because I felt that some of the features in Community Server were overkill for the kind of blog which I was looking to start.

LiveWriter offers:

1. Manage your blog(s) from a local windows application.
2. Automagically upload all local images which were locally added to your posts. (for DasBlog this needs to be configured using FTP)
3. Bult-in publishing support for DasBlog, Community Server, Word Press, of course LiveSpace, and many more.
4. An SDK for developers to extend its functionality.

Download LiveWriter (beta)


Post Date: Tuesday, September 05, 2006 8:36:52 PM (Pacific Standard Time, UTC-08:00)
Disclaimer | Comments [1] | Trackback   #