Message from discussion
mobile web ui with node
Received: by 10.224.196.196 with SMTP id eh4mr6144652qab.5.1334617743600;
Mon, 16 Apr 2012 16:09:03 -0700 (PDT)
X-BeenThere: nodejs@googlegroups.com
Received: by 10.224.95.141 with SMTP id d13ls941414qan.2.gmail; Mon, 16 Apr
2012 16:08:47 -0700 (PDT)
Received: by 10.224.173.70 with SMTP id o6mr6132336qaz.2.1334617727256;
Mon, 16 Apr 2012 16:08:47 -0700 (PDT)
Received: by 10.224.173.70 with SMTP id o6mr6132334qaz.2.1334617727232;
Mon, 16 Apr 2012 16:08:47 -0700 (PDT)
Return-Path: <john.tigernas...@gmail.com>
Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54])
by gmr-mx.google.com with ESMTPS id c25si8340073qch.2.2012.04.16.16.08.47
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 16 Apr 2012 16:08:47 -0700 (PDT)
Received-SPF: pass (google.com: domain of john.tigernas...@gmail.com designates 209.85.216.54 as permitted sender) client-ip=209.85.216.54;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of john.tigernas...@gmail.com designates 209.85.216.54 as permitted sender) smtp.mail=john.tigernas...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-qa0-f54.google.com with SMTP id 25so15941qao.20
for <nodejs@googlegroups.com>; Mon, 16 Apr 2012 16:08:47 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=message-id:date:from:user-agent:mime-version:to:subject:references
:in-reply-to:content-type;
bh=VdTE0XplJtui5IzXaT9pomz+ug2l2LNK4q6eQQGDubQ=;
b=JzBG+3dkeL3Jgt3CAWFV4+vPuHMJaUMMNbU8yP9NhEffr8wAoIwoJphCsUf9cYm8Vf
ni/mqRMCvd9XhEEgWXZmYVCgsiYX3CCpEf//xxRv96jy7gMHtCMpnr8h3k42abkyvTXa
QBgbQCzpDnubDdIwV6f+TyWfRt81Va9aPOD222WNQ4L27Donnm1ci4Ycn7wetqRMjtI1
oc4ZcRcqKGvgk5Em1qcub9q6km+c82agjnUBvQPlQiCTQq3m/AMwLnf0rnMMwjfCLW6s
6i8UVTe7ORqMQ4q8mETjPh+7y+2SwHVrPgst5Pk+el96GfLofZPwXKeIlAxdywqQWnl5
4f4w==
Received: by 10.229.136.202 with SMTP id s10mr5493542qct.71.1334617726905;
Mon, 16 Apr 2012 16:08:46 -0700 (PDT)
Return-Path: <john.tigernas...@gmail.com>
Received: from [192.168.1.3] (pool-108-53-32-201.nwrknj.fios.verizon.net. [108.53.32.201])
by mx.google.com with ESMTPS id gy7sm14615879qab.22.2012.04.16.16.08.45
(version=SSLv3 cipher=OTHER);
Mon, 16 Apr 2012 16:08:46 -0700 (PDT)
Message-ID: <4F8CA67C.1020...@gmail.com>
Date: Mon, 16 Apr 2012 17:08:44 -0600
From: "john.tiger" <john.tigernas...@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.3) Gecko/20120329 Icedove/10.0.3
MIME-Version: 1.0
To: nodejs@googlegroups.com
Subject: Re: [nodejs] mobile web ui with node
References: <4F8C1E62.1000...@gmail.com> <CA+i2CTJvGEXe79gKaTo6qsGViO5XffZ-H1+4S=qVVb5pr9k...@mail.gmail.com> <CAGkHjAUXXz+_GuVz=LZoy35dNfWTL7TFzEHXOxteQ67t9zL...@mail.gmail.com> <4F8C78EA.6070...@gmail.com> <CAGkZrwrzuy2SYLpcLjXAHqLy9Zn2YJ1FLW-exZj_6-zMXBe...@mail.gmail.com>
In-Reply-To: <CAGkZrwrzuy2SYLpcLjXAHqLy9Zn2YJ1FLW-exZj_6-zMXBe...@mail.gmail.com>
Content-Type: multipart/alternative;
boundary="------------060900020005060503030501"
This is a multi-part message in MIME format.
--------------060900020005060503030501
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
On 04/16/2012 02:21 PM, Stephan Bardubitzki wrote:
> If you want to support a broad range of devices jQM is the way to go
> and the new v1.1.0 final release has a lot of bug fixes and
> improvements. I'm using jQM with backbone.js, and require.js on node,
> but would advice to use azicchetti's router
> https://github.com/azicchetti/jquerymobile-router instead of the
> backbone router.
I wish we could stay with jQM but honestly, even 1.1.0 is still just too
buggy - things like buttons overflowing the grid blocks, images not
sizing correctly, etc - the lack of "fit and finish" just destroys the
user experience - it would be nice if we had the time and resources to
correct and submit fixes but looks like a big learning curve and
undertaking and frankly can't even register on the forum (and noticing
most posts arent' getting answered. we are routing on the server (yeah
not quite as fast as on client and much of it is data transfer but we'll
work on that later).
I'll look at jQTouch tonight and evaluate -
>
> On Mon, Apr 16, 2012 at 12:54 PM, john.tiger
> <john.tigernas...@gmail.com <mailto:john.tigernas...@gmail.com>> wrote:
>
> On 04/16/2012 09:01 AM, Tim Caswell wrote:
>> Also some popular frameworks are backbone.js and ember.js (aka
>> sproutcore 2.0). Backbone has no ui widgets, and I ember doesn't
>> have much.
>>
>> There are *many* mobile frameworks these days.
>
> yes indeed - actually we are more interested in the CSS display
> side and js actions (ie fixed position nav bar - in the future a
> client side framework will likely be used but for now sticking
> with our server side node framework
>
> I'll explore some of the sencha touch suggestions made above -
> still kind of curious the difference between touch 2 vs JQTouch
> and which would be easier to use with our server side node.
>
>
>
>>
>> On Mon, Apr 16, 2012 at 9:46 AM, David Whitten
>> <whit...@worldvista.org <mailto:whit...@worldvista.org>> wrote:
>>
>> I understand that Rob Tweed has a system for making Sencha
>> Touch much easier to use.
>> http://www.mgateway.com/ for more details.
>>
>> Dave
>>
>>
>> On Mon, Apr 16, 2012 at 9:28 AM, john.tiger
>> <john.tigernas...@gmail.com
>> <mailto:john.tigernas...@gmail.com>> wrote:
>>
>>
>> we've tried using JQuery Mobile but it's way too buggy
>> (and note all the unanswered posts on the forum which is
>> not a good sign)
>>
>> Sencha Touch seems popular but looks complex to use with
>> a node framework so looking at JQTouch (I guess it's some
>> sort of off-shoot from Sencha). We want to keep things
>> as simple as possible.
>>
>> any experiences / suggestions ?
>>
>> --
>> Job Board: http://jobs.nodejs.org/
>> Posting guidelines:
>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>> You received this message because you are subscribed to
>> the Google
>> Groups "nodejs" group.
>> To post to this group, send email to
>> nodejs@googlegroups.com <mailto:nodejs@googlegroups.com>
>> To unsubscribe from this group, send email to
>> nodejs+unsubscribe@googlegroups.com
>> <mailto:nodejs%2Bunsubscribe@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>
>>
>> --
>> Job Board: http://jobs.nodejs.org/
>> Posting guidelines:
>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>> You received this message because you are subscribed to the
>> Google
>> Groups "nodejs" group.
>> To post to this group, send email to nodejs@googlegroups.com
>> <mailto:nodejs@googlegroups.com>
>> To unsubscribe from this group, send email to
>> nodejs+unsubscribe@googlegroups.com
>> <mailto:nodejs%2Bunsubscribe@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>
>>
>> --
>> Job Board: http://jobs.nodejs.org/
>> Posting guidelines:
>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>> You received this message because you are subscribed to the Google
>> Groups "nodejs" group.
>> To post to this group, send email to nodejs@googlegroups.com
>> <mailto:nodejs@googlegroups.com>
>> To unsubscribe from this group, send email to
>> nodejs+unsubscribe@googlegroups.com
>> <mailto:nodejs+unsubscribe@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> <mailto:nodejs@googlegroups.com>
> To unsubscribe from this group, send email to
> nodejs+unsubscribe@googlegroups.com
> <mailto:nodejs%2Bunsubscribe@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
--------------060900020005060503030501
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 04/16/2012 02:21 PM, Stephan Bardubitzki wrote:
<blockquote
cite="mid:CAGkZrwrzuy2SYLpcLjXAHqLy9Zn2YJ1FLW-exZj_6-zMXBe...@mail.gmail.com"
type="cite">If you want to support a broad range of devices jQM is
the way to go and the new v1.1.0 final release has a lot of bug
fixes and improvements. I'm using jQM with backbone.js, and
require.js on node, but would advice to use azicchetti's router <a
moz-do-not-send="true"
href="https://github.com/azicchetti/jquerymobile-router">https://github.com/azicchetti/jquerymobile-router</a>
instead of the backbone router.<br>
</blockquote>
<br>
I wish we could stay with jQM but honestly, even 1.1.0 is still just
too buggy - things like buttons overflowing the grid blocks, images
not sizing correctly, etc - the lack of "fit and finish" just
destroys the user experience - it would be nice if we had the time
and resources to correct and submit fixes but looks like a big
learning curve and undertaking and frankly can't even register on
the forum (and noticing most posts arent' getting answered. we are
routing on the server (yeah not quite as fast as on client and much
of it is data transfer but we'll work on that later). <br>
<br>
I'll look at jQTouch tonight and evaluate - <br>
<br>
<br>
<br>
<blockquote
cite="mid:CAGkZrwrzuy2SYLpcLjXAHqLy9Zn2YJ1FLW-exZj_6-zMXBe...@mail.gmail.com"
type="cite">
<br>
<div class="gmail_quote">On Mon, Apr 16, 2012 at 12:54 PM,
john.tiger <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:john.tigernas...@gmail.com">john.tigernas...@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div class="im"> On 04/16/2012 09:01 AM, Tim Caswell wrote:
<blockquote type="cite">Also some popular frameworks are
backbone.js and ember.js (aka sproutcore 2.0). Backbone
has no ui widgets, and I ember doesn't have much.
<div><br>
</div>
<div>There are *many* mobile frameworks these days.<br>
</div>
</blockquote>
<br>
</div>
yes indeed - actually we are more interested in the CSS
display side and js actions (ie fixed position nav bar - in
the future a client side framework will likely be used but
for now sticking with our server side node framework <br>
<br>
I'll explore some of the sencha touch suggestions made above
- still kind of curious the difference between touch 2 vs
JQTouch and which would be easier to use with our server
side node. <br>
<div>
<div class="h5"> <br>
<br>
<br>
<blockquote type="cite">
<div><br>
<div class="gmail_quote"> On Mon, Apr 16, 2012 at
9:46 AM, David Whitten <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:whit...@worldvista.org"
target="_blank">whit...@worldvista.org</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0
0 .8ex;border-left:1px #ccc
solid;padding-left:1ex"> I understand that Rob
Tweed has a system for making Sencha Touch much
easier to use.<br>
<a moz-do-not-send="true"
href="http://www.mgateway.com/"
target="_blank">http://www.mgateway.com/</a>
for more details.<br>
<br>
Dave
<div>
<div> <br>
<br>
<div class="gmail_quote">On Mon, Apr 16,
2012 at 9:28 AM, john.tiger <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:john.tigernas...@gmail.com" target="_blank">john.tigernas...@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px
#ccc solid;padding-left:1ex"><br>
we've tried using JQuery Mobile but it's
way too buggy (and note all the
unanswered posts on the forum which is
not a good sign)<br>
<br>
Sencha Touch seems popular but looks
complex to use with a node framework so
looking at JQTouch (I guess it's some
sort of off-shoot from Sencha). We want
to keep things as simple as possible.<br>
<br>
any experiences / suggestions ?<br>
<font color="#888888"> <br>
-- <br>
Job Board: <a moz-do-not-send="true"
href="http://jobs.nodejs.org/"
target="_blank">http://jobs.nodejs.org/</a><br>
Posting guidelines: <a
moz-do-not-send="true"
href="https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines"
target="_blank">https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines</a><br>
You received this message because you
are subscribed to the Google<br>
Groups "nodejs" group.<br>
To post to this group, send email to <a
moz-do-not-send="true"
href="mailto:nodejs@googlegroups.com"
target="_blank">nodejs@googlegroups.com</a><br>
To unsubscribe from this group, send
email to<br>
<a moz-do-not-send="true"
href="mailto:nodejs%2Bunsubscribe@googlegroups.com"
target="_blank">nodejs+unsubscribe@googlegroups.com</a><br>
For more options, visit this group at<br>
<a moz-do-not-send="true"
href="http://groups.google.com/group/nodejs?hl=en?hl=en"
target="_blank">http://groups.google.com/group/nodejs?hl=en?hl=en</a><br>
</font></blockquote>
</div>
<br>
-- <br>
Job Board: <a moz-do-not-send="true"
href="http://jobs.nodejs.org/"
target="_blank">http://jobs.nodejs.org/</a><br>
Posting guidelines: <a
moz-do-not-send="true"
href="https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines"
target="_blank">https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines</a><br>
You received this message because you are
subscribed to the Google<br>
Groups "nodejs" group.<br>
To post to this group, send email to <a
moz-do-not-send="true"
href="mailto:nodejs@googlegroups.com"
target="_blank">nodejs@googlegroups.com</a><br>
To unsubscribe from this group, send email
to<br>
<a moz-do-not-send="true"
href="mailto:nodejs%2Bunsubscribe@googlegroups.com"
target="_blank">nodejs+unsubscribe@googlegroups.com</a><br>
For more options, visit this group at<br>
<a moz-do-not-send="true"
href="http://groups.google.com/group/nodejs?hl=en?hl=en"
target="_blank">http://groups.google.com/group/nodejs?hl=en?hl=en</a><br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
-- <br>
Job Board: <a moz-do-not-send="true"
href="http://jobs.nodejs.org/" target="_blank">http://jobs.nodejs.org/</a><br>
Posting guidelines: <a moz-do-not-send="true"
href="https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines"
target="_blank">https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines</a><br>
You received this message because you are subscribed
to the Google<br>
Groups "nodejs" group.<br>
To post to this group, send email to <a
moz-do-not-send="true"
href="mailto:nodejs@googlegroups.com"
target="_blank">nodejs@googlegroups.com</a><br>
To unsubscribe from this group, send email to<br>
<a moz-do-not-send="true"
href="mailto:nodejs+unsubscribe@googlegroups.com"
target="_blank">nodejs+unsubscribe@googlegroups.com</a><br>
For more options, visit this group at<br>
<a moz-do-not-send="true"
href="http://groups.google.com/group/nodejs?hl=en?hl=en"
target="_blank">http://groups.google.com/group/nodejs?hl=en?hl=en</a><br>
</blockquote>
<br>
</div>
</div>
</div>
<div class="HOEnZb">
<div class="h5">
-- <br>
Job Board: <a moz-do-not-send="true"
href="http://jobs.nodejs.org/" target="_blank">http://jobs.nodejs.org/</a><br>
Posting guidelines: <a moz-do-not-send="true"
href="https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines"
target="_blank">https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines</a><br>
You received this message because you are subscribed to
the Google<br>
Groups "nodejs" group.<br>
To post to this group, send email to <a
moz-do-not-send="true"
href="mailto:nodejs@googlegroups.com" target="_blank">nodejs@googlegroups.com</a><br>
To unsubscribe from this group, send email to<br>
<a moz-do-not-send="true"
href="mailto:nodejs%2Bunsubscribe@googlegroups.com"
target="_blank">nodejs+unsubscribe@googlegroups.com</a><br>
For more options, visit this group at<br>
<a moz-do-not-send="true"
href="http://groups.google.com/group/nodejs?hl=en?hl=en"
target="_blank">http://groups.google.com/group/nodejs?hl=en?hl=en</a><br>
</div>
</div>
</blockquote>
</div>
<br>
-- <br>
Job Board: <a moz-do-not-send="true"
href="http://jobs.nodejs.org/">http://jobs.nodejs.org/</a><br>
Posting guidelines: <a moz-do-not-send="true"
href="https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines">https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines</a><br>
You received this message because you are subscribed to the Google<br>
Groups "nodejs" group.<br>
To post to this group, send email to <a class="moz-txt-link-abbreviated" href="mailto:nodejs@googlegroups.com">nodejs@googlegroups.com</a><br>
To unsubscribe from this group, send email to<br>
<a class="moz-txt-link-abbreviated" href="mailto:nodejs+unsubscribe@googlegroups.com">nodejs+unsubscribe@googlegroups.com</a><br>
For more options, visit this group at<br>
<a moz-do-not-send="true"
href="http://groups.google.com/group/nodejs?hl=en?hl=en">http://groups.google.com/group/nodejs?hl=en?hl=en</a><br>
</blockquote>
<br>
</body>
</html>
--------------060900020005060503030501--