This is a discussion on "search results with servlet or JSP" within the Other Programming Languages section. This forum, and the thread "search results with servlet or JSP are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
search results with servlet or JSP
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
search results with servlet or JSP
i'm working on a website for online advertising where you put your advertisement and you can search for other's advertisements. But, here is my problem: when u search for advertisements in the website, the advertisements should show up in some table form with a little description and their small size picture along, and when u click on any advertisement u should see the pic with a larger size and the description of the advertisment saved in the database. BUT, i dont know how to do such a thing, do i have to take each picture and resize it to a thumbnail size and have another copy of the pic with the original size? or is there any another solution. I would be very thankful if anyone could help me in this.
|
|
|
|
#2
|
|||
|
|||
|
Re: search results with servlet or JSP
Well, here is something, it is not exactly what you are looking for, but it might help you out.
http://schmidt.devlib.org/java/save-jpeg-thumbnail.html What it does is scale an image into a thumbnail and save it into another file, you can omit the second part and just show the image. Hope it helps.... |
![]() |
| Tags |
| search, results, servlet, jsp |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| google webmaster tools vs search results | welshstew | Search Engine Optimization (SEO) | 6 | Apr 8th, 2008 08:12 |
| hyperlinking PHP/SQL search results | andrwleong | PHP Forum | 9 | Mar 26th, 2008 17:09 |
| [SOLVED] Search results like these (link) | skuliaxe | PHP Forum | 4 | Jan 28th, 2008 12:28 |
| [SOLVED] Displaying search results on a different page | longstand | PHP Forum | 4 | Nov 19th, 2007 23:26 |