Jump to content

Rich Internet Application

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
add

add

    Newbie

  • Members
  • Pip
  • 2 posts
Hi all,
I have been searching for an interactive application or other type of technology that could search (by name) a digital photo mosaic for an individual photo-tile in said photo mosaic. Can anyone help?! Any info is welcome.

Thanks!

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Can you give more details? I didn't understand exactly what you are looking for (what you will be searching)

#3
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
I'm with TcM on this one, what are you actually wanting to search? What do you mean by search by name? Wouldn't that be like searching through the folder it's in...
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!


#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I don't know of any application that does this but to build one you could use HTML, CSS, JavaScript and PHP.

#5
add

add

    Newbie

  • Members
  • Pip
  • 2 posts
What I want to do is create a photo mosaic, digitally, using my own photos. Then, upload the photo mosaic into this application. Then, using this application, be able to search for one specific photo in my photo mosaic. This one specific photo could be called "Tree", so I type "Tree" into the search field of the application, and it zooms in on that one specific photograph called "Tree". Is there an application out there already like this, and if not how could I develop, or have one developed?

#6
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Google Picasa here:
Picasa 3: Free download from Google

#7
Brandon W

Brandon W

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,828 posts
As Blaine and Jordan both mentioned. You have Picasa by Google which you can use and to create your own you would use HTML and CSS to create the display. Javascript for the interactivity and the zooming of the images. Then use a SQL database to hold the files which you will upload via PHP. Get PHP to retrieve the images from the SQL database which you will use JS to display them. And PHP to search, along when you upload the file get them to input a name for the image. Which will also be in the database then PHP will find that inputted name and display the image corresponding to the searched content.

Could be dynamic and would come out very nice :)
jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation

Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!