Have done searches for similar questions, but cannot find anything. Nor can
I find any resources via Google (Javascript Source etc).
Thinking about implementing a topical "On This Day" feature on my site,
where there would be a paragraph produced by Javascript to say:
1995: Something notable happened
2001: Something else of note happened
I found something similar on http://www.freesticky.com, but it isn't really
versatile enough for my liking as you have to put cumbersome credits on it
etc.
I'm not particularly Javascript-savvy, but realise that the code should:
- Check date
- Look at list of dates/events*
- Output the (earlier mentioned) text
* If possible, have the possibility of having two events for the same date,
although this is not life-threatening.
Please can you help? Remember - be gentle, I don't know much.
Thanks,
Marcus
I find any resources via Google (Javascript Source etc).
Thinking about implementing a topical "On This Day" feature on my site,
where there would be a paragraph produced by Javascript to say:
1995: Something notable happened
2001: Something else of note happened
I found something similar on http://www.freesticky.com, but it isn't really
versatile enough for my liking as you have to put cumbersome credits on it
etc.
I'm not particularly Javascript-savvy, but realise that the code should:
- Check date
- Look at list of dates/events*
- Output the (earlier mentioned) text
* If possible, have the possibility of having two events for the same date,
although this is not life-threatening.
Please can you help? Remember - be gentle, I don't know much.
Thanks,
Marcus
Comment