ProfeC.net

Archive for the ‘JavaScript’ Category

AJAX Magazine: AHAH, Asychronous HTML and HTTP

By Lee • Feb 27th, 2006 • Category: JavaScript, X-HTML

AJAX ? AHAH ! sounds funny, but AHAH now stands for Asychronous HTML and HTTP, a technique for dynamically updating web pages using JavaScript, involving usage of XMLHTTPRequest to retrieve (X)HTML fragments which are then inserted directly into the web page, whence they can be styled using CSS. Nothing new until now, except that inspite [...]



AJAX Magazine: Network Monitoring with Ajax

By Lee • Feb 27th, 2006 • Category: JavaScript, Linux

This looks very interesting. Below you will find a link for MILA. I will probably be testing this on my systems here. If I do, I will let you know what happens and how it works…



Working With Alternate Style Sheets

By Lee • Jun 26th, 2005 • Category: CSS, JavaScript

How to implement a theme/style sheet switcher with JavaScript



Equivalents: Roman Numeral Converter

By Lee • Apr 2nd, 2005 • Category: JavaScript

Convert your Arabic nubmers to Roman on the fly with this script.



Form Validator

By Lee • Apr 2nd, 2005 • Category: JavaScript

I just got this from JavaScripts.com. Take a look…
( http://webdeveloper.earthweb.com/repository/javascripts/2003/12/330171/form_validation_rmk.html )
Code:

<!– pls. email me if you’ll use this
romack@linuxmail.org
simple form validation
12.18.2003 –>