Web designer needed!

Messages
6,507
Name
Stuart
Edit My Images
Yes
Hi all..hope this is the right section..I recently done a lot of photos for a guy who wants a website designing and built..He has had someone making a start on it until now but the guy doing it seems incapable of taking on board suggestions and ideas from the customer and has all but refused to do things as the client wants. The guy breeds reptiles and has a very very unique collection and wants a website to reflect the quality of his animals and is willing to pay good money for the right site and design..if anyone on here could recommend someone it would be much appreciated and happy to put you in touch..feel free to pm me or reply here..:thumbs:
 
Friendly, nice attitude

Its a shame, I usually contribute incredibly to the forums I participate in. Unfortunatally my first post here was no different to the few posts above it. But I can see your point about my first post and live with that

So what is your point about tables? This code below is from the very page I am typing on - a div in a table. Do you shoot RAW or JPEG, drive a Manual or Automatic. It is a futile debate, that has stupidly entrenched opinions on both sides, with no real true correct answer

<table class="tborder" cellpadding="3" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">

<table cellpadding="0" cellspacing="0" border="0">
<tr valign="bottom">
<td><a href="#" onclick="history.back(1); return false;"><img src="/forums/images/misc/navbits_start.gif" alt="Go Back" border="0" /></a></td>
<td>&nbsp;</td>

<td width="100%"><span class="navbar"><a href="index.php" accesskey="1">Talk Photography</a></span>
<span class="navbar">&gt; <a href="forumdisplay.php?f=8">General</a></span>


<span class="navbar">&gt; <a href="forumdisplay.php?f=60">Computers, Websites and Other Technology</a></span>


<span class="navbar">&gt; <a href="showthread.php?p=1206649#post1206649"> Web designer needed!</a></span>

</td>
</tr>
<tr>
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><a href="/forums/newreply.php?do=newreply&amp;noquote=1&amp;p=1206649"><img class="inlineimg" src="/forums/images/misc/navbits_finallink_ltr.gif" alt="Reload this Page" border="0" /></a> <strong>
Reply to Thread

</strong></td>
</tr>
</table>

</td>

<td class="alt2" nowrap="nowrap">
<div class="smallfont">
<strong>Welcome, <a href="member.php?u=13708">Richard King</a>.</strong><br />
You last visited: Yesterday at <span class="time">23:28</span>


<div><a href="private.php">Private Messages</a>: Unread 0, Total 0.</div>




</div>
</td>

</tr>
</table>


I am from the right tool for the job camp. I sometimes use DIV's, I sometimes use tables. But hey dont take my word for it: I googled div's vs tables, and found this on page 1
http://forums.digitalpoint.com/showthread.php?t=49097
And it looks like the coding community is basicaly on the whole with me

Richard King
 
Which community is that? 2000 or 2008?

Tables are for showing structured data, like a discussion board or a spreadsheet. You should know that. People on that thread you linked too seem to agree with that. But that depends on which generation of web developer you are ;)

The difference between the two is that one encourages extensibility and future proofing of a web site and the ability to change a sites design and structure with minimal effort. The other is rigid, created for showing static or dynamic data whose visual structure doesn't change.

Also, if you're going to post on a forum solely for selling yourself expect to get challenged :)
 
Back
Top