by Miha Markič
30. July 2005 11:57
I was wondering how to read the IIS log files to check what's going on with my web pages (both this blog and company website) in an easy and flexible way. Sure, there are plenty of commercial and non-commercial applications that do wonders. I have to admit that I ruled out commercial apps because I don't have a big need for this, just to check statistics sometimes. I didn't like free ones either because they are too complex or to restricted. The time passed by and one day I read about LogParser. It is a free application (downloadable from Microsoft web site) that reads various log files and let you do the sql queries on them (it has other features, too). It comes in two formats: command line tool and COM object. After a day of using it I have to say that it is an excellent tool if you are in the mood looking at your log files.
Here is an example on how to check your blog rss feed hits per month:
logparser "select TO_STRING(date, 'yyyy-MM') as Month, count(*) As Hits from <communityserver> where cs-uri-stem='/blogs/blog_with_righthand/rss.aspx' group by TO_STRING(date, 'yyyy-MM') order by TO_STRING(date, 'yyyy-MM') desc"
Month Hits
------- -----
2005-07 13842
2005-06 5174
2005-05 1206
Statistics:
-----------
Elements processed: 66202
Elements output: 3
Execution time: 0.52 seconds
ea392e31-5e10-403c-9e5f-a9c9d71d1a42|0|.0
Tags:
Windows
by Miha Markič
29. July 2005 12:02
After I published my original
post about installing Vista beta 1 under VMWare Workstation 5, many people shared their experience, workarounds and problems. So, check out
comments on my original post and a
thread in VMWare Forum.
54751a61-3dbe-4335-941a-d44d5318ae21|0|.0
Tags:
Windows
by Miha Markič
28. July 2005 11:59
I just installed Vista Beta 1 under VMWare workstation and I have two tips.
1. Vista won't format your virtual hardisk out of the box. Thanks to the guys from VMWare support forums here are two solutions:
- Boot from Windows 2003 (or perhaps XP - I didn't try this) and format your partition then boot Vista (so you won't need to format the drive with Vista)
- Use VMWare provided disk drivers - see this article (again, I didn't try this as first option worked fine)
2. When you install VMWare tools it won't enable your virtual network card automatically. So, after successful install of VMWare Tools and rebooting go to Device Manager, find the network card entry (under Other Devices) with an exclamation mark. Right click on it, pick Properties and Reinstall Driver ... button will enable the driver and network card will start working - voila, you can start using IE 7 now.
Here you go.
5248abbc-7253-4693-99e5-32df9da3d984|0|.0
Tags:
Windows
by Miha Markič
26. July 2005 23:41
Peter just informed me that
Slovene Office Community is born. Welcome to the (Slovene) communities.
90b9bddd-207a-4404-9214-38196799f235|0|.0
Tags:
Slovenia
by Miha Markič
25. July 2005 10:59
A note here: If you look quickly at the header you'll see only words Avalon, Indigo and an acronym RC. However, pay attention to word preceding RC: Beta 1. This is amazing. RC of Beta 1? What's next? CTP Beta versions? :-)
Anyway, go, get it here:
http://www.microsoft.com/downloads/details.aspx?FamilyID=25c7e9f0-97cf-4c95-b321-53b814ad82c4&DisplayLang=en
e361e956-4b80-4474-abd0-cc02f1a09be6|0|.0
Tags:
.net
by Miha Markič
21. July 2005 11:44
If you ever wanted an object pascal .net language that works with Visual Studio.Net then look no further. RemObjects created a first class .net citizen - Chrome. It works also with Mono implementation. Read this blog article for more info.
06d60d1d-abf1-425a-8af9-ae62e3e3dd01|0|.0
Tags:
.net
by Miha Markič
15. July 2005 16:08
SloDUG is now member of
INETA. I hope that this will raise the activity in the group.
72665d3f-5fea-41a7-87a3-7250527e5fd8|0|.0
Tags:
SloDUG
by Miha Markič
15. July 2005 14:20
Go, get it from
http://msdn.microsoft.com/subscriptions/.
(you have to be MSDN subscriber).
297b46b9-f321-428e-8247-b2dcf7910290|0|.0
Tags:
.net
by Miha Markič
6. July 2005 22:19
I finally built my new server (that is also the reason that RightHand webs were down this week). It is an Athlon 64 3000, 2Gb RAM, and 3x250Gb disks in RAID 5 configuration + system disk. Since my production computer had a relatively small disk (80Gb) and buying a disk smaller than 250Gb is not optimal, I've decided to buy a 250Gb disk, copy image of my production disk on it and use my production disk for server's system disk. The only problem I foresaw was that I need an application to copy image of my disk to the new one (I really wasn't in mood of reinstalling though reinstalling once in a while is not a bad thing). I decided not to buy Norton's Ghost since it wouldn't be reasonably for one use. Instead I used Ultimate Boot CD which did the job perfectly. So, I've put my old good disk into the server as system disk. I installed fresh new Windows 2003 x64 and everything worked well. Until I restarted server next day. It wouldn't boot anymore - it went into the endless loop of booting/reseting/booting.. Blue screen was saying "UNMOUNTABLE_BOOT_DEVICE". How could that be since it was booting from the same device? It turned out that the my old good disk was failing more and more and finally died on the same day.
Now, the question is: Is this luck (I copied image of it on the new disk just the day before death) or is this bad luck (disk died just the day after I moved it)?
00d786f2-bb2b-4f37-ae6e-02bb490374a8|0|.0
Tags:
Hardware