Le Grest & Co. 58 Fairfield Street SW18

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...

The benefits of Real-Time Push-Once

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...

Kwwika-Superfeedr real-time demo available

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)

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!

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...

jQuery Real-Time Push Kwwika Plugin v0.1 released

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...