-
The Pains of Altering the SharePoint UI
SharePoint’s default UI is built on table layouts, uncommented CSS, and obtrusive JavaScript. Branding it is an exercise in pain management.
-
jQuery: JavaScript That Doesn’t Suck
I hated JavaScript until jQuery let me select DOM elements with CSS syntax. In this post I cover selectors, toggles, Ajax requests, and appending content, with code for each.