<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Cortland Klein</title>
	<link>http://pixelcort.com</link>
	<description>Young entrepreneur in progress.</description>
	<lastBuildDate>Sat, 07 Jun 2008 21:01:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>JavaScript Firefox workaround</title>
		<description>Because of a security reason (thanks, Asa), Firefox does not like script elements in the style:

&#60;script type="text/javascript" src="jquery-1.2.3.js" /&#62;
&#60;script type="text/javascript" src="jquery.cookie.js" /&#62;


Safari handles this correctly, however Firefox seems to only load the first one and ignores the second. The doctype is XHTML 1.0 Strict, so this should be technically valid ...</description>
		<link>http://pixelcort.com/261</link>
			</item>
	<item>
		<title>WP-OpenID Woes</title>
		<description>I'm trying to add my OpenID to my WP-OpenID plugin for my WordPress blog.

However, when I try to add my OpenID, I get the following error:


  Error: OpenID assertion failed: returnto does not match return URL. Expected http://pixelcort.com/wp-admin/users.php?action=verifyidentity&#38;page=openid, got http://pixelcort.com/wp-admin/users.php?action=verify_identity


I'm wondering if this is because I'm using my own ...</description>
		<link>http://pixelcort.com/260</link>
			</item>
	<item>
		<title>Definitions of Web 1.0, 2.0, and 3.0</title>
		<description>I read a comment on an article explaining Web 1.0, 2.0, and 3.0 that I found really summarizes the whole thing:


  Web 1: static [Read]
  web 2: dynamic [Read/Write]
  web 3: programmable[Read/Write/Execute]


I believe this is a great simplified way of expressing what each one is. It reminds ...</description>
		<link>http://pixelcort.com/259</link>
			</item>
	<item>
		<title>Dynamic Form Example</title>
		<description>Update: This has moved to my portfolio.

This is an example of a dynamic form which serves as an email builder. It is a genericized version of one I wrote for my employer.

It uses jQuery and jQuery Cookie and works in Safari and Firefox. It was last updated on 2008 May ...</description>
		<link>http://pixelcort.com/258</link>
			</item>
	<item>
		<title>1&#038;1 Registrar Woes</title>
		<description>Entrepreneurial Society, a student organization I'm involved with at SJSU, currently is having some issues with 1&#38;1, our previous hosting provider.

Last fall, we decided to move to Dreamhost for our hosting provider. However, we were unable to transfer the domain from 1&#38;1's registrar.

A week ago, the domain expired, and 1&#38;1 ...</description>
		<link>http://pixelcort.com/256</link>
			</item>
	<item>
		<title>Quoted in Spartan Daily</title>
		<description>I was quoted in SJSU's Spartan Daily recently.

Here's hoping one of my teams wins this year's Business Plan Competition.

P.S. I'm looking for a full time job starting Mid-July or August 1. If you or anyone you know is hiring for an exempt web app designer, check out my resume.
 </description>
		<link>http://pixelcort.com/255</link>
			</item>
	<item>
		<title>A JavaScript sqrt() function.</title>
		<description>I know there's a Math.sqrt() function; I just wanted to create my own. Is this how most people would implement a sqrt() function in JavaScript if one didn't already exist?

sqrt = function(x) {
    j = x / 2;
    min = 0;
    ...</description>
		<link>http://pixelcort.com/254</link>
			</item>
	<item>
		<title>Upgrade to WordPress 2.5</title>
		<description>I've upgraded to WordPress 2.5. In the process I made some nice backups of my site, and cleaned up my internal site structure.

I'm now running on a nightly of the K2 theme, and hope to switch to a general release once one is compatible with 2.5.

I must say I'm quite ...</description>
		<link>http://pixelcort.com/252</link>
			</item>
	<item>
		<title>JavaScript appendChild returning null</title>
		<description>Update: Thanks to Michael in the comments for the solution. I forgot that JS begins executing before the DOM is finished loading.

I'm trying to get the following code to work, but it's failing:

&#60;html&#62;
    &#60;head&#62;
        &#60;title&#62;&#60;/title&#62;
      ...</description>
		<link>http://pixelcort.com/251</link>
			</item>
	<item>
		<title>Seeking ripoki Co-founder</title>
		<description>It's probably about time I formally announce my quest for a co-founder, and what better day than April 1st?

ripoki is a time management startup I've been working on for a while now and feel it's time to get this baby off the ground.

For a co-founder I'm seeking someone with basically ...</description>
		<link>http://pixelcort.com/250</link>
			</item>
</channel>
</rss>
