Feed on
Posts
Comments

Daily Archive for April 27th, 2006

Pulse is an upcoming Broadband Internet channel from the Sci-Fi Channel. It will offer older sci-fi channel offerings as well as fresh new content. One of Pulse’s offerings (and perhaps on the Sci-Fi Channel itself, I can’t tell for sure) is a new Battlestar Galactica prequel called Caprica. Taking place around a half century before [...]

Read Full Post »

My Google Page Rank

The site’s main page has a Google rank of 4, while the Battlestar Galactica category page has a rank of 7. I would guess specific articles around the site have lower and higher rankings I didn’t bother checking them… yes, I was bored so I looked it the general ranking.

Read Full Post »

Date Format Fixed

I fixed the problem with the date not showing the way I wanted to. It seems the theme I am using overrode the setting in WordPress itself. I may change it to the full month name, and may move it, but it will do for now. I hope it makes it easier to tell when [...]

Read Full Post »

As I noted in a previous post, I am a strong believer in well commented code. I recently learned of XML comments in C# code to aid in the documentation process. I have seen them in code before, but didn't know what it was for. In short, it uses these XML comments to generate an [...]

Read Full Post »

To Use #Region Directives or Not

There seems to be a large debate on if the #region/#endregion directives are worth anything. Neither Visual C# 2005 How to Program (2nd Edition) (How to Program), nor Murach's C# (.Net Developer), the two books that I am using to learn C# seem to cover the issue at all.
Most of the complaints seem to deal [...]

Read Full Post »