Questions tagged [tagging]

Tagging is the act of adding tags (non-hierarchical keywords or terms assigned to a piece of information such as an Internet bookmark, digital image, or computer file).

Tagging is the act of adding tags (non-hierarchical keywords or terms assigned to a piece of information such as an Internet bookmark, digital image, or computer file).

Tagging is carried out to perform functions such as aiding in classification, marking ownership, noting boundaries, and indicating online identity. It may take the form of words, images, or other identifying marks.

920 questions
0
votes
1 answer

Adding texts to an UIImageView like tagging feature in facebook app

I would like to implement the similar feature as in the facebook iPad app in which the text can be added to an image as in the below image. I can add a view like this with the text in the imageview, but don't know how to keep the size of the…
Ananth
  • 815
  • 9
  • 26
0
votes
1 answer

tag searching with many to many fields in php

i'm trying to do a search engine for a briefing system. I'm using a many to many relationship style setup with 3 databases representing the relationships. comms_briefings is where the data is stored for the briefings search_tags is where the tags…
Llanilek
  • 3,386
  • 5
  • 39
  • 65
0
votes
1 answer

Using Ruby to tag records that contain repeat phrases in a table

I'm trying to use Ruby to 'tag' records in a CSV table, based on whether or not a particular field contains a certain phrase that is repeated. I'm not sure if there are libraries to assist with this kind of job, and I recognize that Ruby might not…
regulus
  • 939
  • 3
  • 13
  • 21
0
votes
1 answer

Tag Page Redirecting to Home Page

We have some posts on our Wordpress website and we wanted to put tags on the bottom, so I used:

And it worked sort of. The problem is it links to for example: http://website.com/tag/foo But that just shows the home…
TheFrack
  • 2,823
  • 7
  • 28
  • 47
0
votes
1 answer

Tagging System in Hibernate with Annotations

I am trying to implement a tagging system in my database (MySQL V5.1.61), and then get that working in hibernate. Here are the relevant parts of my database: And the data contained: If I am doing this correctly, then 'nir' should have 3 tags…
David Watson
  • 2,031
  • 2
  • 13
  • 17
0
votes
1 answer

Fastest way to sort through 'tagging' DB

I had a fairly commonplace tagging system set up: table|'keyword'| : tag_id | tag table|'tag_thread'|: tag_thread_id | tag_id | thread_id table|'thread'| : thread_id | thread_info However, I have since changed the way my…
Ricky Mason
  • 1,838
  • 6
  • 31
  • 60
0
votes
1 answer

Tag a video uploaded to Facebook?

I am working on a Facebook app that uploads a video to your Facebook Timeline. I would like to be able to tag the user's friends in the video, since I am processing the video to include their profile pictures. There are never more than 4 friends,…
Esaevian
  • 1,707
  • 5
  • 18
  • 30
0
votes
1 answer

How to add a user to django-tagging

I'm looking for a way to add "user = models.ForeignKey(User, editable=False)" to django-tagging model with templatetags support but my django knowledge is too low to understand the code of django-tagging.
user164862
0
votes
1 answer

minLength in tag-it autocomplete tagging

Is there a way to support minLength (start suggestions only after minLength characters have been entered) in tag-it ? Also, can I handle the css of the suggestion box.
shreyj
  • 1,759
  • 3
  • 22
  • 31
0
votes
1 answer

Tagged inconsistent between page & API

I'm seeing inconsistent results between my page's tagged posts on the web and the API. Some of the mentions are not showing up in the API. Any suggestions? I'm making the API call with manage_pages permission. From the web From the API. Notice…
Dean Brundage
  • 2,038
  • 18
  • 31
0
votes
2 answers

Providing users with a way to detag their Facebook photos

I run a social membership club and my website users can log into my site with each having their own profile page. On each of my user's profile pages, I want to display a list of photos which have been tagged with that user on Facebook. I know this…
henrywright
  • 10,070
  • 23
  • 89
  • 150
0
votes
1 answer

association or tagging for conception in rails 3

I'm facing a conception problem in developping a website for my videogame. I have a Model named VideoLink which contain a title, a description and a link to a webvideo (for example youtube). I have other models such as User, Map, Mission etc. I want…
0
votes
2 answers

Tagging from Scratch: the Querying Database issue

@saverio was successful on answer this database query question on Tagging from Scratch: the Tag Cloud Issue Now I'm trying to connect the tagging system with the jQuery-tokenInput to Create and Find tags dynamically as on…
0
votes
1 answer

Extracting custom tags from text file

I am creating my own file tagging system for an application and have not found any relevant information on the subject. My application appends tags to the end of a specified file, like so: If the user wants to mark a particular file as private (for…
jay_t55
  • 11,362
  • 28
  • 103
  • 174
0
votes
2 answers

jQuery code keypress event similar to facebook tagging in wallpost '@'

Hello people I am actually a newbie in jquery and javascript, I am learning a lot though. I am actually trying to copy facebooks tagging of users in a wall post when '@' is input on the text area. To be more specific I have a text area when the user…
electricfeel1979
  • 179
  • 2
  • 4
  • 17