SOLVED: JavaScript error .reset is not a function

Posted on: Monday, 27 June 2011 22:55

Read this article if you are trying to call reset() on a <form> DOM element but you're getting an error stating .reset is not a function.

SOLVED: Visual Studio inserts a text snippet instead of an EntityDataSource

Posted on: Wednesday, 8 June 2011 11:23

I had finally gotten around to following the tutorials for an introduction to Entity Framework 4 and when got to the stage that required me to insert an EntityDataSource I hit a stumbling block: The EntityDataSource was being inserted as a long text snippet instead. Read on for a simple fix to this issue.

SOLVED: Firebug Inspect Element Keyboard Shortcut Clash

Posted on: Friday, 3 June 2011 22:05

If you want to use the Ctrl-Shift-C shortcut to Inspect Element in Firebug but you also have the Web Developer plugin installed then read on to to find out how to stop them clashing!