Monthly Archives: October 2011

AJAX: Learn The Basics Without Using Toolkit Libraries

AJAX is one of the popular acronym buzzwords in the world of web development technologies. It stands for Asynchronous JavaScript and XML. What it does is allow you to make your website far more dynamic by updating portions in realtime … Continue reading

Posted in AJAX, HOWTOs, JavaScript, PHP, XML | Tagged , , , , , | 1 Comment

JavaScript: Controlling a Popup Window’s Parent Window

You may find it useful to control a parent window from a generated popup window, such as being able to manipulate its look, content, etc. One example being a web application I wrote for work. In the portion for entering … Continue reading

Posted in HOWTOs, JavaScript | Tagged , , , , | 1 Comment

PHP: Checkbox Arrays with Javascript Usage

If you’ve created HTML forms then you’ll have used checkboxes and radio buttons for gathering user input. Taking it a step further you would link your form with a server-side scripting language such as PHP to capture the user input … Continue reading

Posted in HOWTOs, JavaScript, PHP | Tagged , , , , | Comments Off