background preloader

Specialized

Facebook Twitter

48960-free-landing-page-script. Got bored, decided to make a very simple landing page generator that could be easily modified and added onto.

48960-free-landing-page-script

Thought maybe some folks who just wanted a quick and easy to use setup might appreciate this. And could also be handy for anyone setting up multiple pages with the same design but different text/link. The benefits? - Doesn't require a database connection. - Runs off a single config.php file by default - Ability to create custom configurations for a theme by simply droping a new config.php file into the theme folder (otherwise it uses your default values) - Uses the smarty template engine, so its easy to create themes without messing with the code.

(basically mockup html, and put the {$variables} where they need to go) - Very lightweight and fast. - Default template is 100% W3C Xhtml Valid. What's not so hot about it? Built in variables: Caption, Tagline, Blurb heading, Blurb 1 and 2 (paragraphs), testimonials, and an exit url (ie: your affiliate link). Download link : Or. Splash Page script. Description: A splash page is an interlude page that is shown temporarily before the intended target page, usually for the purpose of airing an important announcement or catchy advertisement.

Splash Page script

Quite a few popular sites such as PCWorld, News.com, Gamespot etc all use a controlled Splash Page for the later purpose. Well, with this script, you can painlessly add a Splash Page to proceed any page on your site, just by calling an external JavaScript at the top of the target page. The Splash Page is dynamically rendered using an IFRAME element that covers the browser window and can contain any external document. It supports a robust frequency control scheme where you can limit the Splash Page to display once per browser session, or once in x number of days, using cookies.

An extremely unobtrusive, robust, and easy to set up Splash Page script this is! Demo: Should have just seen it. Directions Step 1: Insert the following code into the HEAD section of your page: That's it! Configuration Help. Customized Landing Page. TCPDF example_006.php. //============================================================+// File name : example_006.php// Begin : 2008-03-04// Last Update : 2013-05-14//// Description : Example 006 for TCPDF class// WriteHTML and RTL support//// Author: Nicola Asuni//// (c) Nicola Asuni// Tecnick.com LTD// www.tecnick.com// info@tecnick.com//============================================================+ /** * Creates an example PDF TEST document using TCPDF * @package com.tecnick.tcpdf * @abstract TCPDF - Example: WriteHTML and RTL support * @author Nicola Asuni * @since 2008-03-04 */ // Include the main TCPDF library (search for installation path).require_once('tcpdf_include.php'); // create new PDF document$pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); // set document information$pdf->SetCreator(PDF_CREATOR);$pdf->SetAuthor('Nicola Asuni');$pdf->SetTitle('TCPDF Example 006');$pdf->SetSubject('TCPDF Tutorial');$pdf->SetKeywords('TCPDF, PDF, example, test, guide');

TCPDF example_006.php

Creating PHP Splash Pages. Program owners take note!

Creating PHP Splash Pages

If you’ve ever wanted to turn a splash page into a splash page your users can use, you’ll want to bookmark this page. It’s very simple but if you don’t know how to do it, where do you start? 1. Create the Splash Page in normal, dull, HTML This is the easy part. 2. Next you need to open your html file with notepad. The URL above now becomes what’s shown below. 3. Simply put, add the following to the top of the page BEFORE the <html> tag. <? This is important for two reasons. 4. Last, you’ll just rename that .html file to .php, and upload it to your website. It’ll magically change all the links to have the ID in the userid field. 5.

If you want it to be ? Like this: Like Loading...