3
votes
5answers
74 views
How to implement tag system
Hi, i was wondering what the best way is to implement a tag system, like the one used in SO. I was thinking of this but i can't come up with a good scalable solution.
The things i was thinking was is …
0
votes
3answers
37 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 display but filter …
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 english (that uses …
1
vote
3answers
40 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 …
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 name of the MySQL …
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) Auto line wrapping …
0
votes
1answer
49 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 rewritten to work …
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 custom urlconf and …
0
votes
3answers
159 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 (maps tags to items, …
2
votes
1answer
43 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 Facebook?
31
votes
10answers
940 views
What is the best way to compute trending topics or tags?
Many sites offer some statistics like "The hottest topics in the last 24h". For example, Topix.com shows this in its section "News Trends". There, you can see the topics which have the fastest growing …
0
votes
1answer
33 views
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 …
4
votes
3answers
85 views
Any distributed cache systems that allows for tagging content?
I'd like to know if there is any distributed cache systems like memcached, velocity or sharedcache that allows me to tag content with more than just it's name, or that can relate items to eachother, …
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 code of …
0
votes
0answers
74 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 that in future when I …
