• May 22, 2009

URLSummary php Class

I needed a way to extract additional content and details about any given website that a User might add to PickyList. So I sat down and wrote what is now dubbed URLSummary that takes a URL and outputs an XML document. This class is written in PHP 5, and I cannot confirm or deny that [...]

  • December 11, 2008

LinkedIn Profile API – 1.6 Released.

Update 2/23/2011: Version 1.6 LinkedIN Made some changes to it’s public profile pages HTML – thus breaking most of the selectors. This has now been updated. http://icorbin.com/code/linkedin/profile/1.6/ Update 5/1/2010: I have updated the example to the proper URL http://icorbin.com/code/linkedin/profile/1.5/ UPDATE 4/27/2010: I have rewritten the LinkedIn Profile Parser to leverage PHP’s DOMDocument. No longer are [...]

  • December 09, 2008

Roll your own WordPress Tiny URL and Capitalize on your Domain’s Brand.

I am tired of TinyURL getting all of the domain “brand share” from my Blogs tweets. So I wanted to come up with my own solution to create short urls using my blogs domain: BrandonsHead.com. Yes, my domain is longer than “TinyUrl”, and I assume that yours is too – however, those 5 or so [...]