Colorized pretty source code htaccess method
Tired of black and whit coding that looks like what’s above? Want to colorize it to look like this instead: Here is how to make colorized pretty source code using the .htacess method for .phps files:...
View ArticleHow to tell if the cURL extension is enabled
To determine if the cURL extension is enabled, run the following code on your server: <?php var_dump(curl_version()); ?> Success! - If cURL exists and is enabled it should return something that...
View ArticleHow to change the server date and time
This is more a Linux task than a PHP one, but for those needing to change their server date/time, it can be done with the linux DATE command as follows: date - s `+ 1500` This might require root or...
View ArticleUpgrading the built-in WP search
Producing search results from a Wordpress-powered blog that look like something a traditional search engine would produce is not as difficult as it might seem, thanks to a comprehensive plugin and...
View ArticleApache, PHP, JSP and MySQL on Windows XP / 2000
My friend, Lestat, and I were talking earlier today about PHP and Windows earlier today and tonight in my PHP stream I noticed the following article from mpcon.org: This is a quick guide to install and...
View ArticlePHP Markdown Extra
Script/website: michelf.com/projects/php-markdown/ Requirements: PHP Installation time: Varies. Wordpress plugin installation takes less than a minute Difficulty: Easy License: Free, BSD-style open...
View ArticleSetting up a new Wordpress blog
This guide assumes you have already downloaded and unzipped/untarred the most current Wordpress version. These instructions do not cover the multi-user WP version. Steps for setting up a new Wordpress...
View ArticleInstalling Apache, PHP, MySQL on Windows XP
Didn’t try these tutorials out, but they look pretty thorough and thought I’d pass them along: These are how-to tutorials to give step by step instructions for installing, setting up, and configuring...
View ArticleAJAX MyTop
Man, how many clicks does it take to get the download these days at Sourceforge? Seems like it took me a half dozen to get to the AjaxMyTop project download. MyTop creator Jeremy Zawodny writes:...
View ArticleApache + PHP on Mac OS X
Though the screenshots have changed the basic process is the same, Kevin Hemenway, takes readers through how to setup an Apache server on Mac OS X and then how to turn on PHP 4. To edit the httpd.conf...
View Article