 | Installing HTML-Template on a Non-standard Linux D |
| This tutorial details the steps involved in installing the Perl module HTML-Template on a non-standard Linux directory. This type of installation is necessary when you have no access to root. |
| PHP Tutorials > Content Management |
| |
 | Making PHPNUKE search engine friendly |
| This detailed tutorial takes you through step by step the method of using GTap and mod_rewrite to make PHPNUKE output static, search engine crawlable html pages. |
| PHP Tutorials > Content Management |
| |
 | Templates, The PHPLIB Way |
| Templates let you completely separate your PHP code from the HTML, which makes the HTML graphic designers very happy and keeps them from messing up your precious programming. This tutorial explains how to use PHPLIB Template in your PHP scripts. Main topi |
| PHP Tutorials > Content Management |
| |
 | PHP by example |
| Throughout two separate parts in this series, the author demonstrates step by step the fundamental principles of PHP in an original real-world Web site example. The Part 1 offers the basics of PHP and features a Webzine that includes an authors page wher. |
| PHP Tutorials > Content Management |
| |
 | Include() and Require() |
| Learn how to spead up your developing by using PHP include() and require() functions. Dynamicly including your functions, header, footer and graphic. |
| PHP Tutorials > Content Management |
| |
 | Show Zip Files |
| A very simple php script that helps make your zip files available for download on your website. It can serve as the basis for a self updating photo gallery. To make a zip file available for download, simply upload it to the same directory as the php file |
| PHP Tutorials > Content Management |
| |
 | Changing Background Colors Based On Day Of Week |
| Explains how to change your Web page background based on date in two ways: using if elseif and else statement, and using array. |
| PHP Tutorials > Content Management |
| |
 | Remotely hosted script |
| This example shows how you can create a remotely hosted script that will display links on a site. The script is created on a site with php scripting and the a single line of JavaScript code allows the content to be displayed on other sites , they dont req |
| PHP Tutorials > Content Management |
| |
 | Templates - why and how to use them in PHP3 |
| This tutorial shows you how to create a template-based Web site using FastTemplate class by <a href=http://www.thewebmasters.net/php/>CDI</a>. By using FastTemplate you can change the look of your entire web site in seconds, use abstract progr |
| PHP Tutorials > Content Management |
| |
 | Sheet Selector |
| This tutorial will show you how to build your own stylesheet switcher, before you begin you will only need to have a basic understanding of PHP and a minimal knowledge of stylesheets (though we wont be writing any CSS code here) and thats about it. sheets |
| PHP Tutorials > Content Management |
| |
 | Simple way of creating template based website usin |
| Want to change the layout of your site within minutes, able ignore php codes...? Convert your site to template based using phpBB templating class. |
| PHP Tutorials > Content Management |
| |
 | Using NeXTensio MX to create a CMS |
| This tutorial intends to be a simple presentation of how easliy you can build dynamic websites and an administration tool for such a site. It has not paid any attention to the graphical design that is required in all regular websites. Intead the tutorial |
| PHP Tutorials > Content Management |
| |
 | PHP-browserdetecting script |
| This tutorial explains how to identify IE4+ or NS4+ on a windows 32 bit platform (all else is "OtherBrowser") and include different html Web pages for different browser types using PHP. |
| PHP Tutorials > Content Management |
| |
 | Mass Customization |
| Isn't it great to go to a web site and it appears as though it was designed just for you. This 3-page article will help you design a web site which makes visitors feel like it was designed just for them using PHP and MySQL. |
| PHP Tutorials > Content Management |
| |
 | Simple News-Driven Site |
| Lern to make your very own news driven site. |
| PHP Tutorials > Content Management |
| |
 | DeveloperWorks: Getting to know Midgard |
| BMs DeveloperWorks website has a nice tutorial on Midgard. Written by David Seager, a software engineer at IBM, the article describes setting up a basic Midgard site. The article also does a good job of setting up a general context for what Midgard is an. |
| PHP Tutorials > Content Management |
| |
 | Building Dynamic Pages With Search Engines in Mind |
| This tutorial shows you how to make a site database-driven, but still indexable by search engines. It also explains how to create a site to be co-brandable whose look-and-feel are dependent on which "affiliate" site was being accessed. |
| PHP Tutorials > Content Management |
| |
 | Site Templating System Using PHPs include() functi |
| This tutorial uses only one PHP file (index.php) to display the entire contents of your web site. The actual textual content of your site will be read from basic text files. This means that if you change the look of the one php file, all pages on the site |
| PHP Tutorials > Content Management |
| |
 | PHPLib Templates |
| The author writes "PHPLIB templates can grant you an amazing ability to abstract the manipulation of data (in the database as well as in PHP) from its final format, whether that format is HTML, XML, WML, or a formatted e-mail, and some of these ways will |
| PHP Tutorials > Content Management |
| |
 | PHP Fast Template |
| This article describes how to separate presentation from logic using FastTemplate. Topics covered: Placing FastTemplate Variables in HTML Templates, Including the Fast Template Module in PHP Code, Assigning templates to objects, Assigning variables to Fas |
| PHP Tutorials > Content Management |
| |