0
votes
3answers
36 views
Django CharField To String
Hello All,
Hopefully a really simple one, possible even stupid!
I'm building a tagging system in Django and would like to allow spaces and other characters in the tag name for di …
0
votes
0answers
15 views
rails tagging (tags with special characters)
Hello,
I have recently started using RoR acts-as-taggable-on plugin/gem which doesnt seem to support special characters.
If I want to use tags within other language other than en …
1
vote
3answers
39 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 organi …
0
votes
1answer
68 views
Tagging with Zend Framework
I'm trying to create the same solutions as below, but using a simple MySQL query (instead of the static version used below where the words/tags are implemented in the code). The na …
0
votes
1answer
50 views
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 …
0
votes
1answer
122 views
Auto Categorization of Content
Hi all
I'm developing a script that extracts the messages from the message archive of a particular meetup.com group of which I'm a member - http://www.meetup.com/opencoffee/messag …
2
votes
2answers
144 views
Any ideas on how to implement flickr’s tags clustering system? (preferrably in Rails)
I'm mainly just looking for a discussion of approaches on how to go from decentralized, non-normalized, completely open user-submitted tags, to start making sense of all of it thro …
0
votes
1answer
48 views
Django tagging migration to GAE
I have a Django app that use a django-tagging. I need to port this application to GAE. So, the main problem is to migrate tagging part. It has a complicated model, that should be r …
0
votes
2answers
103 views
Database Schema for Machine Tags?
Machine tags are more precise tags: http://www.flickr.com/groups/api/discuss/72157594497877875. They allow a user to basically tag anything as an object in the format
object:proper …
0
votes
0answers
20 views
How does AraMorph 1.2.1 work?
I have downloaded AraMorph 1.2.1 Perl version from SourceForge, but I do not know how to use it. Could someone explain to me how can I get it to work?
2
votes
1answer
42 views
How do I control what images Facebook attaches to the feed story when my website is shared?
When I add a Facebook link to my website, it picks up randomly large images from the site, and not quite attached to the story. How can I control what images are picked up by Faceb …
3
votes
3answers
166 views
Implementing a ‘tag panel’ control in Delphi?
Hi,
Please have a look at this screenshot
I think these are the main features of such a 'tag panel':
1) Each tag on the panel is a standalone control and can be clicked
2) Au …
0
votes
3answers
158 views
How to implement tagging system similar to SO in php/mysql?
Hi everyone,
I'm coding a website in PHP/MySQL and I'd like to implement a similar to stackoverflow tagging engine. I have 3 relevant tables in DB:
1. Items
2. Tags
3. ItemTagMap …
0
votes
2answers
192 views
Custom Django admin URL + changelist view for custom list filter by Tags
In django admin I wanted to set up a custom filter by tags (tags are introduced with django-tagging)
I've made the ModelAdmin for this and it used to work fine, by appending custo …
0
votes
0answers
73 views
Tagging - avoiding similar tags [closed]
I have noticed this even here on Stack Overflow. Where there maybe many similar tags eg. php vs php4 vs php5, or because of spaces eg. zendframework vs zend-framework.
So I hope t …
