Rob Chartier ~ Contemplation...
.NET, C#, Work, etc.
-
IIS Server Pro...
IIS Server Pro allows developers to create and manage multiple web sites on machines running Windows 2000/XP Professional. Written in C# Very light-weight Allows for full IIS control from system … more
-
Look with your inner eye...
A real time waster... Give this a try... Once you see only the green dot move your head closer to the monitor then pause; watch what happens. Same with moving it away from the monitor. Hit the … more
-
Microsoft Announces Xbox 360 Prices...
http://www.microsoft.com/presspass/press/2005/aug05/08-17EuropeNA360PricePR.mspx?tprq=official%20pressrelease "Microsoft Announces Xbox 360 Price for Europe and North America: Starts at $299.99 U.S./€ … more
-
Javascript Status Bar sample (Useful for Ajax)...
This is my first post regarding Ajax. What I did was created a few lines of code in Javascript and HTML which allows you to essentially have a StatusBar like display for your Ajax calls. … more
-
Subversion & ASP.NET Projects Bug Fix
So VS.NET is giving you the vague error when using Subversion to version control your ASP.NET Web projects. "Refreshing the project failed. Unable to retrieve folder information from the server" Here … more
-
Subversion - Post-Commit Hook .NET
So I put a bit more work into my plug-in system in .NET (C#) for Subversion's post-commit hook, post-commit.net. The biggest change is that if you can set a global flag to produce incremental dump's … more
-
More X10, on MSDN...
Tony Northrup shows how to setup and install (literally just the wiring setup) some of the X10 proudcts for your home. If your left wanting more, take a look at my two part article published … more
-
Poor man's Automated Backup...
What do you get when you cross SharpZipLib and XPBurn and another 30 lines of code? My own personal back up system. Since I have setup Subversion on my system for my personal … more
-
Plug-in Framework in .NET For Subversion (post-commit hook)
Chad Myers posted some feedback to my previous post regarding C# and Subversion. He indicated that the company he is with has a .NET plug-in architecture for Subversion, the post-commit hook.& … more
-
Subversion Hooks with C#
One thing I noticed yesterday when setting up Subversion is that it has "Hook Scripts". "A hook is a program triggered by some repository event, such as the creation of a new revision or the … more