Integrating Surreal CMS within a NetObjects Fusion Site (basic)
This tutorial goes over the basics of how you add the features of Surreal CMS to a NetObjects Fusion web site so that your clients can edit their own content without using Fusion.
This tutorial was written by and is maintained by
turtle
Advanced Surreal CMS tricks with NetObjects Fusion
This tutorial expands on the basic Surreal CMS tutorial into areas of multiple editable regions on pages and using separate content documents from separate folders called into the parent page with dynamic include statements.
This tutorial was written by and is maintained by
turtle
Using ColdFusion to process forms and send email. This 4 part tutorial will walk you through creating a cfform, place context sensitive validation for the input boxes, process the form and send an email..
This tutorial was written by and is maintained by
turtle
Using ColdFusion to send emails from forms This tutorial describes how a developer can take advantage of ColdFusion in NOF to generate a customized and easily maintainable email generated from a regular NOF form. .
How to View Your ColdFusion Form Variables This tutorial provides you with the code you need in order to view the ColdFusion form variables and their values that are created and passed in a ColdFusion form. This may be just the thing you need to debug your code.
Designing Dynamic Pages using PHP and MySQL
How to Display the Current Date on Your Web Site Using PHP. This tutorial will show you how you can display the current date on all of your web pages by using the PHP dynamic language and collecting this information from your web server..
This tutorial was written by and is maintained by
turtle
PHP Basics Tutorial This tutorial gets you started using PHP in Fusion. Step-by-step illustrations show you how to insert PHP code, how to use variables, and code structure control..
Using PHP & MySQL in NOF This page goes beyond the basics of PHP coding in Fusion and begins to use MySQL database calls to manipulate your data. This tutorial will teach you about selecting records, inserting, updating, and deleting records, and how to create database driven pulldown boxes..
Sending emails with PHP Create emails from your database using PHP. You can also create PHP forms that will send emails instead of using formmail or other cgi script..
PHP Register Globals and Form Variables Using PHP and your forms aren't working? Learn how the register_globals directive in the web server PHP.ini file affects the way you can access information submitted on forms..
PHP Session Basics Learn about setting up PHP Sessions in Fusion. With sessions, information can be passed from page to page without the use of forms..
PHP - Session Variable from an .htaccess login Apache web servers allow you to set up a .htaccess file. One of the things this allows you to do is control access to one or more directories in you site. Learn how to use the login info as a PHP Session variable..
PHP - Interaction with AllWebMenus Component When using AWM menus and PHP code on the same page, you need to be aware of this possible "gotcha" when using the original AWM Component. This has now been fixed in the component currently on the AWM web site.
.
How to View Your PHP Form Variables This tutorial provides you with the code you need in order to view the PHP form variables and their values that are created and passed in a PHP form. This may be just the thing you need to debug your code.