War Room

Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 08-29-2009, 11:43 PM   #1
Warrior Member
 
Join Date: Aug 2009
Location: Kitchener Ontario, Canada
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Programming recommendation

I am wanting to learn how to program and design a dynamic website. I've done a number of static ones with dreamweaver and a few other templates. I now would like to build a membership style website similar to a dating website something like let's say plentyoffish.com but for a different purpose. Would PHP with mysql be able to do this, or am I looking in the wrong direction? Any recommendations?
tomcat_meow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-30-2009, 12:07 AM   #2
Media
 
soon's Avatar
 
Join Date: Aug 2008
Location: Everything-can-be-accomplished
Posts: 45
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: Programming recommendation

why not just buy an already available script and then code additional features (if you need more than just what the script has to offer, btw these scripts come packed with features and don't even cost that much)

The best seo software in this world..
Need to write content fast? Use Voice Software or if you are in the sports niche then use our short sport articles.
soon is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-30-2009, 02:02 AM   #3
Active Warrior
 
Join Date: Aug 2007
Location: Bay Area, California
Posts: 30
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Programming recommendation

PHP Mysql,XML,AJAX, CSS... combine them all and you can build any high profit website you can imagine.

prtt75 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-30-2009, 08:49 AM   #4
Warrior Member
 
Join Date: Aug 2009
Location: Kitchener Ontario, Canada
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Programming recommendation

I figured PHP and Mysql was the trick. Now is there any recommendations on the best of the best tutorial book out there on the PHP and Mysql programming? I've just signed up to hostagator and am about to start on the learning curve with what info I can find on the net.
tomcat_meow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-30-2009, 09:58 AM   #5
Warrior Member
War Room Member
 
Join Date: Jul 2009
Posts: 24
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Programming recommendation

What i recommend to new people in the PHP world is two sites:

w3schools.com/php/default.asp

and of course

php.net

First one shows the basic stuff while the other one is the manual from PHP guys for PHP.
And also helps to have a guy that you can ask for things that you don't understand.
LessThanWeb is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-30-2009, 10:11 AM   #6
Lisa Dozois
War Room Member
 
lisag's Avatar
 
Join Date: Jan 2006
Location: Florida, USA.
Posts: 316
Thanks: 39
Thanked 108 Times in 44 Posts
Default Re: Programming recommendation

I downloaded PHP scripts from HotScripts.com and studied how things were done. It was a great help to be able to run a script, watch it execute and then study the underlying code.

-- Lisa G
>> Best Under $5 Christmas Treat For Kids http://hohohomail.com
#1 Rated Copywriter On RentACoder
www.lisa.myfreelanceportfolio.com
Check out my WSO: http://tinyurl.com/lvkjq9
lisag is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-30-2009, 11:06 AM   #7
Warrior Member
 
Join Date: Aug 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Programming recommendation

If you have any doubts on a functions use try php.net/-functionname-
Such as php.net/strtolower

Has helped me a bit,
-Nick
nldmedia is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-30-2009, 06:27 PM   #8
HyperActive Warrior
War Room Member
 
HomeComputerGames's Avatar
 
Join Date: Jun 2009
Location: Chesterton, IN
Posts: 289
Thanks: 6
Thanked 39 Times in 35 Posts
Default Re: Programming recommendation

Quote:
Originally Posted by lisag View Post
I downloaded PHP scripts from HotScripts.com and studied how things were done. It was a great help to be able to run a script, watch it execute and then study the underlying code.

I agree with this. Sometimes it is just best to jump in and start doing in order to learn swiftly. You also get the benefit of learning coding conventions.
Plus with hands on learning the knowledge will stick with you better.

HomeComputerGames is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-31-2009, 02:07 AM   #9
Advanced Warrior
War Room Member
 
mywebwork's Avatar
 
Join Date: Sep 2008
Location: Honolulu, Hawaii, USA (Currently in Montreal Canada)
Posts: 814
Blog Entries: 1
Thanks: 138
Thanked 217 Times in 146 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via Skype™ to mywebwork
Default Re: Programming recommendation

Quote:
Originally Posted by LessThanWeb View Post
What i recommend to new people in the PHP world is two sites:

w3schools.com/php/default.asp

and of course

php.net
Quote:
Originally Posted by lisag View Post
I downloaded PHP scripts from HotScripts.com and studied how things were done. It was a great help to be able to run a script, watch it execute and then study the underlying code.
Both excellent suggestions. Another suggestion is load Wampserver onto your Windows workstation so that you can "play" with an Apache Web Server, MySQL and PHP on your local machine.

Install PHP 5 Apache MySQL on Windows : WampServer

If you have an old computer that you can spare consider loading Ubuntu Linux on it and setting up your own web server. I use a few of these and find them invaluable, as long as you can spare the hardware and electricity! Otherwise Wampserver will do quite nicely!

If it's a membership site you are looking to build you might want to consider Joomla or WordPress configured with the appropriate components or plugins. This way you could get a site up and running in a minimal amount of time. Your PHP and MySQL skills would still come in handy if you wanted to customize the site.

Best of luck

Bill
mywebwork is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-01-2009, 11:03 PM   #10
symfonian
 
terrytsang's Avatar
 
Join Date: Nov 2008
Location: malaysia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Social Networking View Member's FaceBook Profile 
Contact Info
Send a message via MSN to terrytsang
Default Re: Programming recommendation

Quote:
Originally Posted by tomcat_meow View Post
I am wanting to learn how to program and design a dynamic website. I've done a number of static ones with dreamweaver and a few other templates. I now would like to build a membership style website similar to a dating website something like let's say plentyoffish.com but for a different purpose. Would PHP with mysql be able to do this, or am I looking in the wrong direction? Any recommendations?

Hi, i would say PHP +MySQL is a good choice for web development. You need to learn the basic and syntax of PHP before starting to develop a site that you want.

Nowadays there are a lot of RAD framework such as Symfony, Zend, CodeIgniter, CakePHP that can use to build web application faster.

I have used Symfony for 2 years and i like it, haha.

Anyway, wish you enjoy the programming and do a great web app, cheers!
terrytsang is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2009, 10:34 AM   #11
Netalab, Inc.
 
netalab's Avatar
 
Join Date: Aug 2009
Location: Florida, USA
Posts: 54
Thanks: 1
Thanked 6 Times in 6 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to netalab Send a message via AIM to netalab Send a message via Yahoo to netalab Send a message via Skype™ to netalab
Default Re: Programming recommendation

You can try LifeRay. Made in J2EE. Has a community and enterprise.

Netalab, Inc., bringing quality health products direct to you!
<Contact Us><About Us><Articles><FAQ>
Add me on |Twitter|MySpace|Facebook|
netalab is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-04-2009, 10:48 AM   #12
Netalab, Inc.
 
netalab's Avatar
 
Join Date: Aug 2009
Location: Florida, USA
Posts: 54
Thanks: 1
Thanked 6 Times in 6 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to netalab Send a message via AIM to netalab Send a message via Yahoo to netalab Send a message via Skype™ to netalab
Default Re: Programming recommendation

Or if you really want to learn, use J2EE not php!

Here are some frameworks that might interest you.

Hibernate
Google Guice
Apache Wicket

And Tomcat is fine for this.

Netalab, Inc., bringing quality health products direct to you!
<Contact Us><About Us><Articles><FAQ>
Add me on |Twitter|MySpace|Facebook|
netalab is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
programming, recommendation

Thread Tools

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



All times are GMT -6. The time now is 02:27 AM.