Modular HTML in Adobe AIR? Is It Possible?
- by Greg Bulmash
When I write HTML with a PHP backend, I usually have a single header file and a single footer file with some PHP variables in them. The base skeleton for every page calls the header, contains the body content, and then calls the footer. That way, if I want to make changes to the header sitewide, I change one file.
I'm working on developing the UI…