Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 how do I make thumbnail image on the fly?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

vanbc
Starting Member

3 Posts

Posted - 09 December 2004 :  22:24:13  Show Profile
Hi

I really like this forum,
http://www.clubtread.com/sforum/forum.asp?FORUM_ID=29
you can upload photos, and it can make thumbnail Image on the fly.
will I can find this MOD?

dayve
Forum Moderator

USA
5820 Posts

Posted - 10 December 2004 :  00:19:46  Show Profile  Visit dayve's Homepage
I will be releasing a .NET version of an image uploader/thumbnailer by the end of this month. testing has been going great...

Demo: (someone really tested this feature out to the max in this thread)
http://www.burningsoulsforum.com/forum/topic.asp?TOPIC_ID=10992



Edited by - dayve on 11 December 2004 16:00:42
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 11 December 2004 :  16:24:27  Show Profile
The popup window to display the full image is constrained to fairly small dimensions though
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 11 December 2004 :  16:25:19  Show Profile  Visit dayve's Homepage
say again? the popup is the actual size of the image.

wait, I think I know what you're saying. I have an auto center script to display the images... if the images are large, which in this thread they are, the window does not open completely until the image is loaded. you will see a message in the title bar stating "Loading...". Once it is done, the image displays in the pop up window.

try a thread with smaller images:

http://www.burningsoulsforum.com/forum/topic.asp?TOPIC_ID=10929



Edited by - dayve on 11 December 2004 16:27:45
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 11 December 2004 :  16:53:28  Show Profile
Apologies !!! ... I didn't realise how big the images were, but they DO appear full-size after completely loading. I was obviously viewing them when they weren't finished loading and the popup is quite small.

Sorry for the diversion, it looks like a great mod
Go to Top of Page

vanbc
Starting Member

3 Posts

Posted - 12 December 2004 :  01:07:11  Show Profile
Hi dayve

why I can not open your Demo.
http://www.burningsoulsforum.com/forum/topic.asp?TOPIC_ID=10992

thenk you


quote:
Originally posted by dayve

I will be releasing a .NET version of an image uploader/thumbnailer by the end of this month. testing has been going great...

Demo: (someone really tested this feature out to the max in this thread)
http://www.burningsoulsforum.com/forum/topic.asp?TOPIC_ID=10992



Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 12 December 2004 :  01:11:34  Show Profile  Visit dayve's Homepage
that particular link has almost a hundred thumbnails on the page, so if you're on dialup, it may tak awhile, even though they are small file sizes, there are a lot of them... try a different demo thread instead:

http://www.burningsoulsforum.com/forum/topic.asp?TOPIC_ID=10930

Go to Top of Page

sr_erick
Senior Member

USA
1318 Posts

Posted - 12 December 2004 :  01:29:10  Show Profile  Visit sr_erick's Homepage  Send sr_erick a Yahoo! Message
I've done something similar, although I have a larger image as my thumbnail and I don't display the size, etc but it could easily be adapted. Only catch is I use two components, ASPUpload and ASPImage which do cost a little bit. I must say though, it's much better than my old system. With uploading I now have a progress bar. Since the 15th of November when it was implimented my members have managed to upload around 1800 images which have been resized, about 600 megs worth.




Erick
Snowmobile Fanatics


Edited by - sr_erick on 12 December 2004 01:36:36
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 12 December 2004 :  01:35:21  Show Profile  Visit dayve's Homepage
no 3rd party components here... did it all using the .NET Framework with C# as the language at no additional costs. Pretty darn fast upload actions over the pure ASP version.

every time a member posts an image it is inserted into a database, so this will automatically create my photo album that I am working on as well.


Edited by - dayve on 12 December 2004 01:35:52
Go to Top of Page

rabufo
Junior Member

Italy
328 Posts

Posted - 12 December 2004 :  04:37:13  Show Profile
Very nice and good work, dayve....can't wait to try it in my forums
Go to Top of Page

vanbc
Starting Member

3 Posts

Posted - 12 December 2004 :  13:30:24  Show Profile
HI

I use ADSL height speed internet,
I also try the second link, it doesn't work.
www.burningsoulsforum.com, this domain not works also.
do you do the hosting on your home computer?

help

thank you



quote:
Originally posted by dayve

that particular link has almost a hundred thumbnails on the page, so if you're on dialup, it may tak awhile, even though they are small file sizes, there are a lot of them... try a different demo thread instead:

http://www.burningsoulsforum.com/forum/topic.asp?TOPIC_ID=10930

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 12 December 2004 :  14:28:20  Show Profile  Visit dayve's Homepage
vanbc, I don't know why you're having problems visiting my site, but to answer your question, yes... the forum is hosted within my own home.

Go to Top of Page

serritzlev
Junior Member

Denmark
291 Posts

Posted - 12 December 2004 :  14:54:23  Show Profile  Visit serritzlev's Homepage
Hi dayve our link works perfect fore me ( no truble ) and verry fast.

Go to Top of Page

DavidRhodes
Senior Member

United Kingdom
1222 Posts

Posted - 15 December 2004 :  05:21:08  Show Profile
Dayve, have you used any of the quantization techniques to enhance the thumbnails? I've been playing with this but not managed to get it to work for both resizing and quantizing together.

The UK MkIVs Forum
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 16 December 2004 :  01:14:12  Show Profile  Visit dayve's Homepage
quote:
Originally posted by DavidRhodes

Dayve, have you used any of the quantization techniques to enhance the thumbnails? I've been playing with this but not managed to get it to work for both resizing and quantizing together.


thanks for the link, it was a good read. I might play with this during the weekend and although it sounds interesting to implement. right now I am working on photo album/gallery portion of the mod. my initial goal of this mod was to create a system that provided faster loading threads by using "true" thumbnailed resampled images and not resized images and to insert the upload info (not image) into a datbase for using with a photo album... two birds, one stone. only real problem I'm having right now is when I make drastic changes and have to implement some conditional checks due to the changes I made. for example, I started off by having the image location appear in the tag like so:

[image=myImage.jpg]

but now it shows as the id of the image:

[image=355]

obviously this gives me more flexibility and faster searches for creating my textual thumbnails like the sample below:



I'm very pleased with how everything is turning out though... not sure how I'm going to package it up though.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07