URL | The url you specify when calling SmartFACT++ can contain links to the page you intend to view first, but also special arguments for steering the display, e.g.
http://[url]/?w=320&h=200#status
Would open the status page (status.page) and display the content with a fixed size of 320x200. Both, width and height, can be omitted. Also possible
http://[url]/?max
Usually the graphic is adapted to fit into the viewport (the size of your browser window). This option instructs SmartFACT++ to display the graphics always quadratically and with the full width, i.e. it might range outside of your window on the bottom of your page and a scroll bas would be displayed. Since SmartFACT++ is also meant for mobile devices, some compromises had to be made. One is that modern HTML5 techniques could not be applied to the fullest. If your browser has problems with switching pages, you can turn off the sliding effect by:
http://[url]/?noslide
On pages which are regularly updated, i.e. the main page and the status page, sound output for certain circumstances can be enabled with the sound option:
http://[url]/?sound
All of the options can be combined as long as they make sense, e.g.
http://[url]/?noslide&sound
In all examples above the url would usually be
www.fact-project.org/smartfact
|