Getting Started with Yahoo and OAuth

Posted by Andy Edinborough on January 29, 2010

Yahoo doesn’t offer much help to .NET/C# developers when it comes to getting started with using their API’s and OAuth.  So I’ve put together a quick-hit starter pack.

  1. Yahoo! YQL Console
    This is fun for all ages!  I just get all giggly when I see all that Yahoo has made available through YQL (Yahoo Query Language).  You can use this tool to perfect your queries and figure out just what ... Continue Reading
Categories: Code
Tags: c#, oauth, yql, yahoo

Firefox v3.5 Needs to go back to the drawing board

Posted by Andy Edinborough on July 10, 2009

This truly is “embarrassing”.  image The Mozilla team really pulled a “Windows ME” with their latest release of Firefox.  After being open for 5 minutes, Firefox with only the “embarrassing” tab open has 26 MB more memory usage than IE8 running for hours with 3 tabs open (including a Bing Map).

LAME!  And what happened to Firebug?!  When I try to inspect a page, the CSS gets completely hosed.  I know ... Continue Reading

Categories: Tech Watch

RE: Microsoft may be Firefox's worst vulnerability

Posted by Andy Edinborough on June 3, 2009

A recent article at Slashdot that has now been propagated to TechRepublic, claims that Firefox's biggest vulernability this year is Microsoft.  For those who have not heard, as part of the .NET Framework v3.5 SP1, Microsoft added an extension to Firefox to support Click-Once application deployment.  The claim by Slashdot is that this is Internet Explorer's biggest vulernability and that Microsoft has forced it onto Firefox users.

Having done ... Continue Reading

Categories: Tech Watch

Mosso's URL Rewriting Rules Are Wrong!

Posted by Andy Edinborough on June 1, 2009

Mosso has been in the game of hosting for quite a while now and have become quite popular.  I was amazed to learn when we began migrating one of our projects to them that their URL rewritting rules are incorrect.

In case you didn't know, Mosso provides a platform that supports both ASP.NET and PHP.  ASP.NET requests are sent to an IIS server, and PHP requests are sent to a ... Continue Reading

Categories: Tech Watch

Microsoft Releases Bing without a "Search Provider"?

Posted by Andy Edinborough on June 1, 2009

As my first post on my new blog, I'm pleased to say that Microsoft has finally released Bing, a "decision engine" that offers Google real competition.  But did they seriously just release a search-engine product with no Search Provider add-in for Internet Explorer?  Seriously?  This is a huge disappointment; I actually really like Bing.

Ironically, I was able to add Bing as my default search provider to Chrome, and Firefox ... Continue Reading

Categories: Tech Watch