Here's my situation:
I have a webpage with job listings. Every time it changes, I have to edit the HTML by hand. Were making frequent changes lately, and I want a relatively simple way to allow my HR manager to update this information whenever she needs to.
I've considered using a CMS (probably Joomla), but I need a quick fix until I can get around to implementing it.
XML seems like the way to go in this case. However, it seems like the most common way to display external data is via JavaScript. I'd like to avoid JavaScript because it seems like most people disable it for safer (or at least less annoying) surfing. Would frames be my only option to guarantee cross-browser functionality? Are there any other methods that I should consider?
Just so you know, I'm not a web designer. I know some HTML and some VBScript, and that's about it.
I have a webpage with job listings. Every time it changes, I have to edit the HTML by hand. Were making frequent changes lately, and I want a relatively simple way to allow my HR manager to update this information whenever she needs to.
I've considered using a CMS (probably Joomla), but I need a quick fix until I can get around to implementing it.
XML seems like the way to go in this case. However, it seems like the most common way to display external data is via JavaScript. I'd like to avoid JavaScript because it seems like most people disable it for safer (or at least less annoying) surfing. Would frames be my only option to guarantee cross-browser functionality? Are there any other methods that I should consider?
Just so you know, I'm not a web designer. I know some HTML and some VBScript, and that's about it.