I have compiled a list of every pipeline and processor in Sitecore 8 that runs directly as a result of an HTTP request and presented them in the order they occur.
Most customers that I work with consider the provision of standardised lowercase URL's to be a basic requirement for their site. In this post, I discuss some issues that Sitecore developers face in trying to meet that requirement. I also provide some simple code snippets that you might find helpful.
Sitecore users and developers occasionally ask how to find out when an item was most recently published or when it was first published. Unfortunately, the answer isn't as simple as you might assume.
This post outlines a method of selecting different processors in the httpRequestBegin pipeline depending on the context site. (Edit: John West has now expanded on this idea , with an approach that does not require a 'parent' processor)