<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Medryx Observations</title>
	<link>http://blog.medryx.org</link>
	<description>Observations of a physician software developer.</description>
	<lastBuildDate>Sun, 31 May 2009 04:38:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>A Professional JavaScript Build System: Part II &#8211; Bootstrapping</title>
		<description>In my last post I described the parts that can make up a robust build system for a complex JavaScript library that would allow for simplifying development, promotion to QA, and deployment to live systems. I outlined in some detail the importance of abstracting any use of external systems (via ...</description>
		<link>http://blog.medryx.org/2009/05/31/a-professional-javascript-build-system-part-ii-bootstrapping/</link>
			</item>
	<item>
		<title>Prequel: Professional JavaScript Build System</title>
		<description>It occurs to me after reading my previous post that perhaps I wasn’t clear why I needed to have a “services container” to provide services to my scripts. So I thought I would put together this prequel – a brief tour of how I got to thinking that my the ...</description>
		<link>http://blog.medryx.org/2009/05/30/prequel-professional-javascript-build-system/</link>
			</item>
	<item>
		<title>A Professional JavaScript Build System</title>
		<description>Its been a long time since my last post. That’s not to say I have run out of things to say. But the list of topics has gotten long enough, that I think its high time I start writing again.

In this post, I will discuss a build system for JavaScript ...</description>
		<link>http://blog.medryx.org/2009/05/30/a-professional-javascript-build-system/</link>
			</item>
	<item>
		<title>CodeIgniter and Doctrine</title>
		<description>The most widely sited source for how to bootstrap Doctrine with CodeIgniter is available on the CI Wiki. While this approach is effective, I found it a bit intrusive into the CI code. I didn't like the idea of having to edit index.php, and I didn't like that the database.php, ...</description>
		<link>http://blog.medryx.org/2008/10/04/codeigniter-and-doctrine/</link>
			</item>
	<item>
		<title>CodeIgniter REST</title>
		<description>I have been looking into various ways of building a simple PHP JSON REST server (to connect easily to dojo's JsonRestStore on the clien). First off, I am a bit surprised that this does not exist as a project somewhere already.

CakePHP has a pretty simple way of mapping your REST ...</description>
		<link>http://blog.medryx.org/2008/10/03/codeigniter-rest/</link>
			</item>
	<item>
		<title>dijit.Search Part 2</title>
		<description>Well its been a while since my first post about a search widget for dojo.data stores. There are a lot of reasons -- the beautiful Portland, Oregon summers being the most significant. But now the kids are back in school, life is normalizing, and its time to show you how ...</description>
		<link>http://blog.medryx.org/2008/09/10/dijitsearch-part-2/</link>
			</item>
	<item>
		<title>Transparent PNG&#8217;s on IE with dojo</title>
		<description>Transparent PNG's are fabulous. They are the key to making your app look really professional and slick. And they allow you to make easily themed web pages without having to redesign all your images, since you can just rely on the background colors shining through the transparency. Transparent PNG support ...</description>
		<link>http://blog.medryx.org/2008/08/15/transparent-pngs-on-ie-with-dojo/</link>
			</item>
	<item>
		<title>A Dojo Search Widget: dijit.Search</title>
		<description>Search has become ubiquitous on web sites and applications. Its long since replaced categorization or filing. On my new mac, I can't remember if I have ever dug through my Applications folder looking for an app. I just type a few letters in Spotlight, and voila. On the dojo website ...</description>
		<link>http://blog.medryx.org/2008/08/14/a-dojo-search-widget-dijitsearch/</link>
			</item>
	<item>
		<title>A Dynamic Tab Container</title>
		<description>I think tab containers are great. And I think dojo's tab container implementation is better than great. Its so easy with simple markup to make tabs and really create elegant user interfaces. Further, you lazy load the content of the tabs to make for a reall good user experience, all ...</description>
		<link>http://blog.medryx.org/2008/07/29/a-dynamic-tab-container/</link>
			</item>
	<item>
		<title>JsonRestStore &#8212; Custom Services, Schemas, and Lazy Loading</title>
		<description>The newest and most complete store in the dojox.data arsenal is dojox.data.JsonRestStore. Its primary purpose is to make interaction between a RESTful data source and dojo.data seamless and simple, and it accomplishes that goal with ease. But a quick peek under the covers and you will find that you may ...</description>
		<link>http://blog.medryx.org/2008/07/24/jsonreststore-overview/</link>
			</item>
</channel>
</rss>
