Re: Problem in using CSS and JavaScript in my django Project

2015-08-29 Thread Tiago Almeida
jango . I am facing problem to load CSS and JavaScript > file in my Project.I Have done all setting of static files and they are > loading but browser is not taking CSSand JS files showing error "Resource > interpreted as Stylesheet but transferred with MIME type > aplicati

Problem in using CSS and JavaScript in my django Project

2015-08-28 Thread Sumit Chansouliya
Hi All I am learning Django . I am facing problem to load CSS and JavaScript file in my Project.I Have done all setting of static files and they are loading but browser is not taking CSSand JS files showing error "Resource interpreted as Stylesheet but transferred with MIME type aplicat

Re: external css and javascript files

2012-04-19 Thread dummyman dummyman
hi,, Thank u guys . I ve fixed the static web page problem in django :) On Tue, Apr 17, 2012 at 10:40 PM, dummyman dummyman wrote: > thank u will try and will get back if i have further doubts > > On Tue, Apr 17, 2012 at 10:36 PM, Joel Goldstick > wrote: > >> On Tue, Apr 17, 2012 at 12:50 PM, du

Re: external css and javascript files

2012-04-17 Thread dummyman dummyman
thank u will try and will get back if i have further doubts On Tue, Apr 17, 2012 at 10:36 PM, Joel Goldstick wrote: > On Tue, Apr 17, 2012 at 12:50 PM, dummyman dummyman > wrote: > > > > Hi > > > > attached is the settings.py and i ve placed my css files in static > directory > > of the app and

Re: external css and javascript files

2012-04-17 Thread Joel Goldstick
On Tue, Apr 17, 2012 at 12:50 PM, dummyman dummyman wrote: > > Hi > > attached is the settings.py and i ve placed my css files in static directory > of the app and in templates i ve given the path > > {{ STATIC_URL }} path > > On Tue, Apr 17, 2012 at 10:13 PM, Joel Goldstick > wrote: >> >> On Tue

Re: external css and javascript files

2012-04-17 Thread dummyman dummyman
re https://docs.djangoproject.com/en/dev/howto/static-files/ > >> > >> On Tue, Apr 17, 2012 at 4:18 PM, dummyman dummyman > >> wrote: > >>> > >>> How to include external css and javascript files in django ? I tried > many >

Re: external css and javascript files

2012-04-17 Thread Joel Goldstick
docs.djangoproject.com/en/dev/howto/static-files/ >> >> On Tue, Apr 17, 2012 at 4:18 PM, dummyman dummyman >> wrote: >>> >>> How to include external css and javascript files in django ? I tried many >>> forums,django docs >>> Couldnt get  a s

Re: external css and javascript files

2012-04-17 Thread dummyman dummyman
wrote: > >> How to include external css and javascript files in django ? I tried many >> forums,django docs >> Couldnt get a solution >> Could u pl givehi me a step by step proc to include external css and >> javascript files ? >> >> -- >> You

Re: external css and javascript files

2012-04-17 Thread Eugenio Minardi
Hi, you can find a detailed guide here https://docs.djangoproject.com/en/dev/howto/static-files/ On Tue, Apr 17, 2012 at 4:18 PM, dummyman dummyman wrote: > How to include external css and javascript files in django ? I tried many > forums,django docs > Couldnt get a solution > Cou

external css and javascript files

2012-04-17 Thread dummyman dummyman
How to include external css and javascript files in django ? I tried many forums,django docs Couldnt get a solution Could u pl give me a step by step proc to include external css and javascript files ? -- You received this message because you are subscribed to the Google Groups "Django

Re: CSS and JavaScript manager

2006-07-22 Thread Kevin Hamm
You'll have to excuse me, I'm still relatively new to the whole development side of web work, but I know I've had the same thoughts, or at least part of them. After separating my structure from my color scheme, it's very easy to see the real fun of creating a new css scheme using math to choose the

Re: CSS and JavaScript manager

2006-07-21 Thread Tyson Tate
On Jul 21, 2006, at 3:19 PM, [EMAIL PROTECTED] wrote: > I'm thinking about making a simple JavaScript and CSS manager that > would look like this: > - It generates one JavaScript and one CSS file for a current > page/template This could get ugly fast when you take into account CSS cascading. C

Re: CSS and JavaScript manager

2006-07-21 Thread [EMAIL PROTECTED]
it would be rather pre-generated - if style_2_4_.css doesn't exist - generate it, else use it. When I edit snippet id 4 then kill all css files with_4_ or regenerate them :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: CSS and JavaScript manager

2006-07-21 Thread Jay Klehr
I'm not sure I fully understand your suggestion, I just wanted to bring up the point of JS and CSS caching, and speed of loading. In the PHP world (where I've had most of my experience) serving CSS files through a PHP script is always slower than just serving a static CSS file (even if the PHP

CSS and JavaScript manager

2006-07-21 Thread [EMAIL PROTECTED]
I'm thinking about making a simple JavaScript and CSS manager that would look like this: - It generates one JavaScript and one CSS file for a current page/template - It uses a database or a pickle/shelve/flat files (?) to store code snippets: id, code, comment, show_always - Extra code snippets ca

Re: Css and Javascript

2006-02-21 Thread Tom Tobin
a CSS entry and a Javascript entry; make sure you consider the potential performance issues if you go that route, though. (There's a reason people tend to serve CSS and Javascript from static media servers even if the site itself is dynamic.) :-) --~--~-~--~~~---~-

Css and Javascript

2006-02-21 Thread Mary Adel
I need to save the Css and the Java script file in the database so as i can make the user change it easily so how i can do this in an easy way Thanks, Mary --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django