Python - Web Display Technology
bruno at modulix
onurb at xiludom.gro
Tue May 23 11:35:10 EDT 2006
Ben Finney wrote:
> "SamFeltus" <sam at nuevageorgia.com> writes:
>
>
>>I keep trying to understand why people like HTML/JS, I don't think I
>>am gonna understand.
>
>
> It's fairly simple: HTML, CSS and JavaScript have all been
> standardised independent of any single corporation, and are freely
> implementable, resulting in competing free software
> implementations. We can choose or improve upon the implementation we
> like, or make our own, and share the result with others.
Also: HTML is an easy to parse text format. I can programatically grab
infos from HTML pages. Search engines can do it to.
>
>>I guess for better or worse, Flash is a very different mindset and
>>approach to the web.
>
> One that shares none of the above qualities.
>
indeed.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list