Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Linux Resources > Linux Tutorials, HOWTO's & Reference Material
Reload this Page HowTo: Make clickable-thumbnails in forums
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Tutorials, HOWTO's & Reference Material A useful collection of tutorials, guides and reviews compiled here for easy reference purposes.

 
 
Thread Tools Display Modes
Old 07-02-2005   #1 (permalink)
DrCR
Linux Newbie
 
Join Date: Mar 2004
Posts: 180
HowTo: Make clickable-thumbnails in forums

To the admins, could you make this a stick or move this to the Linux Tutorials section? I think this will be helpful to many newbies and even not-so-newbies as well. Thanks

How to make clickable-thumbnails in forums


Why?

Well the first question we must ask is why. Why would you take the few extra seconds and keystrokes to make clickable thumbnails? It all comes down to communication and not just what is being said, but how it is being said as well. For the same reason leetspeak is not often used this and other like forums, images should be treated to the same standard.

A single large image isn't really considerate of the viewers of your post. And more so than just to those poor souls still using 56K for their internet connection. It's often just an annoyance, esp. if you're running at a resolution below 1280x1024 (19"). The problem only gets worse when there a numerous images posted. Not only are transfer rates adversely affected for all, but it can make browsing the thread pure insanity. Now I have AdBlock and Image Zoom extensions on my brower, but I would venture at least 95% out there do not.


The solution lies in clickable thumbnails. Images large enough to be summarized at a glance and if of further interst, allow the browser to view the larger sized version of the image. A nice side affect for the servers is that bandwidth use is reduced as well.



Simply Posting Images

To be able to post clickable thumbnails, you must first know how to post simply images. Lets say I have an image of the GIMP logo that I would like to post on the forum. The file is called gimp_logo.jpg (the jpeg format is a much better than the png format in this case.*).

Now you have to get the image from your computer to a machine that will act as a server for your image. www.imageshack.us, there are many others, is an example of a site that will host your images (within certain parameters) free of charge.

From imageshack's site I browse to the image file on my hard drive, selecting gimp_logo.jpg.

Imageshack then displays the link to the image, which in this case is:
http://img59.imageshack.us/img59/2374/gimplogo1kg.jpg
(note that imageshack often renames the image. perhaps it does not if you have an account with them)

To display the image in a forum, I must add the image tags around the image link.
Code:
[img]http://img59.imageshack.us/img59/2374/gimplogo1kg.jpg[/img]
What is seen by the post viewers:




In-text Links

Another technique you must be familiar with is how to link a url (website) with standard text. An example of this is the afore mentioned leetspeak in this thread. If you click on the word leetspeak, you will be linked to an encyclopedia defining the word for you. This is how it was done:
Code:
[url=website link]displayed text[/url]
And In this particular case:
Code:
[url=http://en.wikipedia.org/wiki/Leetspeek]leetspeak[/url]
What is seen by the post viewers:
leetspeak



Clickable Thumbnails

Clickable Thumbnails is a combination of two forum techniques mentioned above. Here's now it is done:
Code:
[url=link to large image][img]link to small image[/img][/url]
Example. I have this image 1495x1200 637KB image that I would like to post:
http://img44.imageshack.us/my.php?im...ylvania2mz.jpg

I would be rather foolish to throw the image tages ([img]) around an image of this size but at the same time, I don't want a simply "click here" either. A little thumbnail lets the post view see a concise version of the image and decide if it is of interst to him.


The in-text link version:
Code:
[url=http://img44.imageshack.us/my.php?image=buckscountypennsylvania2mz.jpg]buckscountypennsylvania[/url]
What is see by the post viewers:
buckscountypennsylvania


The clickable thumbnail version:
Code:
[URL=http://img44.imageshack.us/my.php?image=buckscountypennsylvania2mz.jpg]
[IMG]http://img44.imageshack.us/img44/1889/buckscountypennsylvania2mz.th.jpg[/IMG][/URL]
(note, all in one line, no spaces, just inserted a break at the [img] part so there wouldn't be a huge link of text across the screen)


What is see by the post viewers:



Rather nice, isn't it.

The resolution and image size note is an imageshack extra, as is the automagicly created thumbnail image. Most image hosters automatically created thumbnails as well though, and if not, you would need to shrink a copy of the image down and upload that to the image hoster as well. Yes, auto thumbnails are a really nice feature...and leave no excuse for not using clickable thumbnails.


Hope this is of help to some here,
DrCR

___________
*jpeg is often the better choice for graphic/photos/etc. while png is often the better choice where text and blank space were representative. Example: A shot of your desktop should probably be in jpeg. A shot of AbiWord should probably be in png. No flames, just fact.
DrCR is offline  
Old 01-07-2006   #2 (permalink)
ozar
Super Moderator
 
Join Date: May 2004
Location: Arch Linux
Posts: 8,239
Hey there, DrCR...

It appears to me that you probably spent quite a bit of time on this HowTo, so if the admins won't make it a sticky, it deserves a bump...^ at the very least, in my opinion.
ozar is offline  
Old 01-07-2006   #3 (permalink)
~tux~
Just Joined!
 
~tux~'s Avatar
 
Join Date: Oct 2005
Location: /home
Posts: 68
Great work there This should definately be a sticky.
__________________
Registered Linux user #403441

Yarr, is that more ice tea you'll be needin?
~tux~ is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
HOWTO - Install Software [README] jasonlambert Linux Tutorials, HOWTO's & Reference Material 11 01-04-2005 11:46 PM
Asking good questions (2) jasonlambert Linux Newbie 5 12-13-2004 09:22 PM
make: *** No rule to make target `menuconfig'. Stop. peter_lambros Linux Newbie 1 05-28-2004 11:14 AM
NIC problem with SuSE 8.2 flw Installation 0 09-24-2003 05:37 PM
new make error after fixing the other one help??? lol Hyp007 Installation 1 08-21-2003 10:54 PM


All times are GMT. The time now is 10:56 AM.

Powered by vBulletin 3.6.8 ©2000 - 2007, content relevant URLs by vBSEO, Property of Core Root.

Content Relevant URLs by vBSEO 3.0.0