Closed Thread Icon

Topic awaiting preservation: PHP linking help (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=22099" title="Pages that link to Topic awaiting preservation: PHP linking help (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: PHP linking help <span class="small">(Page 1 of 1)</span>\

 
ridleytx
Nervous Wreck (II) Inmate

From: South Dakota
Insane since: Feb 2004

posted posted 06-09-2004 01:14

Ok, I have a design layout all set up from within Fireworks, and I exported it out as a php file with multiple slices. What I need some help with is, I want to get rid of a slice in the middle, and have my webpages appear there instead. However, I'm not sure how to go about doing that. Any help would be appreciated!

WarMage
Maniac (V) Mad Scientist

From: Rochester, New York, USA
Insane since: May 2000

posted posted 06-09-2004 01:27

Am I suposed to know how Fireworks exports PHP? How about some code here? I don't mind helping I just can't unless you provide some code.

ridleytx
Nervous Wreck (II) Inmate

From: South Dakota
Insane since: Feb 2004

posted posted 06-09-2004 02:02

I didn't think that would be important..I just somehow thought it would be helpful to know that it was done up in Fireworks. Basically, it exported the image slices and javascript for some menus I made...if you still need to see code for where the menus are targeted, I can do that

armed with his mind......and a mocha, ridleytx goes out to fight the evils of everyday life!

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 06-09-2004 02:07

We need a whole lot more to work with.

It's still not clear what you are trying to do, how you are trying to do it, and what the problem is that you are having.

You need to start from the beginning, and progress slowly...

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 06-09-2004 02:23

Hmmmmmmm this isn't really a PHP question so I'll probably move this over to the 2D graphics forum. That said I'll leave it here for the moment - the answer is on the tip of my mind. I'll dig through my notes but I think it has something to do with saving it as a template or something.

___________________
Emps

The Emperor dot org | Justice for Pat Richard | FAQs: Emperor | Site Reviews | Reception Room

ridleytx
Nervous Wreck (II) Inmate

From: South Dakota
Insane since: Feb 2004

posted posted 06-09-2004 02:25

Basically, within the table that holds the slices, I want one of the cells to load my individual pages instead of the image slice. Would I have to do some more altering to the files and do up some frames instead? I'm sure its possible somehow to put a frame within a table cell, I just don't know how to. I'm trying to explain this as simple as possible but I'm probably not doing that great

armed with his mind......and a mocha, ridleytx goes out to fight the evils of everyday life!

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 06-09-2004 02:30

Sorry not much there - some thoughts:

1. Try looking in the "HTML Setup" dialog box via the Options button (or soemthing similar).

2. It works with DW and can work in a DW type way so look for some equivalent to Modify >> Templates >> New Editable Region or something.

3. This really shows the limitations of trying to use a graphics package to produce server-side scripted web pages. I'd recommend getting a better grasp of PHP/(X)HTML and then using that knowledge to produce the web page using the Fireworks graphics as a guide.

___________________
Emps

The Emperor dot org | Justice for Pat Richard | FAQs: Emperor | Site Reviews | Reception Room

kronk
Obsessive-Compulsive (I) Inmate

From:
Insane since: Jun 2004

posted posted 06-09-2004 02:33

I just completed a web site doing the same thing. I dont know if exporting the image as php was the best option, however i found the following article at macromedia very helpful.

I shows everything form drawing the shapes and slicing it up, then put it in dreamweaver and completing the page there enjoy. The link is

http://www.macromedia.com/devnet/mx/fireworks/articles/layout_editing.html

which shows how to make the interface on the page

http://www.ultraweaver.com

Hope this helps

Tyberius Prime
Paranoid (IV) Mad Scientist with Finglongers

From: Germany
Insane since: Sep 2001

posted posted 06-09-2004 06:45

What you want is php->include() - just put that with a filename in between into the td where the output's supposed to appear.

ridleytx
Nervous Wreck (II) Inmate

From: South Dakota
Insane since: Feb 2004

posted posted 06-09-2004 21:55

thanks everyone for trying to help, I asked a friend and he suggested Iframes, and I believe that's what I've been wanting

armed with his mind......and a mocha, ridleytx goes out to fight the evils of everyday life!

Lurch
Paranoid (IV) Inmate

From: Behind the Wheel
Insane since: Jan 2002

posted posted 06-10-2004 04:12

Gadzooks! Fireworks exports to PHP?!

I dunno what to say. I think my programming job is still safe tho.


Skaarjj
Maniac (V) Mad Scientist

From: :morF
Insane since: May 2000

posted posted 06-10-2004 04:31

WYSIWYG HTML code is bad enough...but WYSIWYG PHP?

*shudder*

poi
Paranoid (IV) Inmate

From: France
Insane since: Jun 2002

posted posted 06-10-2004 08:59

Dreamweaver MX can generate some PHP, JSP, CF, ASP.NET code. And it seems the CSS support have been highly improved. It's certainly useful for small web sites and rookie developpers, but an experienced developper having done some packages of functions/classes can still be faster and obviously work on bigger scale web sites/apps.

« BackwardsOnwards »

Show Forum Drop Down Menu