| 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 HTML |
No of displayed entries: 2 / 2
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) Adjusting your monitor: ...Monitor Height - The proper monitor height is vital in preventing
gradual neck and upper back strain. The most effective way to
determine correct monitor height is to sit correctly in your chair
or where ever you view your monitor. Next, close your eyes and
position your body and head in a neutral and comfortable position -
your spine should be straight and head centered over your shoulders.
Then, open your eyes and note at which point your eyes are initially
focused on. This area should correlate to the center of your
monitors screen or the part of the screen you view most frequently... |