<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>[manifold&#124;reality] &#187; Meta</title>
	<atom:link href="http://manifoldreality.org/tag/meta/feed/" rel="self" type="application/rss+xml" />
	<link>http://manifoldreality.org</link>
	<description>Hello, I&#039;m Jason Chen. I currently live and work in Silicon Valley. From time to time, I&#039;ll post here about about my passions: technology, food, travel, and photography.</description>
	<lastBuildDate>Sat, 17 Jul 2010 15:30:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Better Looking Disqus Widgets</title>
		<link>http://manifoldreality.org/2009/09/23/better-looking-disqus-widgets/</link>
		<comments>http://manifoldreality.org/2009/09/23/better-looking-disqus-widgets/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 04:24:33 +0000</pubDate>
		<dc:creator>Jason Chen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://manifoldreality.org/?p=136</guid>
		<description><![CDATA[Disqus is a pretty cool service. It’s one a new breed of comment hosting services (along with IntenseDebate and JS-Kit) that allows people to comment on this and many other blogs after logging in via their existing Twitter or Facebook account, instead of having to create a site-specific account. But the default look-and-feel of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://disqus.com">Disqus</a> is a pretty cool service. It’s one a new breed of comment hosting services (along with <a href="http://intensedebate.com/">IntenseDebate</a> and <a href="http://js-kit.com/">JS-Kit</a>) that allows people to comment on this and many other blogs after logging in via their existing Twitter or Facebook account, instead of having to create a site-specific account.</p>
<p>But the default look-and-feel of the Disqus widgets could be better. In particular, the inclusion of multiple logos and the generic web 2.0-ish rounded button style both leave a lot to be desired.  While you can customize via CSS, the <a href="http://disqus.com/docs/css/">documentation</a> for the classes and ids used in the HTML they inject into your site is somewhat lacking.</p>
<p>I wasn’t about to let this detract from the design I recently developed using <a href="http://blueprintcss.org">Blueprint</a>, so I spent part of this past weekend adapting Disqus to my needs. Here’s the CSS I’m using to pare down and clean up their <em>Narcissus</em> theme:</p>
<pre class="span-11 prepend-1 last">/*first, ensure that all type matches Blueprint CSS*/
#disqus_thread {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*remove the default horizontal lines*/
#dsq-content .dsq-login-buttons, #dsq-content .dsq-request-user-info {
  background-image: none;
}

/*hide the logos and options panel*/
#dsq-content .dsq-options,
#dsq-content .dsq-dc-logo,
.dsq-brlink,  {
  display: none;
}

/*resize the h3's to match Blueprint's style*/
#dsq-new-post h3 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
  font-weight: bold;
}

/*ditto above, but also create space between comments and entry form*/
#dsq-comments-title h3 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
  margin-top: 1.5em;
}

/*change the look of the buttons to be less web-2.0-ish*/
button.dsq-button,
button.dsq-button-small,
#dsq-content .dsq-sharing-options button.dsq-button-small,
#dsq-content .dsq-panel,
#dsq-content .dsq-subscribe ul {
  background-image: none;
  background: #E8E8E8;
  border: 1px solid #AFAFAF;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/*remove rounded corners and reset text entry forms*/
#dsq-content .dsq-sharing-options:hover button.dsq-button-small {
  background-image: none;
  background: #E8E8E8;
  border: 1px solid #AFAFAF;
  border-bottom: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/*remove rounded corners from text entry boxes*/
#dsq-content .dsq-comment-header,
#dsq-content .dsq-subscribe a,
#dsq-content .dsq-textarea .dsq-textarea-wrapper,
#dsq-content .dsq-post-fields .dsq-input-wrapper,
#dsq-content .dsq-header-avatar a.dsq-avatar,
#dsq-content #dsq-comments .dsq-header-avatar .dsq-drop-profile,
#dsq-content .dsq-thread-settings,
#dsq-content .dsq-badge-verified {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}</pre>
<p>If you want Disqus to look like what I have here, then you should add the above into the <code>Settings &gt; Customize &gt; Custom CSS</code> menu in your account.</p>
<p>Now, if only I could do something about the latency…</p>
<p><a href="http://manifoldreality.org/wp-content/uploads/2009/09/disqus-latency.png"><img src="http://manifoldreality.org/wp-content/uploads/2009/09/disqus-latency-300x190.png" alt="Disqus latency" title="Disqus latency" width="300" height="190" class="aligncenter size-medium wp-image-224" /></a></p>
<p><strong>Update</strong>: (2010–03-10) I’ve completely disabled comments on this site. Details as to why will be forthcoming.</p>
]]></content:encoded>
			<wfw:commentRss>http://manifoldreality.org/2009/09/23/better-looking-disqus-widgets/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:thumbnail url="http://manifoldreality.org/wp-content/uploads/2009/09/disqus-latency-150x150.png" />
		<media:content url="http://manifoldreality.org/wp-content/uploads/2009/09/disqus-latency.png" medium="image">
			<media:title type="html">Disqus latency</media:title>
			<media:thumbnail url="http://manifoldreality.org/wp-content/uploads/2009/09/disqus-latency-150x150.png" />
		</media:content>
	</item>
		<item>
		<title>Rebooting this blog</title>
		<link>http://manifoldreality.org/2008/01/19/rebooting-this-blog/</link>
		<comments>http://manifoldreality.org/2008/01/19/rebooting-this-blog/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 07:03:48 +0000</pubDate>
		<dc:creator>Jason Chen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://manifoldreality.org/2008/01/19/rebooting-this-blog/</guid>
		<description><![CDATA[This blog has lain dormant for quite a while—but I’m on a mission to bring it back. I’ve swept out the ancient version of MovableType (2.6!) that I was using and installed WordPress. Expect improvements as I tweak the site throughout this long weekend.]]></description>
			<content:encoded><![CDATA[<p>This blog has lain dormant for quite a while—but I’m on a mission to bring it back. I’ve swept out the ancient version of MovableType (2.6!) that I was using and installed WordPress.</p>
<p>Expect improvements as I tweak the site throughout this long weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://manifoldreality.org/2008/01/19/rebooting-this-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
	</channel>
</rss>
