4
votes
Formatting inline items? What does the general code look like?
A SPAN tag is not intended to be a container for other tags. This is especially useful when combined with classes.
Use divs for defining sections of a page, and spans to enclose and style t …
0
votes
Is the NOLOCK (Sql Server hint) bad practice?
Prior to working on Stack Overflow I was against NOLOCKS on the principal that you could potentially perform a SELECT with NOLOCK and get back results with data that may be out of date or inconsist …
