 |
|
Coding our programmers specialise in Java Script
Website Design |
|
JavaScript is a scripting language introduced and
licensed by Netscape. It is used as a platform between user and application,
e.g. to enable users to design visually attractive interactive web sites.
However, several cases of security problems have arisen from the use of
JavaScript in the past; the consumer group even
recommended deactivating JavaScript. You should update your Internet browser
at regular intervals in order to avoid security loopholes (www.microsoft.com
or www.netscape.com).
The Trusted Shops web site is fully functional even without the use of
JavaScript; JavaScript is only employed to facilitate some applications.
|
|
ASP uses server-side scripting.
Active Server Pages or ASP, as it
is more commonly known, is a technology that enables you to make dynamic and
interactive web pages.
ASP uses server-side scripting to dynamically produce web pages that are not
affected by the type of browser the web site visitor is using.
The default scripting language used for writing ASP is VBScript, although you
can use other scripting languages like JScript (Microsoft's version of
JavaScript).
ASP pages have the extension .asp instead of .htm, when a page with the
extension .asp is requested by a browser the web server knows to interpret any
ASP contained within the web page before sending the HTML produced to the
browser. This way all the ASP is run on the web server and no ASP will ever be
passed to the web browser.
Any web pages containing ASP cannot be run by just simply opening the page in a
web browser. The page must be requested through a web server that supports ASP,
this is why ASP stands for Active Server Pages, no server, no active pages.
As ASP was first introduced by Microsoft on it's web server, Internet
Information Services (IIS), that runs on Windows 2000/XP Pro/NT4, it is this web
server that ASP pages usually run best on.
|
|
|

HTML
LET OUR PROGRAMMERS HELP YOU.

HyperText Markup Language
(HTML) is a language to specify the structure of documents for retrieval across
the Internet using browser programs of the
WorldWideWeb.
HTML is an application of the
Standard Generalized Markup Language (SGML)
which is the International Standard (ISO 8879) for text markup. The principle is
that text markup concentrates on structure
rather than appearance, making the files
more reuseable and leaving the visual details to the end-user software (like the
browser you're reading this with now).

|