Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion OT-ish: Prototyping interface-heavy features for user testing

Received: by 10.50.0.148 with SMTP id 20mr11513888ige.3.1352307107716;
        Wed, 07 Nov 2012 08:51:47 -0800 (PST)
X-BeenThere: boston-rubygroup@googlegroups.com
Received: by 10.42.89.200 with SMTP id h8ls4260266icm.4.gmail; Wed, 07 Nov
 2012 08:51:42 -0800 (PST)
Received: by 10.42.216.84 with SMTP id hh20mr2849401icb.20.1352307102779;
        Wed, 07 Nov 2012 08:51:42 -0800 (PST)
Received: by 10.42.216.84 with SMTP id hh20mr2849400icb.20.1352307102757;
        Wed, 07 Nov 2012 08:51:42 -0800 (PST)
Return-Path: <p...@darnowsky.com>
Received: from darnowsky.com (mail.darnowsky.com. [209.20.68.245])
        by gmr-mx.google.com with ESMTPS id o7si358010igl.0.2012.11.07.08.51.42
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 07 Nov 2012 08:51:42 -0800 (PST)
Received-SPF: pass (google.com: domain of p...@darnowsky.com designates 209.20.68.245 as permitted sender) client-ip=209.20.68.245;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of p...@darnowsky.com designates 209.20.68.245 as permitted sender) smtp.mail=p...@darnowsky.com
Received: from [192.168.1.128] (c-50-133-144-157.hsd1.ma.comcast.net [50.133.144.157])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	(Authenticated sender: phil)
	by darnowsky.com (Postfix) with ESMTPSA id F0DA8E43EF
	for <boston-rubygroup@googlegroups.com>; Wed,  7 Nov 2012 16:51:41 +0000 (UTC)
Message-ID: <509A919D.5040309@darnowsky.com>
Date: Wed, 07 Nov 2012 11:51:41 -0500
From: Phil Darnowsky <p...@darnowsky.com>
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121028 Thunderbird/16.0.2
MIME-Version: 1.0
To: boston-rubygroup@googlegroups.com
Subject: Re: [boston.rb] OT-ish: Prototyping interface-heavy features for
 user testing
References: <509A8E3E.40003@darnowsky.com> <4694F526-DF46-479F-B4D6-D4176EADC864@flyingmachinestudios.com>
In-Reply-To: <4694F526-DF46-479F-B4D6-D4176EADC864@flyingmachinestudios.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

That's clever, I'm gonna have to try that. Thanks!

--Phil

On 11/07/2012 11:49 AM, Daniel Higginbotham wrote:
> I've really enjoyed using Middleman (http://middlemanapp.com/) for this kind of stuff. It lets you use haml, sass, and coffeescript right out of the box.
>
> On Nov 7, 2012, at 11:37 AM, Phil Darnowsky <p...@darnowsky.com> wrote:
>
>> This is not exactly to do with Ruby, but it seems like something you guys might have an opinion on--also, can anyone recommend a good frontend-development list?
>>
>> We're looking at adding a big new feature with a heavily dynamic UI. It seems like a smart idea to get some endusers in front of it even before we start writing the code that'll back it up, to avoid a lot of rework if elements of it prove to be unsuitable.
>>
>> What I'm considering is doing a static mockup in HTML with some simple JS to bind it together--nothing actually gets persisted, but the look and feel should mostly be in place. Does anyone have any practices to recommend or avoid?
>>
>> Thanks,
>> Phil
>>
>> -- 
>>
>>