Define Background, Text, and Link Colors to Avoid Whiteouts
It’s easy to change the background color of your page, but if you don’t also define the foreground color and link colors, it’s likely that some users will not be
It’s easy to change the background color of your page, but if you don’t also define the foreground color and link colors, it’s likely that some users will not be
When you want to serve up a new type of file that Microsoft’s Internet Information Server (IIS) does not recognize, you need to add a MIME type. With older versions
Many times a form that works perfectly well on a table-less Web page stops working when inserted into a table cell. To make the form work again, move the and
When using ASP to create browser cookies, by default the cookie is alive only as long as the browser is running. You can make cookies last longer by defining an
Using a file named ROBOTS.TXT in your root directory allows you to control the indexing behavior of most Web crawlers with respect to your site (search engines like AltaVista use
At times you might want to know how much screen real estate a user has before opening several new browser windows. You also might want to find out if they
You can think of an iterator as a pointer to elements of a container. All STL (Standard Template Library) containers provide the basic iterator type along with its const counterpart.
You can use Dynamic HTML and Cascading Style Sheets (CSS) to change the color of text on the fly. This functionality can be useful for highlighting a portion of text.
Setting the SelectionMode property of the MSFlexGrid to flexSelectionByRow forces all columns in a row to be selected rather than a single cell. It also allows selection of multiple rows