C# ASP.NET SQL SERVER
  • Tue
    02
    Feb 10

    Google to help kill IE6

    I got an email from Google this morning which in part said: "...over the course of 2010, we will be phasing out support for Microsoft Internet Explorer 6.0..." This is great news. I have a couple of sites that I work on that just don't work in IE6 and it's the bane of my life. I really don...

    Continue reading "Google to help kill IE6"

  • Mon
    14
    Dec 09

    XMarks Bookmark Synchronization

    Last week I installed XMarks Bookmark Synchronizer and I am impressed. I use 4 browsers (sometimes 6 if you include IE6 and IE7) and keeping my bookmarks in sync on all the browsers and across all machines is a real problem. I regularly use about 5 different machines so with my 4 regular browsers that...

    Continue reading "XMarks Bookmark Synchronization"

  • Wed
    09
    Dec 09

    NTLM Active Directory Integration in Firefox

    At work we use Active Directory to authenticate our internal websites. This is great if you're using Internet Explorer because it will pass through to the application without requiring further authentication. However, on Firefox you're required to make some changes to get this to work. Open Firefox and...

    Continue reading "NTLM Active Directory Integration in Firefox"

  • Mon
    07
    Dec 09

    The proxy server is refusing connections in Firefox

    If you're a developer and you're using Firefox and you suddenly get this message: The proxy server is refusing connections It could be because you closed Fiddler but still have Firefox set to send traffic to Fiddler. Just click on the Fiddler link in your status bar and switch it off or restart Fiddler...

    Continue reading "The proxy server is refusing connections in Firefox"

  • Thu
    03
    Dec 09

    Changing Graffiti to use Google Analytics Async

    Google have just released an asynchronous version of their Google Analytics site tracking code. The main advantage of this is that you can have the code start executing and collecting stats as soon as the page has started loading (because you can put it higher up in the HTML) and it won't interfere with...

    Continue reading "Changing Graffiti to use Google Analytics Async"

  • Wed
    25
    Nov 09

    Age Analyzer

    As part of the text classification work that I do I follow the uClassify blog who have just release a new web site called Age Analyzer . which guesses the age of the author of a blog. I plugged in the URL of this site and it guessed me in the 26-35 bracket. This would be flattering if you were to look...

    Continue reading "Age Analyzer"

  • Wed
    30
    Sep 09

    Testing a site for nofollow links with jQuery

    I'm working on a site at the moment and a number of the links on the pages do not need to be followed by the search engine (or other) spiders and do not need to be indexed. These links I set with the nofollow value on the rel attribute in the anchor tag follows: <a href="some-link-goes-here"...

    Continue reading "Testing a site for nofollow links with jQuery"

  • Sat
    26
    Sep 09

    Spam bots use strong passwords

    I've been logging the details of the failed attempts to register on a forum. I described this in my accidental discovery of defeating spam bots with email names . I keep an eye on these logs to understand the nature of spam bots and to pick out markers that make an attempted registration more likely...

    Continue reading "Spam bots use strong passwords"

  • Wed
    16
    Sep 09

    IE input button tag on localhost

    Just encountered a very weird bug in Internet Explorer (IE) with the input/button tag that manifests itself when deployed but does not exist when accessing a site on localhost. Makes no sense to me whatsoever. The tag I had looked like this: <button name="submit" value="submit"...

    Continue reading "IE input button tag on localhost"

  • Fri
    11
    Sep 09

    What is an EM?

    Although I've been using EM's in CSS and HTML to define font sizes for years I've only just discovered the definition of an EM. It's the with of a capital M in a particular font. An EM-Dash is a dash that is the width (length) of an EM, which is usually longer than a standard dash.