| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: U.S.A.
Posts: 655
![]() ![]() | |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: Tucson, AZ
Posts: 689
![]() | Many will argue with me, but C++ is on its way out. It's primary usage these days is maintaining legacy Win32 code, or coding GUI's in Unix. I would recommend learning c#. It's an easy, OO language to learn, is well documented and supported, and windows is moving to managed code for its API, meaning all the shit ya hafta use C++ (or P/Invoke) for can be done in any of the .net languages. PHP is quick and dirty, but it's slow. Good learning language, bad language to use in practice with large applications. If you want the best learning language though, I recommend Java. It runs on everything, has great server-side support...a well rounded language. |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Aug 2005
Posts: 727
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | hi i wont recommend c++ because of the reasons mentioned already but i would definitely recommend php , if you want to try out scripts on your website. It is quite easy. I dont know much about c#.
__________________ :laugh:...::::Pakisp.net::::...-The Entertainment Pack Pakisp.net :wave: Free Web Directory |
| |
| | #4 (permalink) |
| Account Closed Join Date: May 2004 Location: /etc/passwd
Posts: 2,178
![]() ![]() ![]() ![]() ![]() ![]() | PHP Slow for big websites? pft! http://neopets.com has like 50mil users :S If thats not large, tell me what is? |
| |
| | #5 (permalink) |
| Senior Member Join Date: May 2005 Location: I'm right here
Posts: 3,526
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I disagree..PHP is not slow, It is very fast and it serves the purpose of Web Applications very good, and who said that you can't make large applications with PHP? C++ remains a decent language I agree..but for web applications, I don't see a reason for not using php, it's scalable and even has some sort of object oriented programming, I do not say a real OOP but sort of.. So my opinion, If you want to learn something that's quick and simple, try PHP. Whether you like references you can get almost all functions within their manual.
__________________ WP Theme Developer Your One-stop for Premium Magazine/CMS WordPress Themes Deluxe Themes |
| |
| | #10 (permalink) |
| Eating Pie Join Date: Nov 2004 Location: Canada
Posts: 2,272
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I reccommand C# for the fact of Linux/Windows compitably. C# is the big Linux/Unix progrmming language. I recommand Delphi for coding OS appys like those at Libary,etc I recommand Java for games/ graphic appys. I recommand ASP/Perl for major server communication website appys like control panels, game server control panels. I reccommand php for web site stuff.. Everything else. Each language has it goods and it bads. Good Luck!
__________________ I feel old. |
| |
| | #11 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: United States
Posts: 586
![]() ![]() ![]() ![]() | 1 at a time. I agree - PHP is a GREAT lanuage to learn from - and with the majority of opinion, I'll agree that it indeed IS fast. I use it quite a bit. Before you start looking for other languages to learn, learn PHP. Don't just learn it. LEARN it. If that makes any sense what-so-ever, get to know it. Become good at it. ????: NamePros.com http://www.namepros.com/programming/111551-need-an-opinoin.html Once you have a solid understanding for PHP, then move on to something else. The basics of all programming languages are the same - but until you understand how everything works, especially how OOP (Object Oriented Programming) is designed, don't try to overload yourself. I can recommend a few really good PHP resources, by the way (that are free, and open source, of course!). Good luck!
__________________ Smooth Stone Services Affordable Web Hosting Solutions Starting at only $4.95/month, IT Consulting and Technical Support Hunt Sources - Hunting Resources Online |
| |
| | THREAD STARTER #12 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: U.S.A.
Posts: 655
![]() ![]() | Okay thank you for your opinoins i will be sure to do them in the order i think is right seeing that most people said C# i will do that after PHP and then Java then C++ Thank you for your opinoins -Coolprogram |
| |