Posts tagged with "Note to self" - Page 2

Note to self - HP Online diagnostic tools

Jan 11, 2008

I always forget this link and it takes so much time to find it again and again!

HP Instant Support Professional Edition

Continue reading

How to: Prepare IIS for Deployment of Office Solutions (2007 System)

Nov 30, 2007

Users can install Microsoft Office solutions by opening the deployment manifest from the Web. However, a secured installation of Internet Information Services (IIS) will block the .vsto file name extension. The MIME type must be defined in IIS before you deploy Office solutions by using IIS.

http://msdn2.microsoft.com/en-us/library/bb608629(VS.90).aspx

Continue reading

Business entity and C# extension methods

Nov 1, 2007

In place of writing something like:

protected string GetUrl(Information info)
{
    if (info is News)
        return ResolveUrl(string.Format("~/news.aspx/{0}", info.NormalizedTitle));
    else if (info is Publication)
        return ResolveUrl(string.Format("~/publications.aspx/{0}", info.NormalizedTitle));
    else
        return string.Empty;
}

Continue reading

Testing your Google AdSense

Oct 12, 2007

This trick is coming from my friend Nix.

If you are developing a site containing Google Adsense you might know that clicking on your own ad is not allowed.

Continue reading

Page 2 of 3