Displaying posts tagged: xhtml

Framework Structure

No Comments
When building a framework, it's critical to get the structure correct from the outset, else it'll just make things far more complicated in future. As I'm familiar with the Zend Framework, and it seems to have a fairly logical structure, I based the JS framework structure around this. Fundamentally, the framework has several key components: HTML ...