Closed Thread
Page 1 of 5 123 ... LastLast
Results 1 to 10 of 46

Thread: Which Programming Language Should I Learn To Design My Website?

  1. #1
    compnoob88 is offline Newbie
    Join Date
    Jul 2009
    Posts
    3
    Rep Power
    0

    Question Which Programming Language Should I Learn To Design My Website?

    I'm planning to start a small business to sell my sewing (handicrafts like cosmetics cases, everyday bags, pencil cases, handphone cases, pouches etc.) I'm thinking of building a website/online store, to allow my business to appear in search listings, and help my sales.

    The thing is, I don't know which programming language to learn, and would really like some advice

    Some things I require from the website:
    - I need to upload photographs of the items on sale. I'm thinking maybe a page showing all the thumbnails, and when you click on one the picture gets enlarged.
    - I need to integrate Paypal, and credit card payment into the website.
    - It needs to be aesthetically pleasing.
    - Relatively small website.

    I've done C and C++ in college, and I quite like programming. I just don't know which language I should learn for this purpose. I really don't mind any language, even if it is hard to learn, or very different from C and C++, or takes too long (I'll only be launching the website in about 12 months' time); as long as the end product is good. Also, I'm trying to cut costs, so it has to be free (or close to free) to learn it.

    I don't know if this is a stupid question, but does the language used affect the speed of download? I don't want to lose views because of slow downloads...

    Please advise me! Thanks!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Which Programming Language Should I Learn To Design My Website?

    PHP I believe to be the most common language online. Do you know HTML already?

    If its 12 months and this is the only site you are creating it might just be cheaper and faster to hire somebody to do this.

  4. #3
    Join Date
    Jul 2006
    Posts
    16,482
    Blog Entries
    75
    Rep Power
    143

    Re: Which Programming Language Should I Learn To Design My Website?

    I would start with HTML and CSS. Those are the languages that define how a page looks. Then I would add JavaScript and PHP to support things like online sales. You also may want to look into SQL for database support.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #4
    compnoob88 is offline Newbie
    Join Date
    Jul 2009
    Posts
    3
    Rep Power
    0

    Re: Which Programming Language Should I Learn To Design My Website?

    Hi, thanks for the replies!

    BlaineSch:
    Nope, I don't know HTML yet, just C and C++. Actually I'm really keen on doing this website, I've been thinking of learning web design for quite a while, even before I decided to set up this thing; I don't know if I will be designing any more in the future, but I'd love to add more languages to my repertoire, just for the heck of it But just out of curiosity, how much do you think something like this would normally cost?

    WingedPanther:
    Thanks, that was really detailed and helpful! I'll look into them soon...

    Also, I just found out about content management systems; I read that you can get something like a template from Joomla or Drupal, and tinker with it until the website looks how you want it to. Is this a good idea, especially for the kind of website I'm building?

  6. #5
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Which Programming Language Should I Learn To Design My Website?

    Cost? Free if you want lol

    If you want to spend some money you could get some books but if you want I could email you a few ebooks or something I have a few you might like.

    Learning HTML isnt hard you just gotta know where to look. This site below has HTML, CSS, PHP, and MySQL tutorials and walk throughs. You can learn everything here.

    W3Schools Online Web Tutorials


    If you wanna learn more advanced PHP you can always visit their website:
    PHP: Hypertext Preprocessor

    If you do not have hosting you can get free PHP hosting you can just do some tests on.
    Google


    If your just testing HTML just save your files in .html on your computer and open them up with your default browser and you should be great!

  7. #6
    Join Date
    Jul 2006
    Posts
    16,482
    Blog Entries
    75
    Rep Power
    143

    Re: Which Programming Language Should I Learn To Design My Website?

    WAMPserver is a very useful tool for testing, as well. If you're on Windows, it will allow you to use PHP, MySQL, etc on a Windows box and do all testing locally.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #7
    jwxie518's Avatar
    jwxie518 is offline Speaks fluent binary
    Join Date
    Jan 2009
    Location
    New York City
    Posts
    1,175
    Blog Entries
    1
    Rep Power
    19

    Re: Which Programming Language Should I Learn To Design My Website?

    I personally would suggest to go with XAMPP it's also for Windows and I use it myself.
    I might try WAMPserver later. Either one is good.

    Hmm since you have learned C and C++, PHP is a very popular choice today. Plus, PHP is influence by languages like Java, C++, C, Perl.
    It's free too....
    http://i3physics.com/blog
    *-*-*-*__ C++ revolutionized the modern programming language, but what happen to C+? Programming is just a study of chemistry __*-*-*-*

  9. #8
    Jordan Guest

    Re: Which Programming Language Should I Learn To Design My Website?

    You need to learn a server side language such as PHP. Ruby is also a popular choice. You'll also need to learn HTML and probably need to learn JavaScript as well.

  10. #9
    relapse's Avatar
    relapse is offline Programming Expert
    Join Date
    Jul 2009
    Location
    Intrawebs
    Posts
    479
    Blog Entries
    2
    Rep Power
    0

    Re: Which Programming Language Should I Learn To Design My Website?

    Sounds like you are trying to begin without having the needed tools. First learn HTML. Then CSS. Then you can pick a language like Ruby, PHP, or Perl. Then you'll probably want to expand out and learn a client-side web development language, JavaScript.

    That is a lot on your plate. Have fun.

  11. #10
    GabryelFall's Avatar
    GabryelFall is offline Learning Programmer
    Join Date
    Jul 2009
    Location
    Houston, Texas
    Posts
    67
    Rep Power
    0

    Re: Which Programming Language Should I Learn To Design My Website?

    All these comments great. But all you really need is HTML. CSS will help you make it prettier, JavaScript, PHP, Ruby will help you make it more user friendly. But none of that matters if you don't have a good base or skeleton. HTML is the most essential thing you need. Like BlaineSch suggested, go to W3Schools. Once you've got a good base branch out to CSS then PHP and/or JavaScript.

Closed Thread
Page 1 of 5 123 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Which programming language should I learn?
    By Jelllio in forum General Programming
    Replies: 9
    Last Post: 12-22-2010, 04:32 PM
  2. How do you learn a programming language?
    By Dan in forum Software Development Tools
    Replies: 56
    Last Post: 08-04-2010, 02:28 AM
  3. Is PHP the best web programming language to learn?
    By Kaabi in forum PHP Development
    Replies: 13
    Last Post: 07-31-2010, 07:26 AM
  4. Learn a Second Programming Language
    By crazycaw in forum General Programming
    Replies: 7
    Last Post: 07-15-2010, 07:37 PM
  5. which language to learn for GUI-programming?
    By joey7789 in forum General Programming
    Replies: 11
    Last Post: 05-26-2008, 10:03 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts