background preloader

Website

Facebook Twitter

Your Sitemap Details - XML Sitemaps Generator. Sharing Widget, Sharing Button, Sharing Plugin - ShareThis Sharing Button. Add CopyNShare to your ShareThis Widget. Check the box on Step 3 to start tracking your users' copy and paste shares. FAQs . If your site is not hosted on any of the blogging or CMS platforms listed above, please select 'Website'. All our widgets are mobile compatible. Drag and copy from 'Sharing Buttons' or 'Other Social Plugins' to 'Selected Services'. For more interesting button styles, check out our button gallery . This bar is a way to allow visitors to share your content while you generate income. Preview your bar at the side of the page Set this up to display 300x250 ads based on your own ad tag. Test Backfill Place your ad tag in a html page so we can serve it on the Hovering Button iframe. Ad backfill Example HTML Customize and host the code below on your domain, then add the URL to this page on our configurator page.

AdSense - Ad Client ID AdSense - Ad Slot ID Preview Backfill Drag and copy from 'Sharing Buttons' to 'Selected Services'. Default Theme 2 Theme 3 Theme 4 Theme 5 Theme 6 Theme 7. Plusone-button. Documentation You can add and customize the +1 button to meet the needs of your website, such as modifying the button size and load technique.

By adding the +1 button to your website, you allow your users to recommend your content to their circles and drive traffic to your site. The +1 button can also improve the time spent on your site by providing recommendations for further reading. Use of the +1 button is subject to the Google+ Platform Buttons policy. Getting Started A Simple Button The easiest method for including a +1 button on your page is to include the necessary JavaScript resource and to add a +1 button tag: The script must be loaded from the HTTPS protocol and can be included from any point on the page without restriction. . +1 tag To render a simple +1 tag: You can also use a HTML5-valid +1 tag by setting the class attribute to g-plusone, and prefixing any button attributes with data-.

By default, the included script will traverse the DOM and render +1 tags as buttons. Configuration. 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. 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.