What is DHTML?
DHTML may sound like a language but it’s not. DHTML is a term for making web pages dynamic and interactive, by combining the power of HTML, JavaScript, DOM and CSS.
Calling JavaScript when a webpage loads
There are a couple opportunities for calling a JavaScript function or running JavaScript coded when a web page loads in a person’s web browser. Read more…
Ajax and PHP
AJAX in a word… SWEET! I love it. AJAX stands for Asynchronous JavaScript and XML. Basically it allows your web page to load content AFTER the web page has already loaded. Read more…