I made several sites with EE. I always try stick ‘No Add ons’ approach. However i always encounter these two issues. These are design considerations rather then technical issues. I really want to hear your opinion on this.
Include Header strategy is not so good for pages that need specific JS or HTML code. For example a page need different JS code on header, how do you pass that code? If i use conditionals the code became bloated. Is snippets suitable for this?
Another design consideration is Navigation. I don’t want to use categories as navigation. When a navigation system have sub-navigation items, it became quickly complex. What is your navigation design strategy?
Thanks.