PHP Tutorial Cubicle Apps Media Traffic - CPV PPV Contextual Advertising Base Need reasons to love Bootstrap? Look no further. By nerds, for nerds. Built at Twitter by @mdo and @fat, Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff on the web. Made for everyone. Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!) 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
Built With Bootstrap :: Awesome Sites and Apps Built on Twitter Bootstrap Some of you may know that I ran Built With Bootstrap many years ago, which wasn't much but became a really nice way for folks to share the sites they were building using the Bootstrap CSS framework. (Please note, I was never affiliated with the Bootstrap CSS team - I did use the framework a lot tho at the time) I'd always wanted to focus less on a specific frontend framework and more on bootstrapping startups, but never quite managed to get the time. One of the reasons that Bootstrap CSS became (and arguably still is) so popular is that it enables entrepreneurs and their teams to move faster towards getting something out in front of their potential audience. That's why I'm super excited to evolve Built With Bootstrap into Bootstrap Forever, a community to help bootstrapped startups build and grow together! Bootstrapping a business is hard, especially if you're running solo! Seeking funding or a quick exit isn't everyone's goal. This will sit alongside a new website (coming soon!)
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! 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? Showing external pages AJAX uploading of files Showing internal pages (login, user preference, properties, contact formulas etc.) What browsers are supported? Other browsers may also be supported.
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
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. $to can either be an array or a single address contained in a string. 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 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. 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. In a typical CSS file, color codes are scattered throughout the page, and the same colors are used in multiple places. Our first goal is to name the color codes and define them in a central location. Let's start with the following sample stylesheet: And transform it into this: Abstracting Your Colors Try to realize the truth... there is no spoon. Generating Palettes With PHP
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". This is a great script for expanding links on your page with a 2nd level. 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. You can also modify the pop-it menu's visual look by changing the Style Sheet of Step 1. Have fun!