deximer
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: SimpleUuid] What the heck is a UUID?UUID = Universally Unique Identifier. It’s an ID that is statistically unique across all of civilization. Data that is tagged with a UUID can be tracked across systems.
https://en.wikipedia.org/wiki/UUID
-Jeremy
1. Username is not in our use case but that would be a good addition for the rest of the world.
2. A method that takes advantage of The Loop and covers the primary use case does sound like a good idea. We can take a look at it.
We made made changes that cover several of your easier suggestions. I’ll post those soon.
We also encountered a problem with the latest MU and its option “white list” which is not well documented and kills our options page. We put a work around in place until the white list is better documented.
Thanks again for your insights.
-Jeremy
Thanks for your suggestions. We’ll look into making some of the changes you suggest. Couple comments:
1. The Choice to use cookies was made to get around situations where several computers may be sharing the same IP address. Ultimately we may implement both cookie and IP based tracking. If cookies are not enabled than we will log the IP. There does not seem to be a perfect solution to this issue.
2. There is some setup required when initializing the class for use in any given context. We can look into adding some accelerator methods but I don’t think the current code requirements are all that onerous.
3. Height and width seem like obvious benefits.
4, 5, 6, 7, 8. All Good points, thanks for the advice. We’ll look into making a new release with these suggestions.
-Jeremy
Forum: Plugins
In reply to: Changing the SVN folder name for a PluginThanks, on my way…