Closed Thread
Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 46

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

  1. #21
    Join Date
    Jul 2008
    Location
    ┌∩┐(◣_◢)┌∩┐
    Posts
    1,579
    Blog Entries
    1
    Rep Power
    26

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

    Mines in HTML and CSS and a little JS, but thats cause I don't know PHP! lulz.
    #!CrunchBang Linux ~$ apt-get into it | #!(Statler:R20101205): OpenBox | Like Linux?
    “The cure for boredom is curiosity. There is no cure for curiosity.”

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #22
    xsonline is offline Learning Programmer
    Join Date
    Apr 2009
    Posts
    48
    Rep Power
    11

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

    I can get you started with a very easy to use CMS (Content Management System). Mostly the things you ask for already exist. So why reInvent the wheel? xhtml, css, Javascript, php and mysql still come in handy, but you should not spend too much time on writing everything by yourself.

    Also, this doesn't have to cost anything, and it can save you a lot of time! Take a look at Joomla and Virtualmart. This is completely free. For only € 25 per year you can have a website put online and professionally hosted. But it's also possible for free.

  4. #23
    xsonline is offline Learning Programmer
    Join Date
    Apr 2009
    Posts
    48
    Rep Power
    11

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

    Quote Originally Posted by compnoob88 View Post
    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!
    No, the download speed will not be affected by the language you use. However it is affected by the distance from the server and more importantly, the connection speed of the server and the user (and offcourse the number of downloaders).

    Like I said before, For what you want, you don't need to program 1 line of code. Many tools already exist and are free to download from the web. What you need is to choose a propper design for your site (have it made, or look for it online), and a good webhost.

    Once your website is online, the work only starts. You need to promote your company online.

    Depending on what you need, I'd say you could have your site up and running in 5 days with the propper guidelines.

  5. #24
    Kristian Finlay Guest

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

    PHP is a widely-used, general-purpose scripting language that was originally designed for web development, to produce dynamic web pages.

    If u want to develop a website u may approach web development companies to built u r website

  6. #25
    mdmichael is offline Newbie
    Join Date
    Apr 2009
    Posts
    8
    Rep Power
    0

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

    Well if you want to make the site yourself you defiantly need html and some css. You could use dreamweaver or microsoft frontpage it will make things much easier.

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

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

    Ouch! Frontpage = Evil. Use Kompozer if you want a cheap/free WYSIWYG HTML editor.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #27
    phillw's Avatar
    phillw is offline Learning Programmer
    Join Date
    Aug 2009
    Location
    Northwest England (UK)
    Posts
    82
    Blog Entries
    1
    Rep Power
    0

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

    I may be off topic here - In which case my apologies, but... If you are looking at a site for selling stuff on, oscommerce is a good engine - comes with paypal support. The default layout is not quite to my taste, but there is an excellent series of tutorials on altering how it looks, whilst retaining its functionaliity. Another option would be to design the web-site & use apps from the likes of google to put in the hooks for e-selling.
    You are, as noted by others, going to have to get to grips with some HTML & CSS stuff, again, there are some excellent articles on that.
    The engine of a web-site is pretty standard - it's how you make it look that takes the time !!!

    If you're using a linux based machine, then Kompozer is a good choice, if you're on win based system then NetObjects have a pretty decent free version for you to play with.

    Hope that helps.

    Regards,

    Phill.

  9. #28
    ma_la883 is offline Newbie
    Join Date
    Sep 2009
    Posts
    1
    Rep Power
    0

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

    Hey I want to read one useful article it will help you a lot...

    You can read this article here

  10. #29
    kris Guest

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

    you need to learn HtmL,PHP and java script

  11. #30
    Alex3k's Avatar
    Alex3k is offline Programmer
    Join Date
    Dec 2009
    Location
    England
    Posts
    109
    Blog Entries
    3
    Rep Power
    0

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

    Hey, something i found kinda useful was w3schools. Its made my the world wide web consortium (people that make the internet i think :S) and it has LOADS of resources and guides how to acutally make websites, it covers all of the above languages mentioned.
    Here is the link
    HTML Code:
    http://www.w3schools.com/
    Hope this helps

Closed Thread
Page 3 of 5 FirstFirst 12345 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