Contents tagged with Website

  • URL Shorteners Article

    Tags: Website

    A friend of mine threw this up on twitter and I thought i’d make a note of it here!

    URL Shorteners: Which Shortening Service Should You Use?

    Ok yes I am a nerd – but I found this very … more

  • Switching Between HTTP and HTTPS Automatically

    Tags: Website, C#

    I needed some code to automatically redirect a user from http to https. My friend Kamil came to the rescue and forwarded me a link to this code component:

    Matt Sollars - Web Page Security

    Of course … more

  • Displaying really large text files over 3GB in size

    Tags: Website

    I ran a data importer process last night and ended up with a log of 3.3GB nice :) Found this useful tool to be able to view it - poor old notepad hasn't a chance. … more

  • Tag Clouds for Blogger

    Tags: Html, Blogger, Website

    I found this useful tag cloud for blogger. Simple Tag Cloud Widget for Blogger

    I've replicated the code below just in case the above link does not work. All you need to do is add a label widget and … more

  • VSS Keywords

    Tags: Website, VSS

    Very useful link to keywords used in code managed by sourcesafe.

    VSS Keywords more

  • How to enable SVN Headers on source code

    Tags: Website, Subversion

    Quite easy really once you know how. Go to the top level of your checkout directory. Click properties, and select the subversion tab. See if svn:keywords is added - if it isn't then add it and in the … more