Waking up in California#

Just thought I would share a morning waking up in San Clemente California while on vacation.  This view is from our great friends Ben and Tonya’s awesome condo in downtown San Clemente.

CaliforniaMorning

CaliforniaBeach

Friday, August 25, 2006 2:52:56 PM (GMT Standard Time, UTC+00:00) #    Comments [0]  | 

 

Cleaning up after failed installations#
Lately I have had a lot of failed SQL Server 2005 installs and then it says it is installed.  Microsoft has a Windows Installer Cleanup Utility to help cleanup after those failed installs so the install can be started over.
Wednesday, August 23, 2006 10:22:45 PM (GMT Standard Time, UTC+00:00) #    Comments [0]  | 

 

Dayton Titanoc Subwoofer#

I just replaced my Klipsch 12” sub with a new Dayton Titanic 12” sub from Parts Express.  The Dayton sub is sold as a kit meaning you have to assemble it.  The assembly takes an hour and the only thing that is needed that is not included is a can of spray adhesive.

How does it sound – awesome!  The old Klipsch sounds like a cheap $50 sub next to this thing.  I have listened to sub four times the price and I would still pick the Titanic.  The amp is high quality and the auto on feature actually works unlike many other subs that need the volume cranked through the roof for the sub to turn on.

One last note, the cabinet is a tank and is very well constructed.  Fully assembled this sub is around 70 pounds.

Here is to shaking floors and rattling windows! 

Wednesday, August 23, 2006 3:25:27 AM (GMT Standard Time, UTC+00:00) #    Comments [1]  | 

 

Infragistics UltraWinGrid: Oh, you wanted the VisiblePosition#

I thought I was doing something really simple, have an Infragistics UltraWinGrid and a column chooser.  I listened to the event AfterColPosChanged and checked the ColumnHeader to get the VisiblePosition.  As a test I pulled all the columns off the grid onto the column chooser.  Then pulled two columns back on to the grid while looking at the VisiblePosition, first column = 1 second column = 4.  Looking at it puzzled I realized that these would be the VisiblePositions if all columns were pulled back onto the grid from the column chooser.  So the VisiblePosition is not the actual VisiblePosition but the what if all columns were visible VisiblePosition. 

One thing to note is that the VisiblePosition problem described above is only noticeable when using the column chooser and adding and removing columns.  It seems that moving column position from within the grid gives the correct VisiblePosition.

So how do you work with it?  Trying to keep track of the actual visible position is a losing battle when the user is able to move column positions and using the column chooser.  You have to not care about true VisiblePosition and yes this does sound stupid.  By looking at both the visible position and if the column is visible you can get the correct order of columns, but not the true visible positions. 

 

 

Tuesday, August 15, 2006 2:11:57 PM (GMT Standard Time, UTC+00:00) #    Comments [0]  | 

 

Debugging FIT Tests in FitNesse#

I received this information today on how to debug fit tests written in FitNesse:

FITTestProps

Notice the command line argument passed to TestRunner.exe <host> <port> <location>.  Also notice that TestRunner.exe exists under the dotnet directory of the FitNesse distribution.  Now set a break point and hit F5 and let it rip.

 

Thursday, August 10, 2006 3:37:59 AM (GMT Standard Time, UTC+00:00) #    Comments [0]  | 

 

CR_ClassCleaner RELEASED!#

I’m pleased to announce the first release of CR_ClassCleanerCR_ClassCleaner is a DXCore plug-in that provides organization and cleaning abilities to Visual Studio.  This release has been tested against VS 2005 and DXCore 2.0.4.

The concept of this plug-in is to be able to define “CodeGroups” using regular expressions that will organize code blocks into sections.  You can do this by using regions or not using regions.  There is more documentation is the Doc folder of the download.

Enjoy!

Thursday, August 10, 2006 2:17:28 AM (GMT Standard Time, UTC+00:00) #    Comments [0]  | 

 

All content © 2008, John Luif
On this page
This site
Calendar
<November 2008>
SunMonTueWedThuFriSat
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456
Archives
Sitemap
Blogroll OPML
Disclaimer

Powered by: newtelligence dasBlog 2.1.8102.813

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Send mail to the author(s) E-mail

Theme design by Jelle Druyts