Trying out a new blog program

by Codewiz51 July 05, 2008 18:37

I'm testing out a program called BlogEngine.NET. I've been toying with the idea of running my blog directly from my hosted web site.

I really like the text editor used with this blog engine.  I am anxious to try out the code formatter. I haven't found any documentation on it yet, so I may have to look through the source code. If this works out, I will be very happy. I love to use the screwturn wiki engine. Coupled with having the blog engine in the same domain will make sharing files a lot easier.

I love three day weekends. The 4th of July is one of my favorite holidays. 

  • Thursday night, I completed some code I've been working on for RAPI. (RAPI is the method of communicating with Smartphones and Pocket PC's.)
  • Friday was hamburgers, hotdogs and grilled chicken with close friends and relatives.
  • Friday night, we sat in the front yard and watched fireworks show at nearby colleges and amusement parks.
  • Today I've spent several hours with my daughter and her horse. It's always relaxing to watch my daughter ride.
  • Tomorrow, we have more hunter jumper training, and I hope to spend time with my son. It's shaping up to be a busy day.

Here's an example of embedded code in a blog post:

public:
    void Add(String^ AppPath)
    {
        RegistryKey^ key = Registry::LocalMachine->OpenSubKey(m_key, true);
        key->SetValue(Guid::NewGuid().ToString(), AppPath);
        key->Close();
        List->Add(AppPath);
    }

It's formatted nicely, I think.

Comments are closed

Powered by BlogEngine.NET 1.6.0.0
Theme by Mads Kristensen | Modified by Mooglegiant


Disclaimer

This blog represents my personal hobby, observations and views. It does not represent the views of my employer, clients, especially my wife, children, in-laws, clergy, the dog, the cats or my daughter's horse. In fact, I am not even sure it represents my views when I take the time to reread postings.

All comments are moderated for content.

© Copyright 2008-2010