Your Sitemap Details - XML Sitemaps Generator. Labs - GreyBox. A pop-up window that doesn't suck. Introduction GreyBox can be used to display websites, images and other content in a beautiful way. Why use GreyBox: It does not conflict with pop-up blockers It's only 22 KB! It's super easy to setup It's super easy to use You can easily alter the style as it is controlled through CSS Examples One website To trigger GreyBox you'll only need to append a rel tag on your a tags: <a href=" title="Google" rel="gb_page_fs[]">Launch google.com in fullscreen window</a> Website gallery Image gallery It takes very little code to display image galleries: Installation Step 1 Append following to your header section. <script type="text/javascript"> var GB_ROOT_DIR = " GB_ROOT_DIR should be absolute. Step 2 Append also following scripts and one stylesheet: AJS_fx.js is optional.
Step 3 You are ready to use GreyBox. Where could it be used? What browsers are supported? Safari Firefox 1.5+ Internet Explorer 5.5+ Opera 8.5+ Pop-it menu. Note: Last updated April 14th, 05' for various improvements. Description: Pop-it allows you to associate a dynamic menu with regular links on your page.
As the mouse moves over the link in question, a menu pops up containing "sub links". Think of it as a "loose" drop down menu. This is a great script for expanding links on your page with a 2nd level. The menu intelligently re-positions itself depending on how close it is to the edge of the browser window, so it's always in full view. This script works in IE4+, NS4, and NS6+/Opera7+. Demo: Webmaster LinksNews sites Directions Step 1: Insert the following script into the <head> section of your page: Step 2: Add the below to the <body> of your page.
Configuring the menu Customizing the menu is an easy process: 1) Edit array "linkset[]" inside code of Step1 to specify the menu sets and their links. 2) Then, change the <A> tags of code of Step 2 so the desired menu (ie: linkset[0]) is associated with the link. Have fun! W3Schools Online Web Tutorials. Contextual Advertising | Ad Exchange | CONTEXTWEB. Media Traffic - CPV PPV Contextual Advertising. PHP Tutorial.
Mail. For qmail users, I have written a function that talks directly to qmail-queue, rather than going through the sendmail wrapper used by mail(). Thus it allows more direct control over the message (for example, you can adapt the function to display "undisclosed recipients" in to the To: header). It also performs careful validation of the e-mail addresses passed to it, making it more difficult for spammers to exploit your scripts. Please note that this function differs from the mail() function in that the from address must be passed as a _separate_ argument. It is automatically put into the message headers and _does not_ need to be included in $additional_headers. $to can either be an array or a single address contained in a string. $message should not contain any carriage return characters - only linefeeds.
No validation is performed on $additional_headers. The function returns false if the message fails validation or is rejected by qmail-queue, and returns true on success. CSS Tutorial. CSS Colors: Take Control Using PHP. Neo: Do you always look at it encoded? Cypher: Well, you have to ... there's way too much information.
While many web sites use powerful programming environments to create HTML, these same tools are usually ignored when it comes to creating Cascading Style Sheets (CSS). This article describes how to take control of your colors in CSS using PHP. You will learn how to: Centralize your color definitions using variables. Separate presentation and content by referring to colors using abstract names such as base and highlight. Automatically generate a color gradient from a single base color:-5-4-3-2-10+1+2+3+4+5 Automatically adjust the contrast of foreground colors so they can viewed on top of your background colors:-5-4-3-2-10+1+2+3+4+5 Using PHP to Generate CSS To use PHP in your CSS file: Rename your style.css file to style.php, then add the following to the top of the file: <? Centralizing Your Color Definitions I don't even see the code. Let's start with the following sample stylesheet:
HTML Tutorial. Forms : Check Box.