<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>iCoreTech Research Labs</title>
	<link>http://www.icoretech.org</link>
	<description>Just a placeholder</description>
	<lastBuildDate>Sun, 04 Apr 2010 15:34:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Install nokogiri and libxml2 on Snow Leopard</title>
		<description><![CDATA[This gets me everytime. You have installed libxml2 through MacPorts but Nokogiri won't compile, even with complex command line arguments. Solution: sudo port upgrade --enforce-variants libxml2 +universal sudo port upgrade --enforce-variants libxslt +universal gem install nokogiri -- --with-xml2-include=/opt/local/include/libxml2 --with-xml2-lib=/opt/local/lib --with-xslt-dir=/opt/local Now I can install capybara or webrat: gem install capybara]]></description>
		<link>http://www.icoretech.org/2010/04/install-nokogiri-and-libxml2-on-snow-leopard/</link>
			</item>
	<item>
		<title>Rails users &lt; membership &gt; groups? Enter Workflow</title>
		<description><![CDATA[I bet there are a fair numbers of plugins that does the user/groups membership relations, however I'm writing a quick method here because I would like to introduce you a better state machine: Workflow plugin for Ruby on Rails. All this is tested against Rails 2.3-stable (git) Do not fear join models; they may feel [...]]]></description>
		<link>http://www.icoretech.org/2010/03/rails-users-groups-memberships-enter-workflow/</link>
			</item>
	<item>
		<title>Use Amazon Cloudfront when appropriate.</title>
		<description><![CDATA[Every project that starts growing needs to track down performance issues and bottlenecks, audiobox.fm is no exception. However there are cases when the cure is worst than the disease, this is one. We do streaming, a lot of it, the entire concept of audiobox.fm revolves around streaming your media over the Internet and it should [...]]]></description>
		<link>http://www.icoretech.org/2010/01/use-amazon-cloudfront-when-appropriate/</link>
			</item>
	<item>
		<title>Installing MySQL Ruby Gem in Snow Leopard Server</title>
		<description><![CDATA[Snow Leopard Server doesn't come with MySQL client and library files. In order to get them we need to download a package, for Snow Leopard Server 10.6.2: http://www.opensource.apple.com/other/MySQL-49.binaries.tar.gz (71.2MB) The main entry page should be http://www.opensource.apple.com/release/mac-os-x-1062/ but I cannot find the package there, getting the url was guess work from reading an Apple support page: [...]]]></description>
		<link>http://www.icoretech.org/2009/11/installing-mysql-ruby-gem-in-snow-leopard-server/</link>
			</item>
	<item>
		<title>Hosting Git repositories through WebDAV on Snow Leopard Server</title>
		<description><![CDATA[This will be quick and dirty; the necessity comes from a particular source code that I can't trust to host online to a third party vendor/provider. I have a Snow Leopard Server, so I will make use of the tools provided, there's little information about the subject, so here it is. Also I choose WebDAV [...]]]></description>
		<link>http://www.icoretech.org/2009/11/hosting-git-repositories-through-webdav-on-snow-leopard-server/</link>
			</item>
	<item>
		<title>AudioBox.fm</title>
		<description><![CDATA[Hi readers, I'm putting together a new project, dubbed audiobox.fm. It's in active development; if you feel you can leave your email or follow the project on Twitter to be notified when doors open for beta stage. I'm going to limit the initial access to the app, so hurry :) Cheers.]]></description>
		<link>http://www.icoretech.org/2009/11/audiobox-fm/</link>
			</item>
	<item>
		<title>My ToolBox</title>
		<description><![CDATA[Being a computer junkie I usually use a certain number of tools, ranging from productivity to my amusement. Here's a generic list. Hardware MacBookPro5,1 Intel Core 2 Duo 2,53 GHz 4 GB RAM Time Capsule 1TB Random Logitech Mouse Development TextMate Safari Firefox Xcode and Interface Builder Terminal.app Navicat Premium phpMyAdmin phpPgAdmin Sequel Pro Parallels [...]]]></description>
		<link>http://www.icoretech.org/2009/11/my-toolbox/</link>
			</item>
	<item>
		<title>About ripping articles</title>
		<description><![CDATA[My apologies, the Cappuccino series articles has been suspended indefinitely. I won't go into details, so don't ask. Also sorry if it sounds cryptic to you.]]></description>
		<link>http://www.icoretech.org/2009/11/about-ripping-articles/</link>
			</item>
	<item>
		<title>Install id3lib-ruby on Snow Leopard</title>
		<description><![CDATA[We are going to use MacPorts for this. Install the prerequisite: sudo port install id3lib And install the 64-bit gem: env ARCHFLAGS=&#34;-arch x86_64&#34; gem install id3lib-ruby Test: 16:53 ~ $ irb &#62;&#62; require 'id3lib' =&#62; true]]></description>
		<link>http://www.icoretech.org/2009/11/install-id3lib-ruby-on-snow-leopard/</link>
			</item>
	<item>
		<title>Cappuccino: the jake branch</title>
		<description><![CDATA[Those steps assumes you have already setup your Cappuccino source similarly to my environment. If not, please read previous articles. Keep in mind that the "jake" branch will be merged into master at some point, and the switch should happen sometime in the upcoming weeks; at least I've been told this way so take this [...]]]></description>
		<link>http://www.icoretech.org/2009/10/cappuccino-the-jake-branch/</link>
			</item>
</channel>
</rss>
