Re: Django + WebFaction file: where to place the ie_css3.htc file?

2011-03-09 Thread Sithembewena Lloyd Dube
Yep, they are. Thanks to you Kenneth, for pointing me in the right
direction! Had spent a lot of time wrecking my head over this one.

On Wed, Mar 9, 2011 at 1:20 PM, Kenneth Gonsalves wrote:

> On Wed, 2011-03-09 at 13:16 +0200, Sithembewena Lloyd Dube wrote:
> > Problem solved, thanks to the brilliant folks at WebFaction.
>
> they are good guys
> --
> regards
> KG
> http://lawgon.livejournal.com
> Coimbatore LUG rox
> http://ilugcbe.techstud.org/
>
> --
> 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@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Regards,
Sithembewena Lloyd Dube

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django + WebFaction file: where to place the ie_css3.htc file?

2011-03-09 Thread Kenneth Gonsalves
On Wed, 2011-03-09 at 13:16 +0200, Sithembewena Lloyd Dube wrote:
> Problem solved, thanks to the brilliant folks at WebFaction.

they are good guys
-- 
regards
KG
http://lawgon.livejournal.com
Coimbatore LUG rox
http://ilugcbe.techstud.org/

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django + WebFaction file: where to place the ie_css3.htc file?

2011-03-09 Thread Sithembewena Lloyd Dube
Problem solved, thanks to the brilliant folks at WebFaction.

*behaviour:url('/site_media/css/ie_css3.htc')* <= MEDIA_URL + rest of path.

Gracias.

On Wed, Mar 9, 2011 at 12:08 PM, Sithembewena Lloyd Dube
wrote:

> Hi Kenneth,
>
> I am yet to ask WebFaction. Thanks for the suggestion, I did put the file
> next to the favicon (in MEDIA_ROOT) and IE still won't execute the VML.
>
> Thanks.
>
>
> On Wed, Mar 9, 2011 at 11:55 AM, Kenneth Gonsalves  > wrote:
>
>> On Wed, 2011-03-09 at 11:51 +0200, Sithembewena Lloyd Dube wrote:
>> > - The site is hosted at WebFaction - the setup there isn't like
>> > typical GCI/
>> > PHP sites, with a root folder and such.
>> >
>> > Any ideas please?
>>
>> what did webfaction support say about this? I would suggest finding out
>> where your favicon is and putting the file in the same place.
>> --
>> regards
>> KG
>> http://lawgon.livejournal.com
>> Coimbatore LUG rox
>> http://ilugcbe.techstud.org/
>>
>> --
>> 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@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
>
> --
> Regards,
> Sithembewena Lloyd Dube
>



-- 
Regards,
Sithembewena Lloyd Dube

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django + WebFaction file: where to place the ie_css3.htc file?

2011-03-09 Thread Sithembewena Lloyd Dube
Hi Kenneth,

I am yet to ask WebFaction. Thanks for the suggestion, I did put the file
next to the favicon (in MEDIA_ROOT) and IE still won't execute the VML.

Thanks.

On Wed, Mar 9, 2011 at 11:55 AM, Kenneth Gonsalves
wrote:

> On Wed, 2011-03-09 at 11:51 +0200, Sithembewena Lloyd Dube wrote:
> > - The site is hosted at WebFaction - the setup there isn't like
> > typical GCI/
> > PHP sites, with a root folder and such.
> >
> > Any ideas please?
>
> what did webfaction support say about this? I would suggest finding out
> where your favicon is and putting the file in the same place.
> --
> regards
> KG
> http://lawgon.livejournal.com
> Coimbatore LUG rox
> http://ilugcbe.techstud.org/
>
> --
> 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@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Regards,
Sithembewena Lloyd Dube

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django + WebFaction file: where to place the ie_css3.htc file?

2011-03-09 Thread Kenneth Gonsalves
On Wed, 2011-03-09 at 11:51 +0200, Sithembewena Lloyd Dube wrote:
> - The site is hosted at WebFaction - the setup there isn't like
> typical GCI/
> PHP sites, with a root folder and such.
> 
> Any ideas please? 

what did webfaction support say about this? I would suggest finding out
where your favicon is and putting the file in the same place.
-- 
regards
KG
http://lawgon.livejournal.com
Coimbatore LUG rox
http://ilugcbe.techstud.org/

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Django + WebFaction file: where to place the ie_css3.htc file?

2011-03-09 Thread Sithembewena Lloyd Dube
Hi Folks,

Perchance somebody here is hosting Django sites at WebFaction, I need advice
on the situation described below:

- I have the file ie_css3.htc, which enables Internet Explorer to render
CSS3.
- The file's functionality can be accessed by adding the attribute *
behaviour:url('ie_css3.htc')* to whatever html element needs it.
- Unfortunately, instead of treating *url:('ie_css3.htc')* relative to
current location, Internet Explorer apparently looks for the file in the
root folder.
- Adding the file to MEDIA_ROOT does not resolve the issue.
- The site is hosted at WebFaction - the setup there isn't like typical GCI/
PHP sites, with a root folder and such.

Any ideas please?

-- 
Regards,
Sithembewena Lloyd Dube

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.