My Portfolio Site

Associate
Joined
26 Jul 2005
Posts
352
please take a look, quite a few hours of coding in this website!!!

http://www.michaelplace.co.uk/

the photography tab is the one you lot will want to see.

All of the content is managed in a mySQL database and being handled via PHP. C&C wanted, plus any problems please tell me. Its coded for safari and looks fine to my knowledge in firefox but dont know about IE.

p.s. i know the menu doesnt valign properly in firefox, not discovered why yet.
 
cyKey said:
Oh dear :( I don't think the cliched Web2.0 style logo really works. Its way too cheesy. The navigation bar stretches all the way across the screen and on a high-res it doesn't look great. Your photography navigation jumps up and down too. I don't think the cross out effect across the menus works either. Also, clicking on an image to view it bigger leaves the site. Its always best to keep everything inside the site. Some people will wonder how to get back. Seems silly but its true. Lastly, tables! Ew ewewww! ;) The irony of a Web2.0 logo and a table based site :D In this day and age you should be looking at XHTML and CSS for the coding of a site. Sorry to be so harsh, but if this was a photo I'd be just as harsh only to help you correct your mistakes and produce something better.

thanks cykey,

tables arnt dead, for one element of my website i tried (... and tried and tried) using css (to get the menu and the content split correctly and the footer to still work normally underneath) in the end its far far easier to use a table.

and until CSS is properly added to all browsers i wont be using it fully, i've tried, failed and spent many hours trying to get something that looks the same across many browsers. Having said that i love CSS and use it as much as possible, i just dont think its best to criticize something wholeheartedly that still actually works, when the new kid in town has its failings too (mainly IE).

i will change the spelling of portrait now, also am looking into changing the individual look into CSS so its nearly all CSS. also on the list to be changed is the full image, which i'll open in a new window. oh and i'll reciprocate the link.

thanks for all your comments
 
Evil-Penguin said:
Also i'd think about changing it possibly so that it has the file name in the URL, eg http://www.michaelplace.co.uk/individual.php?image=29 would make it easier to link people directly to images. Doing this rather than using forms would also have the benefit that visitors can open images in a new window, (or in the case of opera and firefox, new tab).


haha, id love to but im totally self taught, and seeing as i havent done it before i dont know how too, any links that would help me out on this one?
 
cyKey said:
Huh. There are plenty of designers using CSS based designs cross browser. Its not really that hard. Even with the small glitches in IE its still better to build a CSS based site than a tables based one. I don't get what you mean by untill CSS is added to browsers. Opera/FF/Safari all work quite quite nicely with CSS. I've built many a site that works fine in all 3 and then tweaked it for IE.

true, my websites look fine in three browsers, after a bit of tweaking, but then you have to add on hacks for IE, but to add on hacks you need to know why IE handles CSS differently in different situations and what to replace it with. For pro web designers who have been doing it some time and have training in it then well done, im just saying for me at this stage im using tables, if you didnt read my code you'd barely be able to tell the difference right?

and please someone tell me what's wrong with using a table other than it not being fashionable in web design terms!?!

im not a table hugging hippie or anything, and i like a well coded CSS site as the next man, but whats the issue with tables?
 
for those of you who were wondering this (ive spent a few days trawling the net)

to get you url to display your variables from form submission use method="GET" and not method="POST". its that simple.

so ive got that one cracked and im working towards removing as many tables as i can. also simplifying the contact page and changing the colours.

watch this space V2.0 will be coming soon
 
Back
Top Bottom