Translator

Archives
Tags
3D Graphics Apache Apple captcha cat CentOS Checksum CMake DNSBL domain redirection Dovecot Fedora gd gzip howto htaccess IMAP iPhone jabber JavaScript Linux MacBook Mac OSX md5sum mod_rewrite MTA Multi-Volume MySQL Ogre3D Ogre Samples openfire PEAR PHP security images Sendmail sha1sum split SquirrelMail tar Ubuntu URL rewrite Volume Archive Xcode xmpp Yum
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 AJAX, howto, JavaScript, PHP, XML, XMLHttpRequest
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 Control Windows, howto, JavaScript, Popup Parent, Popup Window
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