Showing posts with label Validation tool. Show all posts
Showing posts with label Validation tool. Show all posts

Sunday, November 1, 2009

Validation

I haven't managed to quite get there but I have had a really good go at getting the whole site to validate. I still have a couple of days so there is the possibility that I might be able to fix the few errors that are there. I will need to do some further research into what exactly is wrong with my code. Fixing the little common sense things were easy. It is the references to CSS and JavaScript that the W3C validator doesn't seem to like ... I just don't know why!
I have essentially finished my site, written my learning reflection and put together the site documentation and linked the appropriate documents for ease in moving between them. I am in the final few days of this subject (-2 and counting) and have learnt alot about what I can do and what is more challenging for me. I look forward to being able to develop the skills I have learnt in the near future.

Thursday, October 22, 2009

JavaScript & the photogallery

I have been working on including a bit of JavaScript into my project and have finally managed to get some of it working. I have used JavaScript for my photogallery to offer some interactivity to my website. I originally just uploaded the photographs in the file format I had taken them in but discovered that this is too bulky so have compressed the files down and reduced the size to small web size to make this work alot better. I may struggle to produce the thumbnails I need as I haven't got access to photoshop at home. I am going to do a bit more research and see if there is another way to do this.
I have basically been tidying up my code in the last few days and running it through the W3C Validation tool to work out the issues and debug. This has proved to be very useful and is helping me to make sure that what I am producing really works. It helped me sort out the following pages: Photogallery, Home page, portfolio space and the PDF resume page. I will be continuing to do this as I go to make sure that errors don't creep into my code.
I have also been considering my Contact Me page and have come to the realisation that I won't actually need to use PHP and MySQL for this page. I only want people to email me from the page, not to store their information as this will come through via the email. I therefore will amend my system plan accordingly and not include this technology in these pages.