Wes' Puzzling Blog
... trying to solve the puzzles of .NET
-
What do you use to analyze your IIS log files?
Currently I'm using awstats which is a very nice free log analyzer. It has a lot of nice statistics. One stat is the referrers however I would like to see which page that the referrer linked too. It is also nice that you can see the search phrases used to get to your site, but I would also like to know which page is associated with a particular search phrase. As far as I can tell these are not available in awstats.
-
ChangeThis
I just ran across changethis.com thanks to rido's post The six laws of software. ChangeThis has some pretty cool articles or manifestos as they tend to call them. Here is the description they provide about the site.
-
Color tools for the design impaired
Michael Moncur has listed a number of color tools in his post Color tools for the design impaired. I particularly like the Color Scheme Generator 2. These really help someone like me, who doesn't know crap about proper color combinations.
-
Matching Balanced Constructs with .NET Regular Expressions
In computer science a formal language is a set of finite character strings that are created by some finite alphabet. There exist four major formal language classes as defined by the Chomsky hierarchy.
-
Mounting ISO files as non-admin
Well a long time ago I posted about using Virtual CDRom Control Panel to create a Virtual CDRom Drive (i.e. mount ISO files). I use this quite often however now that I have switched to being a non-administrator on my system I can't use it anymore. I keep getting the error message "Cannot Open SCM : Access is denied". I tried to figure out how to setup the correct permissions and got as far as attempting to change the Security Descriptor via the sc command, but no luck. Eventually I gave up and looked for another way to mount ISO files.
-
Updated version of CodeHTMLer
I just finished updating CodeHTMLer. I fixed some bugs and also added a couple more options that will hopefully help make it more useful.
-
Running as non-admin
After setting up my new domain recently I decided I would finally try to run as non-admin. Currently I'm a normal user.
-
Run++ 0.7.7.0 Released
I have made some bug fixes and added a couple new features to Run++.
-
Re-associating Compressed Folders with .zip files
Once upon a time I installed WinZip and so the .zip file association got switched to WinZip. I really like selecting files and then right clicking and selecting Send To > Compressed (zipped) Folder in XP/2003. However you cannot do that unless Compressed Folder is the program associated with .zip files. It will usually ask you "Do you want to designate Compressed (zipped) Folders as the application for handling ZIP files?" and I always click yes but it never re-associates. Anyways I found a registry fix on Doug Knox's page Windows XP File Association Fixes. If you import the ZIP Folder Association Fix into the registry it will restore the default .zip file association. Now I can use the Send To > Compressed Folder again. Thanks Doug.
-
Creative Commons License
Today my advisor pointed me to Creative Commons to create a license for my Thesis work. I never knew about this. You can very easily create licenses for anything by answering a few questions. It gives you an icon (like the one below) to put on your website or text to put into text files (i.e. source code files). I hate trying to figure out licensing stuff so this will make it very easy to license my stuff.