On Mar 5, 6:11 am, azeem <quadri.az...@gmail.comwrote:
Quote:
I am new to PHP. Learning the lang using tutorials . I have a full
time non-php job.
I have done a lot of php examples to get a feel of it. And I love it.
I would now like to do more serious work in PHP. How should I start.
My current residence is in Mumbai, India. Let me know what to do ?
Also what else do I need to start learning apart from PHP to be a more
rounded professional in web development.
My main problem is I do not have direction while learning.
I dilligently do the tutorials .
And most jobs in php require loads of experience.
So now what ???
Start by trying to create something complete from start to finish,
something you already know how it works and you think you can do
better (or unique) would be a good challenge in PHP, my fist one was
an events calendar, since I had done a couple in the past; it never
seems done as as I finish one version I think of better ideas after
from what I learned while programing the last version. Something like
that will help you get better skills.
Other technologies:
MySQL (or PostgreSQL), seems to go along with PHP now a days, makes
PHP an application platform to be reckoned with.
HTML/CSS - having good output is as important to non programmers as
good code is to us, keep up on your HTML skills.
Javascript - things like rollovers, child windows, etc, make user
experience and entry easier, also some javascript apps can improve
upon your PHP (like the datepicker tool.)
Apache/Linux if you want to round out your skills and be a LAMP whiz
(they aren't really that hard to learn and they offer quite a bit of
power).
AJAX - Never use it myself, but I'm don't feel the need to web 2.0 for
what I do yet. Depends on your application/audience.