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.