Hello.

I am Paul Kinlan.

A Developer Advocate for Chrome and the Open Web at Google.

I love the web. The web should allow anyone to access any experience that they need without the need for native install or content walled garden.

Buzz Demo: Getting Stuff in and Out of Buzz

Paul Kinlan

I've finally posted the demo code from my Buzz talk at TwitterDevNest. Find it on GitHub: PaulKinlan/BuzzInOutDemo.

Read More

C# Trackback, Part 1

Paul Kinlan

In this first part of my series on C# Trackback implementation, I delve into the Trackback Ping functionality, providing a comprehensive code explanation. While I remain unconvinced about the overall effectiveness of Trackbacks, exploring the implementation in C# has been an interesting coding exercise.

Read More

XAML Menu Example: Addendum

Paul Kinlan

A quick follow-up to my last post about the XAML menu example: It no longer uses the Animated Gel Button animation, and the GelButton code modification I mentioned actually came from a different page on the same site I linked previously.

Read More

FishEye Example Code That Integrates into Tiger Imaging

Paul Kinlan

I've updated my fish-eye effect code with added comments. The effect is based on Jason Waltman's work, which in turn references a paper by Devernay and Faugeras on correcting distorted images. The paper details a method for determining distortion and converting images to a standard pinhole camera model. My code produces the desired fish-eye effect, and I've provided the C# source code for download. While I haven't fully delved into the paper, it seems to offer more in-depth analysis of image distortion correction.

Read More