Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Tag Clouds

  1. #1
    Join Date
    Apr 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tag Clouds

    hello,

    does anyone have any good links to tutorials for making tag clouds?

    ultimately i want to make photo tag clouds..

    so making a cloud made up of photos, there size depending on their popularity with tags, done dynamically, not through prewritten values.

    any clues?

    Cheers all!

  2. #2
    Join Date
    Feb 2007
    Posts
    601
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Whats a tag cloud ?

  3. #3
    Join Date
    Apr 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    some new craze

    haha

    i know its lame

  4. #4
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    I think junior here wants an image collage...
    - Mike

  5. #5
    Join Date
    Feb 2007
    Posts
    601
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    LOL - Then why not just use img tag to place all the images...

  6. #6
    Join Date
    Apr 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i could do img tags..

    then use javascript to give the images the name and size from tags.

    any tips for that?

    its been so long since ive coded properly and tested myself ive forgotten what i know!!

  7. #7
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Depends on where the rank is coming from. Is it a property of the image?
    eg.
    Code:
    <img rank="4" ...>
    - Mike

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    No, not quite. A "tag cloud" is something like this.

    junior84, you can't do this client-side. You need to use a server-side language such as PHP.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  9. #9
    Join Date
    Apr 2007
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    right (cheers for bearing with an idiot btw)

    this is the start of a project, therefore not got a lot to work with..

    i want to be able to convert this

    http://icant.co.uk/articles/24ways/

    so that i can adjust the img sizes that come through depending on certain variables that i will bring it later..

    ta

  10. #10
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    And what server-side language(s) are you using?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •