|
||||
| Subscribe to our courses : JavaScript on NetMeeting Php home | ||||
It is possible to propose your membership using the JavaScript form in this page. After your member ship request, you will receive e-mail confirmation for acceptancy and for Login & Password, as this is not a fake-cookie feature-production of access data.
|
Services description
Subscription for one Year costs 50
Site is in English/Italian language, some pages and sections are not bilingual, (the administration recommend to use altavista babelfish program to help where necessary)
In the restricted area the member will find A lot of JavaScript applications and examples where source code is outlayed in transparency, he is authorized to copy and use the scripts he likes, but living the desired merits for the authors, nested as comments into source code, where required.
Among the arguments the member will find :
- The password system implementation of this site and other system client-side, fonts of scripts will be revealed and usefull tips for implementing the system will be available.
- The combining methods for the forms handling which is very usefull also for other applications, such as Virtualshops.
- Tips to implement a FormMail cgi-bin, to improve the security in web-data transmission.
- The restricted areas is a section-site completely managed with cookies in JavaScript combined with a medium-high password system, where preferred pages may be choosen and saved in a confortable navigation bar.
- Advanced scripts on JavaScript objects like Date, bgColor, Array, Image, Forms. Note
- A tutorial on Microsoft Image Composer, included into Frontpage-Microsoft to manage images for the web and able to elaborate and modify animated Gifs.[ The animated Origami-Stork in this page is an example of it and our own project ]
Note
Obviously the member is required to have a basic background in html and the knowledge of JavaScript "comments" management besides accuracy in Copy & Paste and know-how in saving files.
Our webmasters will try to help extemporarily the members when required and possible.
The following links are examples of Copy & Paste of increasing difficulty :
- Demo of a basic example
- Demo of an advanced example
For a beginner the basic Demo contains the step by step procedure to Copy & Paste & Save the script
"The Super Watch"
Test this script [click on the link aside]
PHP programming is quite similar ... you only need a PHP webserver that provides you with the php extensions or a subdomain in our affiliated website. |
| Blink in Internet Explorer |
( advanced )
NB :This script is used at the link "Description" in this page, to use it twice you need to change a few variables'names.<!--Start Copy & Paste--> <Script language="JavaScript1.2"> <!-- /* In a Netscape browser this Script is trasparent and text description normally blinks ! */ function initArray() { this.length = initArray.arguments.length; for (var i = 0; i < this.length; i++) { this[i] = initArray.arguments[i];}} var ctext = "description";/*Change this text description and if single quote are used let them be preceded by a backslash for example : "Time's break" must be written : var ctext = "Time\'s break";*/ var x = 0;/*Script continues in right cell*/ |
var color = new initArray( "red",/*Change color here.*/ "blue",/*Change color here.*/ "lime",/*Change color here.*/ "white");/*To add new colors set a comma after the double quote of white and add for example : "brown");...etc*/ if (navigator.appVersion.indexOf("MSIE") != -1) {document.write('<span id="c">'+ctext+'</span>');} function chcolor(){ if (navigator.appVersion.indexOf("MSIE") != -1) {document.all.c.style.color = color[x];} (x < color.length-1) ? x++ : x = 0;} setInterval("chcolor()",250); //Blinking Frequence if(navigator.appName == "Netscape") {document.write("<blink>"+ctext+"</blink>");} //--> </script> <!--Copy & Paste End--> |
Why submitting ? Certainly you have experienced to contact some file Author for inquire ! Have you got an answer ? Most of the time your inquire is not even read, but authomatically you receive an e-mail telling you to search the answer in the faq - page.
To reference our work and estabilish a contact !(When we will get hundred visits a day we will do the same !)We are not selling anything, but we just want establish a bilateral constructive contact, and if a member comes up with some remark or bug report, we verify and thank him for the help. mea culpa
Warning
|
<form name=ironico> <input type=text name=ironicotxt value="This is a Super Watch !"size=34> <input type=reset value=reset> </form> <script language=javascript> <!-- function TimePlease() {(document.forms.ironico.ironicotxt.value=' Same time of yesterday at this time');} //--> </script> <a href=javascript:TimePlease()>What time is it <font size=6>?</font></a> |
<script language=javascript> <!-- function TimePlease() {(document.forms.ironico.ironicotxt.value='\ Same time of yesterday at this time');} document.write('<form name=ironico>\ <input type=text name=ironicotxt value=\ "This is a Super Watch !\"size=34>\ <br><b><i><a href=javascript:TimePlease()>\ What time is it <font size=6>?</font></a>\ </i></b> <input type=reset value=reset></form>') //--> </script> |