by Chris
7/15/2008 12:15:43 AM
Tonight I was looking at the Widget framework on BlogEngine.NET and decided that it really needed the ability to have collapsible sections. Similar to how my blog is currently configured, sections can be expanded and/or collapsed in order to allow the reader to hide info that is of no intere...
[More]
by chris
7/14/2008 4:08:18 PM
After upgrading to BE 1.4.15 I noticed a javascript popped up on my site. Looking futher into the errors it became clear the problem was related to the SyntaxHighlighter extension. I did some digging and the root cause of the problem lies in the Javascript Handler built into BE. I ...
[More]
by chris
7/14/2008 9:27:39 AM
This morning an update screen welcomed me on my computer. Apple was nice enough to let me know that ITunes 7.7 has released and that I should update to this version. That’s very helpful. I was just about to install the update when I focused in on the installer menu. In it i...
[More]
by Chris
7/9/2008 11:40:00 PM
Well the time finally came that I decided to move my blog over to a hosting company. This hasn’t been my choice from the beginning because I don’t like the restrictions (Medium Trust) that most web hosting companies require. I have investigated the cost of a dedicated serve...
[More]
by chris
7/9/2008 11:14:00 PM
If you have been following my blog you might have seen a previous post titled Secure Blogging… In this entry I talked about the changes I made to BlogEngine.DLL to support SSL connections for MetaWeblogAPI calls. These changes were proposed to Mads for inclusion in the next version of Bl...
[More]
by Chris
7/9/2008 8:50:00 AM
Perhaps this isn't the kind of change that I am ready to believe in...
"You need to make sure that your child can speak Spanish", Barack Obama
by chris
7/2/2008 10:26:34 AM
While writing code in Visual Basic.NET I frequently use the IIF Function. Reading the MSDN definition of IIF tells you that IIF returns one of two objects, depending on the evaluation of an expression. Quite the handy function indeed. Recently I was writing some VBScript code and w...
[More]