Since creating the first rendition of the Structured Page Titles for Umbraco, I decided it would be worthwhile to revisit and clean up the size of the file and make it much more readable. Umbraco makes it easy to define page titles, but this script helps reduce the repetitive nature of titles in larger sites.
To use this code you will need to create a shortPageTitle and pageTitle in your document type(s)....
If you are looking for some code to generate tiered page titles within Umbraco here is an example that worked for our site. This code assumes you are using pageTitle as a DocType element....
When creating WordPress themes, sometimes it’s necessary to create your own menus. With 3.0+ you are able to create menus as well as a fallback menu.
Within the fallback_cb, you can actually call your own functions to create a customized menu (helpful when developing for network of blogs).
Here’s what you’ll need to do.
1. Activate Custom Menus How to Add Custom Navigation Menus in WordPress 3.0 Themes
2. Place your Menu in the Template Ex:...
While working today, I was having an issue finding information on how to add a lead capture form on our Facebook Page. Luckily I stumbled across this amazing post! Submitting a Contact Form via AJAX From Your Facebook Page
However, this solution didn’t work out of the box so I had to pair it with PHP.
The Facebook Code Both of these pieces of code should be placed on your Static HTML Page/Tab...