CSS – Select adjacent element

So, I had a table row with two table cells. The first cell had an class attribute, so I could style it easy enough, but the second table cell had no such class or ID and I need it to style it as well. It should also be noted that i had no means to [...]

Sharepoint Dispose

Apparently I was informed that when instantiating an SPWeb or SPSite object, I should call Dispose on those objects to make sure they’re released.
Until one day I stumble upon this lovely error:  “Trying to use an SPWeb object that has been closed or disposed and is no longer valid”
So I google it and find out [...]