URL Shorteners Article
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
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
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
I found this link today which is very useful for finding those special entity codes for html. HTML - Special Entity Codes more
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
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
Very useful Here's how to disable the case-sensitive filters on a Telerik grid: RadGrid1.GroupingSettings.CaseSensitive = false; From Beccy.net blog. more
Very useful link to keywords used in code managed by sourcesafe.
VSS Keywords more
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
Found this extremely useful blog on how to build an nhibernate custom provider for ASP.Net Membership role security.
http://lvildosola.blogspot.com/2007/02/nhibernateprovider-moves-to-codeplex.html … more