WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Resources
Web Development Content
Internet Security Software
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
פרייסז - הכח לקנות עובר לידיים שלך
Texas Holdem Poker Evangelists

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : How do I add PHP to NetObjects Fusion sites?
Categories : General, PHP Update Picture
Michael Stearne
Date : Jun 03rd 1998
Grade : 4 of 5 (graded 2 times)
Viewed : 9881
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Michael Stearne
Action : Grade This Code Example
Tools : My Examples List

Submit your own code examples  Submit your own code examples 
 

Paul Stavrides wrote:

> Could someone relate their experiences with Fusion (or Fusion Teams)
> as it releates to PHP3, Apache, and Unix hosted sites?


Fusion is not server dependent, and I develop on Windows and server on
Unix. For a total offline solution you can get PHP3 for Win32 MySQL for
Win32 and Apache for Win32 (although I use PWS) and this works fine for
testing locally.Below are my thoughts on Fusion and some responses to
other questions in this thread.

I have been using Fusion for about a year starting with v2 and I now
use v3. I admit that 2.0 lacked some the needed interaction with the
source. But I think that NetObjects have recognized that shortcoming
and have made viable solutions in v3. I use PHP on all of our sites and
use Fusion to build them all.
There are a couple of different ways to touch the source when you
need to. First you can insert code into the individual tags and what
you put in there is what you get output from Fusion. I have't had
problems with this. Or, you can create a text box in the layout of your
page and just insert your PHP code into that are that is created via
right clicking in the text box and choosing Object Html... Finally, you
can reference HTML from an external source. Basically creating a big
area that will be reserved for the HTML that is located in another app
such as Homesite, FP, or Notepad. Fusion will not touch this. I rarely
have to go this route. Usually the Object Html... route is very
sufficient.
Although you can never get as precise as a text editor like Homesite
(bundled with Fusion) Fusion gives you sufficient work arounds if
require and ones that don't require a change in PHP (i.e. <script language=
\"PHP\">). And I think that Fusion pays off in the site
managment aspect that is valuable for the novice that you can have
contributing to the site (that work run from a text editor). Also, I
admit that I have only used dreamweaver briefly, the WYSIWYG there
doesn't compare to Fusion's. WYSIWYG and site mgmnt is important to me
in shared projects.
As for Fusions generated code, it has been lightened in v3. You can
choose the method used in generating the HTML, you can choose CSS and
Layers, small file size, but only for the 4.0 browsers, or Nested Tables
that have a tendency to render slowly, or finally Regular tables, using
this method, the page renders quickly and code is kept lite. I have
compared filesize in an intricate Fusion page compared to the same page
generated in FP and the file size is pretty equal.


Just my thoughts though,
Michael Stearne




Is there a reason why no "configure" script is included in the CVS?
Categories : General, PHP
Builds JavaScript that updates the contents of one selector based on another.
Categories : HTML, Java Script, PHP, Complete Programs, General
A small message board using PostgreSQL
Categories : PostgreSQL, General, PHP
Snipe.Net's Web Design Color Scheme Previewer- Allows uses to input hex codes for their text, background, and link colors, and preview the color scheme with their background image. Example: http://www.snipe.net/tech/snipeschool/hex.php3
Categories : PHP, HTML and PHP, General, Graphics, HTML
Query2Report : Generating Html, Pdf and Csv Reports from SQL Query
Categories : PHP, PHP, HTML, PDF, Excel
PHP Image Compression using GD library
Categories : PHP, Compression, GD image library, Graphics
This is a script that list all image files on a given directory, and displays the thumbnails nicely formated within an HTML table. It also make use of JavScript to open pop up windows when the users want to see the full photo.
Categories : Graphics, PHP, Complete Programs, Java Script
How to display a PHP variable value from a selectbox without reloading the page by merging PHP and Javascript variables.
Categories : PHP, Java Script, Variables
Function that returns an array with the 7 dates of the week that belong to the supplied date.
Categories : PHP, Date Time, Arrays
session out Timer
Categories : PHP, Sessions, Security, Beginner Guides
chdir -- change directory
Categories : PHP, PHP Functions, Directories
Why do i get a Save As dialog box when I type in the url of a php3 file
Categories : PHP Configuration, PHP, Apache, Web Servers
Automatically printing the contents of an sql table in MySQL.
Categories : MySQL, PHP, HTML and PHP, Databases
Problem with Database Connectivity in PHP and MS Access? Don't worry, The easy way is......
Categories : ADO, PHP, Databases
Convert SQL from oracle,mysql,mssql,sqlite and odbc to SQL compatible
Categories : PHP, PHP Classes, Databases, MySQL, MS SQL Server
 John Clarke wrote :198
Hi Michael,
               I think you will find the answer with the new 
NetObjects fusion 5.0 this has a new HTML editor in it.