| carnatic.com > World Wide Wisdom | < Namaste Netizen. Login | Sign-up | About | Donate > | Search | |
| Prefs: Display: title/+ content/+ tags | Sort: Changed/Added/Prio | Tags: All/Strict/Directory/4/5 | Tag sort: Count/Alpha | Hit/pg: 50/100 | |||
|
Hierarchy |
No of displayed entries: 5 / 5
1) Methods GET and POST in HTML forms - what's the difference?: In HTML, one can specify two different submission methods for a
form. The method is specified inside a FORM element, using the
METHOD attribute. The difference between METHOD="GET" (the default)
and METHOD="POST" is primarily defined in terms of form data
encoding. The official recommendations say that "GET" should be used
if and only if the form processing is idempotent, which typically
means a pure query form. Generally it is advisable to do so. There
are, however, problems related to long URLs and non-ASCII character
repertoires which can make it necessary to use "POST" even for
idempotent processing. 2) ICYouSee: Hints for HTML and Web Authoring: second tip is the best : Figure out your purpose in
life. Or at least figure out the purpose of your Web
site. You
might ask yourself these questions: What do you want to
say? Who do you intend your audience to be? Do you have
enough to offer to make a Web site worth your while to
create and worth someone's while to look at it, return to,
and recommend to a friend. 3) Stupid Web Tricks: don't try this at home 4) The Tao of Web Sites: 'Some philosophical thoughts' 5) Art and the Zen of Web Sites: The site : 'Read this before you build your site' ---
I : 'I agree' |