Thread: Creating a web site

  1. #1
    Android geek@02's Avatar
    Join Date
    Mar 2004
    Location
    Kurunegala Colony, Sri Lanka, Sri Lanka
    Posts
    470

    Creating a web site

    Can you please point me to some good places on the net, which I can learn about creating web sites that can handle sales online?

    Thanks.

  2. #2
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Do you know HTML, ASP/PHP, Java Script.. or are you starting fresh..

  3. #3
    Android geek@02's Avatar
    Join Date
    Mar 2004
    Location
    Kurunegala Colony, Sri Lanka, Sri Lanka
    Posts
    470
    I can somewhat manage with HTML and JavaScript. And I have a better, pretty good knowladge of Flash's ActionScript and Dreamweawer.
    Last edited by geek@02; 03-14-2004 at 01:46 PM.

  4. #4
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Ok, here's a suggestion. If you don't know how to code the pages yourself, you're going to be way off when it comes to security. Let a professional do it or take some time and learn all the ins and outs if you really want to do it yourself.

    Here is a good company that will do it for you.

  5. #5
    DO NOT USE CLIENT SIDE SCRIPTING. JavaScript is client side scripting. Use some kind of server side scripting language, such as perl.

  6. #6
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    Originally posted by bludstayne
    DO NOT USE CLIENT SIDE SCRIPTING. JavaScript is client side scripting. Use some kind of server side scripting language, such as perl.
    WTF? Granted, none of your security handling should be done with Javascript, but there may be some small Javascript things that are necessary or useful (ie. showing/not showing shipping address input area, various other little user-friendly items)

    To simply say not to use it AT ALL is just stupid. You cannot do some things from server side scripting.

  7. #7
    Android geek@02's Avatar
    Join Date
    Mar 2004
    Location
    Kurunegala Colony, Sri Lanka, Sri Lanka
    Posts
    470
    Sorry if I gave you the impression that I want to build a site for sell something online right now. I just want to learn how they do it. So if you can tell me a few good sites you know, that teach people these kind of stuff, I’ll be very grateful.
    Thanks again.

  8. #8
    zsaniK Kinasz's Avatar
    Join Date
    Jan 2003
    Posts
    222
    you will probably want to learn some sql if you download mysql (www.mysql.com) it will give you a good opportunity to start. Then you can integrate it with php ( www.php.net ). If you do a search on google for tutorials on each of these and then integrating them it should put you on the right path.

    forgot: you'll probably need to set up an apache server to get php going, www.apache.org they have good documentation and so does www.php.net but you will probably want to learn sql from a book... much easier I have been using "Fundamentals of database systems" by Elmasri and navathe it has very broad coverage of databasing including sql... it got me going anyway and it makes a good reference

    anyway good luck with it
    Last edited by Kinasz; 03-19-2004 at 06:19 AM.
    "Assumptions are the mother of all **** ups!"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Great PC Repair/Diagnostic Web Site
    By jrahhali in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 09-14-2004, 02:55 PM
  2. creating a user login system for web pages
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 07-04-2002, 11:02 PM
  3. Game Company Web Sites
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-17-2001, 08:32 PM