Webmaster Forum


Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #21 (permalink)  
Old 04-21-2012, 11:10 AM
ben.d.h's Avatar
Junior Member
 
Join Date: 03-28-12
Location: British Columbia, Canada
Posts: 21
iTrader: 0 / 0%
Quote:
Originally Posted by obaid.ahmed View Post
according to me w3schools is the best place to learn php,html,css etc
I've heard other people say this before as well. Not really sure about it though.

I'm trying to get back into coding. The past two weeks I haven't done much. I was busy with a family emergency, and then I've just been busy with work and my girlfriend. I just quit my administration job on the other forum I go on so that I could focus more time here and on coding.

Thanks for all the advice so far guys. It's really helping
 
Reply With Quote
  #22 (permalink)  
Old 04-21-2012, 10:50 PM
jaydeee's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 02-03-10
Posts: 101
iTrader: 0 / 0%
Im still learning PHP and for me it easier through video like lynda and youtube. However written documents is still necessary for reference.
__________________
Windows XP Drivers | HP Drivers
 
Reply With Quote
  #23 (permalink)  
Old 04-24-2012, 04:27 AM
Junior Member
 
Join Date: 09-27-11
Posts: 20
iTrader: 0 / 0%
I just learned by reading books and using the internet... I copied scripts to see how they worked, and changed things to suit my needs, noting what each function did. HTML is the weirdest because it doesn't exactly tell you what it's doing.
 
Reply With Quote
  #24 (permalink)  
Old 05-10-2012, 12:43 PM
Junior Member
 
Join Date: 05-08-12
Posts: 11
iTrader: 0 / 0%
Continuous Practice

I didn't worked a lot around PHP neither i was an expert in development but I had 6 months of awesome development experience. I learned primarily from practicing and writing code over and over again.

That's they best way to do it. Books are good guide but practice is the most essential.
 
Reply With Quote
  #25 (permalink)  
Old 05-10-2012, 12:58 PM
Member
 
Join Date: 04-28-12
Location: Charlotte, NC/Lynchburg, VA
Posts: 30
iTrader: 0 / 0%
I had tried to go through the tutorial on w3schools but found it too difficult without having a real use for it. Now that I have a use for it, learning is much easier. Anyone into web development should at least have general knowledge of PHP. It's immensely useful.
 
Reply With Quote
  #26 (permalink)  
Old 05-11-2012, 10:01 AM
SimpleMan's Avatar
Junior Member
 
Join Date: 05-10-12
Location: West Virginia
Posts: 24
iTrader: 0 / 0%
I skimmed through the responses quickly and didn't see this link so you may want to check out http://php.net/ as well. In the top-left corner you will find links to an introductory tutorial and an online manual. Hope this helps.
 
Reply With Quote
  #27 (permalink)  
Old 05-11-2012, 06:29 PM
GMT GMT is offline
Member
Latest Blog:
None

 
Join Date: 04-18-12
Posts: 39
iTrader: 0 / 0%
PHP is so easy you can really just learn it off tutorials, there seems to be examples for just about everything. If you want to learn it officially you should order some books off Amazon. I have a background in app development so I already knew other languages, and hence PHP came really easy to me.
 
Reply With Quote
  #28 (permalink)  
Old 05-12-2012, 04:16 PM
SimpleMan's Avatar
Junior Member
 
Join Date: 05-10-12
Location: West Virginia
Posts: 24
iTrader: 0 / 0%
Quote:
Originally Posted by Eric Lewis View Post
I just learned by reading books and using the internet... I copied scripts to see how they worked, and changed things to suit my needs, noting what each function did. HTML is the weirdest because it doesn't exactly tell you what it's doing.
While this can work, (changing things around with html without having a general knowledge of it, to see what happens) it's dangerous. When you make some changes to something and check to see what happened, it may look ok in whatever browser you are using but will be all messed up in others. If you do this, to maybe help you understand more, try running it through the validator. This will tell you any errors in codes and what lines they appear on. Then again, it all depends on the code you are changing. There is a lot that isn't w3 compliant in the first place.
 
Reply With Quote
  #29 (permalink)  
Old 05-13-2012, 04:53 PM
Junior Member
 
Join Date: 11-21-11
Posts: 16
iTrader: 0 / 0%
the book "PHP 5/MySQL for the absolute beginner" by Andy Harris is where i started
 
Reply With Quote
  #30 (permalink)  
Old 05-14-2012, 05:06 AM
Junior Member
 
Join Date: 05-11-12
Posts: 25
iTrader: 0 / 0%
If php is the first language you learn, better firt start with some common concepts - what is procedural and what OO programming? What is MVC? And then make some simple project for yourself. No need to memorize php functions as php.net has all you need.
SQL needs a lot of time and practice too.
 
Reply With Quote
  #31 (permalink)  
Old 07-17-2012, 04:24 AM
Member
Latest Blog:
None

 
Join Date: 07-12-12
Posts: 38
iTrader: 0 / 0%
You cant learn php until it is written in step by step procedure, which will only be available in physical text books only, (ebooks are being written by noobs now a days, certail good u can find but u will find them boring).

You cant learn it from w3schools unless you already have a previous knowledge of any other language like html. etc.

Better to join some coaching center.
 
Reply With Quote
  #32 (permalink)  
Old 07-17-2012, 04:44 AM
GMF's Avatar
GMF GMF is offline
Contributing Member
Latest Blog:
None

 
Join Date: 11-03-11
Location: Austria
Posts: 1,206
iTrader: 0 / 0%
Quote:
Originally Posted by jackal View Post
You cant learn php until it is written in step by step procedure, which will only be available in physical text books only, (ebooks are being written by noobs now a days, certail good u can find but u will find them boring).

You cant learn it from w3schools unless you already have a previous knowledge of any other language like html. etc.

Better to join some coaching center.
WRONG

refer to my post in this thread

While it is true that you should know basic HTML/CSS you can definitively learn from online resources.

In the past I didn't like W3School, but it seems that they are improving. You CAN learn from them.


 
Reply With Quote
  #33 (permalink)  
Old 07-17-2012, 08:28 AM
mimo91's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 07-11-10
Posts: 216
iTrader: 0 / 0%
you can learn php easily by the newboston videos or through w3schools
__________________
Best place for car tips,news and features:car Googler

Best place for games:Legacy TCG
 
Reply With Quote
  #34 (permalink)  
Old 07-18-2012, 12:03 AM
Contributing Member
Latest Blog:
None

 
Join Date: 05-17-12
Location: Bangalore, India.
Posts: 105
iTrader: 0 / 0%
I learn PHP from w3 schools.
__________________
Email Marketing: http://emailmarketing.comm100.com/
 
Reply With Quote
  #35 (permalink)  
Old 07-18-2012, 11:24 AM
Junior Member
 
Join Date: 07-16-12
Posts: 5
iTrader: 0 / 0%
I learnt using the official php.net documentation, it's quite easy to understand compared to the documentation on other languages.
 
Reply With Quote
  #36 (permalink)  
Old 07-20-2012, 03:11 AM
Junior Member
 
Join Date: 07-18-12
Posts: 15
iTrader: 0 / 0%
PHP is the open source platform programming language so its best so get learned it online. There are various sites form which we can get the better tutorials for the PHP step by step. SO online platform is best way to learn the PHP.
 
Reply With Quote
  #37 (permalink)  
Old 07-23-2012, 06:11 PM
Junior Member
 
Join Date: 07-22-12
Posts: 9
iTrader: 0 / 0%
Only with internet and ebooks ^^
 
Reply With Quote
  #38 (permalink)  
Old 07-28-2012, 07:56 AM
Member
Latest Blog:
None

 
Join Date: 07-12-12
Posts: 38
iTrader: 0 / 0%
I have found a good source if you want learn php interactively
here it is
Code:
http://www.bigprof.com/free-php-scripts/php-commander.html
__________________
Way2SMS | hotmail
 
Reply With Quote
  #39 (permalink)  
Old 07-29-2012, 12:25 AM
MissTa's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 04-02-10
Location: Thailand
Posts: 166
iTrader: 0 / 0%
I had hard time learning but easy for me to start doing with making simple login membership code.

Find tutorial to do and do it over again manytimes until you can do youelf easy.

Then try to do another script and do until you can do easy. then it become more easy
 
Reply With Quote
  #40 (permalink)  
Old 08-06-2012, 04:03 AM
Junior Member
 
Join Date: 08-06-12
Posts: 5
iTrader: 0 / 0%
My story started years ago, when i tried to build some fanpages (not facebook FP). I have realized that clear html does not give me desirable opportunieties, so I bought two books and trying to do with them news system, after that CMS.

Then I was interested in frameworks, my first was Symfony 1.2, now Symfony 2, i recommended them to work with PHP
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best way to learn PHP? Midwifery Online Coding Forum 20 12-01-2010 07:51 AM
Here to learn. Kivalight New Member Introductions 5 11-21-2010 07:29 PM
Best way to Learn jemagee Coding Forum 12 10-11-2006 12:28 PM
Learn CSS SN3 Web Design Lobby 6 11-09-2004 06:52 PM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 02:20 PM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.