alkampfer on May 31st, 2007

This is a snapshot of the first month’s statistics by Google Analytics . It was really not a lot of traffic , but I hope that next month will be better.



kick it on DotNetKicks.com

Continue reading about First month of my blog

alkampfer on May 31st, 2007

Thanks to Guardian for the suggestion on this tip, I’m not really a stylesheet guru . The problem is this, I have an ASP.NET user control and I want to show it with two different styles in the same page. I looked into some asp.net forums and I found some examples of peoples that [...]



kick it on DotNetKicks.com

Continue reading about Change style of user controls with css

alkampfer on May 30th, 2007

Asp.Net gives to HTML controls weird names, composed by the hierarchy of control used to generate the page. This causes problems for example writing WatiN test, because we cannot use Find.ById or use the Id of the control, because if we will change the layout of the page the name of the controls will change.

One [...]



kick it on DotNetKicks.com

Continue reading about WatiN and weird names of asp.net controls

alkampfer on May 30th, 2007

Recently I discovered WatiN library to automate testing of web site with IE. This library is very useful, but sometimes writing test is a tedious process, for this reason there are some freeware recorder that are able to record a navigation in IE and automatically create code for WatiN test. One tool is WatinTestRecord, available [...]



kick it on DotNetKicks.com

Continue reading about WatiN recorder

alkampfer on May 28th, 2007

A friend of mine is taking a basic course in computer programming, and actually he is studying the basic of C language. Yesterday he told me that he must do a very simple exercise that will print on screen a triangle like thisXXXXXXXXXXXXXXXXXXXXXXXXXXXAnd so on. He asked me if I could review his solution before [...]



kick it on DotNetKicks.com

Continue reading about The old plain C language