Comments on: Use jQuery to Create a Tag Cloud http://www.endusersharepoint.com/2010/07/21/use-jquery-to-create-a-tag-cloud/ No GeekSpeak on SharePoint 2007 WSS and MOSS Tue, 10 Aug 2010 17:46:31 -0400 http://wordpress.org/?v=2.8.6 hourly 1 By: Jason MacKenzie http://www.endusersharepoint.com/2010/07/21/use-jquery-to-create-a-tag-cloud/comment-page-1/#comment-89293 Jason MacKenzie Thu, 29 Jul 2010 19:02:13 +0000 http://www.endusersharepoint.com/?p=8955#comment-89293 If you are talking about an out of the box blog you pretty much have it. The Posts list has a column called category which would be accessed using jQuery as ows_Category. Title is not going to do it for you as you want to link directly to the post which adds the ID to the querystring. So grab the ID field and build your URL accordingly. Does that answer your question? If you are talking about an out of the box blog you pretty much have it. The Posts list has a column called category which would be accessed using jQuery as ows_Category.

Title is not going to do it for you as you want to link directly to the post which adds the ID to the querystring. So grab the ID field and build your URL accordingly.

Does that answer your question?

]]>
By: Walter http://www.endusersharepoint.com/2010/07/21/use-jquery-to-create-a-tag-cloud/comment-page-1/#comment-88949 Walter Wed, 28 Jul 2010 16:30:06 +0000 http://www.endusersharepoint.com/?p=8955#comment-88949 I'm trying to apply this to my blog and would assume that I would change... eFormLocator > Posts Tags > Category ows_Tags > PostCategory eForm_x0020_URL > Title Am I missing something? I’m trying to apply this to my blog and would assume that I would change…

eFormLocator > Posts
Tags > Category
ows_Tags > PostCategory
eForm_x0020_URL > Title

Am I missing something?

]]>
By: Jason MacKenzie http://www.endusersharepoint.com/2010/07/21/use-jquery-to-create-a-tag-cloud/comment-page-1/#comment-86800 Jason MacKenzie Fri, 23 Jul 2010 13:18:30 +0000 http://www.endusersharepoint.com/?p=8955#comment-86800 Hi Bill, We are doing a fairly large forms migration for a regional government. There are many sites and forms libraries all with different security requirements. The intention is to allow people, from one web page to be able to find whatever form they are looking for. So we created the eForm Locator (horrible name I know) which is nothing more than a lot of different metadata about the forms including the URL to a new instance of the form. This way we can tag them, organize them by department, service area etc. which will allow people to find them more easily. We're also using some workflows to keep a tally of the number of forms so we can show people the most popular forms that are being used. Jason Hi Bill,

We are doing a fairly large forms migration for a regional government. There are many sites and forms libraries all with different security requirements. The intention is to allow people, from one web page to be able to find whatever form they are looking for.

So we created the eForm Locator (horrible name I know) which is nothing more than a lot of different metadata about the forms including the URL to a new instance of the form. This way we can tag them, organize them by department, service area etc. which will allow people to find them more easily. We’re also using some workflows to keep a tally of the number of forms so we can show people the most popular forms that are being used.

Jason

]]>
By: Bil Simser http://www.endusersharepoint.com/2010/07/21/use-jquery-to-create-a-tag-cloud/comment-page-1/#comment-86466 Bil Simser Thu, 22 Jul 2010 17:54:15 +0000 http://www.endusersharepoint.com/?p=8955#comment-86466 Pretty cool solution. I'm actually really interested in the eForms locator content type now and want more details about how that works? Pretty cool solution. I’m actually really interested in the eForms locator content type now and want more details about how that works?

]]>
By: Jason MacKenzie http://www.endusersharepoint.com/2010/07/21/use-jquery-to-create-a-tag-cloud/comment-page-1/#comment-86405 Jason MacKenzie Thu, 22 Jul 2010 12:54:38 +0000 http://www.endusersharepoint.com/?p=8955#comment-86405 Hi there, My apologies for the image quality. You need to modify the code in the DynaCloud plugin. If you look at the last lines of code in the plugins .js file you want to make the modifications as follows: //var text = jQuery(this).text().toUpperCase(); var text = jQuery(this).text(); jQuery(target).each(function() { // jQuery(this).highlight(text); queryTagList(text); Hi there,

My apologies for the image quality. You need to modify the code in the DynaCloud plugin. If you look at the last lines of code in the plugins .js file you want to make the modifications as follows:

//var text = jQuery(this).text().toUpperCase();
var text = jQuery(this).text();
jQuery(target).each(function() {
// jQuery(this).highlight(text);
queryTagList(text);

]]>
By: Henning http://www.endusersharepoint.com/2010/07/21/use-jquery-to-create-a-tag-cloud/comment-page-1/#comment-86388 Henning Thu, 22 Jul 2010 11:32:21 +0000 http://www.endusersharepoint.com/?p=8955#comment-86388 Hi, cool way to get a tagcloud - but what did you do to trigger the "queryTagList" function? Unfortunatly your screenshots are not helpful, since they have a to high resolution. Hi,

cool way to get a tagcloud – but what did you do to trigger the “queryTagList” function? Unfortunatly your screenshots are not helpful, since they have a to high resolution.

]]>