hi all, I had finished the javascript and php part of my personal website.
In my personal website, I using the JavaScript to create a slideshow of my images. The Php is using to storing the email address of visitors. Once any visitor gives his email address to me, the address will store into a mailing list, if I have any update of my personal website, I will send an email to inform to them.
For my JavaScript, I had created an external javascript file in different folder, but to display the images on my personal website, I also need to use some internal javascript code in my html file.
Tuesday, May 18, 2010
Subscribe to:
Post Comments (Atom)

that is very intersting you have a email list from the visitors. that's a good way to make visitors follow up with your website. Just make sure they do not treat your email as junk mail^_^.
ReplyDeleteYeah, it's useful to collect all the visitors' email addresses. Is this accessed by yourself only?
ReplyDeleteI have gone through your personal website, it's cool. But I wonder is there any links can switch among the different picture categories directly?
I used to store data in database.
ReplyDeleteIt is interesting that you use php to save the email list. I think this is good for small data.
yes, because my website only need to store visitor email address, so i decided to use a text file to store visitor email address. The technique is quite easy to use PHP.
ReplyDeleteBecause it is a PHP, so the file address and the file itself only can accessed by me.