Posted: Tue Jan 31, 2006 3:32 pm Repeats in a function
I have been back to this site many times as I have been learning but one problem I have come across numerous times is that of learrning something like adding popups to my site. You do a wonderful job telling me how to make one link bring a pupup rather than a new page but I actually wanted to make 30 links from one page do the same. I could not find any information on how to stretch the app to include more than one popup link and it took me three days to figure it out. I would appreciate the tutorials including how tos on multiple function rather than just single.
gary.newelluk
Joined: 12 May 2005
Posts: 552
Location: Inverurie, Scotland
Posted: Wed Feb 01, 2006 4:01 pm
On blogs you get the comments bit at the bottom.
On a lot of software websites you also get comments at the bottom (for example microsoft.com)
These comments are written in by visitors to the site expanding on the general subject area.
I'm not sure how easy it would be to implement but maybe add a system whereby people can comment and add their own examples at the bottom of a page.
Just an idea which would help the person above because you personally would not have to expand on a subject area, your visitors could.
degsy
Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK
Posted: Thu Feb 02, 2006 11:01 am Re: Repeats in a function
fairladyorchid wrote: I have been back to this site many times as I have been learning but one problem I have come across numerous times is that of learrning something like adding popups to my site. You do a wonderful job telling me how to make one link bring a pupup rather than a new page but I actually wanted to make 30 links from one page do the same. I could not find any information on how to stretch the app to include more than one popup link and it took me three days to figure it out. I would appreciate the tutorials including how tos on multiple function rather than just single.
It depends on how functions are written. You can create a function that will do one thing. You can create a function that takes arguments and so it makes it dynamic and you can repeat it for different elements.