<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="0.92">
<channel>
	<title>Wilcox Development Solutions Blog</title>
	<link>http://www.wilcoxd.com/blog</link>
	<description>Blog for project status and lab notes</description>
	<lastBuildDate>Tue, 22 Apr 2008 16:54:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Ryan (and wxWidgets) on The Web</title>
		<description>So I need to update my website a bit. After a bit o reorganization and backend rework. But, in the spirit of Useful Information Now, I'm going to make it easy for people to see my reputation online. For right now it's just wxWidgets links, because I'm out of time ...</description>
		<link>http://www.wilcoxd.com/blog/ryan-and-wxwidgets-on-the-web.html</link>
			</item>
	<item>
		<title>Textmate and high level ASCII characters</title>
		<description>Here's a fun gotcha when creating commands for TextMate: if your command's output is set to Create New Document on output, then that output must be either free of high level (extended) ASCII characters, or UTF-8.

If your output doesn't conform to this rule, the new document populated by TextMate will ...</description>
		<link>http://www.wilcoxd.com/blog/textmate-and-high-level-ascii-characters.html</link>
			</item>
	<item>
		<title>Batching Requests to Amazon Web Services via pyaws</title>
		<description>PyAWS (originally py-Amazon by Mark Pilgrim), is a neat, simple, Python API for getting requests from Amazon Web Services.

But it doesn't let you do any batching: allowed by the Amazon Web Services API to reduce requests.

THe other day I wrote py_aws batch: which uses PyAWS as a springboard for batch ...</description>
		<link>http://www.wilcoxd.com/blog/batching-requests-to-amazon-web-services-via-pyaws.html</link>
			</item>
	<item>
		<title>appscript&#8217;s get syntax (advanced concepts)</title>
		<description>So if you read my previous article on appscript's get syntax, you might now be wondering how to do more advanced things with getters. For example, in the Finder with Applescript you can say:

tell app "Finder" to get selection

if you want the alias (and not a reference to the finder ...</description>
		<link>http://www.wilcoxd.com/blog/appscripts-get-syntax-advanced-concepts.html</link>
			</item>
	<item>
		<title>Turn any shell script into a double-clickable app!</title>
		<description>So, while this might be very obvious to other people, I found out an interesting thing about bundles today. In short, if you configure your Info.plist correctly, and have the right permissions for everything, it doesn't matter what you put as you executable.

For example, I have a shell script I ...</description>
		<link>http://www.wilcoxd.com/blog/turn-any-shell-script-into-a-double-clickable-app.html</link>
			</item>
	<item>
		<title>Python, Properties and Future Class Changes</title>
		<description>For a while now I've been thinking about class attributes in dynamically typed languages. I usually view these languages as "less than 50,000 line program languages". For more lines than that I personally want the type safety and compile checks of a statically typed compiled language (like C++). Granted, a ...</description>
		<link>http://www.wilcoxd.com/blog/python-properties-and-future-class-changes.html</link>
			</item>
	<item>
		<title>PyObjC (2.0) + FSEvents</title>
		<description>For the adventurous: there's a sample on how to integrate PyObjC with FSEvents at /Developer/Examples/Python/PyObjC/FSEvents/watcher.py

Neato.
 </description>
		<link>http://www.wilcoxd.com/blog/pyobjc-20-fsevents.html</link>
			</item>
	<item>
		<title>appscript&#8217;s get syntax</title>
		<description>I use appscript - a Python module letting me talk to scriptable applications on the Mac - everywhere I can. It means I can write less in the verbose, cranky, sometimes read-only AppleScript.

Appscript is nice, but in earlier versions seemed very... verbose. Where AppleScript did all kinds of magic behind ...</description>
		<link>http://www.wilcoxd.com/blog/appscripts-get-syntax.html</link>
			</item>
	<item>
		<title>Betas and Testing</title>
		<description>Steven Frank: Betas and Testing

Lots of truth in the article, from both ends (running a beta cycle, being in QA, and also giving some advice to people in a beta testing program. My advice for the latter group would be: test, let people know that you're testing, even if you ...</description>
		<link>http://www.wilcoxd.com/blog/betas-and-testing.html</link>
			</item>
	<item>
		<title>Google CTemplate Integration (Check!)</title>
		<description>Today I tried out Google CTemplate, as I said I would. In addition to what I liked about the template language, it has tools to check your templates and generate C constants for the template elements (aka: the things to replace in the template). Meaning (if you use those constants) ...</description>
		<link>http://www.wilcoxd.com/blog/google-ctemplate-integration-check.html</link>
			</item>
</channel>
</rss>
