loading...

Development

Latest Posts
SQL Developer + tnsnames.ora for UWM

After completing the steps below for your platform, TNS aliases will be available in Oracle SQL Developer in the “New/Select…

CAS + ColdFusion

The example available from JA-SIG is some of the ugliest code I’ve seen lately. This is what I came up…

Zimbra URLs

Zimbra has a bunch of built in functionality for rendering HTML versions of calendars as well as feeds such as…

RapidSVN currently broken in Ubuntu Repository

The current package for RapidSVN segfaults constantly with the current version (as of today’s date) in the Hardy Heron repos….

Extending the Zimbra Canvas

The Zimbra Canvas is pretty cool but, somewhat limited from the Zimlet XML definition file. For example, you cannot modify…

PHP4 & XML Generation

<?php // generate xml mime type header (“content-type: text/xml”); // create xml document $doc = domxml_new_doc(‘1.0’); // create xml root…

PHP & LDAP

// get username and password via form scope $user = $_POST[“username”]; $pass = $_POST[“password”]; // format username for uwm ldap…

HOW TO: Install Flex Builder 3 Alpha on Hardy Heron 64-bit

32-bit Java Runtime Environment needs to be installed (which can be done through synpatic/apt-get). Run the following at the command…

HOW TO: Set Flex MenuBar Currently Selected Item Text Color

Seems like it should be fairly easy to let a user visually know which top level option they are currently…

1 2