TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Jo HTML5 Mobile App Framework

5 点作者 ggasp超过 14 年前

3 条评论

metachris超过 14 年前
Looks interesting, but the homepage and the video don't provide enough information.<p>* It should show a few reference apps / examples<p>* The 12 minute video is horrible -- way too long just to show one demo app on 5 different devices. The text spoken in the background makes it even more boring. All this should be shown in 2 to 3 minutes!<p>* What I'd really like to see is a video of maybe 5 minutes, where they develop a simple app from scratch! Could even copy and paste parts of the code, but it would show the whole workflow. That could just make the difference for people to give it a try!<p>I think for the author, persistence is the key. If he keeps working on it and gets a few people to contribute, this could become a very nice mobile HTML5 app library!
davebalmer超过 14 年前
Hey folks, appreciate the comments! Another relevant thread you might want to check: <a href="http://news.ycombinator.com/item?id=1415480" rel="nofollow">http://news.ycombinator.com/item?id=1415480</a><p>@metachris sorry the video format didn't work for you, but you're lucky I made quite a few takes with it -- my first try was 37 minutes of unfocused babble (instead of only 12 minutes of unfocused babble).<p>I plan to have followup videos which walk through coding up an app from scratch. Actually, I find screencasts tedious to make. I'm very comfortable giving talks in front of people, but something about sitting and talking to my laptop doesn't sit right. :)<p>And persistence is underway. Jo is built from my game UI library that is about a year old now. Jo is also my fifth JavaScript framework, and first to be made open source. I'm in it for the long haul. :)<p>@karanbhangui Thanks! The nice part about mitigating most platform issues through CSS is that apps should degrade pretty well without much JS fiddling. I plan to continue to push into less capable web platforms, though I really could use some help testing from folks who have those devices.<p>Check the docs: <a href="http://joapp.com/docs/#Class%20Heirarchy" rel="nofollow">http://joapp.com/docs/#Class%20Heirarchy</a> a lot of the widgets are up and running. Noticeable gaps which are due to be in the beta are: select (popup selection), knob, slider, checkbox, tab, option, and typed input like numeric and email. These have been lower on my list because they're all extension of core Jo UI elements.
karanbhangui超过 14 年前
Great start, looks promising. Few questions:<p>* Do you plan to support non-fully css3 compliant devices like Blackberry Bold 9000? jQuery Mobile due for release in a week should be.<p>* Are the current widgets limited to the few in the demo: list, button, popup? Any guidelines on how to create new ones?<p>Thanks.