0
votes
0answers
13 views
Grails: Many-to-Many without hasMany/belongsTo - instead using native 3NF - Searching full text
I am implementing a many-to-many mapping in grails using 3NF,
Not using the hasMany or belongsTo property.
Taken from this article it shows and explains quite a lot about its advantages.
Article: …
0
votes
1answer
20 views
Tagging Records in a Continuous Form
In a continuous subform, I display records based on a DISTINCT query. Because it's distinct, each row does not include a record ID.
Does anyone know of a way to add a checkbox (or similar), so that a …
3
votes
5answers
86 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
39 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 …
0
votes
1answer
50 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
0answers
21 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
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?
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
3answers
161 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, …
0
votes
2answers
193 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
0answers
75 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 …
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 …
