Hone Watson
-
Recent Posts
- Drupal 6 node.save services taxonomy xmlrpc php and python
- Nginx WordPress Mu FastCgi_Cache Conf Rewrites
- Trac configured with Nginx MySql Python SVN on Ubuntu
- Magento Sucks
- Python Gmail imaplib search subject get attachments
- menu.inc on line 2423 Duplicate entry menu router fix Drupal 6
- CSS WordPress Thematic
- perl: warning: Please check that your locale settings ubuntu
- Bulk Optimize Jpg’s Ubuntu Linux Command Line
- Upload Image WordPress Error Problem
- Hot Magazine News Blog Layouts
- Resize Elastic Block Store Volume Snapshot MySql XSF
- Ie6 Internet Exporer Install Ubuntu Ibex Intrepid Wine Tricks
- Copy MySQL Binaries
- Chemicals Feminizing Men – Low Fertility – Less Men – Men the Weaker Sex
-
Top Posts
- Why men are so horny
- Postfix Gmail SMTP Relay
- Python List Compare Difference - Python Sets
- Ie6 Internet Exporer Install Ubuntu Ibex Intrepid Wine Tricks
- Wordpress Form and Submit Article Plugins
- perl: warning: Please check that your locale settings ubuntu
- Vim Search and Replace Regex Patterns
- Linux Command Line "Search and Replace" Text in Files Recursively "Find and Replace" Grep Sed Python Regex Regular Expression
- Find and Remove Hidden Folders .svn Ubuntu Linux Command Line
- BigTable GQL ER Entity Relationship Database Tutorial for Google App Engine
- Python and Grep Regular Expressions Tutorial
- Nginx Wordpress Mu FastCgi_Cache Conf Rewrites
Category Archives: Web Apps
A simple tutorial on how to obtain geo coordinates with php and the Google Maps API.
Setting up Postfix can be a pain. Here’s the ultimate cheat sheet to setting up Postfix.
Amazing Grace is a beautiful WordPress theme from Vladimir Prelovac.
How to use the WordPress bundled jQuery.
A lists of Color Pickers for Ajax.
A selection of Ajax and Javascript scripts, forms, controls for Calendars and Time. Read More »

I’ve created this plugin called Video Search Pop N Code which allows you to search for videos, watch videos, get embed code, and format code within your wordpress editor without refreshing your browser.
This technology users the Google Ajax Search API.
Details and download of the plugin can be found here.
LightWindow is a lightbox function that you can use to create YouTube PopUp’s.
Nginx combined with WP Super Cache for WordPress Mu is an interesting idea. However, you can potentially set up a simpler, and superior caching system using internal Nginx features that replaces the need for Super Cache.
Update: Do not use this config for php. Instead use php-fpm with xcache or apc.
To configure Nginx to load balance multiple FastCgi servers use this type of configuration:
upstream servercom {
server 127.0.0.1:44440;
server 127.0.0.1:44441;
server 127.0.0.1:44442;
server 127.0.0.1:44443;
server 127.0.0.1:44444;
}location ~ \.php$ {
fastcgi_pass servercom;
fastcgi_index stream.app;
fastcgi_param SCRIPT_FILENAME /var/www/htdocs$fastcgi_script_name;
include /etc/nginx/fastcgi.conf;
}
function unregister_problem_widgets() {
unregister_sidebar_widget('Calendar');
unregister_sidebar_widget('Search');
}
add_action('widgets_init','unregister_problem_widgets');
Firstly you need postfix compiled with SASL and ssl support.
How to set up your Postfix for Virtual Domain Hosting.
How do you allocate permanent (Elastic) IP addresses to Amazon Ec2 accounts and the associate them with instances?
How do you find out what the PTR record is to your IP address?
In any Unix/Linux bash terminal type:
dig -x 64.226.42.29
Ning is worth half a billion. It’s official.
Donncha with the WordPress MU 1.5 release candidate.
BigTable vs MySql – whats the difference?
Komodo Edit is one of my favorite editors. In this quick run down you can find out:
- How to organise App Engine projects on Komodo Edit
- Python Code Intelligence Auto-Complete
- Launch the development server
Another Django Helper for Google App Engine. Read the article here.
Here’s a JavaScript Blog Client called “Blog This“.
These code samples for the Ebay Trading API include some PHP.


