Post by Michael MattiasPost by Auric__Post by WayneI am now offering my PowerBasic programming services to the
general public. For more information please see
http://pbthis.prophp.org
I suggest putting up some *working* examples of things you've
already done. Without examples, how can a potential client judge
your quality of work? (If I was looking to outsource programming,
one of the things I'd want would be working sample code.)
Also, I'd lose the adult ads. Just a heads-up. (If the ads aren't
under your control, change web hosts, *now* -- unless your target
customers are adult websites.)
I personally don't like the audio ads. So far I have been orally
(well, digitally orally anyway) congratulated on being selected to
receive a free IPod nano, a free laptop computer, a free MacBook
Air (whatever the hell that is) and a free Iphone.
This computer doesn't have any speakers connected, and I have Flash
(and all forms of audio turned) off in Opera, so I don't *think* I'm
getting audio ads. (I'm also on dial-up, so something as large as an
ad with sound I'd like to think I'd notice.)
Post by Michael MattiasNot enough about you Wayne.. you really need to tell people who you
are, where you are and where you are coming from.
I gathered from his language that he is in Australia. (A quick
traceroute seems to confirm that, but I expect that your typical
client probably wouldn't know how to do even that much.)
Post by Michael MattiasYou're a pretty good programmer from what I've seen; so if you are
going to advertise you need to emphasize that.
(This is not an endorsement; I haven't seen THAT much).
Also, no "clickable send me email" is bad. I know you don't want
to put a "real" link on the page, but news flash here: you need to
make it easy to contact you, not a pain in the ass to copy the
address from the graphic. Any resulting spam ... hey, that's just
the cost of doing business using email.
You could always limit yourself to people with Javascript turned on.
I've done that before. Some untested air code (it's been a *long*
time):
<script language=javascript>
function doEmail() {
var a=".c"
var b="@g"
var c="il"
var d="is"
var e="ma"
var f="om"
var g="pb"
var h="th"
var i="to:"
// can't remember the right wording for this -- maybe window.top?
document.top.location = e + c + i + g + h + d + b + e + c + a + f
}
</script>
[...]
<img src="
Loading Image..." onclick="javascript:doEmail()">
--
What part of "Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn"
don't you understand?