<?xml version='1.0' encoding='utf-8' ?>

<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom10='http://www.w3.org/2005/Atom'>
<channel>
  <title>Dreamwidth: The Nifty Things You Might Not Know</title>
  <link>http://dw-nifty.dreamwidth.org/</link>
  <description>Dreamwidth: The Nifty Things You Might Not Know - Dreamwidth Studios</description>
  <lastBuildDate>Thu, 02 Feb 2012 20:57:39 GMT</lastBuildDate>
  <generator>LiveJournal / Dreamwidth Studios</generator>
  <lj:journal>dw_nifty</lj:journal>
  <lj:journaltype>community</lj:journaltype>
  <atom10:link rel='self' href='http://dw-nifty.dreamwidth.org/data/rss' />
  <atom10:link rel='hub' href='http://pubsubhubbub.appspot.com/' />
  <image>
    <url>http://www.dreamwidth.org/userpic/298260/70022</url>
    <title>Dreamwidth: The Nifty Things You Might Not Know</title>
    <link>http://dw-nifty.dreamwidth.org/</link>
    <width>100</width>
    <height>100</height>
  </image>

<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/12703.html</guid>
  <pubDate>Thu, 02 Feb 2012 20:57:39 GMT</pubDate>
  <title>Feed sub bookmarklet</title>
  <link>http://dw-nifty.dreamwidth.org/12703.html</link>
  <description>Having switched from Firefox to Chrome, one of the things I was missing was an easy way to sub feeds to DW, then my brain switched on.&lt;br /&gt;&lt;br /&gt;Usual score, create a new bookmark (I called mine DW feed sub) in a folder you can get to quickly (or yout bookmarks bar, or whatever) and paste the following into the location bar:&lt;br /&gt;&lt;textarea&gt;javascript:void(location.href=&apos;http://www.dreamwidth.org/feeds/?url=&apos;+escape(location.href))&lt;/textarea&gt; click it when on the actual feed and it&apos;ll sub that feed, if you&apos;re just on the site it&apos;ll follow the usual DW method of working out which feed to select.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=12703&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/12703.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>matgb</lj:poster>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/12490.html</guid>
  <pubDate>Thu, 02 Feb 2012 20:53:46 GMT</pubDate>
  <title>Six-degrees</title>
  <link>http://dw-nifty.dreamwidth.org/12490.html</link>
  <description>If anyone is interested how you and another DW are connected ( by following mutual trust, watch, etc...), I have a &lt;s&gt;&quot;six-degrees&quot; tool&lt;/s&gt; ( &lt;strong&gt;ETA:&lt;/strong&gt; Tool is down, if there is any interest, I can drop the raw data file I was using + a spec for the file here in a few days )&lt;br /&gt;&lt;br /&gt;Please note that this is a cached data grab from around the middle of last month, any changes or newly created accounts since then will not show up.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=12490&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/12490.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>exor674</lj:poster>
  <lj:reply-count>1</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/12149.html</guid>
  <pubDate>Wed, 20 Apr 2011 21:58:44 GMT</pubDate>
  <title>Your own domain as an OpenID in two lines*</title>
  <link>http://dw-nifty.dreamwidth.org/12149.html</link>
  <description>&lt;p&gt;I just set up OpenID at my woefully out-of-date but pithier URL of &lt;a href=&quot;http://metawidget.net&quot;&gt;http://metawidget.net&lt;/a&gt;.  Like my e-mail over there, the idea is to future-proof my online identity: I more or less own my own domain, whereas it is possible that Dreamwidth, myOpenID, Livejournal or whoever else will do something I don&apos;t like (or just be reduced to a smoking crater by a DDoS or an antitrust lawsuit or something).  Through the miracle of OpenID delegation, if I get sick of whatever site is doing the OpenID listing, I just fire them, change these two lines, and keep my OpenID.  Also, it might motivate me to clean up my site, archive some stuff, and all that.&lt;/p&gt;

&lt;p&gt;Here are the two lines:&lt;/p&gt;
&lt;pre&gt;
&amp;lt;link rel=&quot;openid.server&quot; href=&quot;http://www.dreamwidth.org/openid/server&quot;&amp;gt;
&amp;lt;link rel=&quot;openid.delegate&quot; href=&quot;http://metawidget.dreamwidth.org&quot;&amp;gt;
&lt;/pre&gt;
&lt;p&gt;They go in the &lt;tt&gt;head&lt;/tt&gt; element of &lt;tt&gt;index.html&lt;/tt&gt;, or whatever other page loads by default when hitting the domain.  The first line indicates where the server doing the heavy OpenID lifting** is located.  The second line gives my OpenID over there, which if someone claiming to be metawidget.net wants to be authenticated, they will need to convince Dreamwidth&apos;s servers that I am metawidget.dreamwidth.org.  If I get sick of being vouched for by Dreamwidth, I just change those two lines to a new provider (the form of the first URL varies from provider to provider, the form of the second is just the usual URL you use for OpenID).  Note that I don&apos;t include my metawidget.net OpenID in those two lines: that is covered by the fact that those two lines can be found &lt;em&gt;at&lt;/em&gt; metawidget.net.  Also note that I don&apos;t have to register this delegation with Dreamwidth: the only place the delegation exists is on a page I control.  The whole shebang relies on the assumption that only I can go and stick code in the &lt;tt&gt;head&lt;/tt&gt; element of whatever comes up at the URL of the OpenID I&apos;m claiming.&lt;/p&gt;
&lt;p&gt;There is a presumably out-of-date (at least no longer mainained) &lt;a href=&quot;http://siege.org/phpmyid.php&quot; title=&quot;phpMyID, deprecated!&quot;&gt;PHP script&lt;/a&gt; that lets you set up a tiny single-user OpenID server on your own machine, but almost everyone who might want an OpenID on their own domain has another OpenID sitting somewhere.&lt;/p&gt;
&lt;p&gt;This post is basically a re-hash with commentary of the technical information I found &lt;a href=&quot;http://blog.stackoverflow.com/2009/01/using-your-own-url-as-your-openid/&quot; title=&quot;Using Your Own URL as Your OpenID, by Jeff Atwood&quot;&gt;on Stack Exchange&lt;/a&gt;.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;*assuming you have an OpenID somewhere else&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;&lt;small&gt;**by which I mean &amp;ldquo;lifting I don&apos;t want to do&amp;rdquo;&lt;/small&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;small&gt;cross-posted to &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://metawidget.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://metawidget.dreamwidth.org/&apos;&gt;&lt;b&gt;metawidget&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/small&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=12149&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/12149.html</comments>
  <category>openid</category>
  <lj:mood>chipper</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>metawidget</lj:poster>
  <lj:reply-count>7</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/12020.html</guid>
  <pubDate>Tue, 12 Apr 2011 00:26:39 GMT</pubDate>
  <title>I has found shortcut.</title>
  <link>http://dw-nifty.dreamwidth.org/12020.html</link>
  <description>Did you know that you can shortcut what journal/community you would like to post to? &lt;br /&gt;I didn&apos;t until today. Pretty simple though.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Lets say, for example, you wanted to post something to&amp;nbsp;&lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://dw-nifty.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/comm_staff.png&apos; alt=&apos;[site community profile] &apos; width=&apos;16&apos; height=&apos;16&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://dw-nifty.dreamwidth.org/&apos;&gt;&lt;b&gt;dw_nifty&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;Simply go to&lt;a href=&quot;dw_nifty.dreamwidth.org/update&quot;&gt; http://dw_nifty.dreamwidth.org/update&lt;/a&gt;, and you will be automagically redirected to the update page, with the &amp;quot;Post to:&amp;quot; field already filled in and ready to go.&amp;nbsp;&lt;br /&gt;You can also go to&amp;nbsp;&lt;a href=&quot;http://www.dreamwidth.org/update.bml?usejournal=dw_nifty&quot;&gt;http://www.dreamwidth.org/update.bml?usejournal=dw_nifty&lt;/a&gt;&amp;nbsp;, but I&apos;m not sure how long that will last considering bml is supposed to be going away Real Soon Now.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Fair warning, this does NOT check that you actually have permissions to post to that journal (It does the check when you clicky the post button). But, it&apos;s a handy shortcut to have, no?&lt;br type=&quot;_moz&quot; /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=12020&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/12020.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>dreamatdrew</lj:poster>
  <lj:reply-count>3</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/11650.html</guid>
  <pubDate>Thu, 31 Mar 2011 18:53:29 GMT</pubDate>
  <title>Filter community posts by the user posting</title>
  <link>http://dw-nifty.dreamwidth.org/11650.html</link>
  <description>This is a feature we merged into Dreamwidth from LiveJournal, with thanks, a while ago--you can use the &quot;poster&quot; argument to filter posts in a community: &lt;code&gt;?poster=USERNAME&lt;/code&gt;.  So, for instance, to get all of my posts in &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://dw-nifty.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/comm_staff.png&apos; alt=&apos;[site community profile] &apos; width=&apos;16&apos; height=&apos;16&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://dw-nifty.dreamwidth.org/&apos;&gt;&lt;b&gt;dw_nifty&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://dw-nifty.dreamwidth.org/?poster=foxfirefey&quot;&gt;http://dw-nifty.dreamwidth.org/?poster=foxfirefey&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=11650&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/11650.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>foxfirefey</lj:poster>
  <lj:reply-count>6</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/11338.html</guid>
  <pubDate>Fri, 25 Mar 2011 18:00:54 GMT</pubDate>
  <title>Embedding Fonts (via Google)</title>
  <link>http://dw-nifty.dreamwidth.org/11338.html</link>
  <description>A few times I&apos;ve noted questions about the @import feature for embedding fonts into customized layouts. At current, Dreamwidth hasn&apos;t decided to implement that, but users can embed fonts into their Dreamwidth layouts with a little help from &lt;a href=&quot;http://www.google.com/webfonts&quot;&gt;Google Web Fonts&lt;/a&gt;. Google.com is continuously uploading and hosting a variety of fonts, free for use, and it&apos;s very quick to pop one into a Dreamwidth layout using the external stylesheet link. Jump behind the cut for a quick tutorial.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How do you use fonts hosted on Google on your Dreamwidth layout?&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Tutorial Type:&lt;/b&gt; CSS/Customization&lt;br /&gt;&lt;b&gt;Difficulty:&lt;/b&gt; Medium&lt;br /&gt;&lt;span class=&quot;cuttag_container&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href=&quot;http://dw-nifty.dreamwidth.org/11338.html#cutid1&quot;&gt;Continue to the Tutorial&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;Update: Multiple fonts are supported! To request multiple font families, separate the names with a pipe character (|). For example, to request the fonts Tangerine, Inconsolata, and Droid Sans: &lt;b&gt;&lt;a href=&quot;http://fonts.googleapis.com/css?family=Tangerine|Inconsolata|Droid+Sans&quot;&gt;http://fonts.googleapis.com/css?family=Tangerine|Inconsolata|Droid+Sans&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=11338&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/11338.html</comments>
  <category>css</category>
  <lj:security>public</lj:security>
  <lj:poster>stormy</lj:poster>
  <lj:reply-count>15</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/11144.html</guid>
  <pubDate>Tue, 15 Feb 2011 17:26:02 GMT</pubDate>
  <title>Mood theme sharing</title>
  <link>http://dw-nifty.dreamwidth.org/11144.html</link>
  <description>Given that I couldn&apos;t see anything to do this already, &lt;a href=&quot;http://www.chiark.greenend.org.uk/ucgi/~adamb/dwthemes.cgi&quot;&gt;http://www.chiark.greenend.org.uk/ucgi/~adamb/dwthemes.cgi&lt;/a&gt; is a tool to ease the sharing of non-public &lt;a href=&quot;http://www.dreamwidth.org/moodlist?moodtheme=2136&amp;amp;ownerid=26744&quot;&gt;mood&lt;/a&gt; themes. Suggestions for improving it welcome.&lt;br /&gt;&lt;br /&gt;(Posted this to dw_dev, but been told it might fit here better)&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=11144&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/11144.html</comments>
  <lj:mood>creative</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>pseudomonas</lj:poster>
  <lj:reply-count>1</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/11002.html</guid>
  <pubDate>Sat, 29 Jan 2011 16:27:44 GMT</pubDate>
  <title>Greasemonkey Instant Comment userscript</title>
  <link>http://dw-nifty.dreamwidth.org/11002.html</link>
  <description>&lt;p&gt;I have done a fast-and-dirty modification of the &lt;a href=&quot;http://userscripts.org/scripts/show/1166&quot;&gt;LJ Instant Comment&lt;/a&gt; Greasemonkey userscript to make it work for DW, which is located &lt;a href=&quot;http://dl.dropbox.com/u/4046309/dw_instant_comment.user.js&quot;&gt;here&lt;/a&gt;. If you already have Greasemonkey installed in Firefox, it should automatically ask you if you want to install it; otherwise do whatever you normally do to make userscripts work for you.&lt;/p&gt;

&lt;p&gt;The only modification was to swap in DW for LJ; it should otherwise work as before. Unfortunately that is about my limit for doing stuff in JavaScript, so I probably can&apos;t help you with further customizations.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=11002&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/11002.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>kate_nepveu</lj:poster>
  <lj:reply-count>4</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/10246.html</guid>
  <pubDate>Tue, 04 Jan 2011 05:33:31 GMT</pubDate>
  <title>Persistant style=mine (and light, and site)!</title>
  <link>http://dw-nifty.dreamwidth.org/10246.html</link>
  <description>It&apos;s taken me approximately forever to accomplish this bug, for which I apologize, but I am proud to announce: &lt;strong&gt;Persistant style=mine and light and site&lt;/strong&gt; is here!&lt;br /&gt;&lt;br /&gt;You can find the &lt;a href=&quot;http://www.dreamwidth.org/manage/settings/?cat=display&quot;&gt;relevant settings in the display section&lt;/a&gt;: Entry View Style and Journal View Style.&lt;br /&gt;&lt;br /&gt;Site style viewing isn&apos;t available yet for Journal View Style, but I&apos;m working on the CSS to make that happen.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=10246&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/10246.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>foxfirefey</lj:poster>
  <lj:reply-count>32</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/10046.html</guid>
  <pubDate>Tue, 26 Oct 2010 02:50:35 GMT</pubDate>
  <title>DW site skins</title>
  <link>http://dw-nifty.dreamwidth.org/10046.html</link>
  <description>For those of you who don&apos;t know Dreamwidth styles powerhouse &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://ninetydegrees.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://ninetydegrees.dreamwidth.org/&apos;&gt;&lt;b&gt;ninetydegrees&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; well enough, she has a community at &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://dotitfileit.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/community.png&apos; alt=&apos;[community profile] &apos; width=&apos;16&apos; height=&apos;16&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://dotitfileit.dreamwidth.org/&apos;&gt;&lt;b&gt;dotitfileit&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; where she posts skins for the Dreamwidth site.  This is a great resource for those of you who aren&apos;t into any of the current official site skins!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=10046&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/10046.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>foxfirefey</lj:poster>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/9803.html</guid>
  <pubDate>Sat, 04 Sep 2010 16:13:16 GMT</pubDate>
  <title>LibraryThing widgets</title>
  <link>http://dw-nifty.dreamwidth.org/9803.html</link>
  <description>&lt;p&gt;After I added a LibraryThing widget to my own DW blog, I got some requests to share the technique in this group.  Finally, I&apos;m getting around to writing something up.&lt;/p&gt;
&lt;p&gt;The first widget developed at LibraryThing for posting on blogs was written in JavaScript. But Dreamwidth, like its parent site LiveJournal, doesn&apos;t allow for inclusion of such script-based widgets on its journals. (If this is no longer a limitation, I hope someone in the know will correct me.) Sooo, a clever person over at LT developed an image-based widget that lives just fine on LJ-style sites.&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;The LT blog post describing how to use the widget: &lt;a href=&quot;http://www.librarything.com/blogs/librarything/2006/12/graphical-widgets-for-lj-and-etc-first-look/&quot;&gt;Graphical Widgets for LJ and etc.&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While detailed, the above blog post might still be confusing for folks not very familiar with HTML or especially argument strings on URLs. So I&apos;ll provide a detailed breakdown of the options I used to produce my own widget (seen at the bottom of the left-hand sidebar of my journal).&lt;/p&gt;
&lt;span class=&quot;cuttag_container&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href=&quot;http://dw-nifty.dreamwidth.org/9803.html#cutid1&quot;&gt;My own LT widget&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=9803&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/9803.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>suncat</lj:poster>
  <lj:reply-count>17</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/9648.html</guid>
  <pubDate>Fri, 03 Sep 2010 20:28:53 GMT</pubDate>
  <title>Some nifty resources!</title>
  <link>http://dw-nifty.dreamwidth.org/9648.html</link>
  <description>Given the number of new people coming to Dreamwidth, I thought I&apos;d post about some things that people who have been here from the beginning will probably already know, but that new people might well find come in the &quot;nifty&quot; category. So, without further ado:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The &lt;a href=&quot;http://dw-biz.dreamwidth.org/332.html&quot;&gt;Dreamwidth Business FAQs&lt;/a&gt;. Separate from our &lt;a href=&quot;http://www.dreamwidth.org/support/faq&quot;&gt;normal FAQs&lt;/a&gt;, these are written directly by the owners, and give a lot of detail about how the internal runnings of Dreamwidth work, why the site was created, and such things. Do take a look - there&apos;s some very nifty stuff in there.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The &lt;a href=&quot;http://wiki.dwscoalition.org/notes/Main_Page&quot;&gt;Dreamwidth Wiki&lt;/a&gt;. You can find some good current information on DW in here, as well as some historical articles (for example, we discussed &lt;a href=&quot;http://wiki.dwscoalition.org/notes/Consistency_in_naming&quot;&gt;what we should name certain features&lt;/a&gt; on the wiki). You can also find &lt;a href=&quot;http://wiki.dwscoalition.org/notes/Category:Dreamwidth_Icons&quot;&gt;various DW-themed icons&lt;/a&gt;, &lt;a href=&quot;http://wiki.dwscoalition.org/notes/Notable_Dreamwidth_Reading&quot;&gt;links to lots of awesome articles&lt;/a&gt;, and for the more technically-inclined, &lt;a href=&quot;http://wiki.dwscoalition.org/notes/Dev_Getting_Started&quot;&gt;information on how to help develop Dreamwidth&apos;s codebase&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Suffice to say, the wiki is a veritable treasure trove of information. :D&lt;/li&gt;&lt;br /&gt;&lt;li&gt;The &lt;a href=&quot;http://lists.dwscoalition.org/pipermail/dw-discuss/&quot;&gt;dw-discuss mailing list archive&lt;/a&gt; is what we used to discuss Dreamwidth before Dreamwidth even existed. There are lots of interesting things here, including &lt;a href=&quot;http://lists.dwscoalition.org/pipermail/dw-discuss/2008-June/000010.html&quot;&gt;a post on how we could be reasonably sure that this service wouldn&apos;t die&lt;/a&gt;, &lt;a href=&quot;http://lists.dwscoalition.org/pipermail/dw-discuss/2008-August/000538.html&quot;&gt;a detailed explanation on why &lt;i&gt;à la carte&lt;/i&gt; features are bad for the service&lt;/a&gt;, and more. There&apos;s also the &lt;a href=&quot;http://lists.dwscoalition.org/pipermail/dw-progress/&quot;&gt;dw-progress mailing list archive&lt;/a&gt;, which was the equivalent of &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://dw-news.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/comm_staff.png&apos; alt=&apos;[site community profile] &apos; width=&apos;16&apos; height=&apos;16&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://dw-news.dreamwidth.org/&apos;&gt;&lt;b&gt;dw_news&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; before we had it, but without the replies - those went to dw-discuss.&lt;br /&gt;&lt;br /&gt;Of course, not everything in these posts will be up-to-date, because they&apos;re historical by nature; posts can&apos;t be updated after they&apos;ve been posted. It&apos;s worth bearing this in mind when you go through the list posts.&lt;/li&gt;&lt;/ul&gt;As someone who loves to delve into the history behind services like DW, I&apos;m glad we still have these resources to look through - there&apos;s so much information in them, both current and historical, and I hope you find them as nifty as I do!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=9648&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/9648.html</comments>
  <category>exploration</category>
  <lj:security>public</lj:security>
  <lj:poster>sophie</lj:poster>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/9419.html</guid>
  <pubDate>Fri, 03 Sep 2010 20:28:24 GMT</pubDate>
  <title>(Almost) hiding feed content on your reading page</title>
  <link>http://dw-nifty.dreamwidth.org/9419.html</link>
  <description>K, in response to a few posts at &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://dw-suggestions.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/comm_staff.png&apos; alt=&apos;[site community profile] &apos; width=&apos;16&apos; height=&apos;16&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://dw-suggestions.dreamwidth.org/&apos;&gt;&lt;b&gt;dw_suggestions&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;, have some CSS to reduce the impact feeds, especially long feed entries, have on your reading page. &lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cuttag_container&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href=&quot;http://dw-nifty.dreamwidth.org/9419.html#cutid1&quot;&gt;The code itself&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class=&quot;cuttag_container&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___2&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href=&quot;http://dw-nifty.dreamwidth.org/9419.html#cutid2&quot;&gt;the Explanation&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___2&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cuttag_container&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___3&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href=&quot;http://dw-nifty.dreamwidth.org/9419.html#cutid3&quot;&gt;Removing the whole shebang&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___3&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Simples. By the way, I&apos;m not using this code myself, I just did it as it was requested, it won&apos;t work if the feed uses inline styling to set size (naughty originating site), but I&apos;m happy to have a look if anyone&apos;s having problems with it.  It would, of course, be a lot easier if the paragraph given the class &quot;.ljsyndicationlink&quot; was followed by a div given a class like &quot;.ljsyndicationcontent&quot;, but that&apos;s not my call *cough*hint*cough* ;-)&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=9419&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/9419.html</comments>
  <category>css</category>
  <lj:security>public</lj:security>
  <lj:poster>matgb</lj:poster>
  <lj:reply-count>2</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/9206.html</guid>
  <pubDate>Wed, 11 Aug 2010 21:52:15 GMT</pubDate>
  <title>Feed userpics and custom comment colours</title>
  <link>http://dw-nifty.dreamwidth.org/9206.html</link>
  <description>See &lt;a href=&quot;http://matgb.dreamwidth.org/376146.html&quot;&gt;this post on using CSS to make feed userpics and custom comment colors&lt;/a&gt; in &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://matgb.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://matgb.dreamwidth.org/&apos;&gt;&lt;b&gt;matgb&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&apos;s journal!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=9206&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/9206.html</comments>
  <category>css</category>
  <lj:security>public</lj:security>
  <lj:poster>foxfirefey</lj:poster>
  <lj:reply-count>1</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/8711.html</guid>
  <pubDate>Thu, 17 Jun 2010 04:51:32 GMT</pubDate>
  <title>Zen Coding userscript</title>
  <link>http://dw-nifty.dreamwidth.org/8711.html</link>
  <description>&lt;p&gt;Hi everyone! I&apos;m here to talk to you about the &lt;a href=&quot;http://userscripts.org/scripts/show/78510&quot; title=&quot;ZenCoding userscript&quot;&gt;ZenCoding userscript&lt;/a&gt;. It is a powerful script that allows you to code HTML using CSS-like syntax in textareas. If you like the script think about checking the homepage of the  &lt;a href=&quot;http://code.google.com/p/zen-coding/&quot; title=&quot;ZenCoding homepage&quot;&gt;ZenCoding project&lt;/a&gt; from which this script came from to see if your favorite code editor has a plugin!&lt;/p&gt; 
&lt;p&gt;You can watch a &lt;a href=&quot;http://vimeo.com/7405114&quot; rel=&quot;nofollow&quot;&gt;demo video&lt;/a&gt; of ZenCoding in action in the &lt;a href=&quot;http://www.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code/&quot; title=&quot;Smashing magazine article on ZenCoding&quot;&gt;Smashing article&lt;/a&gt; (you&apos;ll find the link for both on the homepage as well as to other resources like a cheatsheet for the available abbreviations.)&lt;/p&gt;

&lt;p&gt;As far as I&apos;ve been able to test the script, the numbering using $ is buggy and only add ones instead of incrementing, and the script messes with the tags box auto-complete (which makes me really sad). But it doesn&apos;t mess with the niftier tag auto-complete on the new update page, which makes me less sad.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=8711&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/8711.html</comments>
  <category>user scripts</category>
  <lj:security>public</lj:security>
  <lj:poster>poulpette</lj:poster>
  <lj:reply-count>1</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/8645.html</guid>
  <pubDate>Tue, 15 Jun 2010 06:29:17 GMT</pubDate>
  <title>Chrome Extension: Dreamwidth inbox new message notifier</title>
  <link>http://dw-nifty.dreamwidth.org/8645.html</link>
  <description>So, &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://dee.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://dee.dreamwidth.org/&apos;&gt;&lt;b&gt;dee&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&apos;s just made a &lt;a href=&quot;http://void-star.net/2010/06/dreamchrome/&quot;&gt;extension for Chrome that checks your inbox every ten minutes for new messages.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=8645&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/8645.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>foxfirefey</lj:poster>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/8237.html</guid>
  <pubDate>Wed, 09 Jun 2010 20:21:27 GMT</pubDate>
  <title>How to get borders on your dynamic cut tags</title>
  <link>http://dw-nifty.dreamwidth.org/8237.html</link>
  <description>The new AJAX-y cut tags are great, but one thing about them is that they don&apos;t by default show up with any borders. That&apos;s great if you like it the way they are, but if you want to be able to distinguish between open cuts and the rest of the post, it&apos;s not easy to tell where the end is.&lt;br /&gt;&lt;br /&gt;Thankfully, however, an open cut tag has its own CSS class, so you can customise it on your journal and reading page. Go to the &lt;a href=&quot;http://www.dreamwidth.org/customize/options?group=customcss&quot;&gt;Custom CSS&lt;/a&gt; section of the Customize area, and paste this into the box:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;.cuttag-open {
  border: 1px dashed black;
  margin: 0.5em;
  padding: 0.5em;
}&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Or however you prefer - for example you might prefer a red or black border. But after saving this CSS and refreshing your journal or reading page, you should find that any open cut tags will now have dashed boxes around them. :D&lt;br /&gt;&lt;br /&gt;This only works for the dynamic part of the cut tags, unfortunately; going to an entry directly won&apos;t allow you to do this. (but maybe I should suggest that as a feature! Mmm, that&apos;d be good.)&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=8237&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/8237.html</comments>
  <category>css</category>
  <lj:security>public</lj:security>
  <lj:poster>sophie</lj:poster>
  <lj:reply-count>21</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/7957.html</guid>
  <pubDate>Wed, 09 Jun 2010 15:19:40 GMT</pubDate>
  <title>Declutter style=mine</title>
  <link>http://dw-nifty.dreamwidth.org/7957.html</link>
  <description>I like a very clean and simple reading page, so I use style=mine all the time.&lt;br /&gt;&lt;br /&gt;&lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://afuna.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://afuna.dreamwidth.org/&apos;&gt;&lt;b&gt;afuna&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; taught me this:&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cuttag_container&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href=&quot;http://dw-nifty.dreamwidth.org/7957.html#cutid1&quot;&gt;If a user&apos;s posts or comments show up a lot in your journal or reading page, and you get confused about who it is because they use so many different icons&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr width=&quot;50%&quot;&gt;&lt;br /&gt;&lt;br /&gt;If you get confused about the meta data, like mood, location and music you can remove it from view by putting this in &lt;a href=&quot;http://www.dreamwidth.org/customize/options?group=customcss&quot;&gt;your custom css&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;.metadata {display: none;}&lt;br /&gt;&lt;br /&gt;&lt;b&gt;ETA:&lt;/b&gt;&lt;br /&gt;From &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://poulpette.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://poulpette.dreamwidth.org/&apos;&gt;&lt;b&gt;poulpette&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; in comments: (paraphrased badly by me, you had better &lt;a href=&quot;http://dw-nifty.dreamwidth.org/7957.html?thread=73237#cmt73237&quot;&gt;read poulpette&apos;s precision here&lt;/a&gt;)&lt;br /&gt;To hide mood, location and music but leave the crossposted footer visible:&lt;br /&gt;&lt;br /&gt;.metadata-label {display: none;} (Hides &quot;Mood:&quot; etc)&lt;br /&gt;.metadata-item {display: none;} (Hides &quot;Excited&quot; etc)&lt;br /&gt;.metadata li img {display: none;} (Hides the mood image)&lt;br /&gt;&lt;br /&gt;Of course you can always see the original icon and original meta data by not using style=mine.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=7957&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/7957.html</comments>
  <category>css</category>
  <lj:security>public</lj:security>
  <lj:poster>noracharles</lj:poster>
  <lj:reply-count>28</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/7918.html</guid>
  <pubDate>Wed, 26 May 2010 23:42:41 GMT</pubDate>
  <title>Importing your public entries to Facebook</title>
  <link>http://dw-nifty.dreamwidth.org/7918.html</link>
  <description>I could have sworn there was a post here on this, but apparently not!&lt;br /&gt;&lt;br /&gt;Facebook has a feature where you can import an external feed into your account&apos;s Notes.  Their help page about this is &lt;a href=&quot;http://www.facebook.com/help/?faq=12431&quot;&gt;here&lt;/a&gt;.  &lt;br /&gt;&lt;br /&gt;Basically, you go to &lt;a href=&quot;http://www.facebook.com/editnotes.php?import&quot;&gt;this page&lt;/a&gt; and enter the feed for your Dreamwidth account:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;http://USERNAME.dreamwidth.org/data/atom&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Facebook will only be able to see and import the public entries.&lt;br /&gt;&lt;br /&gt;Note though that you can only import &lt;i&gt;one&lt;/i&gt; feed this way, however!&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=7918&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/7918.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>foxfirefey</lj:poster>
  <lj:reply-count>3</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/7596.html</guid>
  <pubDate>Wed, 05 May 2010 18:45:35 GMT</pubDate>
  <title>NoScript and making comments on Dreamwidth</title>
  <link>http://dw-nifty.dreamwidth.org/7596.html</link>
  <description>So, lately people have been running into XSS filtering problems while trying to make comments on Dreamwidth. I know I&apos;ve had it come up sometimes, although I haven&apos;t been able to replicate it just now. &lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;cuttag_container&quot;&gt;&lt;span style=&quot;display: none;&quot; id=&quot;span-cuttag___1&quot; class=&quot;cuttag&quot;&gt;&lt;/span&gt;&lt;b&gt;(&amp;nbsp;&lt;a href=&quot;http://dw-nifty.dreamwidth.org/7596.html#cutid1&quot;&gt;Exceptions are coming.&lt;/a&gt;&amp;nbsp;)&lt;/b&gt;&lt;div style=&quot;display: none;&quot; id=&quot;div-cuttag___1&quot; aria-live=&quot;assertive&quot;&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;But we have no such advantage at this time. &lt;br /&gt;&lt;br /&gt;In the meantime, apparently NoScript does have instructions on how to let certain pages bypass the filter entirely (Options &amp;gt; Advanced &amp;gt; XSS). I think this would do the trick:&lt;br /&gt;&lt;br /&gt;^&lt;a href=&quot;http://www.dreamwidth.org/talkpost_do&quot;&gt;http://www.dreamwidth.org/talkpost_do&lt;/a&gt;$&lt;br /&gt;&lt;br /&gt;It doesn&apos;t have the same origin matching that the LJ exception does though, so that talkpost_do page (and only that page) would accept POST requests from &lt;i&gt;anywhere&lt;/i&gt;, not just dreamwidth.org subdomains. What are the possible consequences of telling somebody to add that to their exceptions? I don&apos;t want to give out this advice if it could easily lead to bad consequences.  I&apos;m pretty sure we&apos;re already fairly protected against such exploits, considering most people don&apos;t run NoScript and I haven&apos;t heard of ones like this lately, but I am no security expert.  Thoughts?&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=7596&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/7596.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>foxfirefey</lj:poster>
  <lj:reply-count>6</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/7353.html</guid>
  <pubDate>Fri, 30 Apr 2010 10:42:20 GMT</pubDate>
  <title>My three weeks for Dreamwidth offering: user to user graphs</title>
  <link>http://dw-nifty.dreamwidth.org/7353.html</link>
  <description>As part of the Three Weeks for Dreamwidth festival, I am making &lt;a href=&quot;http://memewidth.dreamwidth.org/6288.html&quot;&gt;user to user graphs&lt;/a&gt; in &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://memewidth.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/community.png&apos; alt=&apos;[community profile] &apos; width=&apos;16&apos; height=&apos;16&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://memewidth.dreamwidth.org/&apos;&gt;&lt;b&gt;memewidth&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; for people who post to three communities and make six comments in six different posts in three different communities!  Comment there with links to your participation to receive a nifty graph.  Don&apos;t feel like you have to rush out and make haphazard posts and comments--the offer will be open for quite a while.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=7353&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/7353.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>foxfirefey</lj:poster>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/6923.html</guid>
  <pubDate>Sun, 25 Apr 2010 04:33:04 GMT</pubDate>
  <title>so you want to text message Dreamwidth</title>
  <link>http://dw-nifty.dreamwidth.org/6923.html</link>
  <description>It was suggested by &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://foxfirefey.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://foxfirefey.dreamwidth.org/&apos;&gt;&lt;b&gt;foxfirefey&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; in my journal that I might should post this over here!  And I thought about it, and I think she&apos;s right:  posting via text message is nifty and a lot of people maybe don&apos;t realise you can do this on Dreamwidth.&lt;br /&gt;&lt;br /&gt;It&apos;s a little more complicated to do so here than it is with LJ, because Dreamwidth doesn&apos;t have any numbers set up for it at this point, but you can still do this via email posting.&lt;br /&gt;&lt;br /&gt;First thing you need to do is figure out what your phone&apos;s email address is (yes, it should have one, for purposes of outbound messages at least).  This is pretty easy to find out if you don&apos;t happen to know the naming protocol for it for your phone service:  send a message from your cel phone to your regular email address.  The email address that message comes from is the one you need here.&lt;br /&gt;&lt;br /&gt;Once you have that in hand, go to &lt;a href=&quot;http://www.dreamwidth.org/manage/emailpost&quot;&gt;Mobile Post Settings&lt;/a&gt; (also accessible/editable from the &lt;a href=&quot;http://www.dreamwidth.org/manage/settings/?cat=mobile&quot;&gt;mobile category of your Account Settings&lt;/a&gt;).  There you will need to enter your phone&apos;s email address and a PIN.  From the Mobile Post Settings page I linked, you can also set some default settings for posts made from email -- like having a default icon for that purpose, or a default security setting (you can set one of your access filters for that, if you like).&lt;br /&gt;&lt;br /&gt;Now, to set it up on your phone you just need to add Dreamwidth as a contact and add the posting email address.  The format is going to be yourusername+PIN@post.dreamwidth.org.  Send a message to like you would to any other contact and voilà!  Text messaging to Dreamwidth.&lt;br /&gt;&lt;br /&gt;There are more things you can do with posting via email, actually, like posting to a community, or setting entry metadata like your location, or music.  If you&apos;re interested, here are the &lt;a href=&quot;http://www.dreamwidth.org/manage/emailpost?mode=help&quot;&gt;help files&lt;/a&gt;.  You&apos;re probably not going to care as much about those if you&apos;re just looking to set up text messaging, but I figured I&apos;d mention.&lt;br /&gt;&lt;br /&gt;ETA:  Some relevant points have come up in comments.  Some providers use a different address depending on if it is a text message or a picture message.  Also, even if you know your cel phone email address, you want to send a test message to see what an emailed message from your phone looks like, as your service may add on paragraph or list your phone number in the message itself.&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=6923&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/6923.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>niqaeli</lj:poster>
  <lj:reply-count>5</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/6729.html</guid>
  <pubDate>Tue, 13 Apr 2010 15:23:44 GMT</pubDate>
  <title>Xpostulation</title>
  <link>http://dw-nifty.dreamwidth.org/6729.html</link>
  <description>Hi,&lt;br /&gt;I thought I&apos;d leave an update on the progress of &lt;a href=&quot;http://baldwinsoftware.com/xpost.html&quot;&gt;Xpostulate&lt;/a&gt;, the crossposting blog/microblog client I&apos;ve been building.&lt;br /&gt;&lt;br /&gt;Since last posting here, I&apos;ve added a number of features, including the insertion of DW specific tags, posting via the xml-rpc api, posting to several more blog services (now includes: DreamWidth, LiveJournal, InsaneJournal, DeadJournal, Inksome, Scribbld, Iziblog, &amp; WordPress...still looking to add blogger/blogspot), plus, I&apos;ve added a feature for tweeting to twitter or denting to identi.ca (another microblog service, like twitter).&lt;br /&gt;I&apos;m looking into the facebook api to see about adding facebook status updates, as well.&lt;br /&gt;&lt;br /&gt;Also, I&apos;ve built install wizards for both Windows and Linux.&lt;br /&gt;&lt;br /&gt;So...lots of progress has been made, and, yet, still more progress to come.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://baldwinsoftware.com/xpost.html&quot;&gt;&lt;img src=&quot;http://www.baldwinsoftware.com/images/xpostv02full.jpg&quot; border=&quot;0&quot; width=&quot;350&quot;&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Additionally, I have created &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://xpostulate.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/community.png&apos; alt=&apos;[community profile] &apos; width=&apos;16&apos; height=&apos;16&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://xpostulate.dreamwidth.org/&apos;&gt;&lt;b&gt;xpostulate&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;  for user support, development discussion, etc.&lt;br /&gt;&lt;br /&gt;./tony&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;small&gt;posted with &lt;a href=&quot;http://baldwinsoftware.com/xpost.html&quot;&gt;Xpostulate&lt;/a&gt;&lt;/small&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=6729&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/6729.html</comments>
  <lj:music>opeth</lj:music>
  <lj:mood>content</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>tonybaldwin</lj:poster>
  <lj:reply-count>0</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/6588.html</guid>
  <pubDate>Tue, 13 Apr 2010 15:23:38 GMT</pubDate>
  <title>DW barcodes</title>
  <link>http://dw-nifty.dreamwidth.org/6588.html</link>
  <description>&lt;p&gt;A long time ago (May 2003), &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://adcott.livejournal.com/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/external/lj-userinfo.gif&apos; alt=&apos;[livejournal.com profile] &apos; style=&apos;vertical-align: bottom; border: 0; padding-right: 1px;&apos; width=&apos;17&apos; height=&apos;17&apos;/&gt;&lt;/a&gt;&lt;a href=&apos;http://adcott.livejournal.com/&apos;&gt;&lt;b&gt;adcott&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; had a barcode maker that would generate barcodes based on a LiveJournal user&apos;s username and internal ID. (That barcode maker no longer exists.)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://www.dreamwidth.org/userpic/20985/20791&quot; width=&quot;97&quot; height=&quot;71&quot; style=&quot;float: left; margin-right: 1em; margin-bottom: 1em&quot;&gt;&lt;img src=&quot;http://www.dreamwidth.org/userpic/458049/20791&quot; width=&quot;97&quot; height=&quot;72&quot; style=&quot;float: left; margin-right: 1em; margin-bottom: 1em&quot;&gt;As part of my migration to Dreamwidth, I figured I should update the barcode icon that I had made based on that image to refer to Dreamwidth: the first four digits are now based on the ASCII codes of “DW” rather than those of “LJ”, and the remainder come from my Dreamwidth user ID rather than my LiveJournal one.&lt;/img&gt;&lt;/img&gt;&lt;/p&gt;

&lt;p&gt;The barcode looks different since I don&apos;t have the font the original used. But the style I&apos;m using has the advantage that the barcode fits into a LJ/DW icon; the original had the first and last plaintext digits outside the bars, making it wider than 100 pixels unless you chopped them off. (A disadvantage of the font is that wide letters such as &apos;m&apos; or &apos;w&apos; will be right next to the next letter, without a space in between.)&lt;/p&gt;

&lt;p&gt;And, like the original, it should still be a valid UPC or EAN-13 barcode (the check-digit is calculated rather than being fixed).

&lt;hr&gt;

&lt;form action=&quot;http://pne.mizinamo.org/dwbarcode&quot; method=&quot;GET&quot;&gt;&lt;p&gt;If anyone else would like to create a similar barcode, feel free to use my &lt;a href=&quot;http://pne.mizinamo.org/dwbarcode&quot;&gt;Dreamwidth barcode maker&lt;/a&gt;, or enter the desired username here: &lt;input type=&quot;text&quot; name=&quot;user&quot; size=&quot;25&quot; maxlength=&quot;25&quot;&gt; and press &lt;input type=&quot;submit&quot; value=&quot;create barcode&quot;&gt;.&lt;/input&gt;&lt;/input&gt;&lt;/p&gt;&lt;/form&gt;

&lt;p&gt;Limitations: There’s only enough room for 14 letters at the top (actually, one pixel less than you&apos;d need for 14), so if your username is longer than that, it&apos;ll get chopped off at the front and/or back.&lt;/p&gt;

&lt;p&gt;While it&apos;s theoretically possible to embed the output of the barcode generator into a page with an “img” tag (it’s a plain 2-colour B/W 97×72 PNG image), I’d like to ask that you not hotlink the images like that, to spare my bandwidth. Instead, save them to your own webspace (or upload them as a Dreamwidth icon).&lt;/p&gt;

&lt;p&gt;Uppercase/lowercase is ignored; however, images are cached by default and the generated image will use the capitalisation your first used. So if you request “ExampleUserName”, it’ll show you an image with that capitalisation even if you later ask for the barcode for “exampleusername” or even “exaMplEusERNamE”.&lt;/p&gt;

&lt;p&gt;If it can’t find the username, then it’ll give you a barcode with all zeroes for the user ID number.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://pne.mizinamo.org/dwbarcode?user=dw_nifty&quot; width=&quot;97&quot; height=&quot;72&quot; style=&quot;float: left; margin-right: 1em; margin-bottom: 1em&quot;&gt;Since Dreamwidth communities URLs behave like journal ones, you can even create barcodes for them -- e.g. &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://dw-nifty.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/comm_staff.png&apos; alt=&apos;[site community profile] &apos; width=&apos;16&apos; height=&apos;16&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://dw-nifty.dreamwidth.org/&apos;&gt;&lt;b&gt;dw_nifty&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;.&lt;/img&gt;&lt;/p&gt;

&lt;p&gt;If you use the output of my barcode generator, I&apos;d appreciate attribution: something like “created with &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://pne.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://pne.dreamwidth.org/&apos;&gt;&lt;b&gt;pne&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;’s barcode generator” would be fine. (Just out of courtesy and to make people aware of the tool; I imagine the output is public domain since there&apos;s basically no creativity involved that I could claim copyright over.) You can also add the URL: &lt;a href=&quot;http://pne.mizinamo.org/dwbarcode&quot;&gt;http://pne.mizinamo.org/dwbarcode&lt;/a&gt;. (Which I hope will remain stable, though I can’t promise it.)&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;Suggestions are welcome. (For example, I wonder whether black-on-white or black-on-transparent would be better? It&apos;s currently black-on-white, with a 1px white border.)&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=6588&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/6588.html</comments>
  <lj:security>public</lj:security>
  <lj:poster>pne</lj:poster>
  <lj:reply-count>53</lj:reply-count>
</item>
<item>
  <guid isPermaLink='true'>http://dw-nifty.dreamwidth.org/6365.html</guid>
  <pubDate>Sat, 27 Mar 2010 19:25:13 GMT</pubDate>
  <title>eXpostulate (x-posting client)</title>
  <link>http://dw-nifty.dreamwidth.org/6365.html</link>
  <description>Hi,&lt;br /&gt;&lt;br /&gt;I&apos;m posting to this community using &lt;a href=&quot;http://baldwinsoftware.com/xpost.html&quot; target=&quot;_new&quot;&gt;eXpostulate&lt;/a&gt;, a cross-posting blog client that I&apos;ve built in &lt;a href=&quot;http://wiki.tcl.tk&quot; target=&quot;_new&quot;&gt;Tcl/Tk&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://baldwinsoftware.com/xpost.html&quot; target=&quot;_new&quot;&gt;eXpostulate&lt;/a&gt; is pretty rudimentary, at most levels, but has some nifty features on others.  I have plans to make more modifications, especially in specific reference to &lt;a href=&quot;http://www.dreamwidth.org&quot;&gt;dreamwidth&lt;/a&gt; (need to modify insertion menu to include DW specific tags for cut, user, community, etc.), adding more entry fields for location, privacy, etc.&lt;br /&gt;&lt;br /&gt;But the advantage that &lt;a href=&quot;http://baldwinsoftware.com/xpost.html&quot; target=&quot;_new&quot;&gt;eXpostulate&lt;/a&gt; has is that one can write a post, then simply click 4 buttons and fire said post off to four different blog communities (livejournal, insanejournal, deadjournal &amp; dreamwidth).  Unlike other clients (logjam, for instance) the user need not login to service1, write post, send post, reload post, logout, login into service2, send post, reload post ...&lt;br /&gt;Once the post is written, it can be x-posted to all four, and to as many relevant communities, with relative ease and efficiency.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://baldwinsoftware.com/xpost.html&quot; target=&quot;_new&quot;&gt;&lt;img src=&quot;http://www.baldwinsoftware.com/images/xpostred.jpg&quot; width=&quot;300&quot; border=&quot;0&quot;&gt;&lt;br /&gt;eXpostulate&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://baldwinsoftware.com/xpost.html&quot; target=&quot;_new&quot;&gt;eXpostulate&lt;/a&gt; is &quot;themable&quot; (user may configure the colors of the interface), posts to 4 blogging services (soon to come, wordpress and blogger functions, as well, possibly more), and has some useful editing functions (will be adding more html tag insertion options soon, too).&lt;br /&gt;&lt;br /&gt;It&apos;s probably not as co0l as &lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://catness.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://catness.dreamwidth.org/&apos;&gt;&lt;b&gt;catness&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&apos;s client, but then she is a more skilled hacker than I am, and she rocks.  I&apos;m learning (will be looking at her code, too)&lt;br /&gt;&lt;br /&gt;./&lt;span style=&apos;white-space: nowrap;&apos;&gt;&lt;a href=&apos;http://tonybaldwin.dreamwidth.org/profile&apos;&gt;&lt;img src=&apos;http://www.dreamwidth.org/img/silk/identity/user.png&apos; alt=&apos;[personal profile] &apos; width=&apos;17&apos; height=&apos;17&apos; style=&apos;vertical-align: text-bottom; border: 0; padding-right: 1px;&apos; /&gt;&lt;/a&gt;&lt;a href=&apos;http://tonybaldwin.dreamwidth.org/&apos;&gt;&lt;b&gt;tonybaldwin&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www.dreamwidth.org/tools/commentcount?user=dw_nifty&amp;ditemid=6365&quot; width=&quot;30&quot; height=&quot;12&quot; alt=&quot;comment count unavailable&quot; style=&quot;vertical-align: middle;&quot;/&gt; comments</description>
  <comments>http://dw-nifty.dreamwidth.org/6365.html</comments>
  <lj:music>silence</lj:music>
  <lj:mood>COFFEE!!</lj:mood>
  <lj:security>public</lj:security>
  <lj:poster>tonybaldwin</lj:poster>
  <lj:reply-count>8</lj:reply-count>
</item>
</channel>
</rss>

