So does fireBug, with the added benefits of JS debugging, CSS editing all live in the browser, console for dumping JS objects for inspection, and a thousand more features to boot.
fireBug should be the first plugin for FF that any developer installs. It is invaluable for development, want to write JS to call a function or rewrite the function in the browser for debugging, not a problem. On 7/5/07, bigmac <[EMAIL PROTECTED]> wrote: > > > There is also a really good Firefox Extension called LiveHTTPHeaders > (http://livehttpheaders.mozdev.org/) which is invaluable for > diagnosing all sorts of issues like this, it gives you a live view of > all HTTP headers, both sent and received. > > Perhaps look for any differences in the headers between your > production server and dev server. > > On Jul 2, 11:20 am, Sean Bucklar <[EMAIL PROTECTED]> wrote: > > This may have been mentioned before - > buthttp://www.fiddlertool.com/fiddler/is pretty useful for header > > analysis. Even if it was written by the Evil Empire (TM) > > > > skateboard.com.au wrote: > > > Hi Mike > > > > > Cflocation is all about the headers. Check the http headers being sent > > > to the browser. Compare what you are seeing between the working and > non > > > working pages. If your browser does not give you easy access to this, > > > get another cf page to cfhttp the pages and dump the full headers that > > > way. Thats how I solved cflocation issues in the past anyway. > > > > > cheers > > > > > Drew > > > > > -----Original Message----- > > > From: "Mike Kear" <[EMAIL PROTECTED]> > > > To: [email protected] > > > Date: Mon, 2 Jul 2007 11:10:01 +1000 > > > Subject: [cfaussie] Re: CFLocation stopped working > > > > >> I havent had time to get at this for a few days now. It's very > > >> frustrating because the code used to work fine. It works fine on my > > >> production site. It's only my dev machine that shows this problem. > > > > >> So I figured fine it's not the code, it's to do with the environment > > >> then. What have i changed? Not IIS, Not Apache, Not the Code, not > > >> the database. - the only thing left is ColdFusion itself - i applied > > >> the updaters to it. That must be the culprit. > > > > >> Then someone suggested I try a page with only a CLOCATION tag in it, > > >> and that threw my theory into a spin because it worked. If my theory > > >> was right (that the updaters had somehow broken the server) it > > >> shouldnt have worked. > > > > >> So I dont know where to go looking now. > > > > >> Perhaps i'll re-install ColdFusion and see where that gets me. > Maybe > > >> i havent installed the updaters correctly or there was a hiccup > during > > >> the updaters application. But i'm really clutching at straws here, > > >> not really seeing what (apart from a broken CF Server) the problem > > >> could be. > > > > >> Cheers > > >> Mike Kear > > >> Windsor, NSW, Australia > > >> Adobe Certified Advanced ColdFusion Developer > > >> AFP Webworks > > >>http://afpwebworks.com > > >> ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month > > > > >> On 7/2/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > > > > >>> Mike, > > > > >>> Have you tried line debugging the code to see what is actually > > > > >> happening? It > > > > >>> might be something very obtuse.. > > > > >>> Andrew Scott > > >>> Senior Coldfusion Developer > > >>> Aegeon Pty. Ltd. > > >>>www.aegeon.com.au > > >>> Phone: +613 8676 4223 > > >>> Mobile: 0404 998 273 > > > > > -- Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
