TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tourist.js: really flexible tours by Easel

46 pointsby mrboglealmost 12 years ago

7 comments

thoughtpalettealmost 12 years ago
I like the concept and was going to star it until I read one of the dependencies is Backbone. Otherwise, there are many other libraries that only require one dependency.<p><a href="https://github.com/EragonJ/Trip.js" rel="nofollow">https://github.com/EragonJ/Trip.js</a> <a href="https://github.com/usablica/intro.js" rel="nofollow">https://github.com/usablica/intro.js</a> <a href="https://github.com/sorich87/bootstrap-tour" rel="nofollow">https://github.com/sorich87/bootstrap-tour</a><p>Definitely dig the look and feel of this though.
评论 #5759244 未加载
tomkitalmost 12 years ago
We use Backbone as our frontend framework at my startup. A few months ago we evaluated guided-tour libraries such as Joyride, Bootstrap Tour and others. We liked Joyride at the time because it was declarative with some simple global setup and teardown callbacks, but it quickly became apparent it wasn't sophisticated enough for a rich web app where, in Backbone's paradigm, you're waiting for sync events and other events before continuing through the guided tour. We ended up having to fork and modify Joyride to support the behavior we wanted. This lib looks like a promising generalized version of what we had to fork Joyride to do!
评论 #5759857 未加载
k1w1almost 12 years ago
I looked at this component when we wanted to make a "getting started" tour for Aha! (<a href="http://www.aha.io" rel="nofollow">http://www.aha.io</a>). However, I didn't like the idea of a linear tour where you must complete one step to get to the next. Instead I created <a href="https://github.com/aha-app/getting_started_balloons" rel="nofollow">https://github.com/aha-app/getting_started_balloons</a> (for Rails 3 and JQuery) which allows multiple balloons to be shown at once.<p>The slightly novel aspect is the use of SVG to draw the arrow to the element you want to highlight. This allows flexibility in positioning the balloon so that it doesn't obscure some other interesting aspect of the screen.
snuxollalmost 12 years ago
Really neat, but the dependency on Backbone is going to get in the way of adoption.
评论 #5759100 未加载
lshemeshalmost 12 years ago
Easel.io is a really beautiful looking product. I just played around with the demo tour and it worked pretty well though a little quirky. Are you using Tourist.js to implement the demo tour?
BaconJuicealmost 12 years ago
whats the browser compatibility like? not so much the looks but function wise. I'd love to use this on my upcoming project, but I need IE7 compatibility. Cheers great work.
评论 #5759885 未加载
grimtriggeralmost 12 years ago
Not working here, chrome 27.0.1453.93 on OSx
评论 #5758811 未加载
评论 #5758809 未加载