I'm new to StackExchange!
I have this document:
\documentclass[a4paper,12pt,oneside,italian]{book}
\usepackage[utf8]{inputenc}
\usepackage{url}
\begin{document}
Questa è una citazione \cite{Citation}.
\bibliographystyle{plain}
\bibliography{biblio}
\end{document}
And this bibliography:
@misc{Citation,
author = "Daniele Vietri and Francesca Castelli",
title = "M-commerce in Italia",
howpublished = {\url{http://www.dblog.it/ecommerce/}},
year = {2012},
note = {[accesso: Marzo 2013]}
}
Why do I get the following output? It's making me crazy...

I would like to have a comma in place of "and".
And why the first letter of the word "Italia" in the title becomes lower-case?
{I}talia), see http://tex.stackexchange.com/questions/10772/bibtex-loses-capitals-when-creating-bbl-file – Torbjørn T. Apr 11 '13 at 11:24