Free Online Thesaurus

Thesauri
WordNet Thesaurus
Moby Thesaurus
Language Dictionaries
English Dictionary
Arabic Dictionary
Chinese Dictionary
Dutch Dictionary
French Dictionary
German Dictionary
Greek Dictionary
Hebrew Dictionary
Italian Dictionary
Japanese Dictionary
Korean Dictionary
Portuguese Dictionary
Russian Dictionary
Spanish Dictionary
Swedish Dictionary
Turkish Dictionary
Featured Translations
English Translation
Spanish Translation
German Translation
Italian Translation
French Translation
Portuguese Translation
Japanese Translation
Turkish Translation
Arabic Translation
Greek Translation
Russian Translation
Hebrew Translation
Babylon 8 - Your all-in-one solution
Award winning translation software trusted by millions. Translate from any language to any language.
   75 languages   1400 Dictionaries    Easy to use    Works offline  
  Full text translation    Currency converter    Spell check
  View Demo
Define     
  Search Web  Search Thesaurus


Get Babylon's Dictionary & Translation Software   Free Download Now!

Synonym of Active server pages

Wikipedia English - The Free Encyclopedia
Active Server Pages
Active Server Pages (ASP) is Microsoft's server-side script engine for dynamically-generated web pages. It is marketed as an add-on to Internet Information Services (IIS). Programming ASP websites is made easier by various  objects. Each object corresponds to a group of frequently-used functionality useful for creating dynamic web pages. In ASP 2.0 there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page.

See more at Wikipedia.org...

Wikipédia Français - L'encyclopédie libre
Active Server Pages
Active Server Pages (ASP) est une technologie développée par Microsoft utilisée dans la programmation Web.

Pour la suite, voir Wikipédia.org…

Wikipedia Deutsch - Die freie Enzyklopädie
Active Server Pages
Active Server Pages (ASP) ist eine von Microsoft entwickelte SSI-Nachfolgetechnologie, die mit Einsatz einer Skriptsprache wie VBScriptPerl oder JScript serverseitig Webseiten erzeugt. ASP wurde ursprünglich nur vom Webserver Internet Information Services (IIS) interpretiert. Mittlerweile gibt es auch verschiedene Portierungen für den Apache Webserver. ASP wurde im Jahr 1996 veröffentlicht. Man kann diese Technologie von ihren Möglichkeiten in Bezug auf die Webprogrammierung auf eine Stufe mit PHP, PerlScript, CFM und Perl stellen. In Java gibt es die Möglichkeiten der Servlets und Server Pages (JSP).

Mehr unter Wikipedia.org...

Polska Wikipedia – Darmowa encyklopedia
Active Server Pages
ASP (ang. Active Server Pages) to technologia firmy Microsoft służąca tworzeniu dynamicznych stron WWW wykonywanych po stronie serwera, oparta o jeden z dostępnych języków skryptowych.

Dokumenty ASP składają się z dwóch elementów:

Kod programu może być napisany w jednym z akceptowalnych przez ASP języków skryptowych (domyślnie wspierane oznaczone czcionką wytłuszczoną):


W celu uzyskania więcej informacji, zobacz w Wikipedia.οrg...

Wikipedia Italiano - L'enciclopedia libera
Active Server Pages
In informatica, le Active Server Pages (Pagine Server Attive, in genere abbreviato in ASP) sono pagine web contenenti, oltre al puro codice HTML, degli scripts che verranno eseguiti dal server per generare runtime il codice HTML da inviare al browser dell'utente (proprio per questo vengono in genere definite pagine web dinamiche). In questo modo è possibile mostrare contenuti dinamici (ad esempio estratti da database che risiedono sul server web) e modificarne l'aspetto secondo le regole programmate negli scripts, il tutto senza dover inviare il codice del programma all'utente finale (al quale va inviato solo il risultato), con un notevole risparmio di tempi e banda.

Per saperne di più visita Wikipedia.org...

Wikipedia Nederlands - De vrije encyclopedie
Active Server Pages
Active Server Pages (ASP) is een door Microsoft ontwikkelde technologie om dynamische webpagina's en complete websites te genereren. Met dynamisch wordt in dit verband bedoeld dat de pagina's zoals de gebruiker ze op z'n  browser te zien zal krijgen elke keer opnieuw worden opgebouwd. Op deze manier kan actuele informatie deel uitmaken van een pagina. 'Actueel' kan betekenen dat de informatie pas beschikbaar komt nadat de html al bepaald is; het kan ook zijn dat de informatie pas bekend is nadat de gebruiker heeft aangegeven waarnaar hij op zoek is; denk aan snuffelen in een assortiment. Dit staat dan tegenover statische webpagina's waarbij de HTML code ooit is aangemaakt, de gebruiker krijgt steeds dezelfde versie te zien. Tegenwoordig wordt ASP verder ontwikkeld onder de naam ASP.NET. ASP.NET is een nieuwe taal, gebaseerd op ASP, waarin meer mogelijkheden in zitten en waarbij gewerkt wordt binnen het .NET-framework.

Zie meer op Wikipedia.org...

Wikipedia Português - A enciclopédia livre
ASP
O ASP (de Active Server Pages) é uma estrutura de programação em Script que se utiliza de VBScript, JScript, PerlScript ou Python processadas pelo lado servidor para geração de conteúdo dinâmico na  Web.

Ele roda/corre nativamente em servidores Windows, através do serviço chamado de IIS (Internet Information Service) - o servidor web da Microsoft, ou do PWS (Personal Web Server) em ambientes com Windows 98. Além disso ele pode rodar/correr em outras plataformas, como Linux no servidor Apache quando usando um Módulo de um programa como o Tomcat.


Veja mais na Wikipédia.org...


ASP (desambiguação)
ASP pode ser:

Veja mais na Wikipédia.org...

Русская Википедия - свободная энциклопедия
Active Server Pages
ASP ( — «активные серверные страницы») — технология, разработанная компанией Microsoft, позволяющая легко создавать приложения для World Wide Web. ASP работает на платформе операционных систем линии Windows NT и на веб-сервере Microsoft IIS. ASP не является языком программирования — это лишь технология предварительной обработки, позволяющая подключать программные модули во время процесса формирования Web-страницы. Относительная популярность ASP основана на простоте используемых языков сценариев (VBScript или JScript) и возможности использования внешних COM-компонент.

Продолжение на Wikipedia.οrg...

Wikipedia Español - La enciclopedia libre
Active Server Pages
Active Server Pages (ASP) es una tecnología del lado servidor de Microsoft para páginas web generadas dinámicamente, que ha sido comercializada como un anexo a Internet Information Server (IIS). La tecnología ASP está estrechamente relacionada con el modelo tecnológico de su fabricante. Intenta ser solución para un modelo de programación rápida ya que programar en ASP es como programar en VisualBasic, por supuesto con muchas limitaciones ya que es una plataforma que no se ha desarrollado como lo esperaba Microsoft.

Ver más en Wikipedia.org...

Svenska Wikipedia – den fria encyklopedin
Active Server Pages
ASP, Active Server Pages, är en teknik utvecklad av Microsoft för att kunna baka in programkod (ASP-kod) i HTML-koden i webbsidor. ASP används för att skapa dynamiska webbsidor och webbapplikationer, exempelvis genom att läsa och skriva information till databaser. ASP-koden tolkas av webbservern som sedan levererar vanlig HTML-kod till webbläsaren, därav är ASP-koden inte synlig för användaren. ASP-kod kallas för "server-side script", till skillnad från "client-side script", som tolkas av användarens webbläsare (exempelvis JavaScript). De scriptspråk som vanligen används är VBScript och JScript.

Se mer på Wikipedia.οrg…

THE Eng-Cro Dictionary
active server pages
tehnologija aktivnih poslužiteljskih stranica  

Norsk Wikipedia (Bokmål og Riksmål) – Den frie encyklopedi
Active Server Pages
Active Server Pages (ASP) er en teknologi for å lage websider som inneholder server-side scripts. ASP er utviklet av Microsoft, og ble utviklet spesifikt for å håndtere utvikling av webapplikasjoner. ASP er innebygd i Microsofts Internet Information Service (IIS), og gir et script-grensesnitt som er enkelt å lære og som støttes av mange eksisterende HTML-designverktøy.

Les mer på Wikipedia.org...

hEnglish - advanced version
active server pages

active server pages
(asp) a scripting environment for microsoft internet information server in which you can combine html, scripts and reusable activex server components to create dynamic web pages


Babylon English
Active Server Pages
(Internet) scripting environment that enables programmers to combine HTML and reuseable ActiveX components with scripts to create dynamic Web pages (designed for use on Microsoft Web servers), ASP

Babylon English-Japanese
Active Server Pages
(インターネット)プログラマーがHTMLを組み立てダイナミックなウェブページが作成できるスクリプトを含むアクティブXコンポーネントが再利用できるスクリプト言語の環境

Babylon English-German
Active Server Pages
Active Server Pages, ASP, actives scipting Host der es Programmierern ermöglicht HTML und wiederverwendbare ActiveX Komponenten mit Scripts zu kombinieren um dynamische Webseiten zu erstellen (Computer)

Wikipedia ויקיפדיה העברית-האנציקלופדיה החופשית
Active Server Pages

Active Server Pages (עברית: דפי שרת אקטיביים), המוכרת גם בראשי התיבות ASP, היא טכנולוגיית צד-שרת מבית מיקרוסופט ליצירת אתרי אינטרנט דינמיים, המאפשרת תכנות בשפות ActiveX Scripting, שהמוכרות והנפוצות שבהן הן VBScript ו-JavaScript. קטעי הקוד משתמשים באובייקטים שמספקת ASP כדי לתקשר עם הלקוח ועם השרת, וכך ליצור יישום דינמי.

טכנולוגיית ASP זמינה בתאימות מלאה רק על שרתי IIS של מיקרוסופט. למרות זאת, קיימות חלופות עבור שרתים אחרים. טכנולוגיית ASP עבור שרת IIS ממומשת כרכיב ISAPI אשר מנתח את הדפים, ומספק את האובייקטים של ASP (ראו להלן) למנועי הסקריפטינג.


להמשך המאמר ראה Wikipedia.org...

Babylon English-Hebrew
Active Server Pages
(אינטרנט) סביבת סקריפט המאפשרת צירוף מסמכי HTML ורכיבי אקטיב-אקס עם תסריטים לצורך יצירת דפי רשת דינמיים (מיועדים לשימוש בשרתי הרשת של מיקרוסופט)

Babylon English-Italian
Active Server Pages
Active Server Pages o ASP, nuova tecnologia della Microsoft, che utilizza vari linguaggi fra cui il VBScript, per creare pagine Web dinamiche (inform.)

Ceská Wikipedie- Bezplatná encyklopedie
Active Server Pages
ASP (Active Server Pages) je skriptovací platforma spolecnosti Microsoft, primárne urcená pro dynamické zpracování webových stránek na strane serveru. Její nástupce, ASP.NET, lze chápat jako širší a komplexnejší technologii, která se od ASP v mnoha ohledech fundamentálne liší.

Více na Wikipedia.org...

Babylon English-Russian
Active Server Pages
ASP [комп.], среда работы со скриптами позволяющая совмещать элементы HTML и ActiveX со скриптами для создания динамических интернет-страниц (применяется на Microsoft Web-серверах) [комп.]

Magyar Wikipédia - az ingyenes Enciklopédia
Active Server Pages
Az ASP az Active Server Pages rövidítése, a Microsoft Visual Basic alapú webes programozási nyelve. Emiatt szinte kizárólag Windows alapú web-szervereken alkalmazzák. Szintaktikája a Visual Basic-ére hasonlít, kimenete pedig nem teljesen HTML-alapú (vannak benne VBScript-es elemek is). A .NET keretrendszer megjelenésével az ASP.NET váltotta fel.

További információt lásd Wikipedia.org...

Dansk Wikipedia - den frie encyklopædi
Active Server Pages
ASP står for Active Server Page og er et dynamisk server-side script programmeringsmiljø ligesom PHP. ASP er dog udviklet af Microsoft og læner sig mere op ad Visual Basic, hvor PHP læner sig op ad C/C++. ASP kan skrives i mange forskellige programmeringssprog, men de mest almindelige er dog Visual Basic og JScript.

Se mere på Wikipedia.org...

Fundset Deutsch2Chinese(S)
ASP(Active Server Page)
微软推出的动态脚本语言。是一种包含了使用VB Script或Jscript脚本程序代码的网页。当浏览器浏览ASP网页时,Web服务器就会根据请求生成相应的HTML代码然后再返回给浏览器,这样浏览器端看到的就是动态生成的网页。ASP是微软公司开发的代替CGI脚本程序的一种应用,它可以与数据库和其它程序进行交互。是一种简单、方便的编程工具。在了解了VBSCRIPT的基本语法后,只需要清楚各个组件的用途、属性、方法,就可以轻松编写出自己的ASP系统。ASP的网页文件的格式是.ASP。

An English-Spanish Dictionary (Granada University, Spain), 9.9
ASP (Active Server Page)
= ASP (Página Web Activa)
Ex: ASP (Active Server Page) is a convenient and powerful alternative to CGI (Common Gateway Interface) scripting, for Web database connectivity.

EH Dictionary (EN-HR)
active server pages
tehnologija aktivnih poslužiteljskih stranica

English-Croatian Dictionary
active server pages
tehnologija aktivnih poslužiteljskih stranica

Tony's English-Spanish LIS Dictionary, 4.8
ASP (Active Server Page) = ASP (Página Web Activa)
Ex: ASP (Active Server Page) is a convenient and powerful alternative to CGI (Common Gateway Interface) scripting, for Web database connectivity.

FOLDOC
Active Server Pages
<World-Wide Webprogramming> (ASP) A scripting environment for Microsoft Internet Information Server in which you can combine HTML, scripts and reusable ActiveX server components to create dynamic web pages.
IIS 4.0 includes scripting engines for Microsoft Visual Basic Scripting Edition (VBScript) and Microsoft JScriptActiveX scripting engines for Perl and REXX are available through third-party developers.
[URL?]
(1999-12-02)

Turk Dil Kurumu ve Turkiye Bilisim Dernegi:Mehmet Geden
Active Server Pages (ASP)
Etkin Sunucu Sayfaları

Chinese (T) Taiwan Big5
Active Server Pages (ASP)
[網路] 動態伺服器網頁 (.asp) .

アスキーデジタル用語辞典リンク http://yougo.ascii24.com/

Glossario di Internet e Informatica
ASP
Active Server Pages. Pagine HTML che includono uno o più script; questi vengono elaborati da un server Web di Microsoft (Internet Information Server o IIS) prima di essere inviate all’utente. Serve per aggiungere interazione con l’utente nella pagina Web; in genere raccoglie o elabora i dati immessi dall’utente sulla base di un archivio, creando una versione personalizzata della pagina e inviandola all’utente. È una caratteristica particolare di IIS di Microsoft (dal punto di vista del Web server) che funziona tuttavia con qualunque browser.

Glossario d'Informatica
Active Server Pages
Ambiente per script sul lato server con cui è possibile creare pagine Web dinamiche e applicazioni Web. Le pagine ASP sono file che contengono tag HTML , testo e comandi script e possono richiamare componenti COM (Component Object Model) per l'esecuzione di operazioni, ad esempio per la connessione a un database o per l'esecuzione di calcoli. Con ASP è possibile aggiungere contenuti interattivi alle pagine Web o creare intere applicazioni Web che utilizzano le pagine HTML come interfaccia per i clienti.

wikIT by matrix
Active Server Pages

ASP הינה טכנולוגיית צד-שרת שפותחה ע"י מיקרוסופט ומאפשרת הצגת תוכן דינמי בדפי אינטרנט. ASP עצמה אינה שפת תיכנות, אלא היא אוסף אובייקטים אשר את המניפולציות עליהם אנו מבצעים באמצעות שפת סקריפט כלשהי, כשהנפוצות שבהן הן VBScript ו- JavaScript.


שפת ברירת המחדל של ASP היא VBScript, וזו גם השפה שמיקרוסופט מנסה לקדם, לכן רוב הספרים והדוגמאות ברשת יהיו כתובים בשפה זו. למרות זאת, השפה המומלצת לכתיבת ASP היא Jscript.

להמשך המאמר ראה ...

ASP (Active Server pages)
Active Server Pages
ActiveX-automatisering,

Active Server Pages (ASP)
Een scriptomgeving op de server waarmee ActiveX-scripts en ActiveX-componenten op de server worden uitgevoerd. Ontwikkelaars kunnen webtoepassingen maken door scripts en componenten te combineren.

e-commerce
Active server Pages
Tecnologia utilizzabile per la realizzazione di applicazioni su server Web.

WebGuest Web Glossary
Active Server Pages (ASP)
Microsoft technology created to allow easy combination of HTML JavaScript and ActiveX .

Multimedia Glossary
Active Server Pages
click here

The Internet Dictionary
ASP
(Active Server Pages) By Microsoft. An open, compile-free application environment in which you can combine HTML pages, scripts, and ActiveX server components to create powerful Web-based business solutions. (These pages use the extension .asp)

  

 



Choose your language:
Diccionario | Dictionnaire | Dicionario | Dizionario | Wörterbuch | Словарь | λεξικό | sözlük | قاموس | ディクショナリ