0
votes
1answer
37 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
37 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 …
3
votes
3answers
159 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
126 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
146 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 …
2
votes
1answer
35 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 …
0
votes
0answers
15 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?
0
votes
1answer
42 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
30 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 wher …
0
votes
0answers
61 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 …
4
votes
3answers
81 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 i …
1
vote
4answers
69 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 …
30
votes
10answers
911 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 …
2
votes
2answers
133 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 …
4
votes
5answers
266 views
SVN layout — best practice
In CVS we have on project with multiple directories in there.
There is a nightly build that has to pull in stuff from different directory in the same CVS project in order to build …
