The name is
Mike Myat Min Han aka 'mmhan'.

I am a developer, mostly do development on Javascript, PHP and CakePHP alongside some development work on C, C++, Obj-C, C# and AS. I also have a thing for Python.

I post here all sorts of crap that I find worthy of sharing: Quotes, Jokes and Notes.

You can check out my blog and follow me on twitter.


Text

May 24, 2010
@ 9:21 pm
Permalink

Firebug’s trouble

I was stuck at debugging a flash app that was going to make a server call with a secret code.

Monitoring the server calls that the page made. I couldn’t see the flash it’s making to my server.

I’ve been walking around and pulling my hair out.

Eventually, after four hours, it dawned upon me that firebug’s console panel is showing some of the calls and nets panel is showing others and what I failed to monitor is the nets panel which has been showing the info of my calls after all.

What a waste of four hours!