Monday, June 7, 2010

My final report and website

hi everyone, I had uploaded my final report and website on server, please have a look and give me some feedback.

For my website, it is look very simple but I much focus on writing HTML and JavaScript rather than server side language.

For my final report, I revised the learning proposal, micro/macro analysis and system plan, but also add in some new section like reflection and do some modification based on other student feedback.

Good luck for all of you and see you all tomorrow for our last class.

Thanks

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.

Saturday, May 8, 2010

System Plan

hi all, I already uploaded my system plan on FIT web server, please have a look and give me some comments. Thanks

http://www-student.it.uts.edu.au/~xiaoxzha/System%20Plan/System%20Plan.html

Friday, May 7, 2010

About me personal website

hi all, I already upload my personal website on FIT server, but I'm still keep going to do it. So you guys can go to have a look and give me some comments.

http://www-student.it.uts.edu.au/~xiaoxzha/Personal%20Website/index.html

Thanks

Wednesday, April 14, 2010

Week 7 PHP and database

hi all, this week we have learnt about PHP and some basic database connection skill.
For my personal website, I think I do not have too much chance to implement with PHP, because I'm going to use more client side programming. But, I will still try to use some basic PHP programming to show my understanding about PHP.

For the database, I'm still try to work with it on FIT webserver. I think it will be very fun if I can connect to the server successfully.

Saturday, April 3, 2010

My personal website (Week 5)

hi all, I had create my personal website using simple html and css techniques. I will try to upload my personal website to Faculty of IT web server as soon as possible.

This week, I feel that CSS really is a powerful technique to design a website. Although, writing a CSS may not easy and take some time, it is still a useful technique to create a template to my website. We can use CSS to create a template rather than using table (e.g. ) to styling my website. For example, I can using CSS to put my textbox on particular position without drawing a table. Also, I can change my website outlook in one CSS stylesheet without the need to modify all my webpage.

W3 validator also has a function to check my CSS code, it is really good enough to validate my CSS code. W3 validator also will show you a message when you has a text with the same color as your background