<?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>Designparc &#187; Website design</title>
	<atom:link href="http://designparc.com/tag/website-design/feed" rel="self" type="application/rss+xml" />
	<link>http://designparc.com</link>
	<description>Logo design, WordPress customization, Website design, Search engine optimization</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:30:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Website Design &#8211; Zen Cart Ecommerce Integration &#8211; HolidayHope.net</title>
		<link>http://designparc.com/1311</link>
		<comments>http://designparc.com/1311#comments</comments>
		<pubDate>Fri, 18 Dec 2009 00:28:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce shopping cart]]></category>
		<category><![CDATA[Website design]]></category>
		<category><![CDATA[Zen Cart Shopping Cart]]></category>
		<category><![CDATA[Ecommerce Integration]]></category>
		<category><![CDATA[Zen Cart shopping cart]]></category>

		<guid isPermaLink="false">http://designparc.com/?p=1311</guid>
		<description><![CDATA[Zen Cart ecommerce integration and design &#8220;skinning&#8221; by Designparc. Website design by Joshua Estes. Project management, including merchant account and product fulfillment integration by Designparc. Zen Cart product orders/shipping export modification by Joshua Estes.]]></description>
			<content:encoded><![CDATA[<p>Zen Cart ecommerce integration and design &#8220;skinning&#8221; by Designparc. Website design by Joshua Estes.</p>
<p><a href="http://holidayhope.net/" target="_blank"><img class="alignnone size-medium wp-image-1312" style="border: 1px solid black;" title="Zen Cart ecommerce integration Website design - HolidayHope.net" src="http://designparc.com/wp-content/uploads/website_holidayhope-300x153.jpg" alt="Zen Cart ecommerce integration Website design - HolidayHope.net" width="300" height="153" /></a></p>
<p>Project management, including merchant account and product fulfillment integration by Designparc. Zen Cart product orders/shipping export modification by Joshua Estes.</p>
]]></content:encoded>
			<wfw:commentRss>http://designparc.com/1311/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tutorial &#8211; Remove the Word &#8220;Protected:&#8221; from Title Text of Password-protected Pages</title>
		<link>http://designparc.com/1022</link>
		<comments>http://designparc.com/1022#comments</comments>
		<pubDate>Mon, 13 Jul 2009 23:29:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress tutorial]]></category>

		<guid isPermaLink="false">http://www.reidwalley.com/wordpress/?p=1022</guid>
		<description><![CDATA[Remove the word &#8220;Protected:&#8221; from title text of password-protected pages. Big thanks to t31os on the WordPress forums. Check out t31os&#8217;s site for more WordPress tips. The following filter function code is placed in the functions.php file, this way it doesn&#8217;t accidentally get replaced when WordPress is upgraded. &#60;?php function the_title_trim($title) { $pattern[0] = &#8216;/Protected:/&#8217;; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Remove the word &#8220;Protected:&#8221; from title text of password-protected pages.</strong></p>
<p>Big thanks to<a title="Remove Protected text from title of password-protected pages" href="http://wordpress.org/support/topic/257930#post-1048462" target="_blank"> t31os on the WordPress forums</a>. Check out <a title="t31os WordPress tips" href="http://www.t31os.co.uk/" target="_blank">t31os&#8217;s site for more WordPress tips</a>.</p>
<p>The following filter function code is placed in the functions.php file, this way it doesn&#8217;t accidentally get replaced when WordPress is upgraded.</p>
<p>&lt;?php<br />
function the_title_trim($title)<br />
{<br />
$pattern[0] = &#8216;/Protected:/&#8217;;<br />
$pattern[1] = &#8216;/Private:/&#8217;;<br />
$replacement[0] = &#8221;; // Enter some text to put in place of Protected:<br />
$replacement[1] = &#8221;; // Enter some text to put in place of Private:</p>
<p>return preg_replace($pattern, $replacement, $title);<br />
}<br />
add_filter(&#8216;the_title&#8217;, &#8216;the_title_trim&#8217;);<br />
?&gt;</p>
<p>NOTE: I had to remove the *&lt;?php* and *?&gt;* tags from the above code and place the function code inside my existing *&lt;?php* and *?&gt;* tags that were already in my functions.php file. Otherwise, it messed up my <a title="Multi-level Navigation for WordPress" href="http://pixopoint.com/multi-level-navigation/" target="_blank">Multi-level Navigation Plugin for WordPress</a> (which I&#8217;m a big fan of).</p>
<p>WordPress version: 2.8.1 RC1</p>
]]></content:encoded>
			<wfw:commentRss>http://designparc.com/1022/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Magento Ecommerce &#8211; Create New CMS Page &amp; Add Link in Top Menu Along with Category Links</title>
		<link>http://designparc.com/353</link>
		<comments>http://designparc.com/353#comments</comments>
		<pubDate>Tue, 04 Nov 2008 02:49:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce shopping cart]]></category>
		<category><![CDATA[Magento ecommerce]]></category>
		<category><![CDATA[Magento tutorial]]></category>
		<category><![CDATA[Website design]]></category>
		<category><![CDATA[Add new CMS page to Magento]]></category>
		<category><![CDATA[Magento Tutorial]]></category>

		<guid isPermaLink="false">http://www.reidwalley.com/wordpress-2.6.2/?p=353</guid>
		<description><![CDATA[Magento Ecommerce: Create a new CMS page and have the link to it show up in the menu alongside the category links. Brick House Bakery project: adding the Survey page link to the top navigation bar, alongside the existing category links. 1. Create a new CMS page, titled Survey, in Magento&#8217;s admin (Admin &#62; CMS [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Magento Shopping Cart E-commerce Open Source" href="http://www.magentocommerce.com/" target="_blank">Magento Ecommerce</a>: Create a new CMS page and have the link to it show up in the menu alongside the category links.</p>
<p><a title="Brick House Bakery - Chris Tisdale" href="http://www.brickhousebakery.com/" target="_blank">Brick House Bakery</a> project: adding the Survey page link to the top navigation bar, alongside the existing category links.</p>
<p>1. Create a new CMS page, titled Survey, in Magento&#8217;s admin (Admin &gt; CMS &gt; Manage Pages &gt; Add New Page)</p>
<p>This is our newly-created page&#8217;s path: <a title="Brick House Bakery Survey - Chris Tisdale" href="http://www.brickhousebakery.com/survey/" target="_blank">http://www.brickhousebakery.com/survey</a></p>
<p>2. Add &#8220;Survey&#8221; link as a line-item (&lt;li&gt;) to the top menu (root &gt; magento &gt; app &gt; design &gt; frontend &gt; default &gt; default &gt; template &gt; catalog &gt; navigation &gt; top.phtml)</p>
<p>top.phtml file:</p>
<p>&lt;?php<br />
/**<br />
* Magento<br />
*<br />
* NOTICE OF LICENSE<br />
*<br />
* This source file is subject to the Open Software License (OSL 3.0)<br />
* that is bundled with this package in the file LICENSE.txt.<br />
* It is also available through the world-wide-web at this URL:<br />
* http://opensource.org/licenses/osl-3.0.php<br />
* If you did not receive a copy of the license and are unable to<br />
* obtain it through the world-wide-web, please send an email<br />
* to license@magentocommerce.com so we can send you a copy immediately.<br />
*<br />
* @category   design_default<br />
* @package    Mage<br />
* @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)<br />
* @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)<br />
*/<br />
?&gt;<br />
&lt;?php<br />
/**<br />
* Top menu for store<br />
*<br />
* @see Mage_Catalog_Block_Navigation<br />
*/<br />
?&gt;<br />
&lt;div class=&#8221;header-nav-container&#8221;&gt;<br />
&lt;div class=&#8221;header-nav&#8221;&gt;<br />
&lt;h4 class=&#8221;no-display&#8221;&gt;&lt;?php echo $this-&gt;__(&#8216;Category Navigation:&#8217;) ?&gt;&lt;/h4&gt;<br />
&lt;ul id=&#8221;nav&#8221;&gt;<br />
&lt;?php foreach ($this-&gt;getStoreCategories() as $_category): ?&gt;<br />
&lt;?php echo $this-&gt;drawItem($_category) ?&gt;<br />
&lt;?php endforeach ?&gt;<br />
&lt;!&#8211; bof &#8211; added line-item so survey link will appear in the navigation alongside the existing category links &#8211;&gt;<br />
<strong>&lt;li&gt;&lt;a href=&#8221;http://www.brickhousebakery.com/survey/&#8221;&gt;Survey&lt;/a&gt;&lt;/li&gt;</strong><br />
&lt;!&#8211; eof &#8211; added line-item so survey link will appear in the navigation alongside the existing category links &#8211;&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
&lt;?php echo $this-&gt;getChildHtml(&#8216;topLeftLinks&#8217;) ?&gt;<br />
&lt;/div&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://designparc.com/353/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Magento Ecommerce &#8211; Removing index.php Text from URL</title>
		<link>http://designparc.com/229</link>
		<comments>http://designparc.com/229#comments</comments>
		<pubDate>Sun, 05 Oct 2008 06:44:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce shopping cart]]></category>
		<category><![CDATA[Magento ecommerce]]></category>
		<category><![CDATA[Magento tutorial]]></category>
		<category><![CDATA[Website design]]></category>
		<category><![CDATA[Magento Tutorial]]></category>
		<category><![CDATA[Removing index.php from URL]]></category>

		<guid isPermaLink="false">http://www.reidwalley.com/wordpress-2.6.2/?p=229</guid>
		<description><![CDATA[http://www.magentocommerce.com/boards/viewthread/4761/ Example: So instead of this: http://www.domain.com/INDEX.PHP/category I get this: http://www.domain.com/category]]></description>
			<content:encoded><![CDATA[<p><a title="Magento Ecommerce Shopping Cart - removing index.php text from URLs" href="http://www.magentocommerce.com/boards/viewthread/4761/" target="_blank">http://www.magentocommerce.com/boards/viewthread/4761/</a></p>
<p>Example:<br />
So instead of this: http://www.domain.com/<strong>INDEX.PHP</strong>/category<br />
I get this: http://www.domain.com/category</p>
]]></content:encoded>
			<wfw:commentRss>http://designparc.com/229/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
