Small, encapsulated pieces of Javascript stored as a URL and so can therefore be bookmarked (a.k.a added to the user's favourites).
9
votes
2answers
108 views
How to link to faceted search results when using AJAX/async UI?
When you have a traditional faceted search that uses AJAX the user experience is generally good because there is immediate feedback on the current state of the system. The user will know what other ...
-1
votes
2answers
86 views
What are best practices for a bookmarklet?
I'm creating a social sharing bookmarklet and button that lets users share a link along with an optional text.
What structure is more recommended to use?
this:
...
3
votes
2answers
243 views
Are there any UI pattern sites with a bookmarklet / selective screen capture (think Skitch) tool?
For over a year now I've been trying to get into all of these UI pattern sites, but the fundamental flaw I've found across the board is the level of effort it takes to create/post styles you come ...
5
votes
2answers
135 views
What is an elegant way to distinguish a normal link from a bookmarklet link?
How do you visually tell to your user that a given link is a bookmarklet so it should not be clicked but just bookmarked?
Is there a proper and recognized icon to use to alert the user that a given ...