Hello ECU team,
Just gotta say that after messing around with ECU units for the past week it's really fired my imagination on new sites to create
I've been through this whole thread and roadtested a few units -- I've made a lot of notes, and come up with a lot of new feature suggestions. I think they probably deserve their own blog post (as it's become rather lengthy) so I'll let you know when I've put them online.
Just a quick request today though:- will you consider making your SCRIPT include code XHTML valid?
currently we have:
Validator W3 - XHTML 1.0 StrictCode:<!-- BEGIN EASYCONTENTUNITS.COM CODE --><SCRIPT LANGUAGE="javascript" SRC="http://www.easycontentunits.com/js_unit.php?ecu_mid=ECUID&ecu_uid=4366"> /* Unit: MacWarehouse */ </SCRIPT><!-- END EASYCONTENTUNITS.COM CODE -->
Could this be changed so :Line 87, Column 90: Attribute "LANGUAGE" is not a valid attribute. Did you mean "language"?
Line 87, Column 184: element "SCRIPT" undefined. Did you mean "script"?
Line 87, Column 107: Attribute "SRC" is not a valid attribute. Did you mean "src"?
- it's lowercase (eg. SCRIPT becomes script, SRC becomes src?
- type="text/javascript" is added
- & becomes &
eg, so it could look like:
Code:<!-- BEGIN EASYCONTENTUNITS.COM CODE --><script type="text/javascript" language="javascript" src="http://www.easycontentunits.com/js_unit.php?ecu_mid=ECUID&ecu_uid=4366"> /* Unit: MacWarehouse */ </script><!-- END EASYCONTENTUNITS.COM CODE -->
LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks