What is the best software to make a program and a website?
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$3 Answers
If that's what you're trying to do, I would suggest learning Visual Basic .NET or Visual C++ .NET (I think that's what it's called).
If you know either of those languages you can base programs (.EXE files) as well as webpages (using the ASP.NET engine - so this actually makes them web applications) with the same language.
Good luck.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$I learnt Java through using BlueJ (http://www.bluej.org/), and then use Dreamweaver (http://www.adobe.com/products/dreamweaver/) to make webpages for applets to run on. However - Dreamweaver is expensive! There are many different open-source applications that do a similar job (see http://www.osalt.com/dreamweaver)
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$http://www.eclipse.org/
Eclipse is cross platform software development platform that is written in Java. Therefore it will run on Mac, Windows and Linux.
There are a lot of plugins for wide variaty of programming languages (C , C++ , PHP , Python , Perl ). So you can use it to create programs and websites. You can find a list of plugins at eclipse plugin central: http://www.eclipseplugincentral.com/
It is an opensource and free program ( http://en.wikipedia.org/wiki/Eclipse_Public_License). There are a lot of people who use it and it is well documented. So there are a lot of people you can ask for advice if you have problems.
http://wiki.eclipse.org/Main_Page
Eclipse has 2 disadvantages: it uses quite a lot of memory and it might have to much options for a beginning programmer.
If you're looking for simpler and more lightweight website editors take a look here: http://en.wikipedia.org/wiki/Comparison_of_text_editors
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$
It's called C#, and Microsoft offers free versions of their development environment. http://www.microsoft.com/express/
In my opinion it's a great development environment as it integrates all what you need.