Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Not sure what i need to make this work.
Old 10-01-2004, 06:02 PM Not sure what i need to make this work.
Average Talker

Posts: 22
Location: Near Chicago, Il
Trades: 0
Hi,

I have a page in my friends website that i want to put pictures on, and then i would like to edit them or replace these pictures outside deamweaver. With a file of some type so he dosnt have to have deamweaver. Sorta like flash when you have a text file that can control what comes up in a flash file without having flash program to make the changes. I hope i'm making this clear to what i need done. Any help would be great thanks.

zzwk9971
__________________
ZZ.wk9971
zzwk9971 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-02-2004, 01:34 AM ok maybe i didnt explain it right
Average Talker

Posts: 22
Location: Near Chicago, Il
Trades: 0
Hi,

I'm looking for a way to be able to change text and picture from a html page , but without going into dreamweaver to do it. Maybe a text file set up to exchance the pictures and text somehow after downloading the file from the server that the html is on.Then uploading it back into the server with the new pictures and file, so that the changes will be made without going into dreamweaver. Thanks again for helping me guys.

zzwk9971
__________________
ZZ.wk9971
zzwk9971 is offline
Reply With Quote
View Public Profile
 
Old 10-07-2004, 02:28 PM
Average Talker

Posts: 22
Location: Near Chicago, Il
Trades: 0
Cant anyone help me here please.
__________________
ZZ.wk9971
zzwk9971 is offline
Reply With Quote
View Public Profile
 
Old 10-07-2004, 02:42 PM
samson's Avatar
Registered User

Posts: 107
Location: Victoria, BC
Trades: 0
learn html

go into notepad and edit the page
samson is offline
Reply With Quote
View Public Profile Visit samson's homepage!
 
Old 10-07-2004, 08:51 PM
Average Talker

Posts: 22
Location: Near Chicago, Il
Trades: 0
Thank you samson , is there anyway you could point me in the right direction to read about that editing with html. A link maybe. I have done dreamweaver which i dont need to know html but if thats what i have to do to make this work then ill learn what i have too. I know theres alot of html places out there that can teach me certain codes or whatever but i dont even know what this called.
thanks
__________________
ZZ.wk9971
zzwk9971 is offline
Reply With Quote
View Public Profile
 
Old 10-07-2004, 09:03 PM
Experienced Talker

Posts: 30
Trades: 0
1)http://www.w3schools.com
-Read their HTML tutorial. Its not that hard and will only take about 20 min of you time.

2)http://dynamicdrive.com
-This place should have a script for you. After reading that tutorial, you should know what to do with the script you find.
andyc23 is offline
Reply With Quote
View Public Profile
 
Old 10-07-2004, 10:11 PM
vivekar's Avatar
Webmaster Talker

Posts: 612
Trades: 0
W3schools is my choice.

Besides there are numerous HTML guides on the net.
try searching Google.
http://www.google.com/search?q=html+tutorials

http://www.davesite.com/webstation/html/
__________________

Please login or register to view this content. Registration is FREE
(Active since 2003) |
Please login or register to view this content. Registration is FREE
vivekar is offline
Reply With Quote
View Public Profile Visit vivekar's homepage!
 
Old 10-07-2004, 10:41 PM
Average Talker

Posts: 22
Location: Near Chicago, Il
Trades: 0
Thank you very much for you help vivekar. I'll go start reading some now.
__________________
ZZ.wk9971
zzwk9971 is offline
Reply With Quote
View Public Profile
 
Old 10-07-2004, 10:42 PM
Average Talker

Posts: 22
Location: Near Chicago, Il
Trades: 0
And thanks to you too andyc23 i thought you too where the same people.
__________________
ZZ.wk9971
zzwk9971 is offline
Reply With Quote
View Public Profile
 
Old 10-07-2004, 11:26 PM
Average Talker

Posts: 22
Location: Near Chicago, Il
Trades: 0
i've been looking though these links and i dont know what you call what i want to do. Does anyone know whats its called? Its not linking? Having a note pad tell what the text and image is going to be on a web page. I cant find anything like that.
__________________
ZZ.wk9971
zzwk9971 is offline
Reply With Quote
View Public Profile
 
Old 10-10-2004, 09:30 PM
Average Talker

Posts: 22
Location: Near Chicago, Il
Trades: 0
anyone know the name of what i want to do. To be able to change pictures and text in some kind of note pad instead of actually having dreamweaver to make the changes on a webpage?
__________________
ZZ.wk9971
zzwk9971 is offline
Reply With Quote
View Public Profile
 
Old 10-10-2004, 09:36 PM
kisk's Avatar
Extreme Talker

Posts: 161
Location: skynet
Trades: 0
sound like what you're wanting is to use templates/includes ... have your page fetch text from another source and stick it in your pages...

unfortunately you can't do this with just html. you'll need something like php, but I seriously recommend you get the hang of html first.
kisk is offline
Reply With Quote
View Public Profile Visit kisk's homepage!
 
Old 10-10-2004, 11:28 PM
Experienced Talker

Posts: 30
Trades: 0
What you are trying to do isn't really "called" anything. Its just a simple component of html. Get the source in notepad, find the path of the pic you want changed, and replace it with the path of the pic you want to change it to. Eg; replace <img src="blah/blah/blah.gif"> with <img src="pic/pic/pic.jpg> and you have just done what you are trying to do. Simply, thats how HTML works.

Now, if you are saying you want to be able to edit your page at the site without having to do anything technical, Im not sure thats possible (unless you use a portal system). There is really only one way to make a webpage, and thats by using HTML. Even Dreamwever does it that way. Its really just a tool to generate HTML. Dreamweaver doesn't directly do anything to your site.

Last edited by andyc23; 10-10-2004 at 11:31 PM..
andyc23 is offline
Reply With Quote
View Public Profile
 
Old 10-11-2004, 08:59 AM
Average Talker

Posts: 22
Location: Near Chicago, Il
Trades: 0
Thank you very much for your help. Im going to check out what a portal system is. But in the meantime maybe one of you can make me something to put into the server? A program or an admin control page that this company can access and make the changes. Heres a link to the website that needs something to be able to change pictures and text , maybe this will give a better description of what im trying to say. I know theres a way but i an too inexperience to do it. Its on the what's new page, home page and products page at the bottom for emplyees.
thanks

Link
www.cciron.5u.com
__________________
ZZ.wk9971
zzwk9971 is offline
Reply With Quote
View Public Profile
 
Old 10-11-2004, 12:48 PM
Experienced Talker

Posts: 30
Trades: 0
Read up on php Nuke. That is a portal system and it sounds like its just what you need. Sort of like how I post this message, I can change the content of this page. You can post news and pics on the main page through a similar system to this but only admins can do it. Also, check out WordPress.
andyc23 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Not sure what i need to make this work.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.50982 seconds with 12 queries