<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>~james/developer/blog</title>
	<link>http://jameswilliams.me/developer/blog</link>
	<description>A development blog</description>
	<lastBuildDate>Mon, 08 Dec 2008 23:13:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Pragmatic PHP</title>
		<description>I wrote some PHP today. I didn't mean to.

All I wanted was a way to integrate strategically tagged pictures from flickr into a website. I couldn't find any ready-made solutions to do what I wanted (making sure the page blends in with the rest of the site is the number ...</description>
		<link>http://jameswilliams.me/developer/blog/2008/12/pragmatic-php/</link>
			</item>
	<item>
		<title>First Steps With Ruby</title>
		<description>After watching two fantastic PDC videos, Deep Dive: Dynamic Languages in Microsoft .NET and IronRuby: The Right Language for the Right Job, I started doing some serious thinking about dynamic languages and .NET. At work (where we use VB.Net), we tend to throw around several different data types that are ...</description>
		<link>http://jameswilliams.me/developer/blog/2008/12/first-steps-with-ruby/</link>
			</item>
	<item>
		<title>signtool.exe and capicom.dll</title>
		<description>[Ed: I'm changing things up today and writing about Windows. Obviously, the day job is involved.]

I've been consistently running into a problem with signtool.exe refusing to work at random points throughout my day. It would complain that it requires capicom.dll v. 2.1.0.1 or higher. Despite the fact that I had ...</description>
		<link>http://jameswilliams.me/developer/blog/2008/08/signtoolexe-and-capicomdll/</link>
			</item>
	<item>
		<title>SOAP on Apple Platforms: Still Painful</title>
		<description>A Cocoa-devmailing list thread popped up recently wondering how to make SOAP calls on an Apple platform. If you follow it through to the conclusion, you'll learn that Patrick decided to roll his own: he's got a base class which communicates with the server and triggers the actual serialization via ...</description>
		<link>http://jameswilliams.me/developer/blog/2008/08/soap-on-apple-platforms-still-painful/</link>
			</item>
	<item>
		<title>HTTP POST via the CFNetwork stack</title>
		<description>Introduction
Apple's CFNetwork documentation leaves a lot to be desired. At one point while figuring out how to use it, I believe I went on a rant where I described its contents as "vicious lies". Now that I've actually figured it out, I've revised my opinion. The documentation doesn't lie, exactly. ...</description>
		<link>http://jameswilliams.me/developer/blog/2008/08/http-post-via-the-cfnetwork-stack/</link>
			</item>
	<item>
		<title>Autoreleasing CFTypeRefs</title>
		<description>Over on Apple's Cocoa-dev mailing list, Peter Lewis asked if there was a way to release a CGImageRef. It turns out that this is trivial. In a program which isn't garbage collected, you can just cast any CFTypeRef to an id and autorelease it: [(id)myCarbonObject autorelease].

If your app might be ...</description>
		<link>http://jameswilliams.me/developer/blog/2008/08/autoreleasing-cftyperefs/</link>
			</item>
	<item>
		<title>Quick Status Update</title>
		<description>After several weeks of playing with it, pouring over Apple's somewhat cryptic documentation, and trying every combination of every flag and order or operation I could think of...I'm finally making SOAP requests with CFHTTPMessage instead of WSMethodInvocation.

I can now make the exact same requests (Ping, SearchListLoad, DataFormLoad) that I could ...</description>
		<link>http://jameswilliams.me/developer/blog/2008/08/quick-status-update/</link>
			</item>
	<item>
		<title>Commenting Approach</title>
		<description>I'm unhappy with the FriendFeed comment plugin. I'm not knocking its author: I think it's the best that can be done with the current FF API. But it just doesn't work well as the only way to comment on a post.

So I've integrated Disqus commenting. I think I like it ...</description>
		<link>http://jameswilliams.me/developer/blog/2008/07/commenting-approach/</link>
			</item>
	<item>
		<title>Quick Note Regarding NSURLConnection and NTLM</title>
		<description>As near as I can tell, NSURLConnection does not support NTLM authentication. 

So, if you are considering implementing something using NSURLConnection: take a moment to make sure you will never talk to a server expecting you to authenticate via NTLM (which is IIS as near as I can tell) before ...</description>
		<link>http://jameswilliams.me/developer/blog/2008/07/quick-note-regarding-nsurlconnection-and-ntlm/</link>
			</item>
	<item>
		<title>Accessing Instance Variables in ObjC</title>
		<description>A few months ago, I spent a few days searching around to see if I could figure out how to determine the instance variables on a class in ObjC. I knew it was possible because Key-Value-Coding will do it if it can't find the well-named accessor methods for a keypath. ...</description>
		<link>http://jameswilliams.me/developer/blog/2008/07/accessing-instance-variables-in-objc/</link>
			</item>
</channel>
</rss>
