Posted on October 15, 2009, 11:39 pm, by Claus, under
.NET,
ASP.NET.
I just created a new website: http://www.hugmun.org. In short, this is a website, that gather information about video and audio from around the web, and display it in a nice and easy way for the user. I wont say much more about it, since the webpage hopefully is self explaining
My goal with the [...]
I just created a new web page.
The site is in Danish, and it is a running site, where you can see statistics about yourself and compare yourself to other runners. You can see the site here:
www.perfmon.dk or here: www.performancemonitor.dk
Since the site is in danish, and don’t cover anything technical, it don’t really fit anything on [...]
Posted on November 19, 2008, 11:28 pm, by Claus, under
ASP.NET.
There are a lot of tutorials about how to use the standard membership and role features, and the custom controls that comes with them in ASP.NET.
There is however, a lack of information about how you setup and config your database and your web app, so you can use it with your standard MSSQL server.
First you [...]
Posted on April 16, 2008, 11:09 pm, by Claus, under
ASP.NET.
One of the most used (and most useful) ASP.NET controls is the GridView. It can however, be quite complicated to use. You may find yourself writing hack after hack if you for instance are using a list as a datasource instead of a dataset or are trying to do something else, that just derivates a [...]
Posted on January 16, 2007, 11:03 pm, by Claus, under
ASP.NET.
The first thing you start with, when building an ASP.NET application, is properly to use the ASP.NET login controls. They are really easy to use, and save you a bundle of time.
Unfortunately the password by default always has to be to complex. At least 7 charecters, at least 1 non alphanumeric character, etc. etc..
I guess [...]
Posted on November 28, 2006, 10:57 pm, by Claus, under
.NET,
ASP.NET.
I noticed many people are using the weeks, as a way of describing time. I have never used weeks, so I never know where to look up what date, a week is.
I have always thought that it would be easy to make a program in .NET that do the work for me, and it really [...]
Posted on September 26, 2006, 7:09 pm, by Claus, under
ASP.NET.
In the process of creating a web based media centre, I need to be able to play media in a website. It is surprisingly easy with activeX components, and much easier than using the difrent players in a window based application. If you want to use MS media player in your web site, paste in [...]