Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 04-09-2011, 12:34 AM   #1 (permalink)
Member
 
Join Date: Mar 2011
Posts: 65
quasar is on a distinguished road
Default help how to become an expert

hello everyone,

I wanted to become an expert in PHP and web designer. any tips on how to become one?? Because this is one of my goals also for the year 2011...This is one of the skills i really want to acquire...


thanks.....
quasar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2011, 12:36 AM   #2 (permalink)
Member
 
Join Date: Mar 2011
Posts: 65
quasar is on a distinguished road
Default what should be the first program

for a start what kind of program should i do in php???

Thanks..
quasar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2011, 02:06 AM   #3 (permalink)
Senior Member
 
Join Date: Feb 2009
Posts: 128
Milena is on a distinguished road
Default

you should write a shopping cart for my website! lol... sort of kidding. I want to learn php too. I don't like the idea of having to pay someone over 1000 dollars just to get a cart on my website.

As for website design... what kind are you interested in? Like writing your own code from scratch? Or tinkering with existing code? Or just designing layouts and not dealing with code at all?

A good way to practice with code is to download notepad ++, write your code in it (save as .html) and preview this in your web browser.
Milena is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2011, 08:06 AM   #4 (permalink)
Member
 
Join Date: Mar 2011
Posts: 65
quasar is on a distinguished road
Default

hi there Milena..Let' make it a deal i will make a shopping cart in php for your website..PM me the details and we will agree I am willing to make one for you..But as soon as i give you my work you have to look at it on what are the ways to improve it..In that manner you have your shopping cart for your website and me learning how to do it...is it ok with you?
quasar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2011, 03:42 PM   #5 (permalink)
Senior Member
 
Join Date: Nov 2009
Location: Indian Ocean
Posts: 182
Spiderguy252 will become famous soon enoughSpiderguy252 will become famous soon enough
Default

Maybe it's just me, but I love learning anything technical through audio podcasts or video tutorials. Books are too dry and boring from my perspective. Been doing it for years now.

You should give it a go too.
Spiderguy252 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2011, 08:55 PM   #6 (permalink)
Member
 
Join Date: Mar 2011
Posts: 65
quasar is on a distinguished road
Default

hi Spiderguy252,

can you give me any links to video and audio tutorials? Thanks a lot..So what are the skills that you have learned through watching and listening those available in the web and by the how much hours per day are you spending in learning through watching these stuff?
quasar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-10-2011, 04:36 PM   #7 (permalink)
Family Member
 
Join Date: Nov 2006
Posts: 2,545
Lauxa is a splendid one to beholdLauxa is a splendid one to beholdLauxa is a splendid one to beholdLauxa is a splendid one to beholdLauxa is a splendid one to beholdLauxa is a splendid one to behold
Default

I enjoyed this book:
Amazon.com: Practical Web 2.0 Applications with PHP (9781590599068): Quentin Zervaas: Books

Why do you want to become an expert?
Lauxa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-10-2011, 06:00 PM   #8 (permalink)
Family Member
 
Join Date: Nov 2009
Posts: 1,760
Angelique has a reputation beyond reputeAngelique has a reputation beyond reputeAngelique has a reputation beyond reputeAngelique has a reputation beyond reputeAngelique has a reputation beyond reputeAngelique has a reputation beyond reputeAngelique has a reputation beyond reputeAngelique has a reputation beyond reputeAngelique has a reputation beyond reputeAngelique has a reputation beyond reputeAngelique has a reputation beyond repute
Default

Good article

Lynda.com rocks. For $25/month subscription you get access to plenty of videos for lots of software.

A bunch of videos on YouTube

Good luck.
Angelique is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-10-2011, 08:40 PM   #9 (permalink)
Member
 
Join Date: Mar 2011
Posts: 65
quasar is on a distinguished road
Default

@Lauxa
I want to become an expert, maybe because I always want to improve and the best in my passion...I don't want to do the same thing in the same way all the time I wanted to look for better ways on how to handle...Whatever my job I want to do it well..
@Angelique:
Thank you for the sites..
quasar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-10-2011, 10:08 PM   #10 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 326
ragtag will become famous soon enoughragtag will become famous soon enough
Default

Just start coding. PHP is mostly used for the back end/server side of web apps. First you need to learn some basic HTML and CSS, and then you can dig into PHP and MySql or another database. You'll probably want to learn JavaScript too, for that fancy Web 2.0 stuff. There are lots of tutorials you can find on the web.

You can easily install a web server on your computer or laptop. Simply look for LAMP or WAMP (short for Linux/Windows, Apache, MySql, PHP). And add Firebug to Firefox, and you're ready to go.

I would avoid the payment part of a shopping cart, for a beginner, programing any form for secure payment solutions is not a trivial task. You may get it working, but it will likely be full of glaring security holes. There are lots of existing shopping cart solution out there anyway, so there really isn't a need to reinvent the wheel.

Once you get going, you could always try doing something like writing WordPress add-ons, or help out with an existing open-source projects. There are lots out there that use PHP.
ragtag is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-12-2011, 09:50 PM   #11 (permalink)
Member
 
Join Date: Mar 2011
Posts: 65
quasar is on a distinguished road
Default

Thanks ragtag...

I am currently allocating about 1.5 hours everyday in studying web design..I studied HTML, PHP, MySQL and now also CSS...I always love programming...
quasar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2011, 03:27 AM   #12 (permalink)
Senior Member
 
Join Date: Sep 2007
Posts: 124
AdamF24 is on a distinguished road
Default

Best php tutorials on youtube, imo - PHP Academy

You will learn alot if you follow the videos one by one, starting with the basics. Best of all, it's free! =)
AdamF24 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-14-2011, 11:21 AM   #13 (permalink)
Member
 
Join Date: Mar 2011
Posts: 65
quasar is on a distinguished road
Default

wow..thanks adamf24..
quasar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-19-2011, 01:26 AM   #14 (permalink)
Junior Member
 
Join Date: Apr 2011
Posts: 15
WinSwept is on a distinguished road
Default

Hi,

as far as tutorials go - this site is very informative and the guy who produces the tutorials is very cool and easy to understand.

TheNewBoston – Free Educational Video Tutorials on Computer Programming and More!
WinSwept is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2011, 07:42 AM   #15 (permalink)
Member
 
Join Date: Jun 2011
Posts: 86
greatmind will become famous soon enough
Default To be an expert

Hi TS,
To be an expert in anything requires hard-work and intense dedication. Keep practicing programming and web development and finally your efforts will reap dividends. Learning anything worthwhile requires persistent action and value of hard-work with firm determination can never be undermined. So whatever technology you study but decide to devote to that fully and you'll finally succeed in life. I wish you best of luck in your efforts.
greatmind is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-19-2011, 07:55 AM   #16 (permalink)
Senior Member
 
Join Date: Dec 2010
Location: New Jersey
Posts: 174
Sansone is a glorious beacon of lightSansone is a glorious beacon of lightSansone is a glorious beacon of lightSansone is a glorious beacon of lightSansone is a glorious beacon of light
Default

Quote:
Originally Posted by quasar View Post
I am currently allocating about 1.5 hours everyday in studying web design..I studied HTML, PHP, MySQL and now also CSS...I always love programming...
You're doing the right thing!

Keep at it... Sometimes it really is that simple.
Sansone is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-21-2011, 08:56 AM   #17 (permalink)
Junior Member
 
Join Date: Jun 2011
Location: Level 9 of the Globe
Posts: 23
RED COMPASS is on a distinguished road
Default To Be An Expert

Quote:
Originally Posted by quasar View Post
hello everyone,

I wanted to become an expert in PHP and web designer. any tips on how to become one?? Because this is one of my goals also for the year 2011...This is one of the skills i really want to acquire...

thanks.....
Think beyond PHP. Also, focus on C and Perl. Be a good problem solver. Think beyond the template, the box and one's settings.

Last edited by RED COMPASS; 06-21-2011 at 09:04 AM. Reason: .
RED COMPASS is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-26-2011, 06:06 AM   #18 (permalink)
Member
 
Join Date: Jul 2009
Posts: 98
StuartPE is on a distinguished road
Default

Start from the beginning! This site is the simplest guide I've found and will get you started.

PHP Tutorial
StuartPE is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-02-2011, 03:49 AM   #19 (permalink)
Senior Member
 
Join Date: Nov 2009
Posts: 426
danthony is on a distinguished road
Default

Pick up one of those PHP for Dummies type books, fairly good examples of what you can accomplish with php programming in these.
danthony is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-02-2011, 04:18 AM   #20 (permalink)
Junior Member
 
Join Date: Mar 2011
Location: Las Vegas, NV
Posts: 10
Jacob Cassidy is on a distinguished road
Default

Start with mastering HTML and CSS, then JavaScript and PHP, and onwards from there.

Amazon is your friend. Search for the subject you want (e.g. CSS) and find the books with many reviews. Read them and decide if that's the book for you.

Also, the designing/web programming community is huge in the blogging sphere. Google search "web design blogs" or the likes and you'll find thousands! All offering free information. Just don't get caught up in the information overload, pick a few things to focus on and learn those before moving on.
Jacob Cassidy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-10-2011, 09:36 AM   #21 (permalink)
Member
 
Join Date: Jan 2007
Posts: 80
falcan is on a distinguished road
Default

I remember I have learned lots from the online php manual Particulary cool are the comments there, people offering cool hints and pieces of code.
falcan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-17-2011, 11:22 PM   #22 (permalink)
Senior Member
 
Join Date: Nov 2009
Posts: 426
danthony is on a distinguished road
Default

I'd say start with that PHP for dummies book and take a good college level php class to get some hands on as well as the theory. I've heard of a guy that became proficient in php by picking up a book and now has built an iphone app with the skills.
danthony is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Expert Databases Brown Eyed Mystic Business & Financial 10 11-08-2010 12:34 PM
Need some EXPERT advice kmills50 Spirituality, Consciousness, & Awareness 12 05-29-2008 05:19 AM
Anybody a wordpress expert? Tim Brownson Technology & Technical Skills 3 03-12-2008 08:20 AM
Expert Help Needed Here!! Jay Bee Health & Fitness 21 05-13-2007 07:34 AM
Becoming an expert alexb5784 Personal Effectiveness 7 01-15-2007 08:22 PM


All times are GMT. The time now is 05:46 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC