Philip Hendry's Blog
Sporadic musings from Philip Hendry

Posting Markdown Blogs to WordPress using StackEdit.IO

May 9, 2014 • Notes • 1 min read

I’ve been after a decent way to post markdown files to a blog engine for a while but not really invested much time into finding away.  Read →

Blogging with Markdown

Feb 9, 2014 • Code, Interesting • 1 min read

I've been meaning to blog more recently but going back to my old favourite blogging editor LiveWriter seemed like a step in the wrong direction seeing as I've been keen on Markdown and the best editor I've used Sublime Text. Read →

A Facebook AngularJS Directive

Apr 22, 2013 • AngularJS • 3 min read

I’ve been developing a dashboard for the application I’m working on and one of the things it needed to include were Social Media controls such as Twitter, LinkedIN, Google +1 and Facebook. Integrating them into ASP.NET WebForms and MVC was mostly a painless experience but that was because of the predominant PostBack mechanism. I’ve recently chosen to look at AngularJS since it’s two-way binding is spectacular and looked instantly better than KnockoutJS which seemed to require to much boilerplate code.  Read →