Closed Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Want to learn to program....

  1. #1
    palmettoexpress_ceo is offline x10Hosting Member palmettoexpress_ceo is an unknown quantity at this point
    Join Date
    Aug 2009
    Posts
    8

    Question Want to learn to program....

    Hi all,

    I currently have a website in MySQL / PHP....the meat of the site was created by phpVMS and all I did was follow the prompts to install it and set it up. What I was wondering, does anyone know of any resources for teaching yourself MySQL and PHP?

    Also, I work in an environment that users SQL server 2008 and Visual Studio. My next question is, is SQL Server 08 and Visual Studio an easier program to learn? Does anybody know how the two compare?

    I am totally new at this but really want to learn it....I want to learn the best route to take (i.e. free(MySQL/PHP) or $$$ (SQL Server/Visual Studio)).

    What are your thoughts.

  2. #2
    slacker3 is offline x10 Sophmore slacker3 is an unknown quantity at this point
    Join Date
    Jul 2009
    Posts
    146

    Re: Want to learn to program....

    I can recommend you
    http://www.w3schools.com
    to learn HTML, CSS, PHP and SQL.

    It's completely free, all you need is some time.
    Also you should get used to Apache and MySQL:
    http://www.apache.org
    http://www.mysql.com

  3. #3
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: Want to learn to program....

    I don't recommend W3Schools. The quality of the information varies widely. Tizag Tutorials is a little better, but some of it is out of date.

    Quote Originally Posted by palmettoexpress_ceo View Post
    What are your thoughts.
    Learning to program doesn't mean learning to program in a specific language; learning PHP vs learning C# and ASP.Net is a false dichotomy. If you want to be hardcore, use the Wizard book. You can also find programming videos on iTunes U from accredited universities. You should also learn how to develop, which is a broader topic than programming. Many designs that are perfectly valid programs aren't well suited for the development process.

    As for whether to start with PHP or ASP.Net, there's not a clear winner. PHP is simpler overall. ASP.Net has the easier to use IDE (for PHP, there's Eclipse, which is quite powerful but has a steeper learning curve than Visual Studio). PHP is better supported on X10, though that won't matter if you're using your own computer. I've seen much more bad habits evident in PHP code, but that's more due to the quality of instruction than a failing of the language. If anything, I recommend using Ruby or Python, or even Smalltalk or JS, to learn how to program.

    If you want to learn frontend development, also study JS, CSS and HTML.

    StackOverflow has quite a few questions relevant to yours; check out the answers for additional recommendations.
    Last edited by misson; 12-04-2009 at 07:07 PM.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  4. #4
    bachstrad is offline x10Hosting Member bachstrad is an unknown quantity at this point
    Join Date
    Aug 2008
    Posts
    16

    Re: Want to learn to program....

    My learning path is currently Lynda.Com video tutorials "PHP and Mysql :Essentials" and "PHP and MySql:Beyond the Basics"
    I am halfway through the first one and finding it very easy to follow - the whole thing about programming and Web Develpment is (IMHO) conceptual. Each concept is explained simply and the beauty of the videos is that you can keep going back over the examples, type them in and test your accuracy - most of my problems are quite simply poor typing - the more you debug your own problems against a standard sample the more you learn - as Ronald says "I'm lovin' it." Folliowing on from these two video courses is another course which has fifty real life PHP and MySQL projects OOP and MVC I am 59 so I reckon I have found a great retirement activity for the future. I am not in any way connected to the company I just found the presentation to my taste - so keep looking for something that suits your learning style and stick to it. Steve
    Last edited by bachstrad; 05-27-2010 at 04:04 PM. Reason: typos

  5. #5
    jorge777 is offline x10Hosting Member jorge777 is an unknown quantity at this point
    Join Date
    May 2010
    Posts
    8

    Re: Want to learn to program....

    what is the best site to learn php, which has codes sources?

  6. #6
    zenadix is offline x10Hosting Member zenadix is an unknown quantity at this point
    Join Date
    Mar 2010
    Posts
    13

    Re: Want to learn to program....

    actually the best way to learn PHP is through practice. create your PHP/MYSQL webpage and practice practice practice.

    for tutorial, just google it.

  7. #7
    emoss76 is offline x10Hosting Member emoss76 is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    5

    Re: Want to learn to program....

    create your PHP/MYSQL webpage and practice practice practice.
    I agree, reading is no substitute for the understanding you get from hands-on experience, but can be a big help.

    What you might want to do is set yourself an objective for your site (e.g. a contact form, member login area, etc.), google for a good example (there are plenty of examples for both) and make your own solution using the coding concepts in the example. Then as your confidence increases, look to expand your site with more objectives (e.g. a member-editable database) and repeat.

    If you're looking for a good book to get you started, I can recommend 'Build your own Database Driven Website' by sitepoint.com, which has a downloadable code archive. It covers intermediate database interactions, but does not cover more advanced topics such as object-oriented programming with PHP.

    But by all means look around for other books/sites, there are probably better out there.

  8. #8
    jdawg2k is offline x10Hosting Member jdawg2k is an unknown quantity at this point
    Join Date
    May 2010
    Posts
    63

    Re: Want to learn to program....

    Yal are blowing my mind with this thread! Can't wait to explore the resources!

  9. #9
    shatteredcode is offline x10Hosting Member shatteredcode is an unknown quantity at this point
    Join Date
    Feb 2010
    Location
    Ohio
    Posts
    6

    Awesome Site

    Last edited by shatteredcode; 06-26-2010 at 09:33 AM.

  10. #10
    galaxyAbstractor's Avatar
    galaxyAbstractor is offline Community Advocate galaxyAbstractor is on a distinguished road
    Join Date
    Oct 2007
    Location
    Land of Null and Insanity
    Posts
    5,495

    Re: Want to learn to program....

    I would recommend http://devzone.zend.com/article/627 , that's where I learned PHP

Closed Thread
Page 1 of 3 123 LastLast

Similar Threads

  1. Earn $$$ with new per-file-download program
    By zer0ne1337 in forum Earning Money
    Replies: 3
    Last Post: 04-20-2009, 07:07 PM
  2. [php] Help with a parsing program
    By brunoais in forum Programming Help
    Replies: 6
    Last Post: 12-27-2008, 11:08 AM
  3. Help!! dont know how to use mysql to run my program
    By CldBlded in forum Free Hosting
    Replies: 7
    Last Post: 03-27-2008, 12:40 PM
  4. How did you learn webdesign?
    By Agenator in forum Crossfire
    Replies: 29
    Last Post: 11-26-2007, 01:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers