12-20-2007 01:19 PM
Hi All,
I have been taking note of all the tagging suggestions you've been offering and I will bundle them up and send them to Lithium.
tst- you're right, I don't have any additional control over the tagging options other than what you can find in the My Profile Tagging tab. I set the defaults for all these values for the community, and then each user can keep those defaults or set them for themselves. By default, the forum search searches tags. If you do an Advanced Search, you can toggle this on or off. I have found this very useful.
As for performance changes with tagging, we are keeping a close watch on the monitoring software, but so far any increase in page load time is lost in the noise.
Thanks!
Laura
12-21-2007 11:48 AM
@smercurio_fc wrote:
I tested out turning off tagging, and found that the display of messages of a thread actually sped up! I was noticing an unusually high frequency of pauses when displaying the messages in a thread soon after tagging was enabled on the boards. After reading Laura's comment about turning off tags, I decided to try it, and sure enough, the frequency of pauses went down to the "normal" state of just periodic overall "hangs" of the forum boards.
Note that I'm not drawing any conclusions or making any recommendations - it's just an observation.
12-21-2007 12:15 PM
Michael Aivaliotis said:
Not knowing anything about how tagging works, there are certain rules that are universal. Extra data requires extra queries from the database. In order to display the tags there is probably some extra SQL
12-24-2007 08:52 PM
Smercurio is correct about the Tags taking more time.
There is a bug(s) in the tag entry field when postioned to the left.
Type in more tags than fit and things get funny in that you can not use arrow keys to go back and edit tags.
Next,
If you paste in a long text field and close without adding,
THEN
Go to edit...
The left hand field size goes goofy.
I have been experimenting with cross linking and it seems to working out.
Comments?
Ben
Ben
12-24-2007 09:03 PM - edited 12-24-2007 09:05 PM
Attached (as LV 8.2) is a quick hack that helps with tagging.
Its a hack!
Cut-n-paste all tags from a cloud and paste into top control.
Run... it will show you hierarchy of the tags.
Clcik on tag it will genrate string to paste in as tag.
Its hack but it has helped me with keeping my tags and cross-linking straight.
Ben
12-27-2007 05:56 PM
I have been playing with the tags and tagging. I am posting the following just to share what I have found and the thought behind all of those tags.
I have been attempting to catagorize (ca- TAG-orize) the tags as I ad them. This has developed into a type "outine of LabVIEW".
The catagorical tags are hierarchial example " LabVIEW_DesignPatterns_Producer-Consumer" where each "level' is distinguished by an "under-score". All other use of the "under-score" is not allowed. Camel-case or hyphens are used to as required to keep tags readable. At the same time I also include the truncated tags "LabVIEW" and "LabVIEW_DesignPatterns". Inititally this seemed t be over-kill but as the outline has bee fleshing-out, the structure is strating to work.
I have been using the afore posted utility to help. It has saved me a lot of time and helped me keep my ca-TAG-ories organized.
Like I said, just sharing my thoughts!
Ben
12-28-2007 02:43 PM
12-28-2007 02:53 PM
@Ben wrote:
There is a bug(s) in the tag entry field when postioned to the left.
Type in more tags than fit and things get funny in that you can not use arrow keys to go back and edit tags.
But not this one:
Do you click Cancel after pasting the long text into the tag field? Then edit the message?Next,
If you paste in a long text field and close without adding,
THEN
Go to edit...
The left hand field size goes goofy.
12-29-2007 09:21 AM - edited 12-29-2007 09:24 AM
12-29-2007 09:49 AM - edited 12-29-2007 09:58 AM
As a public service to the Taggers, here is an updated "Hack" with my tags saved as the default. This lets you use all of my caTAGorical tags without having to duplicate them yourselves.
Notes:
The VI is no elegeant bu it does work.
The useage is as follows;
A) The string field at the top lets you paste in a list of tags. These I just cut-n-pasted from my tag cloud. Make sure the count are not showing before you copy the tags. When the VI is started the list of tags is parsed first by looking for space delimters to ID each tag. Then each tag is parsed for under-scores which indicate caTAGorical tags. The pasred list is then placed in the table (see D).
B) The string indicator will hold the collection of tags you build up by selecting them from the table (see D). Each time you click on a tag, it is added to this list. The "Reset" button at teh bottom of the screen will clear "B".
C) The text control "C" is just a scratch pad I use to add new tags. I'll usisally get a list together using "D" and "B" and then copy everything from "B" to "C" before fine tuning my tag list. I can then cut-n-paste everything from "C" when ready to add the tags.
D) "D" is a table that tracks were you clicked and assembles tags based on the click. Example: If I clcik on the word "Path", the tags "LabVIEW" "LabVIEW_EXE" "LabVIEW_EXE_Path" are added to "B".
The "Copy to clip" button does not do anything yet. I had planned on using this to copy "C" to the Clip-board but have not coded it yet.
"Reset clears "B".
"Stop" stops the VI. I have to stop the VI and restart it to add new tags.
I hope someone finds this code useful. If you make it better, plese post the update.
Ben
PS Ask Lithium how many other comunities do they support that write their own code to make up for the short-comings of the forums (nudge-nudge-wink-wink))