[Ilugc] re: needed alternative for dreamweaver

  • From: srsy70@xxxxxxxxx (S.Ramaswamy)
  • Date: Thu May 15 22:21:21 2008


I prefer to create a bulleted list like this:
<div class="someclass">
<ul>
{% for item in listitems %}
<li>item.name</li>
{% endfor %}
</ul>
</div>

Hmm, that looks like Django. Come to think of it, why use a high level
framework like that. Why not write plain sql statements, write plain
html, write your own authentication system, implement users and
groups, etc and attempt to connect all of that with a week end hack ?
Would it look nice if you somebody accused of being lazy and not
understanding sql, html, http etc ? I used to one of this snooty
anti-DW folks till I had a chance to observe a DW expert at close
quarters. It's quite presumptuous to assume that DW users don't
understand html, css, etc.


Ramaswamy

Other related posts: