• Technology

    Qualitative Data Analysis Using Office

    by  • September 27, 2011 • Research, Technology • 0 Comments

    It seems every time I embark on the qualitative data analysis (QDA) stage of a project, I get frustrated by QDA software. My approach to data analysis is iterative and collaborative. Existing QDA makes both of those approaches obscenely difficult (if possible at all). Hence my frustration. I want to be able to edit...

    Read more →

    What’s running on free micro EC2?

    by  • June 23, 2011 • Code, Research, Technology • 2 Comments

    I’ve been having trouble finding out what’s installed and/or running on the free Amazon EC2 instance, so I’ll use this post to list the processes and installs as I uncover them. Default versions of stuff I use: Python 2.6.6 ruby 1.8.7 (2010-12-23 patchlevel 330) (You’ll need to install Rubygems yourself)

    Read more →

    Simple Data Sharing

    by  • April 28, 2010 • Collaboration, Technology • 0 Comments

    All of my research is collaborative. Even on my “own” projects, I rely on others to help me polish drafts of publications and usually to talk about my data. Getting my colleagues that data is harder than it ought to be. Usually, my data consist of interview transcripts, interview audio recordings, video recordings, and...

    Read more →

    Get Upgraded SVN Working on a Mac OS X Server

    by  • June 26, 2009 • Code, OS X, Technology • 1 Comment

    Jeremy Whitlock has a great blog post about how to set up your OS X-based Subversion server. His post includes instructions for Apache configs, but not for svn+ssh. When you type svn+ssh://user@host/repos you’ll likely get an error such as svn: Expected FS format '2'; found format '4' which means that you’re repository was created...

    Read more →

    Why else might RWW be right about Skype?

    by  • April 5, 2009 • Social Computing, Technology • 0 Comments

    Bernard Lund wrote a column (article?) for ReadWriteWeb recently that listed 10 reasons Skype is the biggest Web 2.0 winner. “Web 2.0″ doesn’t even make sense anymore, but let’s set that aside. Lund’s article is interesting even without the “Web 2.0″ buzzword. For instance, he points out that Skype is profitable. Profitable is surely...

    Read more →

    Chris Hughes in Fast Company

    by  • March 23, 2009 • Social Computing, Technology • 2 Comments

    I picked up a discarded Fast Company magazine at the YMCA today, and in it I found a great article about Chris Hughes. Hughes was a Facebook co-founder and left to join the Obama campaign where he was responsible for the innovative social networking tools available on My.BarackObama.com. I don’t know much about how...

    Read more →

    JavaScript date checking

    by  • March 14, 2009 • adSense, Code, JavaScript, Technology • 7 Comments

    Sometimes we ask users to enter a date range. I wrote some code today to check whether the date a user entered was (1) after today and (2) before some other date she entered. In my situation, I was building a flight search form and wanted to check that the user-entered departure date was...

    Read more →