To shorten this:
You need a solid understanding of what HTML is and how the Internet works,
to write Webapplications, or dynamic webpages.
Try this: http://www.w3schools.com/html/DEFAULT.asp

As soon as you understand what this <stuff> means, and as soon as you can
create a small and ugly - static - Homepage without Frontpage/Dreawaver.
You can start with django, or something like this.

Sorry if this sounds harsh, but it is useless to learn how to drive a
Truck, if you can't drive an car.

with regards

Christian

On Fri, 17 Apr 2009 06:45:17 -0700 (PDT), 83nini <83n...@gmail.com> wrote:
> ahaaaa! I'm new to this stuff and i wonder why it's not mentioned in
> the beginners book that i'm reading!!!
> 
> On 17 Apr, 15:40, Daniel Roseman <roseman.dan...@googlemail.com>
> wrote:
>> On Apr 17, 2:38 pm, 83nini <83n...@gmail.com> wrote:
>>
>>
>>
>>
>>
>> > I'm looking at the following code from thewww.djangobook.com:
>>
>> > <html>
>> > <head><title>Ordering notice</title></head>
>>
>> > <body>
>>
>> > <h1>Ordering notice</h1>
>>
>> > <p>Dear {{ person_name }},</p>
>>
>> > <p>Thanks for placing an order from {{ company }}. It's scheduled to
>> > ship on {{ ship_date|date:"F j, Y" }}.</p>
>>
>> > <p>Here are the items you've ordered:</p>
>>
>> > <ul>
>> > {% for item in item_list %}
>> > <li>{{ item }}</li>
>> > {% endfor %}
>> > </ul>
>>
>> > {% if ordered_warranty %}
>> > <p>Your warranty information will be included in the packaging.</p>
>> > {% else %}
>> > <p>You didn't order a warranty, so you're on your own when
>> > the products inevitably stop working.</p>
>> > {% endif %}
>>
>> > <p>Sincerely,<br />{{ company }}</p>
>>
>> > </body>
>> > </html>
>>
>> > and I have a problem understanding what <something> really means as I
>> > am trying to learn Python along with Django.
>>
>> > Thanks in advance.
>>
>> Eh? This has nothing to do with Python. This is HTML.
>> --
>> DR.- Dölj citerad text -
>>
>> - Visa citerad text -
> 

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to