C# ASP.NET SQL SERVER
  • 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.
  • Mon
    24
    Aug 09

    Why I left Bing and went back to Google - not a romance

    I recently decided to give Bing a chance to impress me and it did. However, today I switch my default search back to Google. The reason is not because it's a better search it's because it's a bigger search. While developing I am always hitting errors and problems that are usually answered with a quick...

    Continue reading "Why I left Bing and went back to Google - not a romance"

  • Wed
    05
    Aug 09

    No domain name front running

    ICANN have just released the results of a 10 month study into domain name front running by security expert Benjamin Edelman that concludes that front running at leading domain registration and domain availability-checking sites does not happen. I'd be very surprised if I discovered that a reputable company...

    Continue reading "No domain name front running"

  • Tue
    04
    Aug 09

    ASP.NET MVC pages are blank

    I've come across this problem before and want to try and document some solutions here. Today's mishap was a blank page from an ASP.NET MVC application when deployed. It turned out that this was because the Authorization system (in this case Active Directory) had not recognized me so the [Authorize(Roles...

    Continue reading "ASP.NET MVC pages are blank"

  • Sun
    19
    Jul 09

    Defeating Spam Bots with country selection

    Something that all membership based web sites have to face is the registration of users by spam bots in order to spam the site. One of the reasons that you frequently require site registration is to prevent spam bots from spamming your site. So the first line of defense is to force registration on the...

    Continue reading "Defeating Spam Bots with country selection"

  • Sat
    11
    Jul 09

    Online Sprite Generator

    I've just found and used this: Online Sprite Generator and wanted to make a note of it before I lost it and could never find it again. It's very easy to use. Take all your icons (or any images) that you have on your site and put them into a single zip. Upload them to the site and generate the CSS and...

    Continue reading "Online Sprite Generator"