| 1. |
Solve : Updating website content help?? |
|
Answer» Hey What programming languages can I use? Your editing POWERS are pretty limited then. I'm pretty sure, someone will chime in here with some SCRIPT, which will help you out.I have it on settings so that I code everything myself, instead of using their limiting editors... My entire website is in HTML coding.There are few guys around here, who can help you out with that. Just be patient.Thanks with only HTML and client-side processing your options are limited, but you can use a "IFRAME" element. For example, make a news page- say, news.html. Then you can insert it into each of your pages with ARGH! Use small tags! I don't know why people started using CAPS for tags in the first place because it takes longer to type out anyway!CAPS ISUSED to be considered good practice to make it easy to differentiate what is content and what is markup. The "it takes longer to type" argument is redundant. It also takes longer to type out hungarian notation, like "GFlIsFirstInstance" or "MStrExpression" But people still use it. And personally it has no affect on me anyway- after all, typing the opening < requires a shift. It was originally part of the spec, with HTML 4 it is "recommended" to use lowercase tags. XHTML requires it. Honestly though, XHTML is simply ludicrous. It doesn't add anything beneficial over HTML itself aside from allowing the page to be validated by simply using an XML validator and the proper XML Schema. And realistically it just makes that easier, HTML is validated as well, but the rules regarding some tags (break, hard rule, paragraph) are lax and an ending tag isn't required. and for things like br, where content wouldn't make any sense anyway, it makes no sense to even allow content, XHTML would account for forcing the use of either ending tags or a traling / to indicate the tag is EMPTY. I cannot even guess what the X in XHTML stands for, but it isn't any more eXtensible then HTML itself.I should have known that was coming. To some extent I agree, but then again the Web is evolving - then comes HTML5. Quote I should have known that was coming.Yes. it is easy to get BC started. |
|