Tuesday, May 18, 2010

Progress of my personal website

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.

4 comments:

  1. 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^_^.

    ReplyDelete
  2. Yeah, it's useful to collect all the visitors' email addresses. Is this accessed by yourself only?
    I have gone through your personal website, it's cool. But I wonder is there any links can switch among the different picture categories directly?

    ReplyDelete
  3. I used to store data in database.
    It is interesting that you use php to save the email list. I think this is good for small data.

    ReplyDelete
  4. 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.

    Because it is a PHP, so the file address and the file itself only can accessed by me.

    ReplyDelete