Tagged Questions
0
votes
1answer
19 views
docpad plugin-tagging Why lists all the tags?
Why lists all the tags?
I use:
<div class="tags">
<ul>
<% for tag, item of @getTagCloud(): %>
<li><a class="tag_item" href="<%= item.url %>" ...
0
votes
0answers
97 views
Is there an app, website, or any way to search all tagged Facebook or Instagram photos of someone?
I would like to find a way to search all tagged Facebook or Instagram photos of someone?
I have found many ways to search hashtags and topics but that is not what I'm trying to do. I want to search ...
1
vote
1answer
215 views
how to get related posts with comma separated tagging system for PHP and MySQL? [closed]
I'm creating a website using PHP and MySQL to post related sites. I'm using a tagging system for this site with comma separated tags, for example my tags will look like: php, mysql, code, programming.
...
0
votes
1answer
239 views
jenkins groovy script check if build is tagged
In groovy how to check if a particular build is tagged?
I'm using this information to mark the build "Keep forever".
I'm using this script to get builds of a particular job:
...
1
vote
1answer
92 views
Rails 3 - which sql query for related tags
I'm planning this feature now for a long time, and I just can't get started with it really, cause I don't know how to express it in code. Sometimes when I think I got it and know what I want, I ...
2
votes
1answer
86 views
Multilingual tagging in Rails
I want to add tags to a model and I also want those tags to be translatable to n languages.
I'm already using i18n gem to translate the contents. What's a proper way to implement translatable tags? ...
1
vote
1answer
201 views
Update tag-mapping table in MySQL
I have a MySQL tag-mapping table with structure from the following post - How do you recommend implementing tags or tagging
I have two columns - TagID and ItemID. I want to make an update on some ...
1
vote
1answer
45 views
How to pull entries from a model based off their associated data? (Rails)
Let's suppose I have a Discussion model, and that a discussion can be tagged. These tags are associated to the discussion through a taggings table.
I want to define a method .tagged_with(tag) that ...
0
votes
2answers
1k views
tag friend on a Post
Hello I'm trying to taga friend in a wall post with officials graph api.
As reported on documentation
message_tags
Objects tagged in the message (Users, Pages, etc) (Requires access_token)
...
3
votes
1answer
1k views
Can't tag users on Facebook Page PHP SDK Graph API
I a trying to write a script which allows users to tag themselves on photos displayed on my website.
Once the user has selcted the people to be tagged the photo is uploaded to the Facebook Fan Page ...
0
votes
2answers
49 views
What plugin\gem do you advice to use in order to add tag functionalities to my web application?
I am using Ruby on Rails 3.1 and I would like to add tag functionalities to my web application.
Do you advice to use a plugin\gem? If so, what plugin\gem do you advice to use?
3
votes
1answer
255 views
use :tjump instead of :tag vim on pressing ctrl-]
in vim,
when i press ctrl-]
1) the usual behavior:
it goes to the first matching tag with the word under the cursor,
after that we need to do :tjump separately to see a list of all matching tags and ...
0
votes
1answer
122 views
adding to StringListProperty
i have the following
class Image(db.Model):
author = db.UserProperty()
img = db.BlobProperty()
rating = db.RatingProperty()
tags = db.ListProperty()
when the user upload an image ...
2
votes
2answers
495 views
Tag System Implementation in Database
Current Structure
table [Tags]
TagID
TagName
table [Stores]
StoreID
StoreName
StoreCategory
StoreTagID
this will only make the store have one tag , how can I implement it to allow more than one ...
0
votes
1answer
107 views
Tagging fields in database [closed]
I need to tag the fields in my database table. For example i want to display the set of cameras that belong to a cameralist (which is selected by the user) in the datagridview of my form.For this i ...
0
votes
1answer
74 views
Unable to attach a live event to anchor within div in asp.net
I'm trying to use a simple modification for XOXCO's tagging input jquery plugin that allows you to limit the number of tags entered.
Everything is working correctly except for this part
$('.tag ...
0
votes
2answers
116 views
Saving Tags in the Database
I am trying to implement tags in my application.
tags(id, name)
tags_relations (id, tag_id, entity_id)
entity (id, name)
here i have a set of 4 tags which i wanna show it as a catgory
Dish type ...
0
votes
3answers
262 views
database design for tagging multiple sources (MySQL)
I'm working on a project where I have the following (edited) table structures: (MySQL)
Blog
id
title
description
Episode
id
title
description
Tag
id
text
The ...
4
votes
6answers
2k views
How to auto-tag content, algorithms and suggestions needed
I am working with some really large databases of newspaper articles, I have them in a MySQL database, and I can query them all.
I am now searching for ways to help me tag these articles with somewhat ...
0
votes
1answer
207 views
automatic daily tagging of the SVN repository
I want to automatically tag the daily SVN repository at 6:00 pm so that the daily code snapshot can be maintained and I could at anytime in the future go back to any earlier code repository snapshot. ...
0
votes
2answers
583 views
help with a php tag system
I am trying to set up a tagging system, but i am having a little diffuculty here, if someone could help i would be very appreciative, anywho i am just trying to query the database for the tags which ...
0
votes
1answer
309 views
google analytics custom tag tracking
we have pages that has tags. we want a report based on these tags. Those tags are around 0~20 for one page.
how can we implement in analytics.
view page: tags
15 Page1 : apple, pine, five
3 ...
0
votes
2answers
208 views
How can I add TAGS to my existing non-cms website?
I was looking other day jealously at all the features that CMS-enabled WordPress sites have, and I realised one thing that I've missed out: tagging.
Is there any way I can have such a thing on my ...
4
votes
3answers
2k views
how can i create a tagging system using php and mysql?
wondering how i can create a tagging system in php and with a mysql database, my initial thoughts were to create a row in the table where the articles are stored, named tags, and list the tags ...
4
votes
2answers
1k views
How to impliment a Part-of-Speech (POS) tagger
I'm looking for the best PHP-based way to scan a lot of text entries (classifieds) and pull out keywords - anyone know about Part-of-Speech tagging? Is there a PHP-ish way to do this?
I scan a lot of ...
3
votes
4answers
1k views
asp.net mvc - implementing an “autocomplete” tags selection for a blog?
I'm working on a blog system for my own use, and would like to implement an auto-complete tags selection (similar to stackoverflow), how would I implement something like this? Any example or links to ...
3
votes
1answer
238 views
Cocoa/OSX tagging UI
I'm looking to implement a tagging interface on OSX that lets users type text "tags" to attach to an object. Ideally, I'd like to implement a fancy UI like the screenshot below:
-
Note: This ...
5
votes
3answers
883 views
How-to build tagging system like stackoverflow
I'm implementing a tag system similar to StackOverflow tag system but I just wonder How-to get related tags and define the relationships weights between tags like the list of "Related Tags" in any tag ...
2
votes
1answer
675 views
What benefit does Django-Taggit provide over a simple ManyToManyField() implementation of tagging?
The API according to the documentation seems achievable with a simple ManyToManyField...what am I missing?
Sample from Django-Taggit documentation:
class Food(models.Model):
# ... fields here
...
0
votes
1answer
111 views
Tagging support
We would like to add the "tagging" support to the existing websites which uses Java. This tagging support will be used to find the "tagged" items .
Are there any libraries that support my use case ?
...
1
vote
2answers
169 views
Need help with sql query to find things with most specified tags
Let's say I have the following tables:
TAGS
id: integer
name: string
POSTS
id: integer
body: text
TAGGINGS
id: integer
tag_id: integer
post_id: integer
How would I go about writing a query that ...
1
vote
2answers
250 views
Need help with sql query to find things tagged with all specified tags
Let's say I have the following tables:
TAGS
id: integer
name: string
POSTS
id: integer
body: text
TAGGINGS
id: integer
tag_id: integer
post_id: integer
How would I go about writing a query that ...
3
votes
3answers
2k views
How to get last Git tag matching regex criteria
I need Git command to get/find last tag starting with 'v' to get last versioning commit (I am using tags with v letter at the beginning to tag next application version (example: v0.9.1beta).
Is there ...
0
votes
1answer
94 views
CakePHP tags behavior header already sent error
Hi folks I'm trying to set up tagging in my CakePHP application. I've been using an article I found here: http://bakery.cakephp.org/articles/view/simple-tagging-behavior
The problem I'm having is ...
1
vote
0answers
105 views
Any PHP tagging libraries extended for multiple object types?
I have used freetag in other applications. (And I'm satisfied with it in those applications.) But like other tag libraries I have seen, it assumes a singular object type in the tagged objects table.
...
1
vote
2answers
129 views
How do I specify associations in Rails that pass through several models
I'm writing some tricky polymorphic relationships to handle tagging.
I have a Tag model, and a Tagging model which belongs_to a polymorphic taggable.
I have an Item model, which has_many :taggings, ...
0
votes
1answer
256 views
Automatically create tag based on the string
I am new to ruby on rails.
Lets say i have this text.. Ashley Cole and Cheryl Cole Split.
Is there a way to automatically tag this above text to Ashley Cole, Cheryl Code, ChelseaFC ( Ashley Cole ...
1
vote
2answers
333 views
Tag Suggestion system, approaches and ideas
-- I am working on a (auto) tag suggestion system (NOT tag autocomplete). Lets say I want to suggest tags for a given question like here on SO (although SO's tagging system is auto-complete). My main ...
8
votes
3answers
381 views
How to design data storage for partitioned tagging system?
How to design data storage for huge tagging system (like digg or delicious)?
There is already discussion about it, but it is about centralized database. Since the data is supposed to grow, we'll need ...
3
votes
2answers
388 views
Designing tag system that can tag multiple db tables
I am wanting to allow users to tag items so that they can search for them using tags. What is the best way of achieving this cleanly? So far the solution I have come up with only involves adding two ...
3
votes
1answer
128 views
Does exists a tags field or something like tags in Mac OS for iPhone SDK?
I want to create a tags system for an iPhone app that let you type the tags names and appear like in some Mac OS software.
Like this:
Do you know if there's a way to do that? Or if there's a third ...
2
votes
1answer
68 views
avoiding tag misspellings an erroneous tag data
I'm working on implementing a tagging system in my application. I've been reading some of the other questions on SO about database schemas used to implement tags and they've been very helpful, but I ...
12
votes
1answer
6k views
Rails tagging and tag list
I saw alot of good tagging plugins but are these plugins really what I want?
I want to:
- Tag products, users and news
- Search by tags
- List all tags like SELECT DISTINCT tag (for a autocomplete ...
0
votes
2answers
170 views
How to get rows from articles table 10 most popular tags?
I have in my database a table Articles with Article Name and Article Tags. Article tags is a string column with tags in it like this: "people, life, president". Every article is tagged in this ...
1
vote
3answers
259 views
How to setup organization specific data elements about shared items?
First post, please be kind.
NOTE: I have reviewed entry #20856 (how to implement tagging) but feel this is different due to the fact that the tags method I'm considering is organization specific in ...
2
votes
4answers
369 views
Recommendations for a simple search engine for bag of words?
Any recommendations for small, lightweight, bag of words search engine?
I have a set of 'documents' that are each basically a small bag of arbitrary words.
Given a new document, I need to get a list ...
14
votes
3answers
4k views
An easy way to support tags in a jekyll blog
I am using the standard jekyll installation to maintain a blog, everything is going fine. Except I would really like to tag my posts.
I can tag a post using the YAML front matter, but how do I ...
1
vote
2answers
495 views
Multi-Tenant Tag Schema's for Distributed Content Types
There's quite a bit of discussion out there, regarding tag schema's, but I've noticed that most of it focuses on a single content type, such as bookmarks or photos.
I'm interested in using tags ...
0
votes
1answer
207 views
PHP - folksonomy tag checking regex
I'm trying to create a regex for checking values of submitted tags for a free form folksonomy system. Here is what I have now.
if (!preg_match('/([^-\\a-zA-Z0-9._@\'])+/',$proposedtag)) {
...
0
votes
2answers
574 views
Jquery and formating a textarea for tagging?
I am looking for a way to use a textarea and get the values separated by commas, and place them into the array.
Really I am looking for how to auto format the textarea so when the user types ...


