<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BorkWeb &#187; christmas list</title>
	<atom:link href="http://borkweb.com/story/tag/christmas-list/feed" rel="self" type="application/rss+xml" />
	<link>http://borkweb.com</link>
	<description>Some People Are Squirrel Handed.</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:00:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MasterWish WordPress Plugin</title>
		<link>http://borkweb.com/story/masterwish-wordpress-plugin</link>
		<comments>http://borkweb.com/story/masterwish-wordpress-plugin#comments</comments>
		<pubDate>Wed, 07 Dec 2005 22:36:39 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Random News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[christmas list]]></category>
		<category><![CDATA[MasterWish]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[wishlist]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.borkweb.com/?p=118</guid>
		<description><![CDATA[I am pleased to announce the arrival of the MasterWish WordPress plugin! Anyone that has an account on MasterWish and runs a WordPress blog can aggregate their publicly viewable lists. For an example of how I have it set up, check here. Get the MasterWish WordPress plugin v1.1! Setup Instructions: Installing the Plugin: 1. Download [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.masterwish.com"><img src="http://www.borkweb.com/wp-content/upload/masterwish.gif" class="post_image" align="left" border="0"/></a> I am pleased to announce the arrival of the <a href="http://www.masterwish.com/plugins/">MasterWish WordPress plugin</a>!  Anyone that has an account on <a href="http://www.masterwish.com">MasterWish</a> and runs a WordPress blog can aggregate their publicly viewable lists.  For an example of how I have it set up, <a href="http://www.borkweb.com/my-wishlist">check here</a>.<br clear="left"/></p>
<p><span style="font-size:22px;"><a href="http://www.masterwish.com/downloads/wp-masterwish.zip">Get the MasterWish WordPress plugin v1.1</a>!</span></p>
<p>			<span style="font-size:18px;"><strong>Setup Instructions:</strong></span><br />
			<strong>Installing the Plugin:</strong></p>
<table border="0">
<tr>
<td style="background-color: #cccccc;border:1px solid #666666;font-size:15px;font-weight:bold;" valign="top">
						1.
					</td>
<td style="border-bottom:1px dotted #666666;font-size:12px;" valign="top">
						<strong>Download</strong> and unzip <a href="http://www.masterwish.com/downloads/wp-masterwish.zip">wp-masterwish.zip</a></p>
</td>
</tr>
<tr>
<td style="background-color: #cccccc;border:1px solid #666666;font-size:15px;font-weight:bold;" valign="top">
						2.
					</td>
<td style="border-bottom:1px dotted #666666;font-size:12px;" valign="top">
						Place masterwish.php in your <strong>wp-content/plugins</strong> directory
					</td>
</tr>
<tr>
<td style="background-color: #cccccc;border:1px solid #666666;font-size:15px;font-weight:bold;" valign="top">
						3.
					</td>
<td style="border-bottom:1px dotted #666666;font-size:12px;" valign="top">
						Log in to your WordPress <a href="http://codex.wordpress.org/Administration_Panels">admin panel</a> and <a href="http://codex.wordpress.org/Managing_Plugins#Plugin_management">activate the plugin</a>, then visit the <strong>MasterWish submenu</strong> of the <a href="http://codex.wordpress.org/Administration_Panels#Options_-_Configuration_Settings">options tab</a>.
					</td>
</tr>
<tr>
<td style="background-color: #cccccc;border:1px solid #666666;font-size:15px;font-weight:bold;" valign="top">
						4.
					</td>
<td style="border-bottom:1px dotted #666666;font-size:12px;" valign="top">
						Enter your MasterWish username and click &#8216;Update Options&#8217;
					</td>
</tr>
<tr>
<td style="background-color: #cccccc;border:1px solid #666666;font-size:15px;font-weight:bold;" valign="top">
						5.
					</td>
<td style="border-bottom:1px dotted #666666;font-size:12px;" valign="top">
						If you want a default list to be selected, select a list from the List drop-down menu and click &#8216;Update Options.&#8217;
					</td>
</tr>
<tr>
<td style="background-color: #cccccc;border:1px solid #666666;font-size:15px;font-weight:bold;" valign="top">
						6.
					</td>
<td style="border-bottom:1px dotted #666666;font-size:12px;" valign="top">
						<a href="http://codex.wordpress.org/Stepping_Into_Templates">Create a new Template</a> for your wishlist in your <strong>wp-content/themes</strong> directory.</p>
<p>In the body section of that template, we suggest you place the following function calls:</p>
<blockquote><p>
							&lt;h2&gt;&lt;a href=&#8221;&lt;?php masterwish_list_url($_GET['list_id']); ?&gt;&#8221;&gt;&lt;?php masterwish_list_title($_GET['list_id']); ?&gt;&lt;/a&gt;&lt;/h2&gt;<br />
							&lt;strong&gt;My Lists&lt;/strong&gt;: &lt;?php masterwish_lists(&#8221;,&#8217;[','] &#8216;); ?&gt;&lt;br/&gt;&lt;br/&gt;<br />
							&lt;?php masterwish_get_list(); ?&gt;
						</p></blockquote>
</td>
</tr>
<tr>
<td style="background-color: #cccccc;border:1px solid #666666;font-size:15px;font-weight:bold;" valign="top">
						7.
					</td>
<td style="border-bottom:1px dotted #666666;font-size:12px;" valign="top">
						<a href="http://codex.wordpress.org/Write_Page_SubPanel">Create a new Page</a> in WordPress and set its template to the template you just created in the previous step!
					</td>
</tr>
</table>
<p>
			<strong>MasterWish Plugin Functions:</strong></p>
<ul>
<li><strong>masterwish_get_list</strong><br />
<blockquote><p>retrieves items from a list</p></blockquote>
<p>					Usage:</p>
<pre>masterwish_get_list({<span class="highlight">list_id</span>},{<span class="highlight">display_images</span>},{<span class="highlight">maxresults</span>},{<span class="highlight">random</span>});</pre>
<p>					<span class="highlight">list_id</span> is the wishlist id number that is being browsed.  Leaving this with a blank string &#8221; pulls the default list set in the MasterWish Plugin&#8217;s options tab.<br />
					<span class="highlight">display_images</span> specifies whether the item images are displayed.  Default is false.  Available options: (true/false).<br />
					<span class="highlight">maxresults</span> is the maximum number of items you want displayed in a given list.  Setting this value to 0 displays all items in a list.<br />
					<span class="highlight">random</span> shuffles your item list around.</p>
</li>
<li><strong>masterwish_list_title</strong><br />
<blockquote><p>retrieves the current list title</p></blockquote>
<p>					Usage:</p>
<pre>masterwish_list_title({<span class="highlight">list_id</span>},{<span class="highlight">return</span>},{<span class="highlight">before</span>},{<span class="highlight">after</span>});</pre>
<p>					<span class="highlight">list_id</span> is the wishlist id number that is being browsed.  Leaving this with a blank string &#8221; pulls the default list set in the MasterWish Plugin&#8217;s options tab.<br />
					<span class="highlight">return</span> specifies whether you want the title returned or echoed.  Default value is false, available options (true/false).<br />
					<span class="highlight">before</span> is what you want prepended to the wishlist title.<br />
					<span class="highlight">after</span> is what you want appended to the wishlist title.</p>
</li>
<li><strong>masterwish_list_url</strong><br />
<blockquote><p>retrieves the current list url</p></blockquote>
<p>					Usage:</p>
<pre>masterwish_list_url({<span class="highlight">list_id</span>},{<span class="highlight">return</span>});</pre>
<p>					<span class="highlight">list_id</span> is the wishlist id number that is being browsed.  Leaving this with a blank string &#8221; pulls the default list set in the MasterWish Plugin&#8217;s options tab.<br />
					<span class="highlight">return</span> specifies whether you want the title returned or printed on the screen.  Default value is false, available options (true/false).</p>
</li>
<li><strong>masterwish_lists</strong><br />
<blockquote><p>retrieves the user&#8217;s publicly viewable lists</p></blockquote>
<p>					Usage:</p>
<pre>masterwish_lists({<span class="highlight">list_id</span>},{<span class="highlight">before</span>},{<span class="highlight">after</span>},{<span class="highlight">return</span>});</pre>
<p>					<span class="highlight">list_id</span> is the wishlist id number that is being browsed.  Leaving this with a blank string &#8221; pulls the default list set in the MasterWish Plugin&#8217;s options tab.<br />
					<span class="highlight">before</span> is what you want prepended to each wishlist title.<br />
					<span class="highlight">after</span> is what you want appended to each wishlist title.</p>
<p>					<span class="highlight">return</span> specifies whether you want the lists returned or printed on the screen.  Default value is false, available options (true/false).</p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://borkweb.com/story/masterwish-wordpress-plugin/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>MasterWish Enters the Web 2.0 World</title>
		<link>http://borkweb.com/story/masterwish-enters-the-web-20-world</link>
		<comments>http://borkweb.com/story/masterwish-enters-the-web-20-world#comments</comments>
		<pubDate>Thu, 10 Nov 2005 03:46:08 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Random News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[birthday list]]></category>
		<category><![CDATA[christmas list]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[collaborative list]]></category>
		<category><![CDATA[gifts]]></category>
		<category><![CDATA[jon emmons]]></category>
		<category><![CDATA[master wish]]></category>
		<category><![CDATA[MasterWish]]></category>
		<category><![CDATA[matt batchelder]]></category>
		<category><![CDATA[matthew batchelder]]></category>
		<category><![CDATA[presents]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web2]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[wedding registry]]></category>
		<category><![CDATA[wish list]]></category>
		<category><![CDATA[wishlist]]></category>
		<category><![CDATA[zachary tirrell]]></category>

		<guid isPermaLink="false">http://www.borkweb.com/?p=98</guid>
		<description><![CDATA[MasterWish has been my labor of love for the past 6 months. The site &#8211; create by Zachary Tirrell, Jon Emmons, and myself &#8211; was opened to the public (in beta mode) in the middle of September. Over the past month, we&#8217;ve been pretty excited about the whole Web 2.0 craze. The initial release was [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.masterwish.com"><img src="http://www.borkweb.com/wp-content/upload/masterwish.gif" class="post_image" align="left" border="0"/></a> <a href="http://www.masterwish.com">MasterWish</a> has been my labor of love for the past 6 months.  The site &#8211; create by <a href="http://www.nosheep.net">Zachary Tirrell</a>, <a href="http://www.lifeaftercoffee.com">Jon Emmons</a>, and myself &#8211; was opened to the public (in beta mode) in the middle of September.  </p>
<p>Over the past month, we&#8217;ve been pretty excited about the whole <a href="http://en.wikipedia.org/wiki/Web_2.0">Web 2.0</a> craze.  The <a href="http://www.borkweb.com/story/masterwish">initial release</a> was fairly solid but it lacked a few key elements to make it a 2.0 application.  The three of us have wanted to bring MasterWish fully into the Web 2.0 world, so with a great deal of planning and even more coding, I am comfortable to say that MasterWish is now a fairly solid Web 2.0 application.</p>
<p>MasterWish has:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Folksonomy">Folksonomy</a> Features (<strong>tagging</strong>)</li>
<li>Easy item adds via a <strong><a href="http://en.wikipedia.org/wiki/Favelet">Favelet</a></strong></li>
<li><strong><a href="http://en.wikipedia.org/wiki/AJAX">Ajax</a></strong> for quick and easy assignments of items to lists, buddies to groups, buddies to your buddy list, copying items from other people, etc.</li>
<li><strong>Buddies/Contacts</strong></li>
<li><strong>Group-Level access</strong> to Categorized Wish Lists</li>
<li><strong>Fine-grained access control</strong> on <em>your</em> user information (so you can distribute information to people on a case by case basis).  Here are some things you can distribute to other users:
<ul>
<li>Real Name</li>
<li>Address</li>
<li>E-mail</li>
<li>Many clothing sizes (shirt, bra, inseam, ring, head, etc)</li>
<li>Color Preference</li>
<li>etc.</li>
</ul>
</li>
</ul>
<p>Currently we are working on a very sweet feature to allow for <strong>collaborative lists</strong>.  This will make wedding registries a LOT easier and my office at <a href="http://www.plymouth.edu">Plymouth State</a> (which currently uses MasterWish for book orders) will be able to create an office wishlist and allow multiple users to contribute.</p>
<p>Christmas is coming around the corner, so if you haven&#8217;t checked it out for your wishlist needs, you should do so.  You definately won&#8217;t regret it&#8230;and your family will thank you for it!</p>
]]></content:encoded>
			<wfw:commentRss>http://borkweb.com/story/masterwish-enters-the-web-20-world/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

