<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>So Many Fish</title>
	<link>http://www.lisasawin.com</link>
	<description>...which is pretty cool when you think about it...</description>
	<lastBuildDate>Tue, 09 Mar 2010 18:46:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Setting up Drupal multisites under Passenger, with Git</title>
		<description><![CDATA[Here&#8217;s my steps for setting up a Drupal production and development site, with Drupal core and modules under separate Git control and running the whole thing under Passenger.  I got most of this framework from Version Control Blog, but instead of using separate repositories for Drupal core and modules, I use branches.  In [...]]]></description>
		<link>http://www.lisasawin.com/2010/03/09/setting-up-drupal-multisites-under-passenger-with-git/</link>
			</item>
	<item>
		<title>Import from Movable Type to Drupal</title>
		<description><![CDATA[It seems like they&#8217;re been some problems along the way with the Import Typepad / MoveableType module and Drupal 6.  I had no problems with it though. I followed some, but not all of  Andrew Benkard&#8217;s suggestions.  Removing PRIMARY CATEGORY wasn&#8217;t necessary.  I loved how the user names don&#8217;t need to [...]]]></description>
		<link>http://www.lisasawin.com/2010/03/03/import-from-movable-type-to-drupal/</link>
			</item>
	<item>
		<title>Theme Developer toasts drag-n-drop in Manage Fields</title>
		<description><![CDATA[My Manage Fields page within Drupal Content Management lost drag and drop-ability, which turned out to because of this javascript error:

&#8216;$(&#8216;.indentation&#8217;, testCell).get(1)&#8217; [undefined] is not an object.

Turning off the Theme Developer module fixed it!
]]></description>
		<link>http://www.lisasawin.com/2009/12/09/theme-developer-toasts-drag-n-drop-in-manage-fields/</link>
			</item>
	<item>
		<title>Viewing multiple domains hosted via vhost on other computers</title>
		<description><![CDATA[I followed this excellent screencast on setting up Phusion Passenger and all was running well.  I can now develop multiple Rails apps simultaneously without starting/stopping my WebBrick server, which I love.  But how to view these apps from my networked PC&#8217;s?  All it took was an entry in the hosts file, which [...]]]></description>
		<link>http://www.lisasawin.com/2009/10/07/viewing-multiple-domains-hosted-via-vhost-on-other-computers/</link>
			</item>
	<item>
		<title>Open prototip on page load</title>
		<description><![CDATA[I needed a prototip to open automatically on page load.  $(&#60;id&#62;).prototip.show() should do that, but it just wasn&#8217;t working.  Nick Stankenburg over on his Prototip forum gave me some ideas, but nothing worked until I set the prototip to open on a very short delay:

if(window.location.hash == '#vote-now') {
document.observe('dom:loaded', function() {
setTimeout("$('left-vote-button').prototip.show()",100);
});
}

]]></description>
		<link>http://www.lisasawin.com/2009/05/21/open-prototip-on-page-load/</link>
			</item>
	<item>
		<title>Privacy, caching and making Safari behave</title>
		<description><![CDATA[One of the sites I&#8217;m working on has health related information, which is very important to keep private.  In particular, after the user logs out, we have to make its pages unavailable via the Back button.  it took some work to convince all browsers we meant it, but here&#8217;s what works for Safari [...]]]></description>
		<link>http://www.lisasawin.com/2008/08/17/privacy-caching-and-making-safari-behave/</link>
			</item>
	<item>
		<title>Switched to WordPress</title>
		<description><![CDATA[Typo just wasn&#8217;t making me happy.  There were little bugs I had to fix and annoyances with posting code snippets.  I poked around the internet a little, gathering up opinions and decided to give WordPress a try. You can install it on cPanel via Fantastico De Luxe, which made it easy to get started.  My [...]]]></description>
		<link>http://www.lisasawin.com/2008/06/23/switched-to-wordpress/</link>
			</item>
	<item>
		<title>Yikes&#8230;.dangling commit!</title>
		<description><![CDATA[ 
 I discovered today what happens when you add and commit with git while you are not on any branch.  You get a dangling commit and it looks for all the world like there is no way to get that work back.  But all is not lost!  Between  this great post in Mathieu Martin’s blog and Eric available [...]]]></description>
		<link>http://www.lisasawin.com/2008/06/10/yikesdangling-commit/</link>
			</item>
	<item>
		<title>Running Rspec tests in TextMate</title>
		<description><![CDATA[For a while I had a problem running my Rspec tests using the TextMate bundle.  It was calling the wrong lib for Ruby, even though I had the shell variables set correctly in the TextMate preferences.  When I tried to run a spec in TextMate, I got this:
/usr/lib/ruby/site_ruby/1.8/rubygems.rb:377:in
`report_activate_error’: Could not find RubyGem rails (&#62;= 0)
(Gem::LoadError) [...]]]></description>
		<link>http://www.lisasawin.com/2008/05/24/running-rspec-tests-in-textmate/</link>
			</item>
	<item>
		<title>Getting Started</title>
		<description><![CDATA[A blog has seemed like a good idea for a long time.  Now I’m getting started.
Getting it up and running with Typo hosted by HostingRails was a snap.  I was a little concerned that fastcgi would be a problem, since the Typo install page didn’t mention it up front.  Down the page was info on how [...]]]></description>
		<link>http://www.lisasawin.com/2008/05/19/getting-started/</link>
			</item>
</channel>
</rss>
