<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tyler Clemons &#187; Emoticons</title>
	<atom:link href="http://www.tylerclemons.com/tag/emoticons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tylerclemons.com</link>
	<description>tylerclemons.com</description>
	<lastBuildDate>Thu, 27 Oct 2011 17:06:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating Adium Scripts (Emoticons)</title>
		<link>http://www.tylerclemons.com/creating-adium-scripts-emoticons/</link>
		<comments>http://www.tylerclemons.com/creating-adium-scripts-emoticons/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 14:41:53 +0000</pubDate>
		<dc:creator>Tyler</dc:creator>
				<category><![CDATA[Adium]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Emoticons]]></category>

		<guid isPermaLink="false">http://tylershome.nfshost.com/?p=40</guid>
		<description><![CDATA[So much fun open source applications are.  Adium allows tons of customization.  The best part is that it does not take an extensive knowledge of Objective-C, Adium&#8217;s primary language, to customize some if it&#8217;s features.  One customizable feature is the emoticon set.  Emoticons, Emotion Icons, are the combination of characters that resemble faces.  In some [...]]]></description>
			<content:encoded><![CDATA[<p>So much fun open source applications are.  Adium allows tons of customization.  The best part is that it does not take an extensive knowledge of Objective-C, Adium&#8217;s primary language, to customize some if it&#8217;s features.  One customizable feature is the emoticon set.  Emoticons, Emotion Icons, are the combination of characters that resemble faces.  In some web browsers and most chat programs, such as Firefox and Adium, emoticons are automatically translated into pictures.  But there are so many emoticons that some clients do not include every combination.  Good thing we can create our own.</p>
<p><span id="more-19"></span></p>
<p>In this example, we are only going to create one new emoticon.  The process can be duplicated easily by copying and pasting.  To start, create a folder called Name.adiumemoticonset.  The name doesn&#8217;t really matter as long as you remember it later.  Right click(CTLR+click) on your new folder, it should be a smiley face, and click &#8216;Show Package Contents.&#8217; Open up the Property List Editor to create a .plist file. Name this file Emoticons.plist.</p>
<p>Click <a title="Emoticon.plist" href="http://tylershome.nfshost.com/Emoticons.plist.zip" target="_blank">HERE</a> for a shell of the .plist file.</p>
<p>That is all there is too customizing your own Adium &#8220;smiley set&#8221;.  Yourpic.png is the element that controls which picture is called when the proper emoticon appears.  In this case, the emoticon &#58;&#41;  , most know it as <img src='http://tylershome.nfshost.com/home/public/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   ,	 will cause Yourpic.png to show up.  You can assign any number of emoticons to a particular picture by adding more nodes under Equivalents.  Just copy and paste for more elements.</p>
<p>Yourpic.png, and any other .pngs, are stored in the same directory as Emoticons.plist.  All of them are stored in the main directory of the package.  Most .png files are around (19-21)x(19-21).  You don&#8217;t have to conform to the size limits but you might not want large files crowding your chat window.  Also note, the emoticons only appear on your end, so whomever you are talking with will only see their representation of &#58;&#41; and not Yourpic.png.</p>
<p><em><span style="text-decoration: underline;"><span style="color: #ff0000;">Your files will be installed in Library/Application Support/Adium 2.0/Emoticons</span></span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tylerclemons.com/creating-adium-scripts-emoticons/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

