The JabRef reference manager suggests to use the "electronic" type. So I do it like this:
@electronic{Rub1,
author = {Rubino, Daniel},
editor = {{Windows Phone Central}},
title = {IE9 for Windows Phone 7: Adobe Flash, demos and development},
url = {http://www.wpcentral.com/ie9-windows-phone-7-adobe-flash-demos-and-development-videos},
urldate = {14.01.2013},
originalyear = {18.02.2011}
}
In the BibTeX export of Citavi there is als the type "www". Depending on your editor you have to define the styles "electronic" and "www", so "misc" seems to be probably the safest.
But then you should use \bibliographystyle{alphadin} and do it like this:
@misc{Rub1,
author = {Rubino, Daniel},
editor = {{Windows Phone Central}},
title = {IE9 for Windows Phone 7: Adobe Flash, demos and development},
url = {http://www.wpcentral.com/ie9-windows-phone-7-adobe-flash-demos-and-development-videos},
lastchecked = {14.01.2013},
originalyear = {18.02.2011}
}
natbibandbiblatex(with screenshot-snippets of the PDF) is here: nschloe.blogspot.de/2009/06/bibtex-how-to-cite-website_21.html – nutty about natty May 1 at 8:17