Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: What code should I build a website in?  (Read 3464 times)

0 Members and 1 Guest are viewing this topic.

Google

    Topic Starter


    Mentor

    Thanked: 2
    • Certifications: List
    • Experience: Experienced
    • OS: Windows 7
    What code should I build a website in?
    « on: November 27, 2009, 08:11:30 PM »
    Hi, what is the best method to build a website? Im thinking xhtml with a css stylesheet?

    What are your takes on this?

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: What code should I build a website in?
    « Reply #1 on: November 28, 2009, 09:41:56 AM »
    Well, that would be the way to go.

    There aren't many options anyway.

    Google

      Topic Starter


      Mentor

      Thanked: 2
      • Certifications: List
      • Experience: Experienced
      • OS: Windows 7
      Re: What code should I build a website in?
      « Reply #2 on: November 28, 2009, 01:30:15 PM »
      Ok, yea didnt think so.  I'll probably have to use a bit of javascript in there too.

      kpac

      • Web moderator
      • Moderator


      • Hacker

      • kpac®
      • Thanked: 184
        • Yes
        • Yes
        • Yes
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 7
      Re: What code should I build a website in?
      « Reply #3 on: November 28, 2009, 03:30:31 PM »
      Well you NEED HTML anyway.

      When it comes to functionality and usability, for example, you can use CSS and JS.
      Instead of using plain HTML, you could use PHP, ASP, Java, ASP.NET, Coldfusion, Perl/CGI - that's where the options open.

      2x3i5x



        Expert
      • Thanked: 134
      • Computer: Specs
      • Experience: Familiar
      • OS: Windows 10
      Re: What code should I build a website in?
      « Reply #4 on: November 28, 2009, 06:31:54 PM »
      if you want to make your website using Flash, that's another way to go.  :)

      Google

        Topic Starter


        Mentor

        Thanked: 2
        • Certifications: List
        • Experience: Experienced
        • OS: Windows 7
        Re: What code should I build a website in?
        « Reply #5 on: November 28, 2009, 06:55:32 PM »
        Yea, but isn't that harder than even PHP?

        kpac

        • Web moderator
        • Moderator


        • Hacker

        • kpac®
        • Thanked: 184
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 7
        Re: What code should I build a website in?
        « Reply #6 on: November 29, 2009, 04:52:19 AM »
        It is, and you need special software to do it.

        Google

          Topic Starter


          Mentor

          Thanked: 2
          • Certifications: List
          • Experience: Experienced
          • OS: Windows 7
          Re: What code should I build a website in?
          « Reply #7 on: November 29, 2009, 09:27:56 AM »
          Ill stick with Xhtml, javascript and php...

          2x3i5x



            Expert
          • Thanked: 134
          • Computer: Specs
          • Experience: Familiar
          • OS: Windows 10
          Re: What code should I build a website in?
          « Reply #8 on: November 29, 2009, 11:01:26 PM »
          How about AJAX? Is it worth it to go that way?

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: What code should I build a website in?
          « Reply #9 on: November 30, 2009, 02:53:38 AM »
          I'm pretty sure AJAX is just a library or something for Javascript.
          I was trying to dereference Null Pointers before it was cool.

          Google

            Topic Starter


            Mentor

            Thanked: 2
            • Certifications: List
            • Experience: Experienced
            • OS: Windows 7
            Re: What code should I build a website in?
            « Reply #10 on: November 30, 2009, 07:16:06 AM »
            Asynchronous JavaScript And XML

            kpac

            • Web moderator
            • Moderator


            • Hacker

            • kpac®
            • Thanked: 184
              • Yes
              • Yes
              • Yes
            • Certifications: List
            • Computer: Specs
            • Experience: Expert
            • OS: Windows 7
            Re: What code should I build a website in?
            « Reply #11 on: November 30, 2009, 09:22:42 AM »
            AJAX is used mainly for dynamic pages where the user doesn't have to refresh the page to load new content. It uses JS to communicate with an XML and PHP file, which they then do some sort of function and return to the JS.