thebeebs

Also known as Martin Beeby, I am a web developer and work for Microsoft as a developer evangelist

  • thebeebs

    A Knockout.js price calculator

    • 2 Comments
    A pricing calculator is usually a very difficult piece of front end engineering to produce. In this blog I’m going to let you into a little secret, a secret that removes all of the complication out of creating html that needs to change and respond...
  • thebeebs

    4 Ways to test your website in old versions of IE

    • 15 Comments
    Twice this week I’ve been asked how you can test older versions of Internet Explorer once whilst delivering a guest lecture at Stafford University and then just a few hours later via email. So I thought that it was probably worth while to write up the...
  • thebeebs

    HTML5 Video not working in IE9 - Some tips to debug

    • 12 Comments
    If you can’t get HTML5 video to work in IE9 here is the process that I use to figure out what’s wrong: First I will load up the page and press F12 to bring up the developer tools I then pop over to the console tab in the console I get a reference to the...
  • thebeebs

    Building a shopping cart with knockout.js

    • 1 Comments
    Prior to joining Microsoft I worked for a large online retailer, so I know first-hand how difficult it is to produce a good shopping cart. As a user updates quantities, deletes items or changes delivery options it’s important to update the sub total,...
  • thebeebs

    Web Workers and Tooling

    • 0 Comments
    Web Workers are a technology that give you a way of supporting long running or complex JavaScript functions without interrupting the general browsing experience. In short, Web Workers give developers an opportunity to create applications in JavaScript...
Page 6 of 6 (55 items) «23456