Monthly Archives: August 2005

Announcing DelphiFeeds.com

Dennis previously asked for links to dedicated Delphi blogs. We got a few responses and several links to nice blogs. Thanks for that!
We originally intended to improve our existing intranet with all kinds of Delphi blogs. Be it blogs of the Borland employees or enthusiastic Delphi users, we would always know what’s happening in the […]

Posted in General, Websites | Comments closed

Every tag counts

While investigating the search engine ranking for www.gurock.com, I noticed that Google doesn’t index our site in an optimal way. If you look at all the indexed pages of our site on Google, you will notice that a lot of pages have the same description. The description contains a part of the Meta description tag, […]

Posted in General, Websites | Comments closed

Enhancing code comments with voice recordings?

Yesterday I found a preview of an add-in for the Visual Studio family which lets you add voice recordings to your code comments. It’s called VoiceComments.
Here’s how it works. VoiceComments basically lets you record your voice and inserts a special link to the recording into your code. This link is a normal text comment and […]

Posted in Development, Other ISVs | Comments closed

Screenshot of our build machine

After explaining the basics and technical details of our build system, I made a screenshot of our build machine in case you wonder how it looks like:

Click image for larger version

Posted in Development, Gurock Software | Comments closed

Getting Microsoft dev and test licenses almost for free

“This means that for a software shop with five developers, it would cost USD $12,500 per year to get all the required development and testing licenses – and this doesn’t even include production licenses for a workgroup server or something similar. This is quite expensive for an early-stage ISV. But since Microsoft really wants you […]

Posted in Business, Development | Comments closed

Explaining our build system – Part II

I previously explained the basics of our build system for SmartInspect. This part goes further and tells more about the technical details.
As mentioned, we just need to enter the `make’ command to start a new build. Make is a tool for automated builds created and maintained by the GNU project. The input for make is […]

Posted in Development, Gurock Software | Comments closed

Followup to Offering a free edition

After publishing my latest article Offering a Free Edition of Your Software as Marketing Boost I got several questions about the conversion rate of our Personal edition.
As written in the article, we got thousands of downloads of the Personal edition and we know of several customers who used the Personal edition before purchasing the full […]

Posted in Business, Gurock Software | Comments closed