Re: Django making box

2012-03-13 Thread Larry Martell
On Tue, Mar 13, 2012 at 3:34 PM, Sophia wrote: > Thanks for the help, actually it should be run just on my computer not the > client. In this context the client is the browser. > > On Tuesday, March 13, 2012 1:54:00 PM UTC-7, Javier Guerra wrote: >> >> On Tue, Mar 13, 2012 at 3:37 PM, Sophia wr

Re: Django making box

2012-03-13 Thread Anurag Chourasia
What Javier meant in his previous message was a client application .which of course could be a browser running on your own computer. For a better understanding of client/server model you could review the Wikipedia page http://en.wikipedia.org/wiki/Client%E2%80%93server_model Regards, Guddu

Re: Django making box

2012-03-13 Thread Sophia
Thanks for the help, actually it should be run just on my computer not the client. On Tuesday, March 13, 2012 1:54:00 PM UTC-7, Javier Guerra wrote: > > On Tue, Mar 13, 2012 at 3:37 PM, Sophia wrote: > > Thanks all for helping, as I told I read that tutorial, but my supervisor > > said that I sh

Re: Django making box

2012-03-13 Thread Sophia
Thanks for answering, I meant supervisor for my internship. Actually it's a task that should be done for my internship. This is exactly what he said: clicking on one box to generate new boxes and then we should enter data into them. He just ask us to learn Python, and Django besides HTML and CSS

Re: Django making box

2012-03-13 Thread creecode
Hello Sophia, On Tuesday, March 13, 2012 1:37:57 PM UTC-7, Sophia wrote: > > Thanks all for helping, as I told I read that tutorial, but my supervisor > said that I should do that with Django. He didn't mention about learning > JavaScript, but is it impossible just with Django? I don't think

Re: Django making box

2012-03-13 Thread Javier Guerra Giraldez
On Tue, Mar 13, 2012 at 3:37 PM, Sophia wrote: > Thanks all for helping, as I told I read that tutorial, but my supervisor > said that I should do that with Django. He didn't mention about learning > JavaScript, but is it impossible just with Django? django runs on the server. if you want to do

Re: Django making box

2012-03-13 Thread Sophia
Thanks all for helping, as I told I read that tutorial, but my supervisor said that I should do that with Django. He didn't mention about learning JavaScript, but is it impossible just with Django? Sophia On Tuesday, March 13, 2012 12:45:25 PM UTC-7, Sophia wrote: > > Hi guys, > > I'm complet

Re: Django making box

2012-03-13 Thread Joel Goldstick
On Tue, Mar 13, 2012 at 3:58 PM, Sandro Dutra wrote: > "The task that I should do is to click on a box and it generates new boxes > above it by every clicking on it." > I think JavaScript (jQuery) is the best option to achieve this. > > > 2012/3/13 Sophia >> >> Hi guys, >> >> I'm completely a beg

Re: Django making box

2012-03-13 Thread Sandro Dutra
"The task that I should do is to click on a box and it generates new boxes above it by every clicking on it." I think JavaScript (jQuery) is the best option to achieve this. 2012/3/13 Sophia > Hi guys, > > I'm completely a beginner in writing Django codes, I read the book online > for Django, so

Django making box

2012-03-13 Thread Sophia
Hi guys, I'm completely a beginner in writing Django codes, I read the book online for Django, so I have some basic knowledge about it. The task that I should do is to click on a box and it generates new boxes above it by every clicking on it. I actually wrote in HTML how to make boxes, but my