This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//Searching Google Books using the Google Ajax Search API | |
//http://code.google.com/apis/books/docs/js/jsondevguide.html | |
//http://code.google.com/apis/ajaxsearch/documentation/#fonje | |
//http://code.google.com/apis/ajaxsearch/documentation/reference.html#_intro_fonje | |
//http://www.google.com/support/forum/p/booksearch-apis/thread?tid=0870ca17f002bfe1&hl=en | |
//assign value for title of page | |
$pageTitle = 'Search Books: Google Ajax Search API'; | |
$subTitle = 'MSU Libraries'; | |
//declare filename for additional stylesheet variable - default is "none" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Have to get creative with Schema though. I'm actively finagling. DTs cannot contain any block level elements, but DDs can. | |
<dl vocab="http://schema.org/" typeof="Person"> | |
<dt property="name">Sandra Fiegi</dt> | |
<dd> | |
<img property="image" src="example.jpg" alt="A photo of Sandra Fiegi"> | |
</dd> | |