Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
from what I've seen on it, everything is so "low-balled" as far as prices.
by the time you're done with a project it looks like you just made $8 per hour. It would be good for spare cash but I coudlnt' see someone doing anything off that site full time.
Yes very true ... Currently its basically an OUTSOURCE tool, making it easy for companies to get things done in pennies. Economy isn't helping either. And with the job market as it is, its nice to have spare change
What it comes down to is how much money can you invest to get some return on investment.
tell me about it, I've been looking for a new web programming job for 6 months at the place I'm at now but there is literally nothing out there anymore that pays well.
not many php jobs in los angeles from my searches either
class Jerk
{
var $name;
function Jerk($name)
{
$this->name=$name;
}
function evalutateGF($gf)
{
if (!($this->isRich($gf) && $this->isChick($gf)))
{ return "Dump"; } else {return "Dream About";}
}
function isRich($person)
{
return ($person->getMoney() > $LOTS_OF_MONEY);
}
function isChick($person)
{
return FALSE; // abstract, must be implemented by subclass
}
}