codeave.com Tutorials

Home » Search Sites » codeave.com (12 Tutorials)
Page Break
Page Break tutorial
One of the shortcomings of browser display is that the document rendered by the browser does not usually print as well as it looks on screen especially when it comes to determining where a printed page should begin and end. CSS has a page break command that will accept two values before:always and after:always. You can specify that when printed which and how many pages will be printed from your one page displayed in the browser.
Cursor Types
Cursor Types tutorial
The typical browser will display the mouse pointer over any blank part of a web page, the gloved hand over any item that is linked (click-able) and the edit cursor over any text or text field. Within CSS you can change those properties to have a variety of different cursors display on your page.
Background Image (No Repeat)
Background Image (No Repeat) tutorial
In this discussion you will see how to set background image (No Repeat).
Background Color
Background Color tutorial
CSS background colors work very similar to the bgcolor command in html. When applied within the <body> tag it will color the entire page in that color. This may seem redundant to the bgcolor tag, however since the bgcolor tag is typically applied to each page and CSS are usually linked throughout a site, you can easily in one place, change the backgrounds to many pages similar.
Style Sheet Defined within External/Linked Document
Style Sheet Defined within External/Linked Document tutorial
Style sheets can be imported, linked, be in-line, or be defined in the document header. Many sites will only use one style sheet and link it to all of their documents, thus facilitating easy changes across many pages.
Style Sheet Defined within Document Header
Style Sheet Defined within Document Header tutorial
Style sheets can be imported, linked, be in-line, or be defined in the document header. While most sites will only use one style sheet and link it to all of their documents, thus facilitating easy changes across many pages. There will be instances where you may want a page to stand out or try something different and not want multiple documents dictating the how one page is going to look.
ID Selector
ID Selector tutorial
CSS ID selectors enable you to define style commands that can be utilized by many tags.
Grouping
Grouping tutorial
Repetitive commands within CSS can be grouped in order to cut back on the repetition of code sent to the client to be interpreted. This enables you to give several tags similar attributes without have to explicitly state each command over and over.
CSS Comments
CSS Comments tutorial
CSS comments can be made for a single line or multiple lines, but regardless of how you pass your comments they are always passed to the client PC and interpreted by the client browser. When commenting it's best to be as brief as possible as you're continually serving text in your applications that is doing nothing other than slowing the transfer and execution of your pages down.
Class Selector
Class Selector tutorial
CSS contextual selectors enable you to define style commands that can be utilized by many tags. When defining an contextual selector a period is placed before any selector name (Not to be confused with ID selectors that begin with #). When the contextual selector is used within a tag via class = the name of the selector variable only (no period preceding).
Simple Table Display With Where Clause (Hard Coded)
Simple Table Display With Where Clause (Hard Coded) tutorial
Displaying specific subsets of data from a database is easy to accomplish in .asp. The following example utilizes our Access database of Mark "The Bird" Fidrych and displays all of his season statistics for 1976 contained in the database rather than displaying the entire db.
Impression Counter (With a db)
Impression Counter (With a db) tutorial
What's behind an image? Just about anything you there to be including a db. A typical image tag downloads an image to be processed by the browser an image tag that references an active server page can do most anything and output an image to be displayed as the final output to the user.
Home » Search Sites » codeave.com (12 Tutorials)
 
Categories
 
Advertisement