SlideShare a Scribd company logo
1 of 6
Download to read offline
How The Internet Works
  1. How ActiveX Works
  2. How JavaScript Works
  3. How Java Work
  4. How CGI Scripting Works
How ActiveX Works


       ActiveX is a Microsoft created
       technology that enables different
       software applications to share
       information and functionality.
       ActiveX only works with Microsoft
       applications like Word, Excel,
       Internet Explorer and PowerPoint,
       and will only work on a computer
       running the Windows operating
       system.
How JavaScript Works


       JavaScript is what is called a
       Client-side Scripting Language.
       That means that it is a computer
       programming language that runs
       inside an Internet browser (a
       browser is also known as a Web
       client because it connects to a
       Web server to download pages).
How Java Works


  All of the tools you need to start
  programming in Java are widely
  available on the Web for free. There is
  also a huge amount of educational
  material for Java available on the Web,
  so once you finish this article you can
  easily go learn more to advance your
  skills. You can learn Java programming
  here without spending any money on
  compilers, development environments,
  reading materials, etc. Once you learn
  Java it is easy to learn other languages,
  so this is a good place to start.
How CGI Scripting Work

    On most Web servers, the CGI mechanism has
    been standardized in the following way. In the
    normal directory tree that the server considers to
    be the root, you create a subdirectory named cgi-
    bin. (You can see this directory in the figure on
    the previous page.) The server then understands
    that any file requested from the special cgi-bin
    directory should not simply be read and sent, but
    instead should be executed. The output of the
    executed program is what it actually sent to the
    browser that requested the page. The executable
    is generally either a pure executable, like the
    output of a C compiler, or it is a PERL script.
    PERL is an extremely popular language for CGI
    scripting.
Reference


http://entertainment.howstuffworks.com/activex-for-animation1.htm
http://computer.howstuffworks.com/question369.htm
http://computer.howstuffworks.com/program.htm
http://computer.howstuffworks.com/cgi2.htm

More Related Content

Viewers also liked

Jan lokpal vs govt. lokpal
Jan lokpal vs govt. lokpalJan lokpal vs govt. lokpal
Jan lokpal vs govt. lokpalPandurang Shinde
 
More awesome than ea
More awesome than eaMore awesome than ea
More awesome than eaRuth Deller
 
August 2012 1ID and Fort Riley Monthly News Update
August 2012 1ID and Fort Riley Monthly News UpdateAugust 2012 1ID and Fort Riley Monthly News Update
August 2012 1ID and Fort Riley Monthly News UpdateNoel Waterman
 
31 July 2012 1HBCT Weekly News Update
31 July 2012 1HBCT Weekly News Update31 July 2012 1HBCT Weekly News Update
31 July 2012 1HBCT Weekly News UpdateNoel Waterman
 
NIFTY WEEKLY VIEW 23 January 2011
NIFTY WEEKLY VIEW 23 January 2011NIFTY WEEKLY VIEW 23 January 2011
NIFTY WEEKLY VIEW 23 January 2011alokjee
 
Understanding Places 09
Understanding Places 09Understanding Places 09
Understanding Places 09keneustadt
 
Ft Riley MWR's Fall Guide 2012
Ft Riley MWR's Fall Guide 2012Ft Riley MWR's Fall Guide 2012
Ft Riley MWR's Fall Guide 2012Noel Waterman
 
Str8ts: Solution to Weekly Extreme Str8ts #31
Str8ts: Solution to Weekly Extreme Str8ts #31Str8ts: Solution to Weekly Extreme Str8ts #31
Str8ts: Solution to Weekly Extreme Str8ts #31SlowThinker
 
A day in the life
A day in the lifeA day in the life
A day in the lifesgarrettp7
 
Aftersocialnetworking 110120193103 Phpapp01
Aftersocialnetworking 110120193103 Phpapp01Aftersocialnetworking 110120193103 Phpapp01
Aftersocialnetworking 110120193103 Phpapp01Viroo Mirji
 
99 04 mustang accent light install
99 04 mustang accent light install99 04 mustang accent light install
99 04 mustang accent light installmcqueenpker
 

Viewers also liked (17)

Jan lokpal vs govt. lokpal
Jan lokpal vs govt. lokpalJan lokpal vs govt. lokpal
Jan lokpal vs govt. lokpal
 
More awesome than ea
More awesome than eaMore awesome than ea
More awesome than ea
 
August 2012 1ID and Fort Riley Monthly News Update
August 2012 1ID and Fort Riley Monthly News UpdateAugust 2012 1ID and Fort Riley Monthly News Update
August 2012 1ID and Fort Riley Monthly News Update
 
2011
20112011
2011
 
31 July 2012 1HBCT Weekly News Update
31 July 2012 1HBCT Weekly News Update31 July 2012 1HBCT Weekly News Update
31 July 2012 1HBCT Weekly News Update
 
Scavenger hunt
Scavenger huntScavenger hunt
Scavenger hunt
 
NIFTY WEEKLY VIEW 23 January 2011
NIFTY WEEKLY VIEW 23 January 2011NIFTY WEEKLY VIEW 23 January 2011
NIFTY WEEKLY VIEW 23 January 2011
 
Understanding Places 09
Understanding Places 09Understanding Places 09
Understanding Places 09
 
Ft Riley MWR's Fall Guide 2012
Ft Riley MWR's Fall Guide 2012Ft Riley MWR's Fall Guide 2012
Ft Riley MWR's Fall Guide 2012
 
Media evaluation
Media evaluationMedia evaluation
Media evaluation
 
Resource centre
Resource centreResource centre
Resource centre
 
Str8ts: Solution to Weekly Extreme Str8ts #31
Str8ts: Solution to Weekly Extreme Str8ts #31Str8ts: Solution to Weekly Extreme Str8ts #31
Str8ts: Solution to Weekly Extreme Str8ts #31
 
A day in the life
A day in the lifeA day in the life
A day in the life
 
Sociology group
Sociology groupSociology group
Sociology group
 
Aftersocialnetworking 110120193103 Phpapp01
Aftersocialnetworking 110120193103 Phpapp01Aftersocialnetworking 110120193103 Phpapp01
Aftersocialnetworking 110120193103 Phpapp01
 
99 04 mustang accent light install
99 04 mustang accent light install99 04 mustang accent light install
99 04 mustang accent light install
 
Displify show
Displify showDisplify show
Displify show
 

Brine2

  • 1. How The Internet Works 1. How ActiveX Works 2. How JavaScript Works 3. How Java Work 4. How CGI Scripting Works
  • 2. How ActiveX Works ActiveX is a Microsoft created technology that enables different software applications to share information and functionality. ActiveX only works with Microsoft applications like Word, Excel, Internet Explorer and PowerPoint, and will only work on a computer running the Windows operating system.
  • 3. How JavaScript Works JavaScript is what is called a Client-side Scripting Language. That means that it is a computer programming language that runs inside an Internet browser (a browser is also known as a Web client because it connects to a Web server to download pages).
  • 4. How Java Works All of the tools you need to start programming in Java are widely available on the Web for free. There is also a huge amount of educational material for Java available on the Web, so once you finish this article you can easily go learn more to advance your skills. You can learn Java programming here without spending any money on compilers, development environments, reading materials, etc. Once you learn Java it is easy to learn other languages, so this is a good place to start.
  • 5. How CGI Scripting Work On most Web servers, the CGI mechanism has been standardized in the following way. In the normal directory tree that the server considers to be the root, you create a subdirectory named cgi- bin. (You can see this directory in the figure on the previous page.) The server then understands that any file requested from the special cgi-bin directory should not simply be read and sent, but instead should be executed. The output of the executed program is what it actually sent to the browser that requested the page. The executable is generally either a pure executable, like the output of a C compiler, or it is a PERL script. PERL is an extremely popular language for CGI scripting.