Contact me

Enter your email address and a message in the form to get in touch.

Alternately, you can contact me on twitter.

           

123 Street Avenue, City Town, 99999

(123) 555-6789

email@address.com

 

You can set your address, phone number, email and site description in the settings tab.
Link to read me page with more information.

Side Projects

​Passion is important. I love to build things online.

These are a few projects I've worked on for fun. For more examples of my personal work, you can visit me on github & dribbble.

PHP Microdata

Alex Holt

Microdata is a proposed feature of HTML 5 that allows semantically relevant information to be embedded within the markup of a web page. This allows one to create a secondary structure and meaning for the content of a page.

Why PHP Microdata?

One of the most interesting features of the Microdata spec for me, is the idea of API access to data in a web page. Basically, using simple Microdata constructs, one can embed the structure required for API access to the data on the page.

The library allows one to parse out the structured Microdata from a page and return it as XML or JSON, essentially meaning that if one builds a site using microdata, one can instantly produce an API that gives people access to the data in that site, without maintaining a separate code base for th e API.

At present PHP-Microdata is in its infancy, it's really the result of an night of coding to experiment, so feel free to take a working copy and modify it.

Links: