links for 2008-08-07 [delicious.com]
-
Mediawiki extension for syntax highlighting for source code
-
requires AlternateSyntaxParser extension in mediawiki
08 Aug 2008 dandye 0 comments
08 Aug 2008 dandye 0 comments
Because some WeoGeo Market users reported that they were not receiving email notifications, we had a need for User Testing across a variety of email platforms. Enter Mechanical Turk:

We created a 6 question survey focused on our registration and email validation process and offered 2 cents per completed survey. After only 3 batches of 6 surveys (18 total for a whopping 36 cents!) we identified and confirmed problems with AOL, MSN Hotmail, and Yahoo! Mail blacklisting IPs owned by EC2. Other EC2 users had reported similar problems which quickly led us to a solution.
The average time from release to completion for all of the surveys was about 45 minutes and the quality of the responses is very good. No corners were cut by the Automatons. This has been such a success that we will look to make more tests focused on other aspects of our web site.
WPMu, WP Codex, WordPress, blogging
How to configure WordPress Mu with Google Blog Search Pinging Service
By default, WordPress Mu pings Ping-o-Matic only and it is no longer possible to add new sites with the wp-admin interface: “Sites get pinged by default. That option [to add other Pinging Services] was removed to simplify the interface.” (donncha)
Thus, adding a new Pinging Service (in this case Google Blog Search Pinging Service) requires an update to the *_options table for each blog. Richard Pendergast clearly shows how to do this over on the DevLounge.
For example,
mysql> SELECT option_value
FROM [secret]_2_options
WHERE option_name = "ping_sites";
+----------------------------+
| option_value |
+----------------------------+
| http://rpc.pingomatic.com/ |
+----------------------------+
1 row in set (0.00 sec)
mysql> UPDATE [secret]_2_options
SET option_value = "http://rpc.pingomatic.com/\nhttp://blogsearch.google.com/ping/RPC2/"
WHERE option_name = "ping_sites";
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> SELCT option_value FROM [secret]_2_options WHERE option_name = "ping_sites";
+-------------------------------------------------------------------+
| option_value |
+-------------------------------------------------------------------+
| http://rpc.pingomatic.com/
http://blogsearch.google.com/ping/RPC2/ |
+-------------------------------------------------------------------+
1 row in set (0.00 sec)
07 Jul 2008 dandye 0 comments
04 Jul 2008 dandye 0 comments
02 Jul 2008 dandye 0 comments
01 Jul 2008 dandye 0 comments
30 Jun 2008 dandye 0 comments
29 Jun 2008 dandye 0 comments
28 Jun 2008 dandye 0 comments
26 Jun 2008 dandye 0 comments