<?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>Seth Kinast's Blog &#187; Gravatar</title>
	<atom:link href="http://sethkinast.com/tag/gravatar/feed/" rel="self" type="application/rss+xml" />
	<link>http://sethkinast.com</link>
	<description>I like shiny things</description>
	<lastBuildDate>Thu, 28 Jul 2011 05:12:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Fun with scripts</title>
		<link>http://sethkinast.com/2008/01/11/fun-with-scripts/</link>
		<comments>http://sethkinast.com/2008/01/11/fun-with-scripts/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 05:41:05 +0000</pubDate>
		<dc:creator>Seth</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Gravatar]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://sethkinast.com/2008/01/11/fun-with-scripts/</guid>
		<description><![CDATA[Mmm, I&#8217;m making more use of dynamic scripts on the new blog than ever before. Not only am I using jQuery, thanks to all I learned about it while writing ZB&#8217;s scripts, but I even rewrote some of my old scripts like my Headline Image Replacement with jQuery. In HIR&#8217;s case, the script went from [...]]]></description>
			<content:encoded><![CDATA[<p>Mmm, I&#8217;m making more use of dynamic scripts on the new blog than ever before. Not only am I using <a href="http://jquery.com/">jQuery</a>, thanks to all I learned about it while writing ZB&#8217;s scripts, but I even rewrote some of my old scripts like my Headline Image Replacement with jQuery. In HIR&#8217;s case, the script went from 8 kilobytes to about 400 bytes. Yay jQuery! In addition, I serve a pre-compressed version of jQuery to browsers that can handle it (not IE), which makes jQuery + all my scripts + new scripts <strong>smaller</strong> than the old stuff!</p>
<p>There are four main scripts that I&#8217;m using to make things nice. My Where&#8217;s Seth script is back, but now instead of just pulling from my Google Calendar, it also works off Jabber away messages that my Trillian client sends. I need to make it more robust, so we&#8217;ll see what other ways I can pull information, such as <a href="http://twitter.com/">Twitter</a> feeds. For my linkblog, I rolled a little bit of jQuery to fetch JSON data from <a href="http://ma.gnolia.com/">Ma.gnolia</a> (which is like <a href="http://del.icio.us">del.icio.us</a> but nicer), so I don&#8217;t have to maintain links in two separate places.</p>
<p>On the WordPress plugins side, I&#8217;ve added <a href="http://openid.net/">OpenID</a> and Gravatar support. <a href="http://wordpress.org/extend/plugins/openid/">WP-OpenID</a> allows commenters to use their OpenID, both to verify their identity and to obviate having to type all that commenter info every time. <a href="http://gravatar.com/">Gravatar</a> was acquired by WordPress, which makes me finally comfortable enough to use it on a blog. Before, it was just too unstable&#8211; the service was unavailable all the time and I didn&#8217;t feel like it was &#8220;official&#8221; enough to make it widespread and worth using. With official adoption by WordPress, it should become more of a de facto standard, one that I feel comfortable supporting.</p>
<p>Javascript is fun :O</p>
]]></content:encoded>
			<wfw:commentRss>http://sethkinast.com/2008/01/11/fun-with-scripts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

