Re: Server-side JavaScript




Jamiil wrote:

I have been reading a book on JavaScript that is mostly for the
client-side, however, I'd like to learn the language from the
server-side, is there a book anyone could recomend?
TIA

From my own knowledge, JScript (MS implementation of ECMA script) for
ASP server side is identical to JScript in the browser (although the
Sun One implementation of JScript in its Chilisoft ASP software has
some bugs).

The additional things you need to learn about are not JScript as such,
but the host objects (Application, Session, etc) provided by the ASP
environment, and general ASP scripting techniques (common to whatever
language you use for ASP). Look for books relating to ASP, or ask in
an ASP newsgroup.

Regards

Julian Turner

.



Relevant Pages

  • Re: Why is MS trying to get rid of JScript?
    ... > can do in one line, then the language that can do the 1 liner ... Dave is able to lift ... While I am 100% committed to JScript for ASP, ...
    (microsoft.public.scripting.jscript)
  • Re: ASP vs ASP.NET development time
    ... In any language or development platform, ... >> Now, in order to compare speed of development, you have to know both ASP ... If you only know ASP, you have a learning curve, so your first ... >>> I hear all the time that ASP.NET improves development time by 20%. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Internationalizing a web site
    ... No, but when you add a language, modifying the DB schema and all ... accompanying stored procedures, queries and code is. ... > A slightly more efficient way of doing this would be to build the ASP ... >> strings etc. ...
    (microsoft.public.inetserver.asp.db)
  • Re: Internationalizing a web site
    ... That's exactly how MS Site Server used to do it. ... A column per language is no big deal. ... A slightly more efficient way of doing this would be to build the ASP pages ... > strings etc. ...
    (microsoft.public.inetserver.asp.db)
  • Re: Programming with ASP
    ... VbScript (for asp pages), but you can use whatever other scripting ... You can change the to whatever your scripting language requires ... The closest FrontPage gets to a server side scripting language (apart ...
    (microsoft.public.frontpage.programming)