Click to See Complete Forum and Search --> : dont be shy...


Fateless
04-21-2006, 11:14 PM
Hey there.
i see your reading this...and i thank you.

I'm just wondering what the community thinks about a few projects I've recently finished up on. feel free to make any comment you'd like about them. thats why i'm posting it.

with that said, please you may comment on design, but that isn't my work, so if you can, please keep it to the programming world...this is a web developer site after all ;)

http://www.bilbro.com/
http://www.avocado.org/cincodemayo_sweepstakes/
http://www.avocadocentral.com/cincodemayo/

The first site was a full build for mostly in css for the layout, i think i tossed one table in there to allow the layout to stretch uniformly with larger pages. The projects section would have been a great place to have db calls, but the client backed away from that option, so next best thing is a few arrays.

both cinco sites are for the same parent company but each site is unique in its layout and how the data is sent. feel free to signup. i'm sure they'd love it. if and if ya don't want the mailing list, just unsub when you get your email, or post your email you used and i'll take you off.

i guess thats it. if anyone has a question let me know. and of course leave your comments, critiques as you'd like to.

Thanks,

_Foley_

woot! woot! [my first post]

knowj
04-22-2006, 04:20 AM
i lik the first one. that was he comment on the design. its a nice clean layout (possibly put a javascript on the top image links so they swap image as a rollover.

also align="center" is depreciated change it to style="margin:0 auto;"

in the style sheet add this

img{
border:0;
margin:0;
}

also align = no use either text-align:blah; or float:left; or float:right;

apart from that its a very nice site

displays perfectly on my widescreen laptop without the need to scroll on the home page