Author: Brad Rice | Created: Jan 16, 2013
This builds on the codeshare Stephen Bell provided for using a custom field with a select. This uses a multi-select and reads back in multiple values and...
Author: Stephen Bell | Created: Jan 14, 2013
Use this code in a custom field, to pull a list of other content into a select field. This code uses the jQuery Javascript library in a way that shouldn't...
Author: Stephen Bell | Created: Aug 08, 2012
Write your velocity code once for multiple fields or groups of fields then put them into your page instead of repeating yourself for each one.
Author: Stephen Bell | Created: Aug 02, 2012
This code will allow you to connect to Google Site Search's XML and display it's search engine results in your page. This is done on the server side, and...
Author: Stephen Bell | Created: Jan 18, 2012
Use this code to pull an RSS feed from Facebook for your institution's Page, and display the most recent item in your HTML code.
Author: Stephen Bell | Created: Jan 18, 2012
This code displays the latest YouTube video posted to any account. Because the YouTube RSS feed makes extensive use of tables and inline styles, we strip...
Author: Stephen Bell | Created: Jan 18, 2012
This code will pull the description, image and title of your latest Vimeo video and put it into your page. Vimeo feeds are more well-formatted than some...
Author: Stephen Bell | Created: Jan 18, 2012
This code will pull in the latest tweet from any Twitter account and display it in your page. It also does the work of converting addresses, hash tags ...