Current thing I'm thinking of doing: replacing my nav bar that uses JS includes (inspiration from snooping Paint Killer's messages). The current method (iframes) works fine enough, but it presents issues with accessible design (which I figured out only barely) and customization, since I can't dress up the navbar due to the way it's currently built.
While I think this could be a win if I can get it right, I'll first have to totally rethink how I've built my navbar. I built that thang around being an iframe and I'd have to go back to styling it like regular HTML, not to mention the shenanigans I'd have to change for my main CSS file.
While I think this could be a win if I can get it right, I'll first have to totally rethink how I've built my navbar. I built that thang around being an iframe and I'd have to go back to styling it like regular HTML, not to mention the shenanigans I'd have to change for my main CSS file.