<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Share your code</title>
	<atom:link href="http://www.web2learning.net/archives/243/feed" rel="self" type="application/rss+xml" />
	<link>http://www.web2learning.net/archives/243</link>
	<description>Web 2.0 and programming tips from a library technology enthusiast, What I Learned Today... covers blogs, rss, wikis and more as they relate to libraries.</description>
	<lastBuildDate>Thu, 19 Jan 2012 18:46:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nicole</title>
		<link>http://www.web2learning.net/archives/243/comment-page-1#comment-736</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Sat, 18 Mar 2006 11:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2learning.net/archives/243#comment-736</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Pattern</title>
		<link>http://www.web2learning.net/archives/243/comment-page-1#comment-735</link>
		<dc:creator>Dave Pattern</dc:creator>
		<pubDate>Sat, 18 Mar 2006 11:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2learning.net/archives/243#comment-735</guid>
		<description>Hi Nicole

I know exactly what you mean - a lot of the code I&#039;ve developed for our OPAC and is bespoke and tailored for our setup (which is Apache2/mod_perl2/MySQL).

In this case, I think it&#039;s best to simply share the ideas and detail how you went about implementing it.  Often times, it can be quicker to write your own version from scratch (using someone else&#039;s ideas) than to try and re-write someone else&#039;s code.

If you do share code, then just remember to provide as much info and comments in the code as possible.

An alternative is make a simpler version of the code available.  For example, the code that displays floor plans on our OPAC is quite complex, but I was able to knock together a much simpler JavaScript version that any Dynix customer can add to their OPAC:

http://www.daveyp.com/blog/index.php/archives/4/

Hope that helps!
Dave</description>
		<content:encoded><![CDATA[<p>Hi Nicole</p>
<p>I know exactly what you mean &#8211; a lot of the code I&#8217;ve developed for our OPAC and is bespoke and tailored for our setup (which is Apache2/mod_perl2/MySQL).</p>
<p>In this case, I think it&#8217;s best to simply share the ideas and detail how you went about implementing it.  Often times, it can be quicker to write your own version from scratch (using someone else&#8217;s ideas) than to try and re-write someone else&#8217;s code.</p>
<p>If you do share code, then just remember to provide as much info and comments in the code as possible.</p>
<p>An alternative is make a simpler version of the code available.  For example, the code that displays floor plans on our OPAC is quite complex, but I was able to knock together a much simpler JavaScript version that any Dynix customer can add to their OPAC:</p>
<p><a href="http://www.daveyp.com/blog/index.php/archives/4/" rel="nofollow">http://www.daveyp.com/blog/index.php/archives/4/</a></p>
<p>Hope that helps!<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://www.web2learning.net/archives/243/comment-page-1#comment-120415</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Sat, 18 Mar 2006 10:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2learning.net/archives/243#comment-120415</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Pattern</title>
		<link>http://www.web2learning.net/archives/243/comment-page-1#comment-120414</link>
		<dc:creator>Dave Pattern</dc:creator>
		<pubDate>Sat, 18 Mar 2006 10:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2learning.net/archives/243#comment-120414</guid>
		<description>Hi Nicole&lt;br&gt;&lt;br&gt;I know exactly what you mean - a lot of the code I&#039;ve developed for our OPAC and is bespoke and tailored for our setup (which is Apache2/mod_perl2/MySQL).&lt;br&gt;&lt;br&gt;In this case, I think it&#039;s best to simply share the ideas and detail how you went about implementing it.  Often times, it can be quicker to write your own version from scratch (using someone else&#039;s ideas) than to try and re-write someone else&#039;s code.&lt;br&gt;&lt;br&gt;If you do share code, then just remember to provide as much info and comments in the code as possible.&lt;br&gt;&lt;br&gt;An alternative is make a simpler version of the code available.  For example, the code that displays floor plans on our OPAC is quite complex, but I was able to knock together a much simpler JavaScript version that any Dynix customer can add to their OPAC:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.daveyp.com/blog/index.php/archives/4/&quot;&gt;http://www.daveyp.com/blog/index.php/archives/4/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hope that helps!&lt;br&gt;Dave</description>
		<content:encoded><![CDATA[<p>Hi Nicole</p>
<p>I know exactly what you mean &#8211; a lot of the code I&#8217;ve developed for our OPAC and is bespoke and tailored for our setup (which is Apache2/mod_perl2/MySQL).</p>
<p>In this case, I think it&#8217;s best to simply share the ideas and detail how you went about implementing it.  Often times, it can be quicker to write your own version from scratch (using someone else&#8217;s ideas) than to try and re-write someone else&#8217;s code.</p>
<p>If you do share code, then just remember to provide as much info and comments in the code as possible.</p>
<p>An alternative is make a simpler version of the code available.  For example, the code that displays floor plans on our OPAC is quite complex, but I was able to knock together a much simpler JavaScript version that any Dynix customer can add to their OPAC:</p>
<p><a href="http://www.daveyp.com/blog/index.php/archives/4/">http://www.daveyp.com/blog/index.php/archives/4/</a></p>
<p>Hope that helps!<br />Dave</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.web2learning.net @ 2012-02-12 15:18:10 by W3 Total Cache -->
