[phpug] Re: Diagnosing Javascript

2009-06-16 Thread Nicolaas Thiemen Francken - Sunny Side Up
I found the chrome JS debugger to be very nice. It is a bit harder to understand, but more helpful than firebug. Nicolaas --~--~-~--~~~---~--~~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to nzphpug@googlegroups.com To

[phpug] Re: Diagnosing Javascript

2009-06-15 Thread Keri Henare
Firebug. Safari 4's error console is also really good. --- Keri Henare [e]k...@henare.co.nz [m]021 874 552 [w]www.kerihenare.com On 16/06/2009, at 12:33 PM, Michael wrote: What would people recommend as the best Firefox plug in for

[phpug] Re: Diagnosing Javascript

2009-06-15 Thread Brett Taylor
2009/6/16 Michael ph...@nettrust.co.nz What would people recommend as the best Firefox plug in for diagnosing Javascript problems? http://www.getfirebug.com No discussion required, it's Firebug. -- Cheers, Brett Taylor Head of Department, Interactive Design and Web Development Wellington

[phpug] Re: Diagnosing Javascript

2009-06-15 Thread Michael
On Tue, 16 Jun 2009 12:35:32 Brett Taylor wrote: 2009/6/16 Michael ph...@nettrust.co.nz What would people recommend as the best Firefox plug in for diagnosing Javascript problems? http://www.getfirebug.com No discussion required, it's Firebug. I have had a look and I have already

[phpug] Re: Diagnosing Javascript

2009-06-15 Thread Jochen Daum
On Tue, Jun 16, 2009 at 1:45 PM, Michaelph...@nettrust.co.nz wrote: On Tue, 16 Jun 2009 12:35:32 Brett Taylor wrote: 2009/6/16 Michael ph...@nettrust.co.nz What would people recommend as the best Firefox plug in for diagnosing Javascript problems? http://www.getfirebug.com No

[phpug] Re: Diagnosing Javascript

2009-06-15 Thread Brett Taylor
Does your php output validate? It sounds like you haven't closed a script tag somewhere. Or maybe you're using document.write? 2009/6/16 Michael ph...@nettrust.co.nz I have had a look and I have already installed it and after a bit of playing around I still can't work out how to get it to

[phpug] Re: Diagnosing Javascript

2009-06-15 Thread Michael
On Tue, 16 Jun 2009 15:18:20 Brett Taylor wrote: Does your php output validate? It sounds like you haven't closed a script tag somewhere. Or maybe you're using document.write? Do I need to have the image inside an 'a href' tags when calling the ajax via 'onclick'? Michael

[phpug] Re: Diagnosing Javascript

2009-06-15 Thread Stig Manning
Please ask these questions on a web design or JS forum. This is a PHP mailing list. Cheers, Stig Michael wrote, on 16/06/2009 1:37 PM: Do I need to have the image inside an 'a href' tags when calling the ajax via 'onclick'? Michael -- Stig Manning http://www.sdm.co.nz