Re: IE Hell. Blank Page

2008-09-19 Thread Ross Dakin
On a related note, IE also chokes on trailing commas in arrays and such, e.g.: foo = [1, 2, 3,] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@

Re: IE Hell. Blank Page

2008-09-19 Thread Gerard Petersen
These are firefox add-ons but can definitely help finding problems in you pages: Firebug: https://addons.mozilla.org/en-US/firefox/addon/1843 Web developer: https://addons.mozilla.org/en-US/firefox/addon/60 And there's a not so featuresk one for IE: http://www.microsoft.com/downloads/details.asp

Re: IE Hell. Blank Page

2008-09-19 Thread Daniele Procida
On Thu, Sep 18, 2008, lingrlongr <[EMAIL PROTECTED]> wrote: >Thank you both. There WAS something I forgot in the . I got so >absorbed in making the the section its own block that I forgot >to close the tag. I can't count the number of times similar things have bitten me, when I have puzzled a

Re: IE Hell. Blank Page

2008-09-18 Thread lingrlongr
Thank you both. There WAS something I forgot in the . I got so absorbed in making the the section its own block that I forgot to close the tag. On Sep 18, 7:13 pm, "Daniele Procida" <[EMAIL PROTECTED]> wrote: > On Thu, Sep 18, 2008, lingrlongr <[EMAIL PROTECTED]> wrote: > >I primarily use and

Re: IE Hell. Blank Page

2008-09-18 Thread Daniele Procida
On Thu, Sep 18, 2008, lingrlongr <[EMAIL PROTECTED]> wrote: >I primarily use and develop on Ubuntu and use Firefox. So I went to >check out how many bugs IE was generous enough to give me to fix. >Using the Django development server, I can connect fine from a Windows >computer and view the site

Re: IE Hell. Blank Page

2008-09-18 Thread Colin Bean
On Thu, Sep 18, 2008 at 3:57 PM, lingrlongr <[EMAIL PROTECTED]> wrote: > > Strangest thing... > > I primarily use and develop on Ubuntu and use Firefox. So I went to > check out how many bugs IE was generous enough to give me to fix. > Using the Django development server, I can connect fine from

IE Hell. Blank Page

2008-09-18 Thread lingrlongr
Strangest thing... I primarily use and develop on Ubuntu and use Firefox. So I went to check out how many bugs IE was generous enough to give me to fix. Using the Django development server, I can connect fine from a Windows computer and view the site using Firefox. When I use IE (tested 6 & 7),