|
|
|
|
|
by shkkmo
496 days ago
|
|
The argument is not to never use JS. The argument is that you shouldn't unnecessarily use JS in a way that breaks core functionality if it is disabled. There is no actual need solved by using client side include to load a nav bar. Doing so will break navigation on your blog for people without Javascript enabled. Even though it isn't talked about as much these days, progressive enhancement is still a really good idea. |
|
i am maintaining a site by hand right now. i am fine with copying from a template to get the structure. styles and formatting should be CSS anyways. navigation is the only thing that is a problem. i'll either figure out if i can do navigation in CSS or i'll end up having to use javascript. client side include in html only is the very thing missing here.