<?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>Dunamis Design Net &#187; WordPress</title>
	<atom:link href="http://dunamisdesign.net/archives/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://dunamisdesign.net</link>
	<description>Our work, forums, and play.</description>
	<lastBuildDate>Sat, 12 Jun 2010 08:22:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress Cart</title>
		<link>http://dunamisdesign.net/archives/8</link>
		<comments>http://dunamisdesign.net/archives/8#comments</comments>
		<pubDate>Mon, 04 Dec 2006 14:00:15 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dunamisdesign.net/?p=8</guid>
		<description><![CDATA[New Version available that support 2.0.5! This is a beta version of a Shopping Cart for WordPress. It was built as a collaboration with David Merwin at Pure Blue for Anderson Group International. This shopping cart was designed as a quote order system. It does not contain any inventory tracking. You simply make a post [...]]]></description>
			<content:encoded><![CDATA[<p>New Version available that support 2.0.5!<br />
This is a beta version of a Shopping Cart for WordPress.  It was built as a collaboration with <a href="http://madeblue.com">David Merwin at Pure Blue</a> for Anderson Group International.<br />
<span id="more-8"></span></p>
<p>This shopping cart was designed as a quote order system. It does not contain any inventory tracking. You simply make a post a part in the post edit screen.</p>
<p><strong>Features:</strong></p>
<ul>
<li>Quote System</li>
<li>Buy Now System</li>
<li>Beta Downloadable product System</li>
<li>Email Order Confirmations</li>
<li>Using posts as sale items</li>
<li>Item can have comments on them</li>
<li>Unique emails at every step</li>
<li>Highlight order that have not move in a set number of days</li>
<li>Can be used for call in orders.</li>
<li>Credit card processing with two available modules.</li>
</ul>
<p>The downable file contains:</p>
<ul>
<li>The shopcart plugin</li>
<li>A theme that has all of the file needed to run the shopping cart.</li>
<li>readme.txt</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li>Version 0.9.0 <small><a href="http://dunamisdesign.net/?ddn_id=wpcart-0.9.0.tar.gz">wpcart-0.9.0.tar.gz</a> </small>(Inital Public Beta)</li>
<li>Version 0.9.1 <small><a href="http://dunamisdesign.net/?ddn_id=wpcart-0.9.1.tar.gz">wpcart-0.9.1.tar.gz</a></small></li>
<li>Version 0.9.6 <small><a href="http://dunamisdesign.net/?ddn_id=wpcart-0.9.6.tar.gz">wpcart-0.9.6.tar.gz</a></small></li>
</ul>
<p><strong>Download</strong></p>
<li>Authorize.Net <small><a href="">To be released shortly</a></small></li>
<li>Paypal Pro      <small><a href="">To be released shortly</a></small></li>
<ul>
</ul>
<p><strong>Install</strong></p>
<ol>
<li>You can extract the tar file into the wp-contents directory. This will put the plugin into the plugins directory and the theme WPC into the themes directory.</li>
<li>Next login to the admin of your site and enable the shopping cart plugin.</li>
<li>Set your theme to the WPC theme.</li>
<li>Edit any options that you need to change in under the Cart | Options Page.</li>
</ol>
<p><strong>ToDo</strong></p>
<ul>
<li>Better split login from display code</li>
<li>PHPDoc the code</li>
<li>Clean up the options page</li>
<li>Better documentation</li>
<li>Make the Acting As a filter call.</li>
<li>Admin Panel that controls feature set not just cart processing</li>
<li>Move extra post data to post meta.</li>
<li>Move extra user data into user meta (version 2 &#8211; only)</li>
<li>Setup module system (using WP modules system?)</li>
<li>Add Shipping modules</li>
<li>Add Inventory Control</li>
</ul>
<p><strong>SVN Access</strong></p>
<ul>
<li>Access current SVN version: <br /><code>svn export http://svn.wp-plugins.org/wpcart/trunk/</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dunamisdesign.net/archives/8/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Future Post Plugin for Word Press</title>
		<link>http://dunamisdesign.net/archives/11</link>
		<comments>http://dunamisdesign.net/archives/11#comments</comments>
		<pubDate>Thu, 06 Apr 2006 16:11:52 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dunamisdesign.net/?p=11</guid>
		<description><![CDATA[This is a modified version of View Future Post plugin orginally developed by Michael Moncur at figby.com. It allows you to show future posts in WP 1.5.2. It can work in WP2 with alittle extra work. The main modifications that I have made was to add an options screen for easy install and changes to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a modified version of View Future Post plugin orginally developed by <a href="http://www.michaelmoncur.com/">Michael Moncur</a> at  <a href="http://www.figby.com/archives/2005/04/12/wordpress-15-plug-in-view-future-posts/">figby.com.</a> It allows you to show future posts in WP 1.5.2.  It can work in WP2 with alittle extra work.<br />
<span id="more-11"></span></p>
<p>The main modifications that I have made was to add an options screen for easy install and changes to the setup. I tried to made it work with version 2 of WordPress, but WP2 has done something annoying. In order to get it to work with WP2 you need to comment out the following lines in wp-includes/classes.php</p>
<blockquote><p>if (mysql2date(&#8216;U&#8217;, $this->posts[0]->post_date_gmt) > mysql2date(&#8216;U&#8217;, $now)) { //it&#8217;s fu //$this->is_preview = true;<br />
//if (!current_user_can(&#8216;edit_post&#8217;, $this->posts[0]->ID)) {<br />
//      $this->posts = array ( );<br />
//}<br />
}</p></blockquote>
<p>I am still looking to see if I can by pass this with a hook.  This code really should be does as part of the sql statement.</p>
<p><strong>Tested on:</strong></p>
<ul>
<li>1.5.2</li>
<li>2.0.2 (with classes.php edit)</li>
</ul>
<p><strong>Download</strong></p>
<ul>
<li>MPC Version 0.8.0 <a href="http://dunamisdesign.net/?ddn_id=futureposts-mpc-0.8.0.tar.gz">futureposts-mpc-0.8.0.tar.gz</a></li>
</ul>
<p><strong>Installation</strong></p>
<ol>
<li>Uncompress plugin into the plugins folder</li>
<li>Activate the plugin</li>
<li>Set your options</li>
<li>For WP2 &#8212; Edit classess.php</li>
</ol>
<p><strong>Todo</strong></p>
<ul>
<li>Find hook for WP2 so edit does not have to be made</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dunamisdesign.net/archives/11/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>AJAX Calendar for WordPress</title>
		<link>http://dunamisdesign.net/archives/7</link>
		<comments>http://dunamisdesign.net/archives/7#comments</comments>
		<pubDate>Thu, 09 Mar 2006 15:00:12 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programs]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dunamisdesign.net/?p=7</guid>
		<description><![CDATA[This is a new plugin for WordPress. It dynanically replaces the standard calendar to an AJAX based one. There are many options that can be set inside the the WordPress Options page. I apologize for the bad links. They are getting fixed across the site now. Thanks. I took a look at the Live Calendar [...]]]></description>
			<content:encoded><![CDATA[<p>This is a new plugin for WordPress. It dynanically replaces the standard calendar to an AJAX based one. There are many options that can be set inside the the WordPress Options page.<span id="more-7"></span><br />
I apologize for the bad links.  They are getting fixed across the site now.  Thanks.</p>
<p>I took a look at the Live Calendar plugin and completly rewritten it to use a more modular system.  AJAXCalendar now uses the <a href="http://prototype.conio.net/">prototype.js</a> library for it&#8217;s AJAX routines and a slightly modified <a href="http://www.micronetwork.de/activecalendar/">Active Calendar</a> for the calendar routines.  The systems is fully CSS-able though it does not conform to the current WordPress calendar CSS.</p>
<p><strong>Tested on:</strong></p>
<ul>
<li>1.5.2</li>
<li>2.0.1</li>
</ul>
<p><strong>Download the Program:</strong></p>
<ul>
<li>Version 0.8.1 Lost</li>
<li>Version 0.8.2 Not Released</li>
<li>Version 0.8.3 Lost</li>
<li>Version 0.8.6 <a href="http://dunamisdesign.net/?ddn_id=ajaxcalendar-0.8.6.tar.gz">ajaxcalendar-0.8.6.tar.gz</a></li>
</ul>
<p><strong>Installation (Please see the readme.txt file for the most current information) :</strong></p>
<ol>
<li>Uncompress ajaxcalendar-#.#.#.tar.gz into your wp-content/plugins folder.</li>
<li>Activate the plugin in the Plugin Management section of your WordPress install.</li>
<li>Make sure you have the following where you want the calendar to be displayed (e.g.: your theme&#8217;s index.php/home.php). For the admin side of the side, the plugin will try to automatically insert the div for you in the Lastest Activity Box. You can also disable the auto insert and hack wp-admin/index.php and insert the same code in there. NOTE: it is the div tag that makes the system work. The call to get calendar is only there to be a fallback in case the AJAX does not work.
<pre>&lt;div id="calendar"&gt;
&lt;?php get_calendar(); ?&gt;
&lt;/div&gt;</pre>
</li>
<li>Check you options on the Options | AjaxCal page.</li>
<li>All Done</li>
</ol>
<p><strong>Todo:</strong></p>
<ul>
<li>Add in the alt/text tags the title of the posts or some type of drop down.</li>
<li>Use WP calendar CSS tags</li>
<li>Use WP start of week option</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dunamisdesign.net/archives/7/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Word Press Setup</title>
		<link>http://dunamisdesign.net/archives/2</link>
		<comments>http://dunamisdesign.net/archives/2#comments</comments>
		<pubDate>Mon, 12 Dec 2005 21:34:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dunamisdesign.net/?p=2</guid>
		<description><![CDATA[This is a collection of notes, so other can know how I setup this site. This site has been setup using the following: Insert page &#8211; I have used this to setup static text areas on my home page as WordPress Pages Secure Files &#8211; I am using this plugin to deal with the file [...]]]></description>
			<content:encoded><![CDATA[<p>This is a collection of notes, so other can know how I setup this site.<br />
<span id="more-2"></span><br />
This site has been setup using the following:</p>
<ul>
<li>Insert page  &#8211; I have used this to setup static text areas on my home page as WordPress Pages</li>
<li>Secure Files &#8211; I am using this plugin to deal with the file storage of releasing files.  This allows me to keep the files outside of the executable area of the rest of the site.</li>
<li>Theme &#8211; ??????</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dunamisdesign.net/archives/2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
