| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#2 (permalink) |
|
fucksocks™
Join Date: Jun 2005
Location: in the boosh
Posts: 1,632
|
all the links in your work examples are dead cos you've got the question mark in the wrong place in your url string Site is nice and clean, not sure about the pink but heyho. codewise you need to look at your header tags. you should only have 1 H1 tag. it's not a biggy not it's not good practise eh. Best of luck with your freelancing. |
|
|
|
#3 (permalink) |
|
who the fuck am i?
|
looks ok... but a little bland. Nice works tho and the site doesnt get in the way of them which I presume is the point? I'd do a spell check tho' found this doing a quick scan: This site meets the requirements laid out by the W3C in thier accessibility guidelines |
|
|
|
#6 (permalink) |
|
fucksocks™
Join Date: Jun 2005
Location: in the boosh
Posts: 1,632
|
http://www.djgd.co.uk/portfolio.phpsect=3&?id=2 select one of your work options (flash, internet, print) and then click on the more info. |
|
|
|
#7 (permalink) |
|
Moderator
Join Date: Oct 2004
Location: Bristol
Posts: 3,409
|
hmmm... strange I get http://www.djgd.co.uk/portfolio.php?sect=3&id=2 works here - and looking at the code now to see how that might have happened. |
|
|
|
#9 (permalink) |
|
I Ain't Losing Any Sleep™
Join Date: Apr 2003
Posts: 5,206
|
looks ok. the stock photo on the homepage with the mouse, cup, and laptop does nothing. you'd be better starting the page with the statement about yourself first. on the work pages, the screenshots would look much better bigger and the full width of the column. and without the cheesey laptop shots. I also think the bloke illustration would look much better on the homepage inplace of the "how I made this" rubbish. |
|
|
|
#11 (permalink) | |
|
who the fuck am i?
|
Quote:
|
|
|
|
|
#13 (permalink) |
|
Accurate
Join Date: Feb 2003
Location: UK
Posts: 1,349
|
Have you got permission from the design angencies or the company you did the work for to display this in your personal portfolio? - http://www.djgd.co.uk/portfolio.php?id=11 You have stated that you did actually do the work at the design agency, but I'm just interested to know as I would like to display work I do at my job in my personal online portfolio. decent web hosting - www.balue.com
. |
|
|
|
#14 (permalink) |
|
fucksocks™
Join Date: Jun 2005
Location: in the boosh
Posts: 1,632
|
I'm guessing but I think it's probably something to do with all the backslashes. When I buid url strings with php, I much prefer to separate strings from variables, and then add them in turn. A bit more code but no errors either. <? $url = "portfolio.php?"; If ($d) { $url .= "sect="; $url .= $d; $url .= "amp;" } $url .= "id="; $url .= "$row[s_id]"; $title = $row[s_name]; ?> <a href="<?=$url?>" title="<?=$title?>">\n |
|
|
|
#15 (permalink) | |
|
Moderator
Join Date: Oct 2004
Location: Bristol
Posts: 3,409
|
Quote:
Yes I have, there is work I've done for other agencies which I cannot show online. |
|
|
|
|
#16 (permalink) | |
|
Moderator
Join Date: Oct 2004
Location: Bristol
Posts: 3,409
|
Quote:
Cheers max, will look into this later |
|
|
![]() |