Category Archives: Software

Software setup and reviews

Code Syntax Highlighting plugin for WordPress


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /srv/www/wordpress/wp-content/plugins/wp-syntax/wp-syntax.php on line 380

Just thought I would share how I got syntax highlighting to work on the previous post on XAJAX. Check out the WordPress plugin wp-syntax. Blurb: WP-Syntax provides clean syntax highlighting using GeSHi — supporting a wide range of popular languages. … Continue reading

Posted in Software, Tech | Leave a comment

XAJAX library


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /srv/www/wordpress/wp-content/plugins/wp-syntax/wp-syntax.php on line 380

Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /srv/www/wordpress/wp-content/plugins/wp-syntax/wp-syntax.php on line 380

Today, I want to talk about my favorite AJAX library, XAJAX. According to Wikipedia: xajax is an open source PHP class library implementation of AJAX that allows developers to create web-based Ajax applications using HTML, CSS, JavaScript, and PHP. Applications … Continue reading

Posted in Software, Tech | Leave a comment