Phil Leggetter logo

Phil Leggetter

Head of Developer Experience & Relations at Hookdeck

  • Home
  • Blog
  • AAARRRP
  • Realtime Web Guide
    • Realtime Web Technology Guide
    • History, Background, Benefits & Use Cases of Realtime
    • Fundamentals of the Realtime Web & Realtime Web Functionality
    • Choosing your Realtime Web App Tech Stack
    • Developer Tools
    • Realtime Hosted Service Latency Stats
    • Realtime Data Sources
    • Transport Mechanisms
  • About
    • Leggetter Family Tree
  • Le Grest & Co. 58 Fairfield Street SW18

    21 Aug 2010

    We live in a flat that was previously occupied by Jo's Grandparents. One of the things we do occasionally is sort out a room or cupboard. Today I'm tidying up a room for a friend to move in whilst he's finishing his University course. I've a...

    Read more…

  • Plotting tweets in real-time using Smoothie Charts and Kwwika

    13 Aug 2010

    I noticed a tweet today about real-time JavaScript charts and couldn't resist having a play. The charts are call Smoothie Charts and have been developed by Joe Walnes. You can read the blog post where he announced the release of them here. ...

    Read more…

  • The benefits of Real-Time Push-Once

    12 Aug 2010

    There's so much excitement about real-time push technologies that quite often, in fact almost always, the benefits of using push are overlooked, forgotten, or simply not known. The technology excites programmers who want to use it, want to k...

    Read more…

  • WeBuyAnyCar.com shock and scare tactics leads to negative brand equity

    12 Aug 2010

    Selling your used car We own a 53 Reg Peugeot 206 and are thinking of an upgrade. I'm not really into cars - I just use them to get from A to B. I'm not really all that fond of the idea of selling privately although I know that it's probabl...

    Read more…

  • Kwwika-Superfeedr real-time demo available

    10 Aug 2010

    Over the past few weeks we've been dabbling with first creating a PUbSubHubbub Subscriber and then building a cool real-time demo which integrates the real-time feed goodness from Superfeedr with the real-time client push wickedness of ...

    Read more…

  • Master does not have a definition for ViewData (ASP.NET MVC2)

    4 Aug 2010

    I'm building an ASP.NET MVC2 web application and I was trying to access ViewData in my Site.Master page and I kept getting "master does not have a definition for ViewData". [code lang="xml"] %= ViewData[ topic ] % [/code] The simple answer was that my Master Page was not an ASP.NET MVC2 master page. Somehow I had a standard master page. So, all I did was swap the existing page declaration [code lang="xml"] %@ Master Language= C AutoEventWireup= true CodeBehind= Site.Master.cs Inherits= HubSubscriber.Views.Shared.Site % [/code] With an ASP.NET MVC2 declaration: [code lang="xml"] %@ Master Language= C Inherits= System.Web.Mvc.ViewMasterPage % [/code] And bingo! ViewData was now accessible from my master page. This post on Passing Data to View Master Pages may also be useful.

    Read more…

  • The death of "F5" Ah, I get it!

    22 Jul 2010

    I recently did an interview about Kwwika with Jane Adams for Innovation Focus Scotland. We chatted about what Kwwika offered, what our costing model is (or will be), what competition we have and how we will differ from that competition. I a...

    Read more…

  • Basic Authentication against the Superfeedr HTTP PubSubHubbub API using a .NET HttpWebRequest

    4 Jul 2010

    It would appear that setting the Credentials property of a HttpWebRequest still leads to authentication failure against the Superfeedr HTTP PubSubHubbub API. This might be because the way the HttpWebRequest works is that it first waits to be...

    Read more…

  • Want to try out the Kwwika API but don't want to register?

    19 Jun 2010

    We're try to get more and more people using Kwwika and we feel that registering is maybe a barrier to entry. So, we've decided to give everybody access to our service. The only caveat is that we've just enabled access from your local develop...

    Read more…

  • jQuery Real-Time Push Kwwika Plugin v0.1 released

    15 Jun 2010

    Kwwika already makes it really easy to add real-time push functionality to any web page or website but we've gone a little bit further to try to make it even easier by writing a small but powerful jQuery plugin. The jQuery Real-Time Push...

    Read more…

← Newer posts Page 11 of 19 Older posts →

Get posts via email

Phil Leggetter

My name is Phil Leggetter. I'm Head of Developer Experience & Relations at Hookdeck, an Event Gateway for event-driven applications.

I'm a hands-on Developer Experience, Developer Relations, Developer Marketing, and PLG (Product-Led Growth) Leader and Advisor.

phil@leggetter.co.uk

© Phil Leggetter