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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Auto Updating Web Page
Old 11-27-2004, 03:29 PM Auto Updating Web Page
AzN
Junior Talker

Posts: 2
Trades: 0
Ok, here's the outline of what I'm trying to do:

I'm making a page for a client, and he needs this page to be updated regularly by him. I want this page to be updated easily without any knowledge of HTML, yet still retain the the same formatting and CSS. I want to take this even further if possible. I want him to type it in an external text file, and then just link to that text file on the web page. If this is possible it would be great.

Ok that is pretty much the jist of it. The problem is I have no idea where to start. I have never seen an example of this anywhere so I don't know if it is even possible. Any help would be appreciated.

BTW Here is a rough draft of the site that I am putting on Angelfire as an example: www.aaalending.net
AzN is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-27-2004, 06:19 PM
Average Talker

Posts: 17
Location: Manchester, UK
Trades: 0
Will the server have PHP?

It's fairly simple to write a script to allow him to update through a form on a private area of his site.

I did one for goldenage.co.uk a while ago and they found it easy enough.
Snacky is offline
Reply With Quote
View Public Profile Visit Snacky's homepage!
 
Old 11-27-2004, 09:15 PM
theshiznit's Avatar
Registered User

Posts: 214
Trades: 0
azn try using PHP or ASP. Try going to hotscripts and check out what they have for ASP or PHP!
theshiznit is offline
Reply With Quote
View Public Profile
 
Old 11-27-2004, 09:35 PM
faze1's Avatar
Ultra Talker

Posts: 389
Trades: 0
You can do this using either a php or ssi include. Just create an area on the page and souround it with the <pre> tag. You can define what font color and size to show text in css and not have to worry about your client not knowing the <br> for spacing.

ssi
<!--#include file="customers.txt" -->
Make sure your documents extension is changed from .html to .shtml

or

php
<?php include ('customers.txt'); ?>
Change from .html to .php

All your customer has to do is layout his page formatting the way he expects to see it in notepad and upload.

Hope that helps

Cheers,
__________________
[size=2]
Please login or register to view this content. Registration is FREE
- Webhosting - Focusing on quality service
faze1 is offline
Reply With Quote
View Public Profile Visit faze1's homepage!
 
Old 11-28-2004, 02:34 AM
AzN
Junior Talker

Posts: 2
Trades: 0
Thanks for all the replys guys. It is starting to give me an idea. The examples at hotscripts really help. I'll see what I can do now.
AzN is offline
Reply With Quote
View Public Profile
 
Old 11-28-2004, 10:20 AM
theshiznit's Avatar
Registered User

Posts: 214
Trades: 0
good luck!
theshiznit is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Auto Updating Web Page
 

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.21967 seconds with 12 queries