Just started learning PHP...

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.

Moderator: General Moderators

ksephp
Forum Newbie
Posts: 5
Joined: Sat Jun 21, 2008 9:11 pm

Just started learning PHP...

Post by ksephp »

I've got a pretty good understanding of HTML and have been learning PHP over the course of the last month. So far it seems pretty straight forward I'm really enjoying it, but ultimately i want to supplement my income. Is there a lot of freelance opportunity out there for someone who just knows html and PHP? If so, what is the going rate for someone just starting out? Any input would be much appreciated. Thanks in advance.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Just started learning PHP...

Post by alex.barylski »

I would say it's a horrible market, there are many ways to make money in PHP I just don't believe freelancing is one of them. :P
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Just started learning PHP...

Post by RobertGonzalez »

It depends on where you live and who you service.

For a long time PHP devs in Silicon Valley were able to make a pretty decent living knowing only PHP and HTML. Now, with the advent of hugely popular web sites programmed in PHP there is a stronger demand for full time PHP programmers and less of a demand for freelancers. Of course, there is always going to be freelance work. But you are going to have to contend with the likes of $10 an hour off shore labor that receives much of the outsourced contracts. That is hard to do nowadays.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Just started learning PHP...

Post by alex.barylski »

^^^ Well said.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Just started learning PHP...

Post by Eran »

It depends on the situation really. Some people are looking to have their sites built by freelancers instead of web-development companies to lower costs. I only recently started testing the open market and I was very pleasantly surprised.

Of course the pay and work is dependent on your skills and experience. I would suggest starting by doing semi-charitable work for friends or relatives and gain experience.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Just started learning PHP...

Post by Kieran Huggins »

Good application design stands alone as a valuable commodity; the language you use doesn't really matter all that much.

The secret to competing with the under-priced "competition" is this: don't. Do good work, and have the confidence to stand by your value.

The graphic design industry is a good model to learn from.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Just started learning PHP...

Post by alex.barylski »

The graphic design industry is a good model to learn from.
Only graphics design has two major benefits:

1) You need to understand Western culture to see a clients vision.
2) Design is determined to be quality within seconds.

As long as an application works and looks sorta good a client won't care about how it is written, whether you stick to MVC or diverge a bit here and there, using OOP and procedural. Security risks, etc.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Just started learning PHP...

Post by RobertGonzalez »

Hockey wrote:As long as an application works and looks sorta good a client won't care about how it is written...
This is not always the case. I have some clients that fit this model to the T. I have others that will totally balk at you doing something that is outside of the model they ask for.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Just started learning PHP...

Post by alex.barylski »

I am sure there are some clients who would not appreciate poor design, but seriously how many even know what good or poor design is all about? I've worked for a few software companies who didn't even have formal processes or workflows, standards, conventions, or patterns which they followed, so I would gander a guess and think most businesses wouldn't have the slightest clue either.

Not to mention there is a lot of disagreement between members in the community on what *exactly* constitues good design practices and what MVC is exactly. Considering there are at least a dozen members on here who spend a significant amount of time studying and learning software architecture, design patterns, practices, etc it's rare that everyone is in agreement.

So not only is "quality" debatable I think it's mostly misunderstood by many developers so it's probably less understood by your average business man or IT manager, etc...
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Just started learning PHP...

Post by Eran »

Quality doesn't conform to a specific methodology or pattern. When I explain to clients why I charge several times more than the script kiddie they found in rentacoder or is their cousin's neighbour, I explain that I will provide a body of work that will be highly maintainable, extendable and well documented. This is where a client makes a choice if he invests more in his project's future or compromises to save money.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Just started learning PHP...

Post by alex.barylski »

This is why it's all in the sales pitch. Everybody thinks their code/framework/application is cutting edge, good design, efficient, etc.

It mostly depends on whether you instill that confidence in your clients.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Just started learning PHP...

Post by Eran »

I agree. An important part to successful freelancing is to be able to represent yourself well.
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Just started learning PHP...

Post by Kieran Huggins »

Image

second
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Just started learning PHP...

Post by alex.barylski »

Are you a fan of Futurama. :lol:
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Just started learning PHP...

Post by califdon »

C'mon, guys, let's try not to go too far :offtopic:
Post Reply