Measure the size of monitors
LCD's and CRT's sizes are measured differently, do you know the difference?
Not sure of the difference between "flat panel" and "flat screen"?
click on the above link.
LCD's and CRT's sizes are measured differently, do you know the difference?
Unix is not a single operating system. It has many flavors (aka. variants, types, or implementations). Although based on a core set of Unix commands, different flavors have their own unique commands and features, and designed to work with different types of hardware. No one knows exactly how many Unix flavors are there, but it is safe to say that if including all those that are obscure and obsolete, the number of Unix flavors is at least in the hundreds. You can often tell that an operating system is in the Unix family if it has a name that is a combination of the letters U, I, and X.
One possible problem, that I faced was that the value assigned for the name attribute of the anchor tag, was similar to the one of the varible used in the menu script. This caused some kind of Java script error that did not display the submenus only on that particular page.
<a name="thisyear">
We can use DSN-less method to connect to MYSQL Database by using connection string through ASP script. But to use the connection string, MYSQL ODBC drivers need to be installed at the host machine. The required drivers have been installed on grad.uta.edu so, we can access the mySql database without any problem. Once that is done, the following section describes how we can use conventional connection string method to access MYSQL database via Active X Data Objects (ADO).
http://www.alt-php-faq.org/ ------------------------ PHP Q and A
A printable page can be created using javascript/scripting languages like PHP or CSS. The following link explains the creation of a printable page using CSS.
The following link gives the javascript code that can be used to disable the enter key in a form. http://www.dynamicdrive.com/dynamicindex16/disableenter.htm
Many people who attempt to put comments into their HTML code -- text intended for the reference of the developer but not to be displayed by the browser -- get the syntax wrong, which can cause some browsers to mistakenly display part of the comment, or even worse, consider big chunks of the rest of the document to be a comment and ignore them. This widespread confusion about comment syntax is understandable given that HTML comment syntax is a rather inscrutable outgrowth of SGML (Standard Generalized Markup Language), a language devised for the formatting of government documents which formed the basis of HTML. Maybe some of the same people who devised the 1040 tax forms also created the syntax rules for SGML, and hence HTML.
Solution : There may be a open comment tag on one of the include files of your page that may not have been closed…… that causes a blank page to be uploaded in IE but works in netscape and morzilla
Enclose the code inside <pre> and </pre> and the less than sign (<) and greater than sign (>) of any tags inside pre should be given as
Add the following meta tag in the head section of the HTML page
<meta content="180" equiv="refresh">
Value of content attribute is in seconds
To compare Strings for equality, don't use ==. The == operator checks to see if two objects are exactly the same object
onClick sets a script to run when the user clicks on
the link.For example, this link creates an alert box which
says Heading Home! when the link is clicked:
<A HREF="mypage.oc.html" onClick="alert('Heading Home!')"
>My Page</A>
<A >
HREF="deleted.oc.html"
onCLick="return confirm('Are you SURE you want
to delete this record?')"
>Delete It!</A>
source : http://www.idocs.com/tags/
onClick sets a script to run when the user clicks on the link. For example, this link creates an alert box which says Heading Home! when the link is clicked:
CAPTCHA – completely automated public turing test to tell computers and humans apart
Information from the EXPLAIN query is retrieved by using the pg_last_notice function.
The users ip address is stored in the environment variable $REMOTE_ADDR, if you want to resolve the domain name for that ip (if any) use:
Telnet : for checking if the server is down or not.
Definiton : Retrieves all the tuples from the combination of table
1. Indexing
Well use É on your PHP or HTML page . Did you spent hours trying to find out how to get that character. - VJ
If ur footer is moving up and down according to contents of your page....... Its about time to change ur code. The link here descibes more about doing it http://www.pmob.co.uk/temp/3colfixedtest_explained.htm
Try using CSV and DIV tags to put headers and fotters on your page. http://www.pmob.co.uk/temp/3colfixedtest_explained.htm
If your answer is yes then its about time to fine tune your code behind the pages.... Follow this interesting link I found http://www.ryanbrill.com/archives/including-content-with-php/