<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Userscripts.org - Face icons, CSS tweaks | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/35427</link>
    <description>Recent comments on userscript: Userscripts.org - Face icons, CSS tweaks</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Better face icons!!!, replied by Hiromacu</title>
      <description>&lt;p&gt;Hi khopesh!&lt;/p&gt;

&lt;p&gt;I like your script! This wavatar gear should be default on the site (userscript.org) or at least able to choose by the account setting. :D&lt;/p&gt;</description>
      <pubDate>Mon, 05 Jan 2009 03:49:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:19966:87946</guid>
      <author>Hiromacu</author>
      <link>http://userscripts.org/posts/87946</link>
    </item>
    <item>
      <title>wavatars, replied by khopesh</title>
      <description>&lt;p&gt;I think the wavatars are preferable because they're more recognizable.&lt;/p&gt;

&lt;p&gt;From an academic perspective, we have more ability to discern facial features than we do other patterns, which is why it's so easy for us to recognize what are really quite subtle differences in faces whereas we can't tell the difference between two sibling dogs (e.g.) unless we know them intimately or we are dog experts.&lt;/p&gt;

&lt;p&gt;... I suppose that's a complicated way of saying that the wavatars seem to trigger that kind of built-in knowledge whereas the patterns just seem arbitrary.&lt;/p&gt;

&lt;p&gt;A user setting to specify the default icon set (or URL) would be neat, just mark it as optional.  Of course, if you're agreeing with my thinking, another approach would be to simply change it to wavatar (or monsterid) and see if anybody complains.  You can respond to the complains with the per-user setting.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 18:20:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18067:79368</guid>
      <author>khopesh</author>
      <link>http://userscripts.org/posts/79368</link>
    </item>
    <item>
      <title>wavatars, replied by Jesse Andrews</title>
      <description>&lt;p&gt;I wonder if people would prefer wavatars...  I could always make it a per-user setting, but it seems like that might confusing ...&lt;/p&gt;</description>
      <pubDate>Fri, 21 Nov 2008 07:34:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18067:79301</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/79301</link>
    </item>
    <item>
      <title>Archived Comments, replied by khopesh</title>
      <description>&lt;p&gt;fixed.  i didn't know about monsterid.  now you can specify whatever you like, with the option of URLs too.&lt;/p&gt;</description>
      <pubDate>Sat, 15 Nov 2008 00:20:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13714:45585</guid>
      <author>khopesh</author>
      <link>http://userscripts.org/posts/45585</link>
    </item>
    <item>
      <title>Archived Comments, replied by ScroogeMcPump</title>
      <description>&lt;p&gt;It's confusing that you're calling the &quot;wavatars&quot; &quot;monster-faces&quot;, since &quot;monsterid&quot; is another valid &lt;a href=&quot;http://en.gravatar.com/site/implement/url&quot;&gt;Gravatar option&lt;/a&gt;, which is different from the one you're using.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Nov 2008 02:06:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13714:45586</guid>
      <author>ScroogeMcPump</author>
      <link>http://userscripts.org/posts/45586</link>
    </item>
    <item>
      <title>Archived Comments, replied by khopesh</title>
      <description>&lt;p&gt;@Jesse,&lt;/p&gt;

&lt;p&gt;For the border thing, a class=&quot;last-item&quot; or whatever for the last &amp;lt;&lt;b&gt;&lt;/b&gt;li&gt; in the homeMenu would be great.&lt;/p&gt;

&lt;p&gt;Also, I now realize that since there's no JS going on there, id descriptors shouldn't be used; homeBox should be a class with a more generic name like &quot;topMenu&quot; and homeMenu is redundant (since there's no other reason for a UL tag within the topMenu/homeBox.  (If you're worried about GM scripts' compatibility, keep the IDs but make the CSS trigger on the classes.)  This will help you (or a scriptwright) add other menus to that top bar, such as a menu for the four forum categories.  Somebody also suggested a down-arrow for the menu to indicate that it exists.  I think that's a great idea (see the latest version of this script for a demo that inserts it with CSS).&lt;/p&gt;</description>
      <pubDate>Wed, 29 Oct 2008 21:28:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13714:45587</guid>
      <author>khopesh</author>
      <link>http://userscripts.org/posts/45587</link>
    </item>
    <item>
      <title>Archived Comments, replied by khopesh</title>
      <description>&lt;p&gt;I've updated the script to just have the border altered as mentioned earlier.  It's a bit of a hack, and it is a pixel off at some font sizes, so maybe it's not as usable, but I like it a lot.  (I also like the opacity, so that's in my script too, though you can obviously feel free to re-remove it.)  The other disadvantage to this current revision is that it has no tolerance for padding at the bottom (the borders wouldn't line up).  The best solution for that is to add an id=&quot;&quot; to the last &amp;lt;&lt;b&gt;&lt;/b&gt;li&gt; (be it a dummy or the final item), and then give it rounded edges on three sides (which would also make the rounded corners look nicer, since my script here doesn't do that).  I can demo that here if you'd like.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Oct 2008 05:09:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13714:45589</guid>
      <author>khopesh</author>
      <link>http://userscripts.org/posts/45589</link>
    </item>
    <item>
      <title>Archived Comments, replied by khopesh</title>
      <description>&lt;p&gt;I think we're working on the same thing at the same time ;-)  looks good!&lt;/p&gt;

&lt;p&gt;I was in the process of removing the href=&quot;&quot; from any page you're currently visiting, and I was debating coloring it #999 (the color of the #header border) to look disabled.&lt;/p&gt;

&lt;p&gt;I see you removed the border and the opacity.  I like the border though not so much over the orange banner; I intend to tweak it such that it doesn't appear within that orange banner.  I'll keep tweaking and propose something soon.&lt;/p&gt;

&lt;p&gt;Also, you added a link to the dashboard that isn't on the menu (&quot;monitored topics&quot;).  Presumably, there's a bit of ruby code that builds that list, so you should use the same code to generate the menu to keep them in sync.&lt;/p&gt;</description>
      <pubDate>Tue, 14 Oct 2008 03:29:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13714:45591</guid>
      <author>khopesh</author>
      <link>http://userscripts.org/posts/45591</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;I've integrated a modified version of your css and html - what do you think?&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13714:45592</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/45592</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;right now the code is slightly different due to different attributes but I'll work on integrating both functions when I stylize the dashboard.  Deployed a change to have /home/posts for now&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13714:45590</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/45590</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;@khopesh,&lt;/p&gt;

&lt;p&gt;whenever you need me to add a id or class let me know&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13714:45588</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/45588</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13714:45584</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/45584</link>
    </item>
  </channel>
</rss>
