I am trying to create a floating ticker for my customer websites which will display their activity details, and am planning to expose this as an embedded code for them to use.
I have three questions:
- What is this technically called so that I can do more research on this
- What is the best practice to create a floating table or div section: Ex:springSource.org: has a search bar which floats on their webpage and has some animation
- How can I uniquely identify each website request from my embed code so that I pass the relevant information back
Thanks in advance for your time and help. Will appreciate any questions/comments.
Technologies used: Spring, JSP (Am open to use other UI technologies like jQuery, CSS3, HTML5 etc.,)
To display the fixed search bar at the bottom of the page, you can use for example:
If you want your users to be able to embbed some kind of widget on their site, they’ll have to embbed an iframe: