Technical References - [!]

Hides text, usually a comment for the WebDNA developer to read.

numero = 250
interpreted = N
texte = [!]Any Text to be Hidden[/!] To hide comments in HTML pages so you can see them when you are developing a template, but web visitors cannot see them, put them inside a comment context. Anything inside the [!] context is hidden, and WebDNA will not execute. Example: [!]This text will be hidden from web visitors[/!] Many times you will want to keep notes for yourself in a WebDNA template, yet you do not want outsiders to see these notes. Unlike HTML comments, which are sent to the browser even though they are hidden from view (and can be seen with a View Source command), WebDNA comments never get sent to the remote browser. This shortens download times, and provides a degree of protection against prying eyes. [!]Any Text to be Hidden[/!]

To hide comments in HTML pages so you can see them when you are developing a template, but web visitors cannot see them, put them inside a comment context. Anything inside the [!] context is hidden, and WebDNA will not execute.

Example:

[!]This text will be hidden from web visitors[/!]

Many times you will want to keep notes for yourself in a WebDNA template, yet you do not want outsiders to see these notes. Unlike HTML comments, which are sent to the browser even though they are hidden from view (and can be seen with a View Source command), WebDNA comments never get sent to the remote browser. This shortens download times, and provides a degree of protection against prying eyes.

DOWNLOAD WEBDNA NOW!

Top Articles:

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

[biotype]

BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...

WebDNA Modules

A list of the currently available modules...

WebDNA Libraries

A list of available libraries for WebDNA...

Tips and Tricks

A list of user-submitted tips ...

Related Readings:

Implement BioType

Here is the JavaScript code that captures the keystroke dynamics of a demo user and how to make WebDNA analyze it...

[scope]

Explicitly define a block of WebDNA code that has a separate variable space...

[founditems]

[founditems]...

[shell]

[shell] is a way to use the command line with your webserver...

[xsl]

Enables the WebDNA programmer to compile and apply XSL style sheets to XML data...

[closedatabase]

[CLOSEDATABASE db=FileName]...