This is a blog entry posted using Microsoft Word 2007. Word has tightly coupled integration with WordPress through XML-RPC. I recently installed the RTM version of Office 2007 and am slowly discovering what’s under the hood.

More information on Office 2007 can be discovered from the Microsoft Office Word Team’s Blog.
Definition of paucity:
smallness of quantity; scarcity; scantiness: a country with a paucity of resources.
Context: Fry, Jason. “A Shortfall in Outlets”, Wall Street Journal, Dec 11 2006:
The paucity of living-room outlets isn’t our fault — we inherited this configuration, and have never been eager to tear out the walls.
With OpenVPN 2.0.9, I receive the following error when running the server in bridged mode under Windows 2003 Standard SP1:
Mon Dec 18 19:11:25 2006 NOTE: could not get adapter index for \DEVICE\TCPIP_{F6
544727-8E1F-495D-BBCE-97FCDC2D45AE}, status=55 : The specified network resource
or device is no longer available.
At this time, I have found no solution to the above issue, though I have found more information about the error on the OpenVPN mailing list archives:
When you set up a bridge, generally the adapters which are components of the bridge adapter lose their individual configurations — only the
settings on the bridge adapter itself are relevant.
When you run OpenVPN on a bridge adapter, you should manually set the IP address and netmask of the bridge adapter, then run OpenVPN with
–server-bridge or if running in point-to-point mode, omit –ifconfig.
Thus, as long as everything appears to work, you can safely ignore this message.
I have bought a house. The address is:
Titus Barik
770 SOARING DR
MARIETTA, GA 30062-3258
The house is located right off I-75 at exit 265. There are many like it, but this one is mine. It has close proximity to both Roswell Rd. and Barrett Pkwy.
When installing PostgreSQL 8.2 on Windows, you may receive the following Account Error dialog box in the Service configuration section of the installation:
Invalid username specified: Logon failure: unknown user name or bad password.
To resolve this issue, open a DOS command prompt and enter the following:
net user postgres /delete
If successful, the command will return with the message “The command completed successfully.” At time point, you may continue the PostgreSQL installation.
PostgreSQL 8.2 was released just a few days ago; see the release notes for more information. I have been developing an iFIX HMI using PostgreSQL as the local database for the past year. As opposed to the previous Microsoft Access based system, the performance and stability of PostgreSQL has been simply incredible.
Unfortunately, the default front-end tool for PostgreSQL, pgAdmin, barely meets the needs of a professional developer. EMS SQL Manager fills this void at an affordable price.