Live data from Hacker News

Nex2.co - A site I've made to let you share 2 web pages side by side.

nex2.co

1–5 of 5 posts

Re: Nex2.co - A site I've made to let you share 2 web pages side by side.

#2
I wanted to send 2 pages to a friend side by side, and couldnt find a site that did it.

Feedback appreciated!

A lot of the larger websites don't work due to cross-domain restrictions for iFrames, and the block errors aren't standardised unfortunately so I've not got an error catch yet. Saying that, the majority of pages do work!

Re: Nex2.co - A site I've made to let you share 2 web pages side by side.

#4
post #3

Using Firefox 18, all I get is a blank screen.

Ah! Thanks for saying. I can't figure out why, but the jquery.animate-colors.js scripts that I'm using are failing on my site, but work on the demo page at: http://www.bitstorm.org/jquery/color-animation/

Odd

EDIT: Found it! Firefox couldnt handle the jquery transition from no background-color, to a color. It needed a background-color to be set first.

Re: Nex2.co - A site I've made to let you share 2 web pages side by side.

#5
post #4
post #3

Using Firefox 18, all I get is a blank screen.

Ah! Thanks for saying. I can't figure out why, but the jquery.animate-colors.js scripts that I'm using are failing on my site, but work on the demo page at: http://www.bitstorm.org/jquery/color-animation/ Odd EDIT: Found it! Firefox couldnt handle the jquery transition from no background-color, to a color. It needed a background-color to be set first.

I can see the page. Color changing background is annoying. Now all works, tho. Tx.