<?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>Jeffikus &#187; prototype</title>
	<atom:link href="http://www.jeffikus.com/category/prototype/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffikus.com</link>
	<description>A Voice Crying in the WordPress Wilderness</description>
	<lastBuildDate>Wed, 08 Sep 2010 09:31:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to Domain Map with WordPress Mu</title>
		<link>http://www.jeffikus.com/2009/11/12/how-to-domain-map-with-wordpress-mu/</link>
		<comments>http://www.jeffikus.com/2009/11/12/how-to-domain-map-with-wordpress-mu/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:59:25 +0000</pubDate>
		<dc:creator>jeffikus</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://www.jeffikus.com/?p=25</guid>
		<description><![CDATA[So recently I had to implement 2 sets of sites using WordPress Mu (multi-user) and one of the requirements (for both sites) was to be able to domain map the sub-sites, much like you can do on WordPress.com for a fee.  So I went about prototyping this and managed to get it working! 

So I thought I would share my joy with a quick guide, because it was great to see it actually work!

What do you need...]]></description>
			<content:encoded><![CDATA[<p>So recently I had to implement 2 sets of sites using WordPress Mu (multi-user) and one of the requirements (for both sites) was to be able to domain map the sub-sites, much like you can do on WordPress.com for a fee.  So I went about prototyping this and managed to get it working! </p>
<p>So I thought I would share my joy with a quick guide, because it was great to see it actually work!</p>
<p>What do you need&#8230;<span id="more-25"></span><br />
<!--JavaScript Tag // Tag for network 972: Afrigator // Website: http://jeffikus.com/ // Page: ROS // Placement: ROS-top-468 x 60 (2791965) // created at: Jul 20, 2010 4:46:08 PM--><br />
<script language="javascript"><!--
document.write('<scr'+'ipt language="javascript1.1" src="http://adserver.adtech.de/addyn/3.0/972/2791965/0/1/ADTECH;loc=100;target=_blank;grp=[group];misc='+new Date().getTime()+'"></scri'+'pt>');
//-->
</script><noscript><a href="http://adserver.adtech.de/adlink/3.0/972/2791965/0/1/ADTECH;loc=300;grp=[group]" target="_blank"><img src="http://adserver.adtech.de/adserv/3.0/972/2791965/0/1/ADTECH;loc=300;grp=[group]" border="0" width="468" height="60"></a></noscript><br />
<!-- End of JavaScript Tag --><br />
<strong>Requirements:</strong></p>
<ul>
<li><a href="http://mu.wordpress.org"><strong>WordPress Mu</strong></a> &#8211; if you dont know how to install it &#8211; check out <a href="http://twitter.com/pollyplummer"><strong>Sarah Gooding&#8217;s</strong></a> <a href="http://wpmu.org/super-easy-10-step-wordpress-mu-installation-guide-and-screencast/">great <strong>tutorial here</strong></a></li>
<li><a href="http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/"><strong>Domain Mapping Plugin</strong></a></li>
<li>Access to the WordPress Mu install files on your hosting via FTP or File Manager (whatever,a s long as you can edit the code!)</li>
<li>A hosting provider that is willing to make apache changes &#8211; critical to success &#8211; I had the privilege of working with <a href="http://www.rsaweb.co.za"><strong>RSAWEB</strong></a> on these projects but also confirmed with <a href="http://www.serv.co.za"><strong>Serve Hosting</strong></a> that they can do it as well (although I havent tried it with them yet).</li>
</ul>
<p><strong>Just tell me how already!</strong></p>
<ul>
<li>Install WordPress Mu</li>
<li>Make sure Subdomains have been chosen as the blog option during install &#8211; needs wildcard DNS for this</li>
<li>Download and extract the WordPress Domain Mapping Plugin</li>
<li>Upload the sunrise.php file into your wp-content folder</li>
<li>Upload the domain_mapping.php file into your wp-content/mu-plugins folder</li>
<li>Now&#8230;edit your wp-config.php file in the document root of your site</li>
<li>Find the line that says <code>define( 'SUNRISE', 'on' );</code> and uncomment it &#8211; add it if it isnt in the file</li>
<li>Dont forget to save your edited wp-config.php file</li>
<li>Activate the Domain Mapping Plugin on the main WordPress Mu site backend</li>
<li>Go to the Domain Mapping Plugin section in the main site backend</li>
<li>Enter the IP for the main site in the Server IP Address field as example below</li>
<li><img src="http://www.jeffikus.com/wp-content/uploads/2009/11/domain-mapping-1.PNG" alt="domain mapping 1" title="domain mapping 1" width="330" height="42" class="alignnone size-full wp-image-176" /></li>
<li>If you dont know how to get the IP &#8211; you can ping the domain by going into the command prompt (if you&#8217;re working in windows) and type &#8220;ping mydomain.com&#8221;</li>
<li>Now go to the sub blog backend that you want to domain map</li>
<li>Activate the Domain Mapping Plugin</li>
<li>Go to the Domain Mapping Plugin section in the sub blog backend</li>
<li>Enter the domain that you want to map to the sub blog in the Add new domain field until it appears under the Active domains on this blog</li>
<li><img src="http://www.jeffikus.com/wp-content/uploads/2009/11/domain-mapping-2.PNG" alt="domain mapping 2" title="domain mapping 2" width="303" height="193" class="alignnone size-full wp-image-175" /></li>
<li>Now &#8211; you need to notify your hosting provider that they need to get Apache to catch the domain and point it at the same document root of the main site domain &#8211; ie the document root of your WordPress Mu install</li>
<li>Usually this involves them doing one of 2 things &#8211; editing the vhost and/or editing the A records/CNAME records &#8211; they &#8216;should&#8217; know what to do though</li>
<li>Once the above has been done, all should be working great and you can view your sub blog at the new domain just like a regular WordPress site but on one code base!</li>
</ul>
<p><strong>Warning </strong>: Things can go pear shaped very quickly if you are not careful &#8211; the first time I did this I almost broke the entire install &#8211; not good if you are doing client work on a live site &#8211; don&#8217;t go editing database records; you can get it done that way but I don&#8217;t recommend it because your upgrading functionality becomes obsolete.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffikus.com/2009/11/12/how-to-domain-map-with-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress JQuery Accordion</title>
		<link>http://www.jeffikus.com/2009/10/17/wordpress-jquery-accordion/</link>
		<comments>http://www.jeffikus.com/2009/10/17/wordpress-jquery-accordion/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 21:11:23 +0000</pubDate>
		<dc:creator>jeffikus</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[accordian]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.jeffikus.com/?p=81</guid>
		<description><![CDATA[So I&#8217;ve been tinkering with JQuery this weekend and have built a function for WordPress to display a JQuery accordion of a certain number of posts from a certain category &#8211; Title and Excerpt details. It also can be used across both pages and posts using a shortcode. Update &#8211; I have built a WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been tinkering with <a href="http://jquery.com/">JQuery </a>this weekend and have built a function for <a href="http://wordpress.org">WordPress </a>to display a JQuery accordion of a certain number of posts from a certain category &#8211; Title and Excerpt details.<br />
It also can be used across both pages and posts using a shortcode.<br />
<strong>Update</strong> &#8211; I have built a WordPress plugin to run this function and shortcode, and have created <a href="http://www.jeffikus.com/downloads/wordpress-jquery-accordion-plugin/">its own page here for download</a> and instructions.<br />
<!--JavaScript Tag // Tag for network 972: Afrigator // Website: http://jeffikus.com/ // Page: ROS // Placement: ROS-top-468 x 60 (2791965) // created at: Jul 20, 2010 4:46:08 PM--><br />
<script language="javascript"><!--
document.write('<scr'+'ipt language="javascript1.1" src="http://adserver.adtech.de/addyn/3.0/972/2791965/0/1/ADTECH;loc=100;target=_blank;grp=[group];misc='+new Date().getTime()+'"></scri'+'pt>');
//-->
</script><noscript><a href="http://adserver.adtech.de/adlink/3.0/972/2791965/0/1/ADTECH;loc=300;grp=[group]" target="_blank"><img src="http://adserver.adtech.de/adserv/3.0/972/2791965/0/1/ADTECH;loc=300;grp=[group]" border="0" width="468" height="60"></a></noscript><br />
<!-- End of JavaScript Tag --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffikus.com/2009/10/17/wordpress-jquery-accordion/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
