Live data from Hacker News

Walkway.js

connoratherton.com

11–20 of 53 posts

Re: Walkway.js

#13

The current link does not work for me (Firefox 36.0a1 on Debian). The correct content seems to be here: http://connor-personal.herokuapp.com/walkway Why doesn't it work? I imagine it's this funky DNS config: sergio@sergio-laptop:~ > dig www.connoratherton.com ;; QUESTION SECTION: ;www.connoratherton.com. IN A ;; ANSWER SECTION: www.connoratherton.com. 3529 IN CNAME http://connor-personal.herokuapp.com. http://connor-…

Switched to Google domains a few days ago, still configuring it properly. Thanks for letting me know about the link, looking into it.

Re: Walkway.js

#14
Cool! We've been using a similar technique in our in-app sales page, also inspired by the Verge articles. I'll upload a video when I get a chance.

Re: Walkway.js

#18

The current link does not work for me (Firefox 36.0a1 on Debian). The correct content seems to be here: http://connor-personal.herokuapp.com/walkway Why doesn't it work? I imagine it's this funky DNS config: sergio@sergio-laptop:~ > dig www.connoratherton.com ;; QUESTION SECTION: ;www.connoratherton.com. IN A ;; ANSWER SECTION: www.connoratherton.com. 3529 IN CNAME http://connor-personal.herokuapp.com. http://connor-…

Switched to Google domains a few days ago, still configuring it properly. Thanks for letting me know about the link, looking into it.

Trying to configure DNS settings for herokuapp.com isn't going to work, given that it isn't, you know, actually your domain to configure.

What you should have is something like

  connoratherton.com     A     54.221.226.116
  www.connoratherton.com CNAME connor-personal.herokuapp.com
Alternately, if your domain registrar supports ANAME or ALIAS, you should have, respectively,

  connoratherton.com     ANAME connor-personal.herokuapp.com
  www.connoratherton.com CNAME connor-personal.herokuapp.com
or

  connoratherton.com     ALIAS connor-personal.herokuapp.com
  www.connoratherton.com CNAME connor-personal.herokuapp.com

Re: Walkway.js

#19

The current link does not work for me (Firefox 36.0a1 on Debian). The correct content seems to be here: http://connor-personal.herokuapp.com/walkway Why doesn't it work? I imagine it's this funky DNS config: sergio@sergio-laptop:~ > dig www.connoratherton.com ;; QUESTION SECTION: ;www.connoratherton.com. IN A ;; ANSWER SECTION: www.connoratherton.com. 3529 IN CNAME http://connor-personal.herokuapp.com. http://connor-…

Switched to Google domains a few days ago, still configuring it properly. Thanks for letting me know about the link, looking into it.

I bet you could do this pretty effectively with GitHub pages instead of a full blown Heroku app.

Re: Walkway.js

#20
post #10

How would somebody do this w/ D3? Are there any similar bl.ocks that anybody knows about?

From d3js.org site I do get to this [1] (click the page number to to animate lines) not sure about the easing functionality however.

[1] http://www.nytimes.com/interactive/2013/10/09/us/yellen-fed-...

Post reply on HN