- Toshiba HD-DVD player runs on Red HatIf you haven't read this post about dissecting the HD-A1, you should start there.
- Promoting properties in generic documentsMy blog has moved. Please go to http://www.brianloesgen.com
- Recover your XP product key from the registry using C#Ever needed to reinstall your PC and could not recover your product key from that 'safe storage' you were supposed to use? It is no secret that if your system is still running you can recover the k…
- Performance Quiz: Fastest way to format timePerformance Quiz: Fastest way to format time
- Http Post in C#Searched out on the internet and didn't really find anything that was horribly succinct, so I wrote this class for fun. I had help from http://www.codeproject.com/cs/webservices/translation.asp. I …
- text-align: center; not working in Firefox.container{ text-align: center; border: solid 1px blue; } <div class=container><table><tr><td>Text</td></tr></table><div>
- Store your App.Config inside SQL Server 2005Store your App.Config inside SQL Server 2005
- Geekswithblogs.net!(/images/avotak/75160/1c0c6943-DLTwitternormal.jpg)
- Customizing the Dot Net Nuke Search InputCustomizing - DotNetNuke Search Input - The Problem
- ASP.NET 2.0 - Enter Key - Default Submit ButtonOne of the most annoying things in developing web pages is handling the "Enter key" for form submission. Enter key has been the favourite way users like to submit forms. Though we provide Buttons t…
- Using msbuild to change App.config and Web.config filesUsing the msbuild community tasks project it becomes easy to change App.config and Web.config files as part of the build process. I've recently implemented a build script for a smart client applica…
- Processing an AS2005 cube from the command line with XMLAThere was a question recently on the Analysis Services newsgroup asking how to process an Analysis Services 2005 cube using XMLA from the command line. Below is a script based on Chris Harrington's…
- Assembly.LoadFrom demystifiedRules are meant to be bro.. ahem expanded. Especially if everybody tells you not to do so;-). The Assembly Loader Rules are for example a very strict set of rules. One rule of the loader is that yo…
- SSL certificates and poor implementationsWe all know what a SSL cert is, right? Well then why are most certs so poorly implemented? I think the problem lies with most system administrators getting the cert at the last minute (when users r…
- Upgraded Foodmart 2000 sample database for Analysis Services 2005Soon after installing Analysis Services 2005 I upgraded the Foodmart 2000 sample database from Analysis Services 2000. Foodmart is kind of the equivalent of the pubs database in the SQL Server worl…
- Mobile Monday: Web 2.0 in the mobile Space - DiscussWell it looks like I will be on the speakers panel at Mobile Monday this coming Monday (April 3rd 2006). There will be a series of discussions going on about the Mobile Web 2.0 stuff... So what I a…
- Team Smells...Refactoring For A Better Tomorrow (Part Two)In a previous post I detailed some conditions existing on development teams that would suggest some changes need to be made in order to bring about better performance and ultimately higher quality …
- Subversion ConversionAs promised in my previous post, here are the steps I executed to migrate.NET projects in VSS to Subversion:
- ASP.NET tab doest show up in IIS virtual directory property page after install asp.net 2.0 frameworkI install the Asp.NET 2.0 framework on a WinXp pro box. When I bring up the property page of a virtual directory, for some reason, I can't see the ASP.NET tab where you can config the asp.net versi…
- Strongly Typed DynamicMethodsLast post I promised that I would post the final code that I was working on, in regards to Generics and DynamicMethods. The basic idea of the code is a class that generates DynamicMethod delegates …
