Little square emoticons

From: Matt12 Dec 2010 20:10
To: af (CAER) 13 of 26
They're in and up here.

I ended up removing the CSS parsing. Decided it's not worth worrying about, of course it means if you (or any other emoticon authors) have forgotten to add the CSS for any of your emoticons then they won't display, but I figured that'd be better than not offering them for use.
From: Peter (BOUGHTONP)12 Dec 2010 20:56
To: Matt 14 of 26
I'm getting some missing stuff (image-wise) with the default/trillian emotes.

These ones: }:> >.< ^.^ <_<
From: Matt12 Dec 2010 21:30
To: Peter (BOUGHTONP) 15 of 26
I think they're from your's and Edd's emoticon packs and never existed in the Trillian pack that Jay made, at least there are no images for them.

I shall remove them.
From: af (CAER)12 Dec 2010 22:48
To: Matt 16 of 26
Are you saying my CSS was still too complicated? I tried to make it even simpler than it was :'D

But anyway, thank you Matt :D :D

(except I realise I forgot to include the 1px offset to nudge the emote images down a bit, but I dunno if it'd even work with Beehive. I also borrowed Beehive's inner <span> trick to show the text representation of the emote if CSS isn't available :$ )

Incidentally, how do I post code that contains the <code> tag? e.g. like this only with actual < instead of &lt;
JavaScript code:
var codify = function(inp) {
    // Wraps 'inp' in &lt;code> tags
    return ["&lt;code>", inp, "&lt;/code>"].join("");
};
If the &lt; are changed to a <, it gets all confused and closes the tag early:
JavaScript code:
", inp, "
"].join(""); };
Seems ok with other tags:
JavaScript code:
var headify = function(inp) {
    // Wraps 'inp' in <h1> tags
    return ["<h1>", inp, "</h1>"].join("");
};


Edit: I guess it's a tricky thing to solve, cos you'd have to keep track of all <code> and </code> and only treat the outermost ones as actual tags.
EDITED: 12 Dec 2010 22:55 by CAER
From: af (CAER)13 Dec 2010 14:38
To: Matt 17 of 26
Also, I am a fool and have mistakenly defined the :{) emote as :{

Can you pretty please fix it? :$
From: koswix16 Dec 2010 14:44
To: Matt 18 of 26

Hello lovely Matt.

 

Just been to change my emotes to Caer's and noticed that the Preview link doesn't work until you save the changes to your emotes (well it works, but shows the previous emotes you had selected).

 

Mwah x

 

(Firefox 3.6.8 on Win 7)
</bug report>

EDITED: 16 Dec 2010 14:45 by KOSWIX
From: af (CAER)16 Dec 2010 14:49
To: koswix 19 of 26
I noticed that too :$
From: Matt16 Dec 2010 17:03
To: koswix 20 of 26
What you should be doing is clicking Save, then click Preview. If you don't like them, choose another pack, click Save and repeat until happy.

HTH.

</not bug>
From: milko16 Dec 2010 18:29
To: Matt 21 of 26
You have to save before you can preview? Intuition fail! Not bug but I think worthy of a change request. Although hardly an important one.
From: koswix16 Dec 2010 18:49
To: Matt 22 of 26

Not really a preview then, more a view.

 

</not preview>

 

:P

From: af (CAER)16 Dec 2010 20:05
To: koswix 23 of 26
Are you actually using my emoticons? :$

</vanity>

AND WHY THE CHRIST HAVE THE [HOME] AND [END] KEYS STOPPED WORKING IN CHROME? :@
From: koswix16 Dec 2010 20:47
To: af (CAER) 24 of 26
Thought i'd give 'em a try. Usually browse in light mode though so don't see them that much :$
From: milko16 Dec 2010 23:11
To: af (CAER) 25 of 26
I'm using them because I liked them a lot in the odd little place they were turning up. HOWEVER I'm starting to think that using them for all emotes might be a bit too much :(

Also there's no entry for pyfitg.
From: af (CAER)16 Dec 2010 23:25
To: milko 26 of 26
Tomorrow, milko, I will make a pyfitg emote.

And I need to fix them so they move down a pixel or two.