So let's just deliver all our business logic as JavaScript to an entirely untrustworthy client! Whats the worst that could happen?
Hoodie works no different than Gmail. What’s the worst that can happen there?
Hoodie – Fast web app development
41–50 of 147 posts
Re: Hoodie – Fast web app development
#42Team Hoodie here. Happy to answer any questions you might have :)
Apologies for asking such a horrible question, but is there a rough timeline for it being production ready? It looks very interesting.
(Disclaimer: Team Hoodie again :) )
Re: Hoodie – Fast web app development
#43Broken back button, bleh.
And you thought you were just scrolling... turns out you were navigating.
EDIT: lbarrow is correct that the hash tag navigation is borked. I thought people were just complaining about navigation to a previous site on the same tab. I stand corrected, I fully agree it's broken.
Re: Hoodie – Fast web app development
#44Earlier quoted context omitted.
Hoodie works no different than Gmail. What’s the worst that can happen there?
On a related note, how does MailChimp have "confirm subscription" link IN MY GMAIL LIST? http://cl.ly/image/1o1K2f202T3c
https://developers.google.com/gmail/actions/reference/one-cl...
Re: Hoodie – Fast web app development
#45Earlier quoted context omitted.
Hoodie works no different than Gmail. What’s the worst that can happen there?
On a related note, how does MailChimp have "confirm subscription" link IN MY GMAIL LIST? http://cl.ly/image/1o1K2f202T3c
https://developers.google.com/gmail/actions/actions/actions-...
I'm actually surprised so few companies have implemented it thus far.
Re: Hoodie – Fast web app development
#46You guys should take a look at http://github.com/EGreg/Q Not released yet -- but if someone has PHP / JS / PhoneGap skillz and wants to work with us, you can be an early member of the community.
Re: Hoodie – Fast web app development
#47Earlier quoted context omitted.
And you thought you were just scrolling... turns out you were navigating.
I wish we could stop calling things "broken" just because they work in a way that's well thought out but unconventional. How are we ever going to make progress on UI design if everyone immediately gets chastised for deviating from more orthodox web behavior by even the slightest amount? EDIT: lbarrow is correct that the hash tag navigation is borked. I thought people were just complaining about navigation to a previo…
Re: Hoodie – Fast web app development
#48How does this compare/contrast to Meteor?
Re: Hoodie – Fast web app development
#49Re: Hoodie – Fast web app development
#50Earlier quoted context omitted.
Hoodie works no different than Gmail. What’s the worst that can happen there?
Well you sure as shit aren't going to see "hoodie.account.signUp(username, password);" in Gmail's client-side code. Gmail's code base is not a "offline first, mobile first" platform. The API that is exposed to the client-side is fairly light (watch the traffic). I highly suggest use research "business logic flaws" in web apps. Anything Jeremiah Grossman has said on this topic is good stuff.