Druing the communication with other classmates and reading the materials from UTSonline, I found this simple, but useful language of Javascript about image design was considerably appropriate for my "photo gallery" in page of WCG 2008.
"
function swapImage(fileName,AltText) {
document.getElementById('mainImage').src = 'images/' + fileName;
document.getElementById('mainImage').alt = AltText;
document.getElementById('mainImage').title = AltText;
} "
At the beginning of this week, I finish my "photo gallery" with this Javascript technology. In my original plan, I would build a news system with PHP technology in my web site, but I think I could do it well just utilizing HTML(XHTML), because there were not something complex which need to be admined. In addtion, I believe the function of register and discussion board was more basic and important than it in a web site. Therefore, when I finished my "photo gallery", I began to find some templets about simple example of discussion board,especailly the one published by lectures.
Most of the templets of discussion board have some complex function, but I just want to realize the most basic structure of discussion board, and I did some choose and then created one in my web site. In order to know how to read the process in PHP, I have to keep on learning the undamental knowledge of PHP. It is quite hard to understand, but it was exciting when I know how to realize any simple function with PHP. In addition, in this week, I also try to get some materials about the function of registering system realized by PHP, and prepared what I would do next week.
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment