Do you hate updating the copyright notice at the bottom of all your pages?
It's January 1st and you have to update the copyright notice at the bottom of all your websites...
numero = 128
interpreted = N
texte = You could use the [include] context and create a footer.inc file and simply edit that single file, but there's an even better way by using the [date] command.Perhaps you copyright says(c) Copyright 2008 - 2013 WebDNA Software Corporationand you want to change it to(c) Copyright 2008 - 2014 WebDNA Software Corporation(such a tedious change every year, but yet so important)But with the simple, yet powerful WebDNA language all you need to do is this:(c) Copyright 2014 - [date %Y] WebDNA Software CorporationYou will NEVER AGAIN have to worry about changing the copyright notice!There are many other ways to format and display the current date automatically; to find out more read the Technical Reference manual for both the
[date] and
[format] contexts.
You could use the
[include] context and create a footer.inc file and simply edit that single file, but there's an even better way by using the
[date] command.
Perhaps you copyright says
(c) Copyright 2008 - 2013 WebDNA Software Corporation
and you want to change it to
(c) Copyright 2008 - 2014 WebDNA Software Corporation
(such a tedious change every year, but yet so important)
But with the simple, yet powerful WebDNA language all you need to do is this:
(c) Copyright 2014 - [date %Y] WebDNA Software Corporation
You will NEVER AGAIN have to worry about changing the copyright notice!
There are many other ways to format and display the current date automatically; to find out more read the Technical Reference manual for both the
[date] and
[format] contexts.
Matthew Perosi - Psi Prime
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...
WebDNA reference
...
WebDNA Modules
A list of the currently available modules...
[biotype]
BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
WebDNA Libraries
A list of available libraries for WebDNA...
Related Readings:
Annoying character on writefile
How do I get rid of or convert the line feed character during a writefile?...
Setting a 30-minute Cookie
Configuring the expires time for a short-term cookie is tricky...
How old am I?
You want to express an age in years given the dob (mm/dd/yyyy) and today's date...
Spaghetti code
How to get rid of very long search strings...
reCAPTCHA code
reCAPTCHA helps prevent automated abuse of your site (such as comment spam or bogus registrations) by using a CAPTCHA to ensure that only humans perform certain actions...
How to keep the text variable after a function has finished
By default...