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
Dated and Timed with Automatic Page Changes.
Old 03-21-2006, 02:04 PM Dated and Timed with Automatic Page Changes.
John E's Avatar
Novice Talker

Posts: 8
Location: Leicestershire England
Trades: 0
I'm not new to web design, but I'm new to writing HTML Coding.

I've used Visual Web Page (wysiwyg) programmes but now I'm moving to create more out reaching/dynamic pages that need to be Dated and Timed with Automatic Page Changes.

My new project needs to have a number of pages that will change on a Date & Time that I specify.

As there is going to be a lot of pages I'm looking at Styling using CSS.

This is where, I'm hoping, you will help me create the necessary coding for me to achieve this.

Any Help will be Appreciated.


Many Many Thanks in Anticipation.

John E
John E is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-21-2006, 03:11 PM Re: Dated and Timed with Automatic Page Changes.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
actually you need to be asking in the forum for what ever server side code your host supports to be able to do changes based on date and time.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-21-2006, 03:29 PM Re: Dated and Timed with Automatic Page Changes.
John E's Avatar
Novice Talker

Posts: 8
Location: Leicestershire England
Trades: 0
Quote:
Originally Posted by chrishirst
actually you need to be asking in the forum for what ever server side code your host supports to be able to do changes based on date and time.
So I need to ask in the forum

Please explain.
__________________
Cheers 4 Now

John E
John E is offline
Reply With Quote
View Public Profile
 
Old 03-21-2006, 03:58 PM Re: Dated and Timed with Automatic Page Changes.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I've no idea what server side code you can run on your site.

PHP, ASP, ColdFusion, Perl, Python
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-21-2006, 04:11 PM Re: Dated and Timed with Automatic Page Changes.
John E's Avatar
Novice Talker

Posts: 8
Location: Leicestershire England
Trades: 0
Right I'm learning fast, I need to find out what server side code,ie PHP, ASP, ColdFusion, Perl, Python.

This will let me go about getting the right code, that enables me to do any work on letting me do Date and Time changes automaticaly, with my web pages.
__________________
Cheers 4 Now

John E
John E is offline
Reply With Quote
View Public Profile
 
Old 03-21-2006, 06:47 PM Re: Dated and Timed with Automatic Page Changes.
metho's Avatar
Ultra Talker

Posts: 481
Location: Gold Coast - Brisbane QLD, Australia
Trades: 0
If the content of your pages is static, as in will not require dynamic changes based on database content or user interaction, then client-side javascript can redirect or change a webpage link to an applicable webpage based on the date. You need to explain your 'a number of pages that will change on a Date & Time that I specify', requirement more clearly.
__________________
I do
Please login or register to view this content. Registration is FREE
based.
Spend a lot of time in
Please login or register to view this content. Registration is FREE
.
And
Please login or register to view this content. Registration is FREE
chews up the rest.
metho is offline
Reply With Quote
View Public Profile Visit metho's homepage!
 
Old 03-22-2006, 08:18 AM Re: Dated and Timed with Automatic Page Changes.
John E's Avatar
Novice Talker

Posts: 8
Location: Leicestershire England
Trades: 0
Example :- If I had 365 Pages, one for each day of the year + 1 for a Leap Year, Total 366 pages.

I'd need to number each page :- 001, 002, 003 etc etc or 01 Jan, 02, Jan, 03 Jan etc etc.

The page on display would only show its contents on its days date.

At midnight or just after the page contents displayed would be changed for the new page that's dated for that day, and so on, as each day passes.

I understand that the initial page design, for the 366 pages should be styled using CSS, making it easier to modify all pages as time goes by.

The contents of the dated pages would only display items related to that day only.

If I feel the need to be able to use a Database, and there's a great possibility that I will.
How Those questions will come later This will have to be taken into consideration.

Any step forward is much appreciated.
__________________
Cheers 4 Now

John E
John E is offline
Reply With Quote
View Public Profile
 
Old 03-22-2006, 01:09 PM Re: Dated and Timed with Automatic Page Changes.
Extreme Talker

Posts: 170
Location: Canada
Trades: 0
HTML cannot do what you're thinking here. The content of the pages can be produced in HTML but you'll need some other type of scripting language (i.e. PHP, Javascript, etc.) to make it dynamic.


// Ignore the following if you do not have an understanding of Flash //
It could also be produced in a flash file. You could have 365 frames, and a script that goes to the correct frame based on the date. You could then use a loadvars and some CSS to call on content through the flash file.
__________________

Please login or register to view this content. Registration is FREE



Please login or register to view this content. Registration is FREE

Last edited by collyer_1; 03-22-2006 at 01:14 PM..
collyer_1 is offline
Reply With Quote
View Public Profile Visit collyer_1's homepage!
 
Old 03-22-2006, 01:41 PM Re: Dated and Timed with Automatic Page Changes.
trendybox's Avatar
Experienced Talker

Posts: 42
Trades: 0
Quote:
Example :- If I had 365 Pages, one for each day of the year + 1 for a Leap Year, Total 366 pages.
That sounds rather time consuming and not very efficient to me.
You really need to follow the advice of everyone here and ask this in a server side scripting forum... it would be easy to do it with something like php by just having the server get the day of the year then include that file with no database involved or you could put the content in a database and have the page connect and return database results for the given day.
you could rely on javascript but in the end you're better off with a server side code because javascript could be disabled, the time/date may be wrong on the user's pc, or several other javascript related issues...
__________________
-[Trendy Box]-

Please login or register to view this content. Registration is FREE

trendybox is offline
Reply With Quote
View Public Profile Visit trendybox's homepage!
 
Old 03-23-2006, 04:01 AM Re: Dated and Timed with Automatic Page Changes.
John E's Avatar
Novice Talker

Posts: 8
Location: Leicestershire England
Trades: 0
I do appreciate all the input, many thanks for all your time and effort.

The following would be done using HTML/CSS: -

The look of all 366 pages would be the same.
The Style of the Text for all pages would stay the same.


The following would be done in the Editor: -

Each page will be unique but its contents may have more additions, for that day, as each year passes.

Each page would be unique: - As they all would have to be date stamped. No two pages with the same date stamp.


There will be no interactivity from the viewer what so ever.

So using a server side code, telling the page that is date stamped for that day, would be the one to show on the web site. (I’m looking into what code the sever side uses)

In time I would like to see this done automatically where the necessary data/text would be entered into a database. This then would be displayed on its own date stamped page.

Please excuse me, but I’m trying to explain in layman’s terms how I see it. If it helps to get the coding I need I will keep going over it.
__________________
Cheers 4 Now

John E
John E is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Dated and Timed with Automatic Page Changes.
 

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