If you come across this when trying to add developers to a Facebook app – yes, it’s a bug and no, it doesnt seem to have been fixed despite its status having been set to RESOLVED – but dont worry! There’s another way to add developers to your app (thanks for pointing it out Numikon… Read more »
Monthly Archives: September 2010
Console.log without Firebug installed causes problems
Console.log is great for debugging JS code with Firefox’s Firebug plugin. However leaving your console.log calls in the JS code will cause it to fail silently and mysteriously on Firefox without Firebug. After a morning of confusion on a recent project, we turned up this Heisenbergian gotcha. Here’s a full explanation.