Author Archives: Tobias Gurock

Borland Delphi 2006 ships

It seems that Delphi 2006 starts shipping. We are still waiting for our copy, but we are told to get it next week. This release will be interesting. It has support for Delphi, C# and C++ and according to Borland, the focus for this release was set on quality and performance improvements. For example, Delphi [...]
Posted in DelphiFeeds.com | Comments closed

The problem with double opt-in newsletters

I wrote about our newsletter in the past here. As I noted, we decided to use a double opt-in mechanism as “a good prevention against abuse”. This turned out to be a small problem or issue. It seems that only 60% of the people who enter their email address on our newsletter page really confirm [...]
Posted in Business | Comments closed

Filtering out packets based on their size

Among filtering out packets based on their content like in the previous example, another possible usage of the filter event in SmartInspect would be to cancel packets which exceed a certain maximum packet size. This can be useful to reduce bandwidth or to keep log files small. An example implementation looks like: using Gurock.SmartInspect; public [...]
Posted in SmartInspect | Comments closed

Test Driven Development

As you certainly already know, there has been a lot of discussion about Microsoft’s understanding of Test Driven Development (TDD) in the last few days. The entire discussion has been interesting to follow and in case you missed it, here are a few postings about the topic to get you started: Microsoft Guidelines for TDD [...]
Posted in Programming | Comments closed

Introducing the SmartInspect filter event

In contrast to the previous SmartInspect releases, I’d like to introduce some of the features for the upcoming release directly after implementing them rather than writing a cumulative preview one or two weeks before the actual release. Let’s begin with a cool new feature of the SmartInspect libraries – the filter event. In contrast to [...]
Posted in SmartInspect | Comments closed

Improving System.Diagnostics tracing

If you are using the Trace and Debug classes of the System.Diagnostics namespace of the .NET framework, you might be surprised to see how easy it is to redirect their logging output to the viewer application of SmartInspect, the SmartInspect Console. I’ve written a short article about this topic today and in case you are [...]
Posted in Programming, SmartInspect | Comments closed

Measuring the success of your landing page

Some weeks ago I wrote about the importance of landing pages of a website. To summarize, I basically stated that it’s important to choose two, maybe three actions you want visitors to perform when entering a page. Examples for those actions are downloading a trial version or taking the tour of your product. This time, [...]
Posted in Business, Websites | Comments closed

Followup to Trying out Chrome

After being a bit disappointed about the registration process of Chrome the last time I tried it, the nice folks at RemObjects provided me with the latest beta of Chrome 1.5 (thanks to Marc Hoffman). One thing upfront: the registration wizard which popped up when starting the first Chrome project has been removed. That’s great [...]
Posted in DelphiFeeds.com, Programming | Comments closed

Integrating assemblies into Visual Studio and Delphi

Today I’d like to share my experiences of programmatically integrating .NET assemblies into a couple of IDEs, mainly Visual Studio and Delphi. I think it might be useful for some of you. Originally, the integration of the SmartInspect .NET assembly into the supported IDEs was simple. There was just a single registry key which needed [...]
Posted in DelphiFeeds.com, Programming | Comments closed

Trying out Chrome – sort of

We are currently waiting for the releases of Visual Studio 2005 and .NET 2.0, so that we can do the final testing before publishing SmartInspect 1.2. Having a bit of free time now, I thought it would be a good idea to try out Chrome, an Object Pascal language for .NET. I like Pascal’s syntax [...]
Posted in DelphiFeeds.com, Programming | Comments closed