Oooh...Google Chrome: Google's new browser. (Comics & Blog)
This will be interesting indeed. Hooray for open source~!
More code to mess around with. :D
On another note: I think I'm going overboard with my code...
C#
Whee~! Single line of code.
Aw hell, it's only test code.
*Used Ubiquity for Sytax-highlighting...let's see how it turns out.
info["Errors"] = context.AllErrors == null ?
"" : string.Join( "<br/><br/>",
(from error in context.AllErrors
select String.Format( "{0}<br/>{1}",
error.Source, error.Message))
.ToArray<string>());