Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm 14 years old and I have no coding experience. I want to make a music website a lot like pandora I don't want to go into the specific details because I don't want anybody to steal my idea. I was thinking that I should do this through html but I really have no idea. What is the best/easiest program to build this pandora like website on a mac? And what is the best way for me to self teach myself?
Posted

Learn from here
http://www.w3schools.com/[^]

and then go to for some advance Learining from Google
 
Share this answer
 
Comments
cmankick 6-Apr-12 3:50am    
Thanks and what would you recommend as a program for writing the codes for mac? And what language should I use to make something like pandora?
uspatel 6-Apr-12 4:50am    
Its about web development.
You should use
HTML
CSS
Java script
and
One server side scripting language (asp.net,jsp,php etc)

As tools:joomla, drupal and other softwares like that one can help as they make the programming easier.

Apart of that you could start with something like dreamweaver (really easy to get static results) and it is something like a WYSIWYG editor.

but even more important than the tools itself is the design:
Think about the need for a database, if you need that, think about the design, which platform will you use, the money you have to spend on licenses and in the domain...

Ask for best practices, look at other web site's code: know about CSS, remove script languages whenever it is possible to be able to reach a major audience, think on the contents to get a better SEO and results, small pictures to get faster response times, check the site in benchmark tools...

Of course this is not a specific answer but given the question the answer will never be specific... think about all those things and if you need help in clarifying any aspect post here again.

good luck! :rose:
 
Share this answer
 
Well, building websites on your own involves a learning curve. if you are ready for the that then you can pick some technology and start learning. On the other hand if you are clear about the idea then you can explore some content management system that could give you a quick start in setting up the website. Try evaluating CMS based on your requirements.

I suggest you try playing around with Joomla and dotnetnuke. I really like these two CMS as they are really useful for beginners. I bet you can make a full fledged portal in 30 minutes using Joomla. see if they or any other cms serve your needs. if not you can learn and build your own(but that will take time). Perhaps you can use CMS and build on top of it if you find something missing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900