|
Posted by Dikkie Dik on 01/19/08 12:07
> Not usable in Konqueror.
To be more precise (and more constructive):
None of the http headers state that you use Xhtml.
Furthermore, the example pages say that they are xhtml transitional (in
an xml attribute), but do not even consistently quote attributes (like
href=# instead of href="#"). Firefox does try to make sense out of it,
but frankly it shouldn't.
Are those IDs in the selectbox real database IDs? I would never use a
framework that does that. Sorry.
In short, it looks very much like ASP.NET: you should trust the
framework to generate proper HTML for you (bad idea with MS-based
products) and therefore it is written mainly for IE. You even seem to be
relying on browsers sniffing the content-type, which is a really bad idea.
There are zillions of frameworks out there. Yours has probably brought
you some valuable insights, but I do not think it really adds something
to the amount we already have. But it probably is a good start. Good to
see that you thought of providing documentation.
Good luck!
[Back to original message]
|