<?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"
	>

<channel>
	<title>kennyocracy.com</title>
	<atom:link href="http://kennyocracy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kennyocracy.com</link>
	<description></description>
	<pubDate>Fri, 03 Oct 2008 04:11:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Solution to tinyMCE fatal error in GoogleSpell</title>
		<link>http://kennyocracy.com/2008/10/02/solution-to-tinymce-fatal-error-in-googlespell/</link>
		<comments>http://kennyocracy.com/2008/10/02/solution-to-tinymce-fatal-error-in-googlespell/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 04:11:04 +0000</pubDate>
		<dc:creator>kenny</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://kennyocracy.com/?p=5</guid>
		<description><![CDATA[I&#8217;ve been working on a web app using the symfony framework and I got a strange error from the spellchecker included with tinyMCE along the lines of:
Error response:
Warning: fgets() [a href='function.fgets'>function.fgets/a>]: SSL: fatal protocol error in /var/www/&#8230;/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php on line 93 {”id”:null,”result”:["Word","word"],”error”:null}
I tried a few Google searches and the only thing I could find was a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a web app using the symfony framework and I got a strange error from the spellchecker included with tinyMCE along the lines of:</p>
<p><code>Error response:<br />
Warning: fgets() [a href='function.fgets'>function.fgets/a>]: SSL: fatal protocol error in /var/www/&#8230;/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php on line 93 {”id”:null,”result”:["Word","word"],”error”:null}</code></p>
<p>I tried a few Google searches and the only thing I could find was a <a href="http://www.laptoptips.ca/projects/tinymce-advanced/?apage=3">comment on another blog</a> (#546) from someone else experiencing the same problem.</p>
<p>I considered switching to PSpell but it wasn&#8217;t included in my install and I didn&#8217;t want to deal with the hassle of recompiling PHP. The tinyMCE wiki covers the spellchecker plugin and points out that PHP CURL is required for GoogleSpell, because it only works over SSL.</p>
<p>On Ubuntu<br />
<code>sudo apt-get install curl libcurl3 libcurl3-dev php5-curl</code><br />
and an apache2 restart got me up and running.</p>
]]></content:encoded>
			<wfw:commentRss>http://kennyocracy.com/2008/10/02/solution-to-tinymce-fatal-error-in-googlespell/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Greasemonkey Scripts for Gmail and Yelp</title>
		<link>http://kennyocracy.com/2007/12/18/greasemonkey-scripts-for-gmail-and-yelp/</link>
		<comments>http://kennyocracy.com/2007/12/18/greasemonkey-scripts-for-gmail-and-yelp/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 05:49:03 +0000</pubDate>
		<dc:creator>kenny</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://kennyocracy.com/?p=4</guid>
		<description><![CDATA[Once I figure out which direction I want to take this blog, there will be a variety of content here. For the time being click here to check out my Greasemonkey scripts. There&#8217;s a word counting script for each of Gmail and Yelp, as well as an inYOf4ceBook-type script for Yelp, which lets you see [...]]]></description>
			<content:encoded><![CDATA[<p>Once I figure out which direction I want to take this blog, there will be a variety of content here. For the time being <a href="http://userscripts.org/users/37413/scripts">click here</a> to check out my Greasemonkey scripts. There&#8217;s a word counting script for each of Gmail and Yelp, as well as an <a href="http://userscripts.org/scripts/show/8712">inYOf4ceBook</a>-type script for Yelp, which lets you see full-sized versions of photos by mousing over their thumbnails.</p>
]]></content:encoded>
			<wfw:commentRss>http://kennyocracy.com/2007/12/18/greasemonkey-scripts-for-gmail-and-yelp/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
