<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3788013486000868358</id><updated>2011-04-21T15:02:15.044-07:00</updated><category term='emotwicon'/><category term='spaz'/><category term='emoticon'/><category term='twitter'/><category term='snitter'/><title type='text'>Emotwicon</title><subtitle type='html'>Emoticons for the WEB</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://emotwicon.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3788013486000868358/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://emotwicon.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>emotwicon</name><uri>http://www.blogger.com/profile/07205305616166613612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3788013486000868358.post-9194639405017650192</id><published>2007-12-06T11:52:00.000-08:00</published><updated>2007-12-17T11:19:05.576-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='emoticon'/><category scheme='http://www.blogger.com/atom/ns#' term='twitter'/><category scheme='http://www.blogger.com/atom/ns#' term='snitter'/><category scheme='http://www.blogger.com/atom/ns#' term='emotwicon'/><title type='text'>Add Emotwicon in Twitter client Snitter</title><content type='html'>To add Emotwicon features inside the Twitter client Snitter there are only 3 lines of modifications to add.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1) Add the emotwicon javascript in "index.html"&lt;br /&gt;&lt;/span&gt;Open the index.html in the snitter folder (eg. C:\Program Files\Snitter) and add the following line:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;script src="http://emotwicon.com/js/min_emotwicon.js" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;among the other script tags inside the head tag&lt;br /&gt;Note : the min_emotwicon.js is a minimized version (to minimize file size). I will post the full source code soon.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2) Add parsing method in "&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;snitter.js&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;"&lt;/span&gt;&lt;br /&gt;- Open the snitter.js file in the snitter/js folder (eg. C:\Program Files\Snitter\js).&lt;br /&gt;- Search the text 'var txt = o.text;'&lt;br /&gt;- Add the text&lt;br /&gt;'&lt;span style="color: rgb(0, 102, 0);"&gt;if (typeof (emotwicon) != "undefined") txt = emotwicon.parseString(txt,false);&lt;/span&gt;' on the next line just after 'var txt = o.text;'&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3) Add function to retrieve the emoticon images from the server in "snitter.js"&lt;/span&gt;&lt;br /&gt;- Open the snitter.js file in the snitter/js folder (eg. C:\Program Files\Snitter\js).&lt;br /&gt;- Search the text 'complete:function(msg)'&lt;br /&gt;- Add the text&lt;br /&gt;'&lt;span style="color: rgb(0, 153, 0);"&gt;if (typeof (emotwicon) != "undefined") emotwicon.getEmotwiconsXhr(true);&lt;/span&gt;'&lt;br /&gt;on the next line after the line which contains&lt;br /&gt;"els.status.innerHTML = msg ? msg : 'Last received';" in the  'complete:function(msg)' function block.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4) Voila. Run Snitter and start adding the emoticon codes found at the &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://www.emotwicon.com/gallery.html" target="_blank"&gt;Emotwicon gallery&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is a screen shot of how the emoticons look like inside Snitter application:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_KBHyahWVIow/R1hVbwi6kyI/AAAAAAAAAAc/j97pSvRfriM/s1600-h/snitter.jpg"&gt;&lt;img style="cursor: pointer;" src="http://4.bp.blogspot.com/_KBHyahWVIow/R1hVbwi6kyI/AAAAAAAAAAc/j97pSvRfriM/s320/snitter.jpg" alt="" id="BLOGGER_PHOTO_ID_5140952910019597090" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Unfortunately, the animated gifs are not animated!! This is an issue with the Adobe AIR platform. Hopefully will soon be fixed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3788013486000868358-9194639405017650192?l=emotwicon.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://emotwicon.blogspot.com/feeds/9194639405017650192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3788013486000868358&amp;postID=9194639405017650192' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3788013486000868358/posts/default/9194639405017650192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3788013486000868358/posts/default/9194639405017650192'/><link rel='alternate' type='text/html' href='http://emotwicon.blogspot.com/2007/12/add-emotwicon-in-twitter-client-snitter.html' title='Add Emotwicon in Twitter client Snitter'/><author><name>emotwicon</name><uri>http://www.blogger.com/profile/07205305616166613612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_KBHyahWVIow/R1hVbwi6kyI/AAAAAAAAAAc/j97pSvRfriM/s72-c/snitter.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3788013486000868358.post-5121686325798651424</id><published>2007-12-06T08:21:00.000-08:00</published><updated>2007-12-06T08:53:33.208-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='spaz'/><category scheme='http://www.blogger.com/atom/ns#' term='emoticon'/><category scheme='http://www.blogger.com/atom/ns#' term='twitter'/><category scheme='http://www.blogger.com/atom/ns#' term='emotwicon'/><title type='text'>Add Emotwicon in Twitter client SPAZ</title><content type='html'>To add Emotwicon features to the Twitter client SPAZ there are only 3 lines of modifications to do.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1) Add the emotwicon javascript in "index.html"&lt;br /&gt;&lt;/span&gt;Open the index.html in the spaz folder (eg. C:\Program Files\Spaz) and add the following line:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;script src="http://emotwicon.com/js/min_emotwicon.js" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;among the other script tags inside the head tag&lt;br /&gt;Note : the min_emotwicon.js is a minimized version (to minimize file size). I will post the full source code soon.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2) Add parsing method in "spaz.data.js"&lt;/span&gt;&lt;br /&gt;- Open the spaz.data.js file in the spaz/assets folder (eg. C:\Program Files\Spaz\Assets).&lt;br /&gt;- Search the text 'data[i].text' which must be found in the function Spaz.Data.loadTwitterXML.&lt;br /&gt;- Replace the text 'data[i].text' with&lt;br /&gt;'&lt;span style="color: rgb(0, 102, 0);"&gt;((typeof (emotwicon) != "undefined")? emotwicon.parseString(data[i].text,false):data[i].text)&lt;/span&gt;'&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3) Add function to retrieve the emoticon images from the server in "spaz.data.js"&lt;/span&gt;&lt;br /&gt;- Open the spaz.data.js file in the spaz/assets folder (eg. C:\Program Files\Spaz\Assets).&lt;br /&gt;- Search the text 'Spaz.dump(newest.id);'&lt;br /&gt;- Add the text '&lt;span style="color: rgb(0, 153, 0);"&gt;if (typeof (emotwicon) != "undefined") emotwicon.getEmotwiconsScriptTag();&lt;/span&gt;' next line after the line which contains 'Spaz.dump(newest.id);' above.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4) Voila. Run SPAZ and start adding the emoticon codes found at the &lt;/span&gt;&lt;a style="font-weight: bold;" href="http://www.emotwicon.com/gallery.html"&gt;Emotwicon gallery&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is a screen shot of how the emoticons look like inside SPAZ application:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_KBHyahWVIow/R1gnXgi6kxI/AAAAAAAAAAU/kbR2-7pz5VA/s1600-h/spaz.jpg"&gt;&lt;img style="cursor: pointer;" src="http://3.bp.blogspot.com/_KBHyahWVIow/R1gnXgi6kxI/AAAAAAAAAAU/kbR2-7pz5VA/s320/spaz.jpg" alt="" id="BLOGGER_PHOTO_ID_5140902259470275346" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Unfortunately, the animated gifs are not animated!! This is an issue with the Adobe AIR platform. Hopefully will soon be fixed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3788013486000868358-5121686325798651424?l=emotwicon.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://emotwicon.blogspot.com/feeds/5121686325798651424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3788013486000868358&amp;postID=5121686325798651424' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3788013486000868358/posts/default/5121686325798651424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3788013486000868358/posts/default/5121686325798651424'/><link rel='alternate' type='text/html' href='http://emotwicon.blogspot.com/2007/12/add-emotwicon-in-twitter-client-spaz.html' title='Add Emotwicon in Twitter client SPAZ'/><author><name>emotwicon</name><uri>http://www.blogger.com/profile/07205305616166613612</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_KBHyahWVIow/R1gnXgi6kxI/AAAAAAAAAAU/kbR2-7pz5VA/s72-c/spaz.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
