hi all, i caved and put the elements i reuse on every page (nav bar and footer) in a js file. is that common practice? i want to keep the site as simple as possible, but it becomes time consuming if i have to paste one small change on 15+ pages lol
This morning, we've been implementing/fixing Help files in w99, and using a js function to inject styles into all of them (different formats, imported differently from w98 .hlp and .chf). It makes everything much easier :)
That is common practice! There is the fundamental principle DRY - Don't Repeat Yourself.
This morning, we've been implementing/fixing Help files in w99, and using a js function to inject styles into all of them (different formats, imported differently from w98 .hlp and .chf). It makes everything much easier :)
omg thank you for the reminder ehehehe... i have like 6 different css files right now, i need to get better at this LOL
OH!!!! sounds good, thanks for the reassurance :) i will keep DRY in the back of my mind from now on!