Is PHP the right for these specific needs?

Thread Solved

Join Date: Jul 2009
Posts: 3
Reputation: gnarly is an unknown quantity at this point 
Solved Threads: 0
gnarly gnarly is offline Offline
Newbie Poster

Is PHP the right for these specific needs?

 
0
  #1
Jul 21st, 2009
Hi, I'm Wyatt, and this is my first post!

So I have an idea for a website. I'm decent at C++ and I only know some basic html. Now I want to pick up a new language to code my site. As I googled the functions I needed, PHP came up the most (probably because it's the most popular).

I could get by with a basic layout of text, links, and pictures, but I'd like to be able to pull data from (but text search would be splendid). In addition, user comments or message boards would also be great.

I'd also like to implement Adsense (or yahoo! or ???) to hopefully make some money.

I'll probably start out simple, but if I'd love to have expandability, such as adding new data to plotted graphs in real time, slick ways of zooming in on photos, and anything to enhance usability.

This is probably too ambitious for my first project, in high school I used FrontPage to do everything for me, but I'd like to know if PHP is a good choice. If not, what is? And do you have any general tutorials, beginner guides that come highly recommended?

In a week, I don't want to be deterred by a difficult learning curve, and in a year I don't want to be wishing I used Javascript or AJAX.

Sorry if I don't make sense or broke the rules.

Thanks,

Wyatt
Last edited by gnarly; Jul 21st, 2009 at 3:03 am.
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 9
Reputation: new_divine is an unknown quantity at this point 
Solved Threads: 1
new_divine new_divine is offline Offline
Newbie Poster

Re: Is PHP the right for these specific needs?

 
0
  #2
Jul 21st, 2009
i would suggest you to move to dreamweaver from frontpage coz its far more better and user friendly and has more tools for making a complete wesite and as a reference to php following lonk to a php tutorial will be helpful and if you still have some problems i could provide you with the php manual. and if you have good sense of c or c++ then php will be far more easier to you.

http://www.tuxradar.com/practicalphp
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 101
Reputation: leviathan185 is an unknown quantity at this point 
Solved Threads: 14
leviathan185's Avatar
leviathan185 leviathan185 is offline Offline
Junior Poster

Re: Is PHP the right for these specific needs?

 
0
  #3
Jul 21st, 2009
PHP can do nearly anything you want it to do so you won’t be sorry you chose PHP. I am only new to the language, and to Programming in general.

From what I have seen and heard using HTML, PHP and AJAX is quite a powerful combination so if you learn those you should be ok.

I definitely recommend sticking around here in this forum. The community support is great. I have had really great help here.

I would also recommend Dreamweaver if you are going to use an IDE, I am using CS3 and it has great syntax highlighting and other features for HTML as well.

Good Luck
@ I'm gonna live forever, or die trying.

@ A wise man once told me, in order to understand recursion, you first must understand recursion.
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 101
Reputation: leviathan185 is an unknown quantity at this point 
Solved Threads: 14
leviathan185's Avatar
leviathan185 leviathan185 is offline Offline
Junior Poster

Re: Is PHP the right for these specific needs?

 
0
  #4
Jul 21st, 2009
Originally Posted by new_divine View Post
i would suggest you to move to dreamweaver from frontpage coz its far more better and user friendly and has more tools for making a complete wesite and as a reference to php following lonk to a php tutorial will be helpful and if you still have some problems i could provide you with the php manual. and if you have good sense of c or c++ then php will be far more easier to you.

http://www.tuxradar.com/practicalphp
This is a fantastic site, i learned a lot from this one
@ I'm gonna live forever, or die trying.

@ A wise man once told me, in order to understand recursion, you first must understand recursion.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 883
Reputation: pritaeas will become famous soon enough pritaeas will become famous soon enough 
Solved Threads: 143
Sponsor
pritaeas's Avatar
pritaeas pritaeas is offline Offline
Practically a Posting Shark

Re: Is PHP the right for these specific needs?

 
0
  #5
Jul 21st, 2009
If hosting is not a problem, maybe asp.net/C# would be a good choice. Since you already know C++, programming the backend should be a snap. Downside is that hosting is often more expensive, and a bit more complicated than with PHP. But it is also easily integrated with silverlight, for making stunning visual effects.

Don't get me wrong, I love PHP, using it since V3 and still using it for my own sites and absolutely loving it. At work I have to use asp.net/c# and it is very solid.
"If it is NOT source, it is NOT software."
-- NASA
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 1,093
Reputation: ardav will become famous soon enough ardav will become famous soon enough 
Solved Threads: 138
ardav's Avatar
ardav ardav is online now Online
Veteran Poster

Re: Is PHP the right for these specific needs?

 
0
  #6
Jul 21st, 2009
php + js (inc ajax) with a healthy dose of xhtml/css are pretty much all you need to build almost everything. Oh - almost forgot mysql.

BTW:
Most seasoned programmers here will scoff at Dreamweaver, but truth be said, it is very good when you're starting out as it deals reasonably well with all the main languages, including syntax highlighting and prompting. Notepad++ and a few other text editors do the same. Aptana is a good all-rounder (IDE). However, for setting up a new local site/sorting our remote FTPs etc etc, Dreamweaver is probably the easiest program to use - although v. v. pricey. Perhaps you could get a cheap 2004MX version. I still use it from time to time. It pretty much does what it says on the tin.
Last edited by ardav; Jul 21st, 2009 at 7:20 am.
If you don't reply to your own thread or you can't find the solved link - you're off my Christmas list - permanently! Bah humbug!
Reply With Quote Quick reply to this message  
Join Date: Jul 2009
Posts: 3
Reputation: gnarly is an unknown quantity at this point 
Solved Threads: 0
gnarly gnarly is offline Offline
Newbie Poster

Re: Is PHP the right for these specific needs?

 
0
  #7
Jul 22nd, 2009
Thank you for all of the helpful responses.
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 1,542
Reputation: cwarn23 has a spectacular aura about cwarn23 has a spectacular aura about cwarn23 has a spectacular aura about 
Solved Threads: 137
cwarn23's Avatar
cwarn23 cwarn23 is offline Offline
Posting Virtuoso

Re: Is PHP the right for these specific needs?

 
0
  #8
Jul 23rd, 2009
Originally Posted by gnarly View Post
Thank you for all of the helpful responses.
If this topic is solved then please click the solved link to mark it solved but just to add my opinion, if you know c++ then you should be able to make php extensions that can do things which are presently impossible. One of the things I do know is impossible to currently do with php that I'm trying to make a php extension for is a video and audio library. But for some reason php doesn't like my dll's. Just a thing to keep in mind when you know both php and c++.
Try not to bump 10 year old threads as it can be really annoying.
http://syntax.cwarn23.net/
Smilies: ^_* +_+ v_v -_- *~*`
My favourite PC. - Oopy Doopy Do 2U2!
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,273
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 544
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Is PHP the right for these specific needs?

 
-7
  #9
Jul 23rd, 2009
ne of the things I do know is impossible to currently do with php that I'm trying to make a php extension for is a video and audio library
There is one already

http://ffmpeg-php.sourceforge.net/

If hosting is not a problem, maybe asp.net/C# would be a good choice. Since you already know C++, programming the backend should be a snap. Downside is that hosting is often more expensive, and a bit more complicated than with PHP. But it is also easily integrated with silverlight, for making stunning visual effects.
C#.NET is really quite a different animal from c++....

But i must admit that Visual Studio / Web Developer Express is an amazing piece of kit for developing dynamic sites with. Only thinbg you got to watch out for is the cost of hosting and version. Apps targeted at a newer version of .NET (e.g created with a newer version of visual studio) wont work on servers which use older versions (many companies still offer only asp.net 1.1 which is poor, and not the default in vs2005 and above)
Last edited by jbennet; Jul 23rd, 2009 at 1:37 am.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 3
Reputation: vatzcar is an unknown quantity at this point 
Solved Threads: 0
vatzcar vatzcar is offline Offline
Newbie Poster

Re: Is PHP the right for these specific needs?

 
0
  #10
Jul 23rd, 2009
Originally Posted by ardav View Post
php + js (inc ajax) with a healthy dose of xhtml/css are pretty much all you need to build almost everything. Oh - almost forgot mysql.

BTW:
Aptana is a good all-rounder (IDE). However, for setting up a new local site/sorting our remote FTPs etc etc, Dreamweaver is probably the easiest program to use - although v. v. pricey. Perhaps you could get a cheap 2004MX version.
I agree totally, Aptana is a great web programming IDE. I'm using it curretly, previously I used PHPEclipse. PHPEclipse is also great, as Aptana and PHPEclipse is using Eclipse IDE as their core, you'll get great features of Eclipse. But Aptana comes with great features for JS and CSS. Personally I think Dreamweaver is no way a good php IDE. It's good as WYSIWYG HTML editor. Though I haven't used CS3/CS4 version. When you have firefox with firebug and Aptana/PHPEclipse, for what's on earth do you need Dreamweaver?

And learning php is the easiest thing in this world. It's even easier than learning to eat . Don't be surprised if you come-up with a CMS soon after learning php. But of-course it has huge library, so knowing all of them would be very close to impossible (atleast for me). But you'll get number of reference books all over the bookstores and internet.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:




Views: 734 | Replies: 12
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC