Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1191 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

Moving on to bigger things

Thread title: Moving on to bigger things
Closed Thread  
Page 2 of 3 < 1 2 3 >
    Thread tools Search this thread Display Modes  
06-27-2007, 08:19 AM
#11
Metal-CX is offline Metal-CX
Status: Junior Member
Join date: Feb 2006
Location:
Expertise:
Software:
 
Posts: 98
iTrader: 0 / 0%
 

Metal-CX is on a distinguished road

  Old

And BTW, learning coding for the first time from web tutorials may be a good idea only if you want to fool yourself by calling yourself a programmer.

I'd get a decent book. Read some reviews first... I guarantee that if you find a good book it'll serve you for the rest of your life.

I learned PHP from the book "Professional PHP Programming".

Like I said, if you want to code proper PHP (OOP in PHP) then start with an OOP language. C# is my recommendation. Its best compiler (Visual C# Express) is free.

06-28-2007, 05:50 PM
#12
Wildhoney is offline Wildhoney
Wildhoney's Avatar
Status: Request a custom title
Join date: Feb 2006
Location: Nottingham
Expertise:
Software:
 
Posts: 1,648
iTrader: 18 / 95%
 

Wildhoney is on a distinguished road

Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney

  Old

I started off writing in PERL. I found a very informative PERL tutorial that was also fun to follow right here. Once I knew PERL inside-out, I began applying what I knew to PHP, seeing as how PHP is rather similar to PERL, but less complex, or should I say less perplexing, in many respects.

06-28-2007, 06:23 PM
#13
Steven Fergus is offline Steven Fergus
Status: Hey, I'm Steven
Join date: Feb 2007
Location:
Expertise:
Software:
 
Posts: 1,212
iTrader: 3 / 100%
 

Steven Fergus is on a distinguished road

  Old

Thanks Wildhoney, when I get some time I think I'll have a read through the PHP Manual: http://www.php.net/manual/en/index.php

06-28-2007, 06:29 PM
#14
TheCodeNinja is offline TheCodeNinja
Status: Junior Member
Join date: Apr 2007
Location:
Expertise:
Software:
 
Posts: 95
iTrader: 1 / 100%
 

TheCodeNinja is on a distinguished road

  Old

Originally Posted by Wildhoney View Post
I started off writing in PERL. I found a very informative PERL tutorial that was also fun to follow right here. Once I knew PERL inside-out, I began applying what I knew to PHP, seeing as how PHP is rather similar to PERL, but less complex, or should I say less perplexing, in many respects.
Definitely easier to read in many cases. Perl may as well have encryption built in

But yes. PHP manual is where it's at.

06-29-2007, 06:50 AM
#15
Big Zee is offline Big Zee
Status: Request a custom title
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 1,182
iTrader: 0 / 0%
 

Big Zee is on a distinguished road

  Old

I would either go for php or c# .NET - and it all depends on where your heading.

If you are looking to make small websites and applications etc, then I think PHP is the way forward. There are so many people out there using it, and so many things built with it (like VB), it is great to get things up and running quickly.

If on the other hand you want to move into serious development and looking for a career in a big company (I'm talking stock listed companies ) then I would go towards c# .NET. Most large companies are microsoft all the way and its really where the big money is.

You can also swithc over at any stage as the basic principles you will learn in coding are transferable, and you will learn a second language 10 times quicker than starting from scratch. Object Orientated Programming methodology is a very good thing to learn from the start as any decent sized application should use it.

A good book for learning php is http://www.wrox.com/WileyCDA/WroxTit...764579665.html from Wrox.

06-29-2007, 09:27 AM
#16
Bazza` is offline Bazza`
Bazza`'s Avatar
Status: Request a custom title
Join date: Nov 2004
Location: England
Expertise:
Software:
 
Posts: 3,515
iTrader: 10 / 100%
 

Bazza` is on a distinguished road

  Old

I agree with Big Zee there about being able to pick up new languages with a lot more ease. I've just completed a Visual Programming course at Uni (using vb .net) the techniques you use can usually be applied to a lot of programming languages - the only thing you'll really need to learn to be able to adjust is any changes in syntax which are often quite subtle. OOP is definately a habit you should get into right from the off too.

06-29-2007, 10:47 AM
#17
creativejen is offline creativejen
Status: Paladin
Join date: Jul 2006
Location: Sheffield, UK
Expertise: design, front-end markup
Software: Photoshop
 
Posts: 2,353
iTrader: 25 / 96%
 

creativejen is an unknown quantity at this point

Send a message via MSN to creativejen

  Old

Just found this earlier this morning, gone through a few tutorials myself for javascript, but the php section looks very good.

http://www.tizag.com/

06-29-2007, 11:10 AM
#18
Gerard is offline Gerard
Gerard's Avatar
Status: Member
Join date: Jan 2007
Location: Belfast, Northern Ireland
Expertise:
Software:
 
Posts: 316
iTrader: 7 / 100%
 

Gerard is on a distinguished road

Send a message via MSN to Gerard

  Old

Sitepoint has a few good books. I bought one a while back, i recommend it.

06-29-2007, 11:11 AM
#19
Steven Fergus is offline Steven Fergus
Status: Hey, I'm Steven
Join date: Feb 2007
Location:
Expertise:
Software:
 
Posts: 1,212
iTrader: 3 / 100%
 

Steven Fergus is on a distinguished road

  Old

Thanks everyone for all the information you have given me. I'm really not sure which programing language I want to learn; I have a little knowledge in Pascal but can't do anything major with it (calculations, conversions and a few other small things).

I would like to do programming as a career (I'm studying Web Development at College - I've just finished my first year. I should know my overall mark soon). The only thing I've learned in that year is a little Pascal. Next year we're moving on to PHP (We'll probably only have one class per week, and I doubt it will go into much detail).

So which language do you think would benefit me the most? In order to have a successful career as a programmer? And also allow me to freelance if need be.

06-29-2007, 11:20 AM
#20
Gerard is offline Gerard
Gerard's Avatar
Status: Member
Join date: Jan 2007
Location: Belfast, Northern Ireland
Expertise:
Software:
 
Posts: 316
iTrader: 7 / 100%
 

Gerard is on a distinguished road

Send a message via MSN to Gerard

  Old

Theres alot of competition with PHP as it is very popular.
You've got to put alot of work into making yourself known and keeping your clients happy. Its sometimes hard, but if you think you could manage it, give it a go.

Closed Thread  
Page 2 of 3 < 1 2 3 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed