who is chatting on SOLO ChatThe Free RadicalPopular contentWho's onlineThere are currently 3 users and 16 guests online.
Online usersPollElection 2008: Who Will Win? Obama by a landslide 13% McCain by a landslide 23% Obama comfortably 11% McCain comfortably 23% Either narrowly 30% Total votes: 47
|
Graphical smilies (a.k.a. emoticons)?Submitted by Duncan Bayne on Tue, 2006-02-28 20:57.
They're horrible, ditch them. 39% (17 votes) They're great, keep them. 32% (14 votes) I want more! I want boxing smilies, dancing smilies, head-shaking smilies ... 30% (13 votes) Total votes: 44
|
User loginFeatured BookNavigation |
It's also nice to provide an
It's also nice to provide an ALT value, in case people are browsing with images disabled or are using a text-to-speech reader:
<img src="foo.jpg" alt="A Photo Of Foo" />
image tags
To be consistent with the DOCTYPE image tags should be closed. Thus:
<img src="www.imagesource.com/location/actualfile.jpg" />
Note the slash before the final greater than mark.
HTML-101 - Links and images
Links follow this format:
<a href="www.link.com">HYPERLINK TEXT</a>
Images folow this format:
<img src="www.imagesource.com/location/actualfile.jpg">
-- you can add width information to the image:
<img width="127px" src="www.imagesource.com/location/actualfile.jpg">
px means 'pixels'
-- you can enclose an image inside a link:
<a href="www.link.com"><img width="127px" src="www.imagesource.com/location/actualfile.jpg"></a>
which all combined together with some creative choices can give you something like this:
Emoticons...which is what?
~~ How does one identify WHICH emoticon will represent WHAT type one is trying to use?
LLAP
J:D
Damn...
...forgot *you* were here.
Careful, Jen, someone might
Careful, Jen, someone might take you seriously...
I'm particularly fond...
...of the top one.
Okay, how about some of
Okay, how about some of these (all sourced from free online collections) ...
Emodecepticons and Emotipornicons
I voted to have more emoticons, and I have some suggestions:
Emodecepticons: These specialized emoticons send viruses into the viewers computer, which destroy only happy and good files, like Optimus-files. More than meets the eye, indeed.
Emotipornicons: These could be particularly useful on SOLO, when people get really pissed at each other (which is every single day since I started lurking). What better way to tell your enemy "FU" than to send an animated emoticon of his avatar chomping down on a (fill in porn image here)?
--Dan Edge
I'd like animated emoticons
I'd like animated emoticons that can speak.
That's all.
I'd like the option of
I'd like the option of being able to turn emoticons on or off.
A signature on smilies...
Reminds me of an e-mail signature I created and used years ago:
---------
Theorem: Any "emoticon" that you may find in this mail can be deciphered
by applying a transformation from the orthogonal group O(3) either to
your body or to your monitor.
Proof: Left as an exercise.
------------
Sanjay
Keep the Emoticons!!!
Is there not a way to set up a library of emoticons that you can link to when you write something? Is there not some standard HTML-tag that you can include when you must have a smiley face?
And while I'm at it can I request two extras?
(1) A larger window for editing text? Makes it easier for me to look through the text and edit it.
(2) A HTML-101 post that shows me how to properly add HTML-tags so I can more easily include pictures etc. Sadly, the brief formatting guidelines are too brief for uneducated gits like myself!