Today I wanted to put a custom post inside of a fancyBox popup. So, I wanted to have access to WordPress’s functions, but I didn’t want the usual header and footer from my main template… I just wanted a very basic page that would fit easily inside of fancyBox. I didn’t realize it, but WordPress… Continue reading Custom headers and footers in WordPress
Month: December 2012
Simple AppleScript to do lookup in CodeIgniter documentation
Recently, in Coda, I wanted to create a simple way to look up a word directly in the CodeIgniter documentation. While the reference books are nice, there are multiple PHP documentation sources one might want to look up while working. For example, one might want to look up a native PHP function or, if working… Continue reading Simple AppleScript to do lookup in CodeIgniter documentation