Closed Thread
Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 46

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

  1. #11
    Showstopper's Avatar
    Showstopper is offline Programmer
    Join Date
    Jul 2009
    Posts
    170
    Blog Entries
    3
    Rep Power
    12

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

    Quote Originally Posted by GabryelFall View Post
    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.
    This guy is right on. Learn HTML first, you should probably know XHTML and CSS.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    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?

    actually if you don't want to waste your time, either pay someone to finish the site for you in a fair pay (some $100 - 300) with any existing open source project. Or you could just select an open source project that fits your need.
    http://i3physics.com/blog
    *-*-*-*__ C++ revolutionized the modern programming language, but what happen to C+? Programming is just a study of chemistry __*-*-*-*

  4. #13
    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?

    Could do that, but they wanted to learn and do it themselves. Which, IMHO, is the best way to go about something if you've got the time. Feel free (compnoob) to post and ask questions as you're learning and as you're working on your site. We would be more than happy to help out!

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

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

    Hello!

    Thanks for all the helpful replies! Seems like everybody agrees I should start with HTML and CSS first. I guess I'll start with these two, then start seriously looking into all the other things recommended in the thread; at this point I just can't seem to understand what is a server, host, testing, WAMPserver, XAMPP, server side language, client side language, etc, it's all very abstract/ I'm a real noob. Hopefully it'll all get clearer as I go along

    Oh, and thanks BlaineSch and GabryelFall for recommending w3Schools, I just checked it out, and it looks much better than this HTML book I borrowed a few days ago I've been reading it casually and fiddling around a bit using IE; it's really addictive.

    Yup, I'll post here again to let you know how the website goes Thanks again!

  6. #15
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

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

    Server is a computer specialized in serving other computers with information

    Host can either be a nickname for a server, or it could be someone who lets you use their server or parts or their server for your web pages.

    Testing is simply the phase you do before having a page work properly.

    WAMP server or XAMPP is both packages which installs an Web server (Apache), an SQL Server (MySQL), and PHP Scripting language. This is to enable you to try your work out locally, or even serve other people with our work if you have an public server with it.

    Server side language, are like php and perl, programs that are ran on the server, generation the html to show the complete web page for the user.

    Client Side language, are like javascript, which is ran within the web browser, modifiying the page on events like clicking a button or filling out a form.
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

  7. #16
    Join Date
    Jul 2009
    Posts
    12
    Rep Power
    0

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

    Ya, I would use html and CSS, i just started making websites and got into the hang of it in about a week

  8. #17
    markspenser is offline Newbie
    Join Date
    Jul 2009
    Location
    CANADA
    Posts
    2
    Rep Power
    0

    Thumbs up listen carefully

    for designing of only website you do not need to learn any language.
    you need to learn only photoshop. now after designing template you need to cut into images then you can create static website.
    if your website is data base driven then and then only you need to learn php or microsoft .net or java. other wise you need to learn only html and java script.

  9. #18
    scottk's Avatar
    scottk is offline Learning Programmer
    Join Date
    Jul 2009
    Location
    Atlanta, GA
    Posts
    35
    Blog Entries
    1
    Rep Power
    10

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

    It looks like I am the only .NET advocate on this thread but given what you need I think PHP would beat out ASP.NET in this case as you can get free php galleries and have more options for shopping carts. Watch out with the content management systems too -- typically you need a CMS when the person in charge of updating the site is not the developer. I say this because ~once a week I read about a joomla-related security issue.
    Scott Knake
    Custom Software
    Apex Software, Inc.

  10. #19
    arslan220 Guest

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

    i think you should learn php.

  11. #20
    iConquest's Avatar
    iConquest is offline Newbie
    Join Date
    Jul 2009
    Posts
    18
    Rep Power
    0

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

    I use lightbox on my site to make images' size increase on the same page when you click them.

    You'll have to google it - I cant post links.

Closed Thread
Page 2 of 5 FirstFirst 1234 ... 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