<?xml version="1.0" encoding="UTF-8"?>
<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>Mon, 07 Jun 2010 20:30:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Add Individual Event to Calendar</title>
		<description><![CDATA[A Drupal site I&#8217;m working on requires links for each event that would add the event to the user&#8217;s calendar.  I&#8217;d like to provide this functionality for iCal, Outlook and Google.  Drupals Calendar module offers something similar out of the box&#8211;there&#8217;s a feed which can deliver a an ics file on a per-day [...]]]></description>
		<link>http://www.lisasawin.com/2010/06/07/add-individual-event-to-calendar/</link>
			</item>
	<item>
		<title>Search Form restricted to particular node type, in a block.</title>
		<description><![CDATA[A site I&#8217;m working on has quite a few search forms.  Basically, for each of the node types, we want to give the user an easy option to restrict search to only that type, ie events, blog posts, as well as a few custom content types.  Sometimes the node types will be presented [...]]]></description>
		<link>http://www.lisasawin.com/2010/04/27/search-form-restricted-to-particular-node-type-in-a-block/</link>
			</item>
	<item>
		<title>Using Context and Menu Trail to establish subnavigation by taxonomy term</title>
		<description><![CDATA[Context is a great module, but the settings page is a little misleading.  You can set a context to operate when a node tagged with a term.  You can set as a reaction that one of your menu items is made active.  However, when you navigate to the page for that node [...]]]></description>
		<link>http://www.lisasawin.com/2010/04/22/using-context-and-menu-trail-to-establish-subnavigation-by-taxonomy-term/</link>
			</item>
	<item>
		<title>Configuring Drupal Multisites as Git Submodules</title>
		<description><![CDATA[After thinking about the set up in my previous post, I decided that I wanted a good way to push changes from the dev to the production site.  So, I found Simon Hamner&#8217;s post on using submodules for this and made some modifications.  I also got the whole setup working with 3 sites, [...]]]></description>
		<link>http://www.lisasawin.com/2010/03/15/configuring-drupal-multisites-as-git-submodules/</link>
			</item>
	<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>
</channel>
</rss>
