British Inside

An Englishman living in small town America

ASP/ASP.NET Web Hosting: 3 Months FREE + FREE Setup, CLICK HERE!

DiscountASP.NET now offers Windows 2008/IIS7 Web Hosting: CLICK HERE for Info!
  • ASP.NET 2.0 Hosting
  • ASP.NET AJAX Support
  • LINQ & Silverlight Compatible
  • SQL 2005/2000
  • CLICK HERE!

  • Browse by Tags

    All Tags » Telligenti   (RSS)
    Dealing with Mrs Jobsworth
    From wikipedia : A jobsworth is a person who uses his or her job description in a deliberately obstructive way, "a minor factotum whose only status comes from enforcing otherwise petty regulations". The term comes from the phrase "I can't Read More...
    Now deleting spam
    Until today I have been reviewing my gmail spam folder each day or so, and marking all new spam as read when I've reviewed it. Most of the time that works ok, but I've noticed that there are times when I get spam with a presumably deliberately Read More...
    Networking Equipment and how to return it
    First, always keep the wrapping, even the little twisty ties that keep the wires tidy. Keep the paperwork and the CD's - and I try to open the tamper-proof stickers with a sharp knife so that I don't rip the paperwork. I'm getting very good Read More...
    Today's not the day to read blogs
    Don't believe anything you read today. I know better, but I still forgot the date and believed Daniel had sold his company . His post was very well done, but I still think my old April Fool's Joke was better. Back in 2005 it was more believable Read More...
    What he said
    Rick Strahl: What can you keep in your Head? +1 ASP.NET 3.5 Web Hosting: 3 Months FREE + FREE Setup - CLICK HERE! Read More...
    What's for dinner?
    LOL, the best use yet for our awesome shared family calendar(s): the answer to the age-old question.. "What's for dinner, Mom?" Tara created a new shared calendar called Menu and added "all-day" appointments (just because they Read More...
    The Ghost in the machine
    I was having loads of fun getting a "borrowed" web service running on the staging server yesterday. As with all code that you take without asking, there are always.. shall we say, "hiccups". Apparently every line in the web.config Read More...
    The grass is not greener
    I came across some great quotes this evening from a business forum I recently joined..think about them. When you complain.. " 80% of the people don't care about your problems, and the other 20% are glad you have them " Another.. " People Read More...
    Few Google tips
    As I find them.. Gmail: I've seen 20-30 good emails caught in spam, so check it often while you train it. Since I don't want to check the same message twice, I mark the spam as read whenever I check it. Then, to check just the unread spam you Read More...
    Contains > IndexOf
    Newbie tip. This is good: if (error.Contains("Declined")).. Not so much: if (error.IndexOf("Declined") != -1).. Guess which seems to be more common in code P.S. Yes, I have old code with examples of the latter. Doesn't count. ASP.NET Read More...
    Oh, I forgot synching..
    To copy your personal calendar to google, use their new synch tool ... ..and then uninstall it. It crashed my wife's Outlook 2003 almost every hour when it synched up, and I'm still finding strange entries in my Deleted Items folder in Outlook Read More...
    Living in Gworld
    Dan asked me to post an update as I explore deeper into the Google forest. I'm now fully committed to Gmail and Google Calendar (why isn't it GCalendar?) and Outlook is now purely an evil tolerated for work purposes only. And with Rob Howard's Read More...
    System.Guid and SQL's uniqueidentifier
    This was interesting - I had a uniqueidentifier as an output parameter from a sproc and wanted to put it into a Guid. Guid guid = (Guid)sqlCmd.Parameters["@UserID"].Value; No. That throws System.InvalidCastException : Invalid cast from 'System.String' Read More...
    Reviewing my links
    I'm quite looking forward to reviewing links between my sites and others, and applying XFN's rel="me", rel="friend" etc. Read more about XFN and check out this cool video from Google (via shoemoney). Read More...
    More Gmail
    My daughter thinks it's funny when I talk about Gmail - she says it sounds like "super hero mail". I am of course ok with that. I've been using it more and more recently. I've been sucking in my personal email to Gmail for a month Read More...
    More Posts Next page »