Archive

Posts Tagged ‘tagging script programming’

Tagging Script

September 7th, 2009 Comments off

I am looking for an addon to my site which will allow users to submit keywords and tags.
Here is example (from the left side) https://www.ibm.com/developerworks/mydeveloperworks/profiles/user/Claudia_Boeira

If you click on any tag, you can see other users who added the same tags to their profiles.

To add tags:
User can go to

Photo Tagging Script

July 29th, 2009 Comments off

Code to tag photos like in facebook:
-user clicks a point in the photo to identify a person – that will be the center point for a rectangle area
-user chooses tag for person (choose from menu of list of people, and also option to input in own tag)

Then when someone does mouseover of that photo in that area the rectangle appears around that center point the user had chosen when tagging, and the tag appears next to it. Also, when displaying the text for the tags under the picture, the mouseover rectangle on the photo corresponding to that tag appears.

Please provide sample and what programming languages you will use.

It will be part of a php/mysql website.

Needs to work with jpg, jpeg, png, and gif files.

Should use database to store tag info.

When user clicks on tagged part of photo should go to specified link.

Photo Tagging Script:

May 28th, 2009 Comments off

Code to tag photos like in facebook:
-user clicks a point in the photo to identify a person – that will be the center point for a rectangle area
-user chooses tag for person (choose from menu of list of people, and also option to input in own tag)

Then when someone does mouseover of that photo in that area the rectangle appears around that center point the user had chosen when tagging, and the tag appears next to it. Also, when displaying the text for the tags under the picture, the mouseover rectangle on the photo corresponding to that tag appears.

Please provide sample and what programming languages you will use.

It will be part of a php/mysql website.

Needs to work with jpg, jpeg, png, and gif files.

Should use database to store tag info.

When user clicks on tagged part of photo should go to specified link (like in facebook)

Photo Tagging Script

May 27th, 2009 Comments off

Code to tag photos like in facebook:
-user clicks a point in the photo to identify a person – that will be the center point for a rectangle area
-user chooses tag for person (choose from menu of list of people, and also option to input in own tag)

Then when someone does mouseover of that photo in that area the rectangle appears around that center point the user had chosen when tagging, and the tag appears next to it. Also, when displaying the text for the tags under the picture, the mouseover rectangle on the photo corresponding to that tag appears.

Please provide sample and what programming languages you will use.

It will be part of a php/mysql website.

Needs to work with jpg, jpeg, png, and gif files.

Should use database to store tag info.

When user clicks on tagged part of photo should go to specified link (like in facebook)

Bear