Friends,
I've got some exp in c++ and now kind of starting my way to J2EE (to survive:))). Meanwhile, I've got a plan to venture in to a web portal my own. But with very little experience in web technology, I'd need to start from scratch. I'm little confused on which way to go and I'm here. PHP, Python or JSP, considering the fact that, anyway I've got to learn J2EE at my work. Would that be worth to learn PHP or Python to develop a portal which I expect to get 80-100K hits per day "IF" everything goes well OR jsp would be sufficient?
Many thanks
C is general-purpose and one of the oldest yet commonly used languages in web development. It is the basis of other programming languages, such as C++ and JavaScript. It is a middle-level programming language that is versatile since it can be used for scripting for drivers and kernels and software applications.
On the client side it's more difficult. Web readers does most often only support sandboxes programs to run. C++ is not suitable for sandboxes environment and posses a major security risk. Just imagine if you open a website and it contains a c++ program with major memory leaks.
Web development with C++ - C++ TutorialC++ might be used on the backend of a web application for certain tasks that require high performance processing. But the most popular frameworks for building and delivering websites to users are usually written with higher-level languages like Python, Ruby or Javascript.
Before learning either of these, spend some real time and learn HTML and CSS in depth. Also learn Javascript and JQuery (or your favorite client side library). The O'Reilly books on the topic are pretty much all good IMO.
I say that because I think that you'll find that for most modern web sites, a lot of richness is moving to the client side, and away from the server side. Under this model, your code in PHP or JSP is probably going to look pretty similar (ie, fetch data from the database and serve it to your view or into JSON for the client to consume).
Considering you're used to c++, should look at aspx and c# - probably closer to your current experience.
That said, PHP is a doddle, so it shouldn't present any challenges. Bear in mind that if you want to get the most from the language, you absolutely have to learn a little bit about configuring apache, and frameworks (cake, codeigniter, zend etc).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With