Show HN: garlic.js - don't let your users lose their form data
91–100 of 109 posts
Re: Show HN: garlic.js - don't let your users lose their form data
#92> don't let your users lose their form data This is a huge problem, and is the reason I've had Lazarus installed for a few years now. https://addons.mozilla.org/en-us/firefox/addon/lazarus-form-... Apparently it exists for Chrome now, too.
Form content recall is a native Chrome feature now.
Re: Show HN: garlic.js - don't let your users lose their form data
#93Earlier quoted context omitted.
For all intents and purposes, IE6 and IE7 are dead. They account for less than 1.5% of worldwide browsers [1]. At this point, seems okay to leave out. [1] http://gs.statcounter.com/#browser_version_partially_combine...
That depends on your user base. If it's just the wider internet that's accurate, but if you're aiming at government or big corporate clients, you'd better check your analytics first.
I'm admittedly only speaking for a dozen agencies or so, but things are definitely better off lately than they used to be.
Re: Show HN: garlic.js - don't let your users lose their form data
#94Re: Show HN: garlic.js - don't let your users lose their form data
#95I'm getting a 404. https://github.com/guillaumepotier/Garlic.js
Re: Show HN: garlic.js - don't let your users lose their form data
#96Earlier quoted context omitted.
Hmm, what does jQuery provide that is so essential that someone decides to add a dependency this big for something so simple? It seems that everything requires jQuery these days, even when a 5-line for loop would do.
This seems to be the new 'cool'. Why jQuery whine, whine, whine . You've got jQuery on your own site. Why are you moaning about it? The source is here: https://github.com/guillaumepotier/Garlic.js/blob/master/gar... The code is pretty much idiomatic jQuery js following most of their style rules, layout rules and standard constructs so it's obviously been written as a jQuery extension. He must know jQuery well, hence…
May be he does not. May be He uses Dojo, Prototype or any other JS library.
At least jQuery doesn't extends Object and Array like other libraries so it's quite safe to have as an extra dependency.
Re: Show HN: garlic.js - don't let your users lose their form data
#97Re: Show HN: garlic.js - don't let your users lose their form data
#98Earlier quoted context omitted.
It also probably wouldn't be super crazy difficult to use a Flash local storage fallback for them.
Ew
Re: Show HN: garlic.js - don't let your users lose their form data
#99Earlier quoted context omitted.
For all intents and purposes, IE6 and IE7 are dead. They account for less than 1.5% of worldwide browsers [1]. At this point, seems okay to leave out. [1] http://gs.statcounter.com/#browser_version_partially_combine...
That depends on your user base. If it's just the wider internet that's accurate, but if you're aiming at government or big corporate clients, you'd better check your analytics first.
But I suppose if your userbase is predominantly IE6/7, then it may not be worth the effort for you.
Re: Show HN: garlic.js - don't let your users lose their form data
#100Earlier quoted context omitted.
It also probably wouldn't be super crazy difficult to use a Flash local storage fallback for them.
Ew