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

Poll

which one should i use ????

HDML
0 (0%)
HTML
5 (50%)
JavaScript
1 (10%)
PHP
4 (40%)
XML
0 (0%)

Total Members Voted: 7

Author Topic: Internet and web page development  (Read 15698 times)

0 Members and 2 Guests are viewing this topic.

kareem eltanahy

    Topic Starter


    Beginner
  • Thanked: 16
    Internet and web page development
    « on: December 18, 2009, 02:23:12 PM »
    which one should i use in Internet and web page development ????

    plz vote and for more info plz reply me..

    Carbon Dudeoxide

    • Global Moderator

    • Mastermind
    • Thanked: 169
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Experience: Guru
    • OS: Mac OS
    Re: Internet and web page development
    « Reply #1 on: December 18, 2009, 02:52:49 PM »
    Are you trying to ask for help in developing a web page?

    kareem eltanahy

      Topic Starter


      Beginner
    • Thanked: 16
      Re: Internet and web page development
      « Reply #2 on: December 18, 2009, 03:14:56 PM »
      to make and develop any web page... :o

      eg_guru



        Greenhorn

        Re: Internet and web page development
        « Reply #3 on: December 31, 2009, 01:12:15 PM »
        html is good but hard you should know that.... 8) 8) 8) 8) 8) 8) 8) 8) 8)

        kpac

        • Web moderator


        • Hacker

        • kpac®
        • Thanked: 184
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 7
        Re: Internet and web page development
        « Reply #4 on: December 31, 2009, 01:15:19 PM »
        There's only one basic language you can use.

        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: Internet and web page development
        « Reply #5 on: December 31, 2009, 04:00:45 PM »
        HTML is the only one up there that can really be used for web development; I mean, sure, you can use PHP, but that php code is going to have to return something that the client can understand to render the web page, and that's gotta be html or xhtml. javascript is a client-side scripting language and is not very useful when not contained in an HTML page's DOM; only thing you could do is the same as php; write out html.

        xml doesn't even fit the bill, since it's not really a markup language in the strictest sense; tags can be anything and mean anything to different clients. of course with proper XSL files you could turn it into something sensible, but that is a heck of a lot more difficult then using HTML.

        html is good but hard you should know that.... 8) 8) 8) 8) 8) 8) 8) 8) 8)
        I might also add that html is relatively simple once you understand the basic semantics; it's a mark-up language, not a programming language. Nearly every other web technology builds upon html, and most server-side scripts main purpose is to return html to the client.

        HDML is simply a specialized version of HTML designed for handheld devices.
        I was trying to dereference Null Pointers before it was cool.

        Geek-9pm


          Mastermind
        • Geek After Dark
        • Thanked: 1026
          • Gekk9pm bnlog
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 10
        Re: Internet and web page development
        « Reply #6 on: December 31, 2009, 04:09:48 PM »
        Quote
        HTML is the only one up there that can really be used for web development;
        Wrong.

        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: Internet and web page development
        « Reply #7 on: December 31, 2009, 04:18:19 PM »
        I was trying to dereference Null Pointers before it was cool.

        harry 48



          Egghead

        • lay back , relax and chill out
        • Thanked: 129
          • Yes
          • Yes
          • Yes
          • Dribbling Pensioner
        • Certifications: List
        • Experience: Familiar
        • OS: Windows 7
        Re: Internet and web page development
        « Reply #8 on: December 31, 2009, 04:35:57 PM »
        why do you ask when you have 5 years of pc programming

        kpac

        • Web moderator


        • Hacker

        • kpac®
        • Thanked: 184
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 7
        Re: Internet and web page development
        « Reply #9 on: December 31, 2009, 04:39:13 PM »
        Wrong.
        Why don't you give a reason instead of wasting DB space?

        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: Internet and web page development
        « Reply #10 on: December 31, 2009, 04:40:13 PM »
        why do you ask when you have 5 years of pc programming

        heh

        good catch...

        Yes Kareem, Do tell!

        Why don't you give a reason instead of wasting DB space?

        Yeah, and if your going to waste it, waste it properly, like I do.
        I was trying to dereference Null Pointers before it was cool.

        Geek-9pm


          Mastermind
        • Geek After Dark
        • Thanked: 1026
          • Gekk9pm bnlog
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 10
        Re: Internet and web page development
        « Reply #11 on: December 31, 2009, 04:42:15 PM »

        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: Internet and web page development
        « Reply #12 on: December 31, 2009, 04:47:24 PM »

        Trellix

        Why do you ask?

        Trellix is a site builder.

        it outputs HTML.
        I was trying to dereference Null Pointers before it was cool.

        kpac

        • Web moderator


        • Hacker

        • kpac®
        • Thanked: 184
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 7
        Re: Internet and web page development
        « Reply #13 on: December 31, 2009, 04:48:32 PM »
        Geez, another dead argument before it even started. :D

        Geek-9pm


          Mastermind
        • Geek After Dark
        • Thanked: 1026
          • Gekk9pm bnlog
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 10
        Re: Internet and web page development
        « Reply #14 on: December 31, 2009, 04:59:22 PM »
        Trellix is a site builder.
        it outputs HTML.
        Glad you admit I was right.