Archive for August, 2008

Keep me logged!

Posted on Friday, August 29th, 2008 in New features.

RNS got small feature update - now RNS can remember You are logged across browser restart (using cookie). So You can be logged in automatically when You return to RNS.

Few minor bugs in layout were also removed (they were seen in Opera), now main page should be rendered in Opera much better.

No Comments

Embedding routes - now improved

Posted on Monday, August 25th, 2008 in New features.

I have just pushed code update to RNS. From user perspective there is one significant change. HTML code snippet to embed routes in other webpages has changed.

Usage did not changed, just go to page for particular route, there is HTML code snippet to copy and paste it to Your webpage.

So what have changed?

First - widget is generated with IFRAME tag only (previous version was generated with JavaScript and IFRAME) so it will be rendered much faster since when processing page browser does not need wait for JavaScript to download and run from RNS server. Browser can advance and render page and iframe will be displayed when all data will be downloaded.

Second - footer for widget now contains link to RNS site as earlier and link to page with embedded route.

Old widgets - You don’t have to change code

Old HTML code (based on JS) will still work, so if You have some embedded routes You don’t need to take any actions (unless You want to speed up rendering - then replace HTML code snippet).

No Comments