Search this blog:

Words and works.

Posts for Software Development

Ordering a Django Queryset

I was recently asked to change the sort ordering of a list for a Django-based web project I worked on several months ago. Sounds easy, right? More >

Ajax for ASP.NET and the UpdatePanel Control

For a recent project, I've been using the latest Release Candidate of the new ASP.NET AJAX (formerly known as Atlas) framework from Microsoft. More >

SQL Server and CSV

Sometimes we need to generate a simple list from a SQL Server database and store that list in comma separated values (CSV) or Excel format. It is simple enough to use Query Analyzer to create and run a query. But it is not as simple to export the results of that query to a CSV file. More >

How to override the theming for a Drupal module

Here's a little Drupal "how to" I recently picked up while working on a web site. More >

VMware Server and Windows Server 2003 Standard Edition

After setting up a virtual machine for Windows Server 2003 Standard Edition we noticed that the mouse was extremely choppy and hesitant, making the VM virtually unusable (pun intended). More >

NX Impresses but Not Enough

I've been putting NX through its paces and, though the software is impressive in its scope, it is still buggy and the company behind it is unresponsive. More >

Synergy: Inter-platform Keyboard and Mouse Sharing

I've just discovered a terrific utility that uses the network to share the mouse and keyboard between two displays. More >

Ruby and Rails with Cygwin

A quick rundown on installing Ruby on Rails with Cygwin. More >

Simple Remote Desktop Tip

In essence: the account used to establish a Remote Desktop connection must have a password. More >

Trouble with MySQL Gem

Ran into trouble installing the native MySQL database extension for Ruby via the gem command. More >

Install Rails From Behind a Squid Proxy

To install Ruby on Rails on a Mac OS X system (or any system, actually) which sits behind a Squid proxy it is necessary to tell gem about the proxy's existence. Here's one way to do it. More >

New Options for Technical Books

The trouble with most technical books is that they do not age gracefully. More >

Using cron with Drupal

Several of Drupal's modules, such as Search and Aggregator, require intervention in order to be kept up-to-date. This intervention can be automated by using some sort of scheduler. On Linux systems the cron utility can be used for this purpose. More >

Learning the Drupal CMS

This site is built using Drupal, an open source Content Management System (CMS) written with the popular PHP web scripting language. More >

© 2008 Evenhouse Consulting, Inc.

A Django site.