<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Miscellaneous</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous</link>
<description></description>

<item>
<title>List of Thingy Fields</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/list-of-thingy-fields</link>
<description>SQL Report that generates a list of thingy fields sorted by Thing</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/list-of-thingy-fields</guid>
<pubDate>Wed, 02 Jul 2008 17:28:45 -0500</pubDate>
</item>

<item>
<title>Asset Checker Diagnostic Tool</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/asset-checker-diagnostic-tool</link>
<description>This allows you to look for corrupt assets as well as performance hogs in your site.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/asset-checker-diagnostic-tool</guid>
<pubDate>Thu, 22 May 2008 16:25:26 -0500</pubDate>
</item>

<item>
<title>backup.pl over ssh</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/backup_pl-over-ssh</link>
<description>I have created a quick fix to backup.pl from the /data/wre/sbin/ directory to be able to make backups over ssh. </description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/backup_pl-over-ssh</guid>
<pubDate>Sat, 12 Apr 2008 19:43:09 -0500</pubDate>
</item>

<item>
<title>Change archive status op posts in batch</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/change-archive-status-op-posts-in-batch</link>
<description>This script allows you to archive and unarchive all posts in a user definable part of the asset tree. Additionally it is possible to set the archiveAfter flag of collaboration systems for entire parts of your site at once.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/change-archive-status-op-posts-in-batch</guid>
<pubDate>Fri, 28 Mar 2008 09:40:37 -0500</pubDate>
</item>

<item>
<title>Sorting table tips</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/sorting-table-tips</link>
<description>here 2 tips to sort table with jquery and tablesorter : 1 - Sorting collaborative system search table.  - cd your_extra_folder/js/  - Download jquery and tablesorter : wget http://jqueryjs.googlecode.com/files/jquery-1.2.3.min.js </description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/sorting-table-tips</guid>
<pubDate>Sun, 16 Mar 2008 04:25:07 -0500</pubDate>
</item>

<item>
<title>Pending Version Tag Reminder Workflow Activity</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/pending-version-tag-reminder-workflow-activity</link>
<description>Send reminder about pending version tag.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/pending-version-tag-reminder-workflow-activity</guid>
<pubDate>Thu, 04 Oct 2007 13:46:50 -0500</pubDate>
</item>

<item>
<title>Login script - set user profile data</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/login-script---set-user-profile-data</link>
<description>This login script will set user profile data for the user logging in.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/login-script---set-user-profile-data</guid>
<pubDate>Thu, 13 Sep 2007 21:42:33 -0500</pubDate>
</item>

<item>
<title>W3C Validator Workflow</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/w3c-validator-workflow</link>
<description>This workflow validates your default page against the W3C Markup Validation Service.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/w3c-validator-workflow</guid>
<pubDate>Sat, 01 Sep 2007 02:44:15 -0500</pubDate>
</item>

<item>
<title>WccAutoVote</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/wccautovote</link>
<description>Whoa! Last day to enter the &#x22;Best Workflow Activity that Integrates with an External Service&#x22; contest and nobody has submitted anything!

Ok, here&#x27;s something fun..

Let&#x27;s choose someone else&#x27;s WebGUI site as the External Service to integrate with. For example.. a Poll on somebody else&#x27;s site... say... the community contest poll on webgui.org/wcc?  

:evil-grin:

Install this workflow on your own wG site to:
* Connect to an external wG site of your choosing (customisable in the options as &#x22;Site URL&#x22;, say.. www.webgui.org) 
* Register a new user on that site. The workflow starts by trying to register &#x22;autoVoter0&#x22; and then increments the index until it finds an unregistered name, eg. autoVoter1, autoVoter2, ..
* Login to the site as the new user and pull up the poll page (customisable in the options as &#x22;Poll URL&#x22;, say.. www.webgui.org/wcc)
* Vote for the poll answer of your choosing! (customisable in the options as &#x22;Answer&#x22;, say.. whichever entry you want flood in some votes for)

If you decided to run the workflow every minute or so off your own site... well you might be able to influence the votes slightly..
(and if you wanted to be really evil you could put your URLs through an anonymiser so that each vote would come from a unique IP)

The Deets
* The code depends on WWW::Mechanize (which you will need to install via cpan with the command &#x22;install WWW::Mechanize&#x22;)
* We&#x27;re basically site-scraping here so the code is dependent on the wG templates being used. I tested on the default wG tempaltes.
* We&#x27;re also dependent on &#x22;Allow Anonymous Registration&#x22; being turned on and Capcha turned off (both of which happen to be the case on webgui.org....)
* Everything is logged to the wG errorHandler so you can see exactly what the workflow is doing step-by-step (and the reasons for any breakages)  

Sample Output
INFO Log::Log4perl::Appender::log[182] Running with settings:
INFO Log::Log4perl::Appender::log[182] Site URL: http://mysite.com
INFO Log::Log4perl::Appender::log[182] Poll URL: http://mysite.com/mypoll
INFO Log::Log4perl::Appender::log[182] Answer: a1
INFO Log::Log4perl::Appender::log[182] Try to create an new user called: autoVoter0
INFO Log::Log4perl::Appender::log[182] Opened Create Account page
INFO Log::Log4perl::Appender::log[182] Found first form on page
INFO Log::Log4perl::Appender::log[182] Set username field
INFO Log::Log4perl::Appender::log[182] Set pasword field
INFO Log::Log4perl::Appender::log[182] Set pasword confirm field
INFO Log::Log4perl::Appender::log[182] Set pasword email field
INFO Log::Log4perl::Appender::log[182] Submitted form
INFO Log::Log4perl::Appender::log[182] Username already in use, try again!
INFO Log::Log4perl::Appender::log[182] Try to create an new user called: autoVoter1
INFO Log::Log4perl::Appender::log[182] Opened Create Account page
INFO Log::Log4perl::Appender::log[182] Found first form on page
INFO Log::Log4perl::Appender::log[182] Set username field
INFO Log::Log4perl::Appender::log[182] Set pasword field
INFO Log::Log4perl::Appender::log[182] Set pasword confirm field
INFO Log::Log4perl::Appender::log[182] Set pasword email field
INFO Log::Log4perl::Appender::log[182] Submitted form
INFO Log::Log4perl::Appender::log[182] Username already in use, try again!
INFO Log::Log4perl::Appender::log[182] Try to create an new user called: autoVoter2
INFO Log::Log4perl::Appender::log[182] Opened Create Account page
INFO Log::Log4perl::Appender::log[182] Found first form on page
INFO Log::Log4perl::Appender::log[182] Set username field
INFO Log::Log4perl::Appender::log[182] Set pasword field
INFO Log::Log4perl::Appender::log[182] Set pasword confirm field
INFO Log::Log4perl::Appender::log[182] Set pasword email field
INFO Log::Log4perl::Appender::log[182] Submitted form
INFO Log::Log4perl::Appender::log[182] Opened polling page
INFO Log::Log4perl::Appender::log[182] Ticked vote option
INFO Log::Log4perl::Appender::log[182] Submitted voting form
INFO Log::Log4perl::Appender::log[182] Voting seemed to succeed!
INFO Log::Log4perl::Appender::log[182] Finished.
</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/wccautovote</guid>
<pubDate>Fri, 31 Aug 2007 02:15:05 -0500</pubDate>
</item>

<item>
<title>OpenId Auth Module</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/openid-auth-module</link>
<description>OpenId Auth Module</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/openid-auth-module</guid>
<pubDate>Sun, 12 Aug 2007 17:22:56 -0500</pubDate>
</item>

<item>
<title>Form &#x22;CodeArea&#x22; Replacement</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/form-codearea-replacement</link>
<description>This FormField replaces the default &#x22;Codearea&#x22; FormField with CodePress Editor.


</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/form-codearea-replacement</guid>
<pubDate>Mon, 04 Jun 2007 11:01:03 -0500</pubDate>
</item>

<item>
<title>Debug db slaves script</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/debug-db-slaves-script</link>
<description>This little script can help you debug problems with your db slaves by</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/debug-db-slaves-script</guid>
<pubDate>Mon, 05 Mar 2007 15:31:16 -0600</pubDate>
</item>

<item>
<title>adduser.pl - add webgui user via url</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/adduser_pl---add-webgui-user-via-url</link>
<description>Script to add a user via a url - goes with the wiki article of the same name.
</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/adduser_pl---add-webgui-user-via-url</guid>
<pubDate>Thu, 22 Feb 2007 20:26:13 -0600</pubDate>
</item>

<item>
<title>Send an email to a specified address. WebGUI::VersionTag Workflow Activity</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/send-an-email-to-a-specified-address_-webguiversiontag-workflow-activity</link>
<description>This workflow activity will allow you to send an email when the workflow is executed. Macros are processed.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/send-an-email-to-a-specified-address_-webguiversiontag-workflow-activity</guid>
<pubDate>Mon, 05 Feb 2007 11:52:28 -0600</pubDate>
</item>

<item>
<title>Template import and export utility for WebGUI 7.3</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/template-import-and-export-utility-for-webgui-7_3</link>
<description>This script can be used to import and export WebGUI templates via the command line.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/template-import-and-export-utility-for-webgui-7_3</guid>
<pubDate>Fri, 19 Jan 2007 23:36:36 -0600</pubDate>
</item>

<item>
<title>switch_webgui.pl -- Switch between WebGUI source directories</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/switch_webgui_pl----switch-between-webgui-source-directories</link>
<description>Switch between different WebGUI source directories for development purposes. Automatically enables/disables sites in the WRE and restarts. Can be configured to work on non-WRE WebGUIs as well.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/switch_webgui_pl----switch-between-webgui-source-directories</guid>
<pubDate>Wed, 10 Jan 2007 12:39:54 -0600</pubDate>
</item>

<item>
<title>Help file for WebGUI 7.3.4</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-file-for-webgui-7_3_4</link>
<description>Flattened version of online Help for 7.3.4 (and earlier 7.3&#x27;s)</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-file-for-webgui-7_3_4</guid>
<pubDate>Sun, 07 Jan 2007 00:47:42 -0600</pubDate>
</item>

<item>
<title>Custom database names for addsite in WRE</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/custom-database-names-for-addsite-in-wre</link>
<description>These patches allow you to specify custom database names for your sites when using the addsite script in the WRE. This capability makes the difference for my being able to use the WRE at all, as I have database namespace issues and the assumptions of existing scripts to worry about. Posted here in case it&#x27;s useful to others, and in the hopes that maybe these patches will be incorporated into the official WRE.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/custom-database-names-for-addsite-in-wre</guid>
<pubDate>Thu, 30 Nov 2006 14:03:32 -0600</pubDate>
</item>

<item>
<title>Flat help generator script</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/flat-help-generator-script</link>
<description>This perl script outputs all the built-in help as 1 flat HTML file, as well as several of the files in the docs directory.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/flat-help-generator-script</guid>
<pubDate>Sat, 28 Oct 2006 19:04:43 -0500</pubDate>
</item>

<item>
<title>Help files for WebGUI 7.2.0</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-files-for-webgui-7_2_0</link>
<description>ZIP of help files for WebGUI 7.2.0 (and 7.1 and 7.0)</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-files-for-webgui-7_2_0</guid>
<pubDate>Sat, 28 Oct 2006 11:29:21 -0500</pubDate>
</item>

<item>
<title>WebGUI 7.0.7 (source) and FreeBSD 5.5</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/webgui-7_0_7-source-and-freebsd-5_5</link>
<description>Here&#x26;#39;s how I did it. :-) It&#x26;#39;s a very specialized setup that was requested by a customer but the basics are good. I hope it&#x26;#39;s a help to someone. Sorry about the HTML attachment ... it&#x26;#39;s a export from my Wiki</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/webgui-7_0_7-source-and-freebsd-5_5</guid>
<pubDate>Thu, 12 Oct 2006 15:56:29 -0500</pubDate>
</item>

<item>
<title>WUC Photo Gallery Demo</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/wuc-photo-gallery-demo</link>
<description>The attached file contains the Wobject code, template code, and database files created in the Wobject Workshop at the WUC 2006</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/wuc-photo-gallery-demo</guid>
<pubDate>Thu, 14 Sep 2006 17:43:35 -0500</pubDate>
</item>

<item>
<title>Orange AdminConsole 7.06</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/orange-adminconsole-7_06</link>
<description>The dutch love orange!</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/orange-adminconsole-7_06</guid>
<pubDate>Mon, 11 Sep 2006 08:08:46 -0500</pubDate>
</item>

<item>
<title>&#x22;WebGUI 7.0.6&#x22;+&#x22;Dapper Drake&#x22;</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/webgui-7_0_6dapper-drake</link>
<description>Full setup of Ubuntu 6.06 LTS &#x22;Dapper Drake&#x22; for WebGUI 7.0.6</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/webgui-7_0_6dapper-drake</guid>
<pubDate>Thu, 07 Sep 2006 07:44:34 -0500</pubDate>
</item>

<item>
<title>WebGUI 7 Bookmarks Toolbar</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/webgui-7-bookmarks-toolbar</link>
<description>Synopsis

The WebGUI 7 Javascript Bookmarks Toolbar is a HTML document that can be imported into your browsers bookmarks folder. These bookmarks call WebGUI functions that will work in every WebGUI 7 website.

Example:

The website in the image on the right (click to enlarge) has no login form. With the &#x22;Log in&#x22; link however, you go straight to the login form.

Another example:

When your logged in, but are not in Admin mode, you can edit the page immediately without going to Admin mode first. 

Note: Not all functions are accessible by every user. Some functions are reserved for privileged users. Consult Ruling WebGUI for more information about privileges in WebGUI. 

Note: The page tree function requires the page tree pacakge. You can download it here: http://www.plainblack.com/user_contributions/user_contributions/packages/page-tree#F-xnPi5Rqz6GEeFNR6DtlA</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/webgui-7-bookmarks-toolbar</guid>
<pubDate>Thu, 18 Aug 2005 12:47:30 -0500</pubDate>
</item>

<item>
<title>WebGUI API doc all in one file</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/webgui-api-doc-all-in-one-file</link>
<description>WebGUI 7.01 API pod doc, all in one file for printing.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/webgui-api-doc-all-in-one-file</guid>
<pubDate>Sun, 13 Aug 2006 08:45:51 -0500</pubDate>
</item>

<item>
<title>Network Connection Test, DNS Lookup</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/network-connection-test-dns-lookup</link>
<description>Two new methods for Utility.pm (or better yet your own new package).  One will return all of the IP addresses for a given hostname and the other will allow you to test network connectivity to a remote host/port using some protocol (like TCP).</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/network-connection-test-dns-lookup</guid>
<pubDate>Fri, 23 Jun 2006 11:29:13 -0500</pubDate>
</item>

<item>
<title>i18n.pl</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/i18n_pl</link>
<description>Script to automatically make i18n files for WebGUI</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/i18n_pl</guid>
<pubDate>Thu, 22 Jun 2006 16:30:35 -0500</pubDate>
</item>

<item>
<title>Help files for WebGUI 6.99.5</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-files-for-webgui-6_99_5</link>
<description>Flat version of all built-in WebGUI Help for WebGUI 6.99.5 (pre-release)</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-files-for-webgui-6_99_5</guid>
<pubDate>Mon, 19 Jun 2006 22:53:22 -0500</pubDate>
</item>

<item>
<title>Admin Password Reset Script</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/admin-password-reset-script</link>
<description>with this script you can set a new password for the admin user. </description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/admin-password-reset-script</guid>
<pubDate>Mon, 12 Jun 2006 07:07:24 -0500</pubDate>
</item>

<item>
<title>Events Calendar fixes for WebGUI 6.8.x</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/events-calendar-fixes-for-webgui-6_8_x</link>
<description>Backport of all Events Calendar and DateTime fixes for WebGUI 6.8.x.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/events-calendar-fixes-for-webgui-6_8_x</guid>
<pubDate>Fri, 02 Jun 2006 13:57:08 -0500</pubDate>
</item>

<item>
<title>Help docs for 6.8.10</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-docs-for-6_8_10</link>
<description>Flat version of the 6.8.10 docs</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-docs-for-6_8_10</guid>
<pubDate>Fri, 26 May 2006 16:54:14 -0500</pubDate>
</item>

<item>
<title>Maintenance Mode Control</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/maintenance-mode-control</link>
<description>This small script will turn on and off maintenance mode for a WebGUI site.  </description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/maintenance-mode-control</guid>
<pubDate>Thu, 25 May 2006 17:35:33 -0500</pubDate>
</item>

<item>
<title>Template update utility</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/template-update-utility</link>
<description>Update WebGUI templates with external HTML files</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/template-update-utility</guid>
<pubDate>Sat, 29 Apr 2006 17:13:50 -0500</pubDate>
</item>

<item>
<title>Asset Installer (beta 0.3.0)</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/asset-installer-beta-0_3_0</link>
<description>The following download is a beta version of an&#x26;nbsp;Asset installer for WebGUI.&#x26;nbsp; It simplifies life for developers creating new Assets which need to be installed, upgraded, and uninstalled from WebGUI installations.This download contains a sample Wobject which can be installed, upgraded, and uninstalled using the installer.&#x26;nbsp; It is meant to be an example, and will not work.&#x26;nbsp;&#x26;nbsp;This is not an actual working applicaiton and will cause errors in your WebGUI log if you leave the application installed.The following is a brief description of the installer:Assets using this installer will be archived with the following structure and extracted into &#x26;lt;webguiroot&#x26;gt;/docs/&#x26;lt;Asset Name&#x26;gt;Folders:bin - contains the executable scripts for installing, upgrading, and uninstalling the asset, as well as a meta file containing information aboutdocs/install - contains the create scripts for installing the asset.&#x26;nbsp; Create scripts must follow the syntax create-XXX.sqldocs/template - contains all the default templates for this asset.&#x26;nbsp; One template per file.&#x26;nbsp; Templates are saved as (.tmpl) files.docs/uninstall - contains the drop scripts for uninstalling the asset.&#x26;nbsp; Drop scripts must follow the syntax drop-XXX.sqldocs/upgrade - contains version upgrade SQL and PL scripts used to upgrade to the next version of the asset.&#x26;nbsp; Upgrade scripts&#x26;nbsp; must follow the syntax upgrade_x.x.x-y.y.y.sql or upgrade_x.x.x-y.y.y.pl, where x.x.x is the current version of the asset and y.y.y is the next version of the assetlib - contains a WebGUI folder with the asset files.&#x26;nbsp; The files should be stored in the directory that they should be copied to in the WebGUI rootScripts:setup.pl - the install and upgrade script used to install and upgrade assets.This script not only installs and upgrades assets, but keeps track of installed versions of your asset in a database table, which will automatically be created on install if not found in the database.&#x26;nbsp; The script does the following tasks:If an installed version of the asset is not found:- Creates a backup of the database in a folder specified in the config file- Creates the database tables for the asset- Imports templates to the Import Node of the Root Asset Folder- Adds the asset class to the config file- Copies all of the files to the webgui rootIf a version of the asset is found:- Creates a backup of the database in a folder specified in the config file- Runs any upgrade database and perl scripts found in the docs/upgrade folder- Updates/Creates templates in the Import Node of the Root Asset Folder- Copies all of the files to the webgui rootuninstall.pl - the uninstall script used to remove the assetThis script will remove the asset completly from your WebGUI instance.&#x26;nbsp; The script does the following tasks:- Removes database tables for the asset- Removes all templates (including custom created templates).- Removes the asset class from the config file- Removes all of the files from the webgui root (it will not clean up empty folders)As I&#x26;#39;ve said before, this is a beta version of the Asset installer.&#x26;nbsp; I have done some limited testing, but everything seems to be in order.&#x26;nbsp; Please report any bugs you find, suggestions, or feedback&#x26;nbsp;you have to frank@plainblack.comEnjoy!</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/asset-installer-beta-0_3_0</guid>
<pubDate>Tue, 08 Nov 2005 14:19:35 -0600</pubDate>
</item>

<item>
<title>Fix DataForm with Bad ordering</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/fix-dataform-with-bad-ordering</link>
<description>THIS SCRIPT WILL NOT REPAIR BROKEN DATAFORMS DUE TO UPGRADING TO MYSQL 5.0</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/fix-dataform-with-bad-ordering</guid>
<pubDate>Sat, 25 Feb 2006 14:32:27 -0600</pubDate>
</item>

<item>
<title>DataForm to table</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/dataform-to-table</link>
<description>This is a very simple script to translate DataForms into regular SQL tables that are easy to run queries against.It has been tested against 6.2.11, and will probably work with more recent versions with a few modifications&#x26;nbsp;</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/dataform-to-table</guid>
<pubDate>Sat, 04 Feb 2006 20:13:40 -0600</pubDate>
</item>

<item>
<title>Help docs for WebGUI 6.8.4</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-docs-for-webgui-6_8_4</link>
<description>These are the complete docs from the built-in WebGUI help for 6.8.4 in English.  It includes the WebGUI license (GPL), install help, changelog and gotchas file.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-docs-for-webgui-6_8_4</guid>
<pubDate>Tue, 03 Jan 2006 23:04:50 -0600</pubDate>
</item>

<item>
<title>WebGUI Help for 6.7.8</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/webgui-help-for-6_7_8</link>
<description>All docs from the online Help in one flat, indexed HTML file.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/webgui-help-for-6_7_8</guid>
<pubDate>Thu, 20 Oct 2005 11:43:27 -0500</pubDate>
</item>

<item>
<title>Email Address Validation in authWebGUI</title>
<link>http://www.plainblack.com/email_address_validation_in_authwebgui</link>
<description>&#x3C;h2&#x3E;Email Address Validation in authWebGUI&#x3C;/h2&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/email_address_validation_in_authwebgui</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Configurable File Manager upload script</title>
<link>http://www.plainblack.com/configurable_file_manager_upload_script</link>
<description>I needed to port several old table based index pages to a File Manager for the WebGUI version of our website.  I was very happy to see that there&#x27;s a File Manager upload script, but it didn&#x27;t guarantee the order of the original files, nor did it allow me to set the upload date.</description>
<guid isPermaLink="true">http://www.plainblack.com/configurable_file_manager_upload_script</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Spellingcorrections for swedish messages</title>
<link>http://www.plainblack.com/spellingcorrections_for_swedish_messages</link>
<description>I made some spellingcorrections for the swedish messages in the database (table international) I have attached a diff file for the sql-script create.sql.</description>
<guid isPermaLink="true">http://www.plainblack.com/spellingcorrections_for_swedish_messages</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Documentation: WebGUI, a C.M.S. for everybody</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/documentation_webgui_a_c_m_s__for_everybody</link>
<description>The first of a series of article that analyzed WebGUI in detail, from
the installation to the development of new assets.This first article
analyze the general characteristics of a C.M.S. and in particular about
WebGUI. We will see then its installation and the primary asset: the
layout.</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/documentation_webgui_a_c_m_s__for_everybody</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Coding in header of the letter (WG 6.1.1)</title>
<link>http://www.plainblack.com/coding_in_header_of_the_letter_wg_6_1_1</link>
<description>&#x3C;FONT size=2&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/coding_in_header_of_the_letter_wg_6_1_1</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>db backup script</title>
<link>http://www.plainblack.com/db_backup_script</link>
<description>&#x3C;P&#x3E;I thought I&#x27;d post the little script that I use to run daily backups of my WebGUI databases.&#x26;nbsp; It&#x27;s quite short, so I&#x27;ll just paste it in-line here.&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/db_backup_script</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Iconic Toolbar</title>
<link>http://www.plainblack.com/iconic_toolbar</link>
<description>This is one of the toolbar icon sets that used to be included in WebGUI, but is now depricated.</description>
<guid isPermaLink="true">http://www.plainblack.com/iconic_toolbar</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>WebGUI database backup tool</title>
<link>http://www.plainblack.com/webgui_database_backup_tool</link>
<description>WHAT IT DOES...</description>
<guid isPermaLink="true">http://www.plainblack.com/webgui_database_backup_tool</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>restart apache script for Windows zip-n-go</title>
<link>http://www.plainblack.com/restart_apache_script_for_windows_zip-n-go</link>
<description>If you&#x27;re a user of the Windows Zip-N-Go package, this short script will be of help if you&#x27;re planning on doing any kind of testing or development.</description>
<guid isPermaLink="true">http://www.plainblack.com/restart_apache_script_for_windows_zip-n-go</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>German Toolbar Buttons (WebGUI 5.x)</title>
<link>http://www.plainblack.com/german_toolbar_buttons_webgui_5_x</link>
<description>Extract and activate via the translation administration.</description>
<guid isPermaLink="true">http://www.plainblack.com/german_toolbar_buttons_webgui_5_x</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>htmlArea WYSIWYG for WebGUI 4.6.9</title>
<link>http://www.plainblack.com/htmlarea_wysiwyg_for_webgui_4_6_9</link>
<description>&#x3C;DIV&#x3E;&#x3C;STRONG&#x3E;Update: Now includes drop-in support for WebGUI macro&#x27;s.&#x3C;/STRONG&#x3E;&#x3C;/DIV&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/htmlarea_wysiwyg_for_webgui_4_6_9</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Help docs for WebGUI 6.5.6</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-docs-for-webgui-6_5_6</link>
<description>These are the complete docs from the built-in WebGUI help for 6.5.6 in</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-docs-for-webgui-6_5_6</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Page Tree Tools</title>
<link>http://www.plainblack.com/page_tree_tools</link>
<description>These tools should help diagnose a corrupted WebGUI page tree (6.1 or higher). They can also fix the corruption.</description>
<guid isPermaLink="true">http://www.plainblack.com/page_tree_tools</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>HTMLArea Add-ons</title>
<link>http://www.plainblack.com/htmlarea_add-ons</link>
<description>&#x3C;P&#x3E;This addons&#x26;nbsp;for htmlArea&#x26;nbsp;makes it a more complete WYSIWYG editor.&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/htmlarea_add-ons</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>HTTP Compression</title>
<link>http://www.plainblack.com/http_compression</link>
<description>&#x3C;P&#x3E;&#x3C;FONT face=&#x22;arial, helvetica, sans-serif&#x22; size=3&#x3E;Although web page compression is not a new technology, many web servers do not support it or make it difficult to configure - notably IIS. &#x3C;/FONT&#x3E;&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/http_compression</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Rich Edit Composer for Mozilla 1.0+ / Netscape 7.0+</title>
<link>http://www.plainblack.com/rich_edit_composer_for_mozilla_1_0_/_netscape_7_0</link>
<description>&#x3C;p&#x3E;The Rich Edit Composer is a plugin for Mozilla 1.x and/or Netscape</description>
<guid isPermaLink="true">http://www.plainblack.com/rich_edit_composer_for_mozilla_1_0_/_netscape_7_0</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Sharp Thumbnails</title>
<link>http://www.plainblack.com/sharp_thumbnails</link>
<description>Having mantained pics and art galleries on the web since long ago, I</description>
<guid isPermaLink="true">http://www.plainblack.com/sharp_thumbnails</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>DateTime: a replacement with no 1970 bug (WG 6).</title>
<link>http://www.plainblack.com/datetime_a_replacement_with_no_1970_bug_wg_6</link>
<description>&#x3C;P&#x3E;&#x3C;FONT size=3&#x3E;&#x3C;STRONG&#x3E;Current version: &#x3C;/STRONG&#x3E;&#x3C;/FONTFONT color=&#x22;#0000cc&#x22; size=&#x22;3&#x22;&#x3E;&#x3C;STRONG&#x3E;&#x3C;FONT color=#0000ff&#x3E;2004-08-08&#x3C;/FONT&#x3E;&#x3C;/STRONG&#x3E;&#x3C;/FONT&#x3E;&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/datetime_a_replacement_with_no_1970_bug_wg_6</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Modificated/Updated htmlArea</title>
<link>http://www.plainblack.com/modificated/updated_htmlarea</link>
<description>&#x3C;P&#x3E;Here is the update V 2.03&#x26;nbsp;to the modificated htmlArea from Len... there </description>
<guid isPermaLink="true">http://www.plainblack.com/modificated/updated_htmlarea</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Mount your WebGUI database and edit templates as files</title>
<link>http://www.plainblack.com/mount_your_webgui_database_and_edit_templates_as_files</link>
<description></description>
<guid isPermaLink="true">http://www.plainblack.com/mount_your_webgui_database_and_edit_templates_as_files</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>dutch toolbar images</title>
<link>http://www.plainblack.com/dutch_toolbar_images</link>
<description>These are the default toolbar images translated to dutch.</description>
<guid isPermaLink="true">http://www.plainblack.com/dutch_toolbar_images</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>All WebGUI help in 1 file</title>
<link>http://www.plainblack.com/all_webgui_help_in_1_file</link>
<description>Updated Nov 29, 2004</description>
<guid isPermaLink="true">http://www.plainblack.com/all_webgui_help_in_1_file</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Kerberos 5 Authentication</title>
<link>http://www.plainblack.com/kerberos_5_authentication</link>
<description>&#x3C;p&#x3E;This plugin allows you to authenticate WebGUI users via Kerberos. It requires the Authen::Krb5::Simple perl module which in turn requires</description>
<guid isPermaLink="true">http://www.plainblack.com/kerberos_5_authentication</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Automatic account creation with NTLM authentication.</title>
<link>http://www.plainblack.com/automatic_account_creation_with_ntlm_authentication</link>
<description>&#x3C;P&#x3E;Hi folks.&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/automatic_account_creation_with_ntlm_authentication</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>DateTime: a replacement with no 1970 bug (WG 5).</title>
<link>http://www.plainblack.com/datetime_a_replacement_with_no_1970_bug_wg_5</link>
<description>&#x3C;P&#x3E;&#x3C;FONT size=3&#x3E;&#x3C;STRONG&#x3E;Current version: &#x3C;/STRONG&#x3E;&#x3C;/FONTFONT color=&#x22;#0000cc&#x22; size=&#x22;3&#x22;&#x3E;&#x3C;STRONG&#x3E;&#x3C;FONT color=#0000ff&#x3E;2004-08-08&#x3C;/FONT&#x3E;&#x3C;/STRONG&#x3E;&#x3C;/FONT&#x3E;&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/datetime_a_replacement_with_no_1970_bug_wg_5</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Authorization via NIS/YP</title>
<link>http://www.plainblack.com/authorization_via_nis/yp</link>
<description>&#x3C;P&#x3E;Well, this addon, when installed, will give you the abilitie to authorize users towards your default NIS domain.&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/authorization_via_nis/yp</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Classic Toolbar</title>
<link>http://www.plainblack.com/classic_toolbar</link>
<description>This is one of the toolbar icon sets that used to be included in WebGUI, but is now depricated.</description>
<guid isPermaLink="true">http://www.plainblack.com/classic_toolbar</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Site Set-up Shell Script</title>
<link>http://www.plainblack.com/site_set-up_shell_script</link>
<description>&#x3C;P&#x3E;This is a script that takes care of&#x26;nbsp;a lot of&#x26;nbsp;the fiddly stuff when setting up a &#x3C;A href=&#x22;http://www.plainblack.com/webgui&#x22;&#x3E;&#x3C;STRONG&#x3E;&#x3C;FONT color=#ed5100&#x3E;WebGUI&#x3C;/FONT&#x3E;&#x3C;/STRONG&#x3E;&#x3C;/A&#x3E; site. I wrote it so that I could&#x26;nbsp;host multiple sites, but it is OK for a single&#x26;nbsp;one of course.&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/site_set-up_shell_script</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Help for WebGUI 6.2.9</title>
<link>http://www.plainblack.com/help_for_webgui_6_2_9</link>
<description>Updated November 29, 2004:</description>
<guid isPermaLink="true">http://www.plainblack.com/help_for_webgui_6_2_9</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>PAM Authentication Plugin (Use System Login)</title>
<link>http://www.plainblack.com/pam_authentication_plugin_use_system_login</link>
<description>To install:</description>
<guid isPermaLink="true">http://www.plainblack.com/pam_authentication_plugin_use_system_login</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>mysql 2 postgres converter</title>
<link>http://www.plainblack.com/mysql_2_postgres_converter</link>
<description>This script converts the webgui .sql files from MySQL format to Postgres format. It is a slightly modified version of the script from &#x3C;a href=&#x22;http://ziet.zhitomir.ua./~fonin/&#x22;&#x3E;Maxim Rudensky&#x3C;/a&#x3E;.</description>
<guid isPermaLink="true">http://www.plainblack.com/mysql_2_postgres_converter</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Help docs for WebGUI 6.2.11</title>
<link>http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-docs-for-webgui-6_2_11</link>
<description>This zip file contains all of the built-in help for WebGUI 6.2.11 in</description>
<guid isPermaLink="true">http://www.plainblack.com/user_contributions/user_contributions/miscellaneous/help-docs-for-webgui-6_2_11</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Coding in header of the letter (WG 5.5.8)</title>
<link>http://www.plainblack.com/coding_in_header_of_the_letter_wg_5_5_8</link>
<description>&#x3C;P&#x3E;The version of a /data/WebGUI/lib/WebGUIMail.pm which allows to specify the coding in header of the letter.&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/coding_in_header_of_the_letter_wg_5_5_8</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>LDAP over SSL</title>
<link>http://www.plainblack.com/ldap_over_ssl</link>
<description>Here are the files you will need to get LDAP working via SSL.</description>
<guid isPermaLink="true">http://www.plainblack.com/ldap_over_ssl</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Orange Toolbar</title>
<link>http://www.plainblack.com/orange_toolbar</link>
<description>This is one of the toolbar icon sets that used to be included in WebGUI, but is now depricated.</description>
<guid isPermaLink="true">http://www.plainblack.com/orange_toolbar</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>RSS/XML prefetch</title>
<link>http://www.plainblack.com/rss/xml_prefetch</link>
<description>Prefetches RSS/XML files for WebGUI to keep the browsing experience nice and snappy.  Can be run as a daemon or single-pass with cron.  Downloads the RSS/XML files listed in the database and directly injects them into the WebGUI caching mechanism.  This makes WebGUI far more scalable when used as a portal backend.</description>
<guid isPermaLink="true">http://www.plainblack.com/rss/xml_prefetch</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Coppermine gallery importer</title>
<link>http://www.plainblack.com/coppermine_gallery_importer</link>
<description>This script allows you to import coppermine image galleries to WebGUI User Submission Systems.</description>
<guid isPermaLink="true">http://www.plainblack.com/coppermine_gallery_importer</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>webGUI 6 Toolbar Button Blank</title>
<link>http://www.plainblack.com/webgui_6_toolbar_button_blank</link>
<description>This TIFF image should be used to create new translations of the toolbar buttons in WebGUI.</description>
<guid isPermaLink="true">http://www.plainblack.com/webgui_6_toolbar_button_blank</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Latest 10 Active pages edited on your system</title>
<link>http://www.plainblack.com/latest_10_active_pages_edited_on_your_system</link>
<description>&#x3C;P&#x3E;Yet another report showing the latest 10 items on your system. This however take the startDate and endDate specified into account thus only showing active content. &#x3C;STRONG&#x3E;&#x3C;U&#x3E;SQL report: &#x3C;/U&#x3E;&#x3C;/STRONG&#x3E;&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/latest_10_active_pages_edited_on_your_system</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>HTMLArea3 extension</title>
<link>http://www.plainblack.com/htmlarea3_extension</link>
<description>Hi &#x3C;br /&#x3E;I searched a way to use the 3 webgui-specific buttons in the HTMLArea3 toolbar too. &#x3C;br /&#x3E;&#x3C;br /&#x3E;Now we can use&#x3C;br /&#x3E;&#x3C;ul&#x3E;&#x3C;li&#x3E;insert macros </description>
<guid isPermaLink="true">http://www.plainblack.com/htmlarea3_extension</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Toolbar Button Blanks</title>
<link>http://www.plainblack.com/toolbar_button_blanks</link>
<description>These TIFF images should be used to create new translations of the toolbar buttons in WebGUI.</description>
<guid isPermaLink="true">http://www.plainblack.com/toolbar_button_blanks</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>blue and green images for Sliding Doors Technique</title>
<link>http://www.plainblack.com/blue_and_green_images_for_sliding_doors_technique</link>
<description>Images to use with &#x3C;a href=&#x22;http://www.alistapart.com/articles/slidingdoors/&#x22;&#x3E;http://www.alistapart.com/articles/slidingdoors/&#x3C;/a&#x3E;.&#x3C;br&#x3E;&#x3C;br&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/blue_and_green_images_for_sliding_doors_technique</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>DataForm file upload patch</title>
<link>http://www.plainblack.com/dataform_file_upload_patch</link>
<description>This patch adds support for file upload fields (type &#x27;file&#x27;) to DataForm. Files are stored in unique subdirectory under</description>
<guid isPermaLink="true">http://www.plainblack.com/dataform_file_upload_patch</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Use GD instead of Image Magick</title>
<link>http://www.plainblack.com/use_gd_instead_of_image_magick</link>
<description>&#x3C;p&#x3E;If you&#x27;d would like to use &#x3C;a href=&#x22;http://www.boutell.com/gd/&#x22;&#x3E;the GD Graphics Library&#x3C;/a&#x3E; which is much smaller and seems to be more will behaved using the Apache Threaded MPM this patch will allow you to do just that.  It is a simple patch that just wraps the Image Magick calls from WebGUI and turns them into GD calls.</description>
<guid isPermaLink="true">http://www.plainblack.com/use_gd_instead_of_image_magick</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>webGUI 6 Toolbar Button PSD</title>
<link>http://www.plainblack.com/webgui_6_toolbar_button_psd</link>
<description>&#x3C;p&#x3E;Hello folks,&#x3C;/p&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/webgui_6_toolbar_button_psd</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Empty Username Patch</title>
<link>http://www.plainblack.com/empty_username_patch</link>
<description>&#x3C;P&#x3E;Well, i where fideling around perhaps a bit to much, and ended up with a bunch of users without a username. &#x3C;BR&#x3E;The result where that I couldn&#x27;t delete them, since the link in the userlist is dependant of the user actualy having a username.&#x3C;BR&#x3E;Don&#x27;t worry, this is not a bug in WebGUI in itself, but rather a effect of my poor Perl knowledge while developing a NIS authorization plugin.&#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/empty_username_patch</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>Charcoal Toolbar</title>
<link>http://www.plainblack.com/charcoal_toolbar</link>
<description>This is one of the toolbar icon sets that used to be included in WebGUI, but is now depricated.</description>
<guid isPermaLink="true">http://www.plainblack.com/charcoal_toolbar</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

<item>
<title>NTLM Authentication for Win32 servers</title>
<link>http://www.plainblack.com/ntlm_authentication_for_win32_servers</link>
<description>&#x3C;P&#x3E;This authentication module is a meant for those of us running WebGUI on Windows 2000 servers in an intranet environment. &#x3C;/P&#x3E;</description>
<guid isPermaLink="true">http://www.plainblack.com/ntlm_authentication_for_win32_servers</guid>
<pubDate>Fri, 12 Aug 2005 14:51:12 -0500</pubDate>
</item>

</channel>
</rss>
