copyright 2006 or ???
- Started
- Last post
- 21 Responses
- aliceblue
In your opinion guys -whats the best way to show your site is current.
I was thinking of just a subtle 2006 in the corner.
Don't think I can have the Copyright Symbol as work is done for clients.Any suggestions?
- Nairn0
"Copyright templatemonster.com"
- Jaline0
Have a script place today's date in a corner.
very current
- aliceblue0
nairn -"huh?"
- aliceblue0
Have a script place today's date in a corner.
very current
Jaline
(Jul 7 06, 06:29)sweet jaline!
I'll look it up - do you think I can do it in AS Flash?
- ********0
Have a script place today's date in a corner.
very current
Jaline
(Jul 7 06, 06:29)sweet jaline!
I'll look it up - do you think I can do it in AS Flash?
aliceblue
(Jul 7 06, 06:32)i am not sure, but i have a feeling that the latest version of flash will let you use some sort of clock in your movie..
- Nairn0
I don't know.
I'm fairly sure it made sense when I wrote it - but I see where you're coming from.
By way of apology and in answer to your question - don't go with a jscript date (after all, what does it actually achieve?), instead try going with 'news'. Be it updated project details or even.. *shudder* ..a blog - anything to show that 'new content' was added 'recently'.
Dates alone mean nothing if there is actually nothing new.
Hope that;s better.'templatemonster.com' , indeed.
- Nairn0
in short..
"To give it the impression of a site being continually updated - continually update it".
- ********0
I don't know... I busted out laughing when I read your initial post Nairn.
- Nairn0
he he - you misread the question too then, huh?
- Jaline0
Dates alone mean nothing if there is actually nothing new.
Nairn
(Jul 7 06, 06:34)"To give it the impression of a site being continually updated - continually update it".
Nairn
(Jul 7 06, 06:36)I agree, unless you're going for the illusion that it's updated often or at least checked every few days.
- ********0
If you don't have a copyrite per say, you can put something like:
"Showing the collected works of alicebleu 2002 - 2006."
And for 2002 you can put the date teh first stuff is, and for 2006 have a script to just pull the user's current year from their computer. :)
- ********0
And I also agree with Nairn and Jaline. Continually update!
Or you can be like me and have a "Coming Soon" placeholder for years and now a defunct page.
Ah thank you.
- johndiggity0
maybe you cannot claim copyright on your clients' intellectual property, but surely you can © 2006 your own site?
- UndoUndo0
aliceblue is the site in flash or html or PHP/ASP?
let me know the format of the date and i'll give you the code
i.e
Wed 12th Dec 2006
- aliceblue0
I want the illusion!!!
*bows head in disgarace as there is actully nothin' new
UndoUndo - the site is in Flash
- Jaline0
aha! I win...
- ********0
And to the victor goes ... the scooby snacks?
What's the new URL about.
I'm afraid to click, haha.
- UndoUndo0
var today_date:Date = new Date();
var date_str:String = (today_date.getDate()+" "+(today_date.getMonth()+1)+" "+today_date.getFullYear());_root.myTextBox.text = date_str;
where myTextBox is the name of your text box on the root.
- ********0
where UndoUndo is the first name of your bologna.
UndoUndo
(Jul 7 06, 06:59)
- Jaline0
it's from a tv show, but I'm getting a different domain for my portfolio anyway.