<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Dynabytes - web design and development</title>
	
	<link>http://dynabytes.net</link>
	<description>We're a small website design business with over 10 years experience with open-source, web-based system design and programming.</description>
	<lastBuildDate>Thu, 19 Apr 2012 22:31:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Dynabytes" /><feedburner:info uri="dynabytes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><image><link>http://dynabytes.net</link><url>http://dynabytes.com/img/dynabytes_feedburner.gif</url><title>Dynabytes</title></image><feedburner:emailServiceId>Dynabytes</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Remove “Private” and “Protected” from WordPress titles</title>
		<link>http://feedproxy.google.com/~r/Dynabytes/~3/1R4nMe_EBJ8/</link>
		<comments>http://dynabytes.net/wordpress/remove-private-and-protected-from-wordpress-titles/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 22:30:22 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=53</guid>
		<description><![CDATA[Here&#8217;s some code I&#8217;ve dug up for removing the words &#8220;Private&#8221; and &#8220;Protected&#8221; from WordPress titles. These words are automatically prepended to the titles on private and password-protected posts and pages. //remove Private and Protected from post titles function my_private_title_format($text){ $text=&#039;%s&#039;; return $text; } add_filter(&#039;private_title_format&#039;,&#039;my_private_title_format&#039;); add_filter(&#039;protected_title_format&#039;,&#039;my_private_title_format&#039;);]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s some code I&#8217;ve dug up for removing the words &#8220;Private&#8221; and &#8220;Protected&#8221; from WordPress titles. These words are automatically prepended to the titles on private and password-protected posts and pages.<br />
<span id="more-53"></span><br />
<pre><code>
//remove Private and Protected from post titles
function my_private_title_format($text){
$text=&#039;%s&#039;;
return $text;
}
add_filter(&#039;private_title_format&#039;,&#039;my_private_title_format&#039;);
add_filter(&#039;protected_title_format&#039;,&#039;my_private_title_format&#039;);
</code></pre></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Dynabytes?a=1R4nMe_EBJ8:gkhN1o2cKLk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=1R4nMe_EBJ8:gkhN1o2cKLk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=1R4nMe_EBJ8:gkhN1o2cKLk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=1R4nMe_EBJ8:gkhN1o2cKLk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=1R4nMe_EBJ8:gkhN1o2cKLk:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=1R4nMe_EBJ8:gkhN1o2cKLk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=1R4nMe_EBJ8:gkhN1o2cKLk:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Dynabytes/~4/1R4nMe_EBJ8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/wordpress/remove-private-and-protected-from-wordpress-titles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dynabytes.net/wordpress/remove-private-and-protected-from-wordpress-titles/</feedburner:origLink></item>
		<item>
		<title>Using TimThumb with WordPress Post Thumbnails</title>
		<link>http://feedproxy.google.com/~r/Dynabytes/~3/OJzp0zJpB30/</link>
		<comments>http://dynabytes.net/wordpress/using-timthumb-with-wordpress-post-thumbnails/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 20:12:58 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=51</guid>
		<description><![CDATA[The WordPress post thumbnails functionality has become a basic necessity of theme coding, but it does have its limitations. Mainly you are stuck with the image sizes you specify in the Settings &#8211; Media tab. You can also specify your own image sizes, but clients undoubtedly want to change their image sizes over time or [...]]]></description>
				<content:encoded><![CDATA[<p>The WordPress <a href="http://codex.wordpress.org/Post_Thumbnails">post thumbnails</a> functionality has become a basic necessity of theme coding, but it does have its limitations. Mainly you are stuck with the image sizes you specify in the Settings &#8211; Media tab. You can also specify your own image sizes, but clients undoubtedly want to change their image sizes over time or within one website over and over and over and over&#8230;. So it makes sense to make use of the dynamic image resizing script <a href="http://code.google.com/p/timthumb/">TimThumb</a>. I use the following technique to grab the designated featured image post thumbnail from a post and then automatically resize it upon display. Works perfectly!<br />
<span id="more-51"></span><br />
<pre><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;?php
// check if the post has a featured image assigned to it.
if ( has_post_thumbnail() ) {
// get the src of the large size featured image
$src = wp_get_attachment_image_src( get_post_thumbnail_id($post-&gt;ID), &#039;large&#039; );
$thumbnailSrc = $src[0];
// output image resized with timthumb 
?&gt;
&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;
&lt;img src=&quot;&lt;?php bloginfo(&#039;template_directory&#039;); ?&gt;/scripts/timthumb.php?src=&lt;?php echo $thumbnailSrc; ?&gt;&amp;h=420&amp;w=482&quot; alt=&quot;&quot;&gt;
&lt;/a&gt;
&lt;?php } ?&gt;
</code></pre></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Dynabytes?a=OJzp0zJpB30:iOujDPWOL9o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=OJzp0zJpB30:iOujDPWOL9o:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=OJzp0zJpB30:iOujDPWOL9o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=OJzp0zJpB30:iOujDPWOL9o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=OJzp0zJpB30:iOujDPWOL9o:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=OJzp0zJpB30:iOujDPWOL9o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=OJzp0zJpB30:iOujDPWOL9o:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Dynabytes/~4/OJzp0zJpB30" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/wordpress/using-timthumb-with-wordpress-post-thumbnails/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://dynabytes.net/wordpress/using-timthumb-with-wordpress-post-thumbnails/</feedburner:origLink></item>
		<item>
		<title>Some recent business changes</title>
		<link>http://feedproxy.google.com/~r/Dynabytes/~3/H-Kg2rc2Iwk/</link>
		<comments>http://dynabytes.net/wordpress/some-recent-business-changes/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 18:56:22 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=50</guid>
		<description><![CDATA[It&#8217;s been over a year since I last posted. In this year we&#8217;ve welcomed a lot of new clients, and some clients have moved on for one reason or another. We&#8217;ve been keeping very busy though, to the point that we are looking into ways to manage our workload better. WordPress has continued to be [...]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been over a year since I last posted. In this year we&#8217;ve welcomed a lot of new clients, and some clients have moved on for one reason or another. We&#8217;ve been keeping very busy though, to the point that we are looking into ways to manage our workload better.</p>
<p><span id="more-50"></span></p>
<p>WordPress has continued to be a source of work for us. It has eclipsed our work with our own content management system for several reasons.</p>
<ul>
<li>It&#8217;s faster: WordPress requires less custom coding, and the custom coding required is easy and fast to develop.</li>
<li>It has a large community of developers: This allows us to troubleshoot problems easier, since any bug we run into has no doubt been dealt with by someone else.</li>
<li>Our third reason is closely related to the second reason: it is easy for our clients to transition from us to another WordPress developer if needed. We can also form a symbiotic relationship with another WordPress developer to serve our clients better.</li>
</ul>
<p>For the above reasons, we are slowly phasing out work custom content management system work in favor of WordPress.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Dynabytes?a=H-Kg2rc2Iwk:aVDOvR1Q-QU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=H-Kg2rc2Iwk:aVDOvR1Q-QU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=H-Kg2rc2Iwk:aVDOvR1Q-QU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=H-Kg2rc2Iwk:aVDOvR1Q-QU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=H-Kg2rc2Iwk:aVDOvR1Q-QU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=H-Kg2rc2Iwk:aVDOvR1Q-QU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=H-Kg2rc2Iwk:aVDOvR1Q-QU:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Dynabytes/~4/H-Kg2rc2Iwk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/wordpress/some-recent-business-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dynabytes.net/wordpress/some-recent-business-changes/</feedburner:origLink></item>
		<item>
		<title>WordPress “Delete Post Link”</title>
		<link>http://feedproxy.google.com/~r/Dynabytes/~3/b0khcMJfiWk/</link>
		<comments>http://dynabytes.net/wordpress/wordpress-delete-post-link/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 22:40:00 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=42</guid>
		<description><![CDATA[I recently had a client ask for a delete post link, like the WordPress edit post link template tag, for the user to delete posts when browsing the front-end of the site. He also wanted a pop-up confirmation box to appear before deleting the post. I saw variations on this function in several places, but [...]]]></description>
				<content:encoded><![CDATA[<p>I recently had a client ask for a delete post link, like the WordPress <a href="http://codex.wordpress.org/Function_Reference/edit_post_link">edit post link</a> template tag, for the user to delete posts when browsing the front-end of the site. He also wanted a pop-up confirmation box to appear before deleting the post. I saw variations on this function in several places, but never exactly what he asked for. <span id="more-42"></span>So here it is:</p>
<ul>
<li>a link to delete (or &#8220;trash&#8221;) a post from the front-end</li>
<li>shows only if the user is logged in and has the capability to delete that post</li>
<li>shows a confirmation pop-up box</li>
<li>if confirmed, post is trashed and page is refreshed</li>
</ul>
<p>The following goes in the theme&#8217;s functions.php file:</p>
<p><pre><code>function wp_delete_post_link($link = &#039;Trash This&#039;, $before = &#039;&#039;, $after = &#039;&#039;) {
&nbsp;&nbsp;&nbsp;&nbsp;global $post;
&nbsp;&nbsp;&nbsp;&nbsp;$post_type_object = get_post_type_object( $post-&gt;post_type );
&nbsp;&nbsp;&nbsp;&nbsp;if ( !current_user_can( $post_type_object-&gt;cap-&gt;delete_post, $post-&gt;ID ) )
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return;
&nbsp;&nbsp;&nbsp;&nbsp;$message = &quot;Are you sure you want to trash &quot;.get_the_title($post-&gt;ID).&quot; ?&quot;;
&nbsp;&nbsp;&nbsp;&nbsp;$delLink = wp_nonce_url( get_bloginfo(&#039;url&#039;) . &quot;/wp-admin/post.php?action=delete&amp;amp;post=&quot; . $post-&gt;ID, &#039;delete-post_&#039; . $post-&gt;ID);
&nbsp;&nbsp;&nbsp;&nbsp;$htmllink = &quot;&lt;a href=&#039;&quot; . $delLink . &quot;&#039; onclick = \&quot;if ( confirm(&#039;&quot;.$message.&quot;&#039; ) ) { execute(); return true; } return false;\&quot;/&gt;&quot;.$link.&quot;&lt;/a&gt;&quot;;
&nbsp;&nbsp;&nbsp;&nbsp;echo $before . $htmllink . $after;
}</code></pre></p>
<p>Then use the following template tag wherever you want it to appear in your theme.</p>
<p><code>&lt;?php wp_delete_post_link(&#039;(trash)&#039;, &#039;&lt;div class=&quot;post-edit&quot;&gt;&#039;, &#039;&lt;/div&gt;&#039;); ?&gt;</code></p>
<p>Some were asking about a url redirect for after the post is trashed. Try this to redirect to the home page:</p>
<p><pre><code>add_action(&#039;trashed_post&#039;,&#039;my_trashed_post_handler&#039;,10,1);
function my_trashed_post_handler($post_id) {
&nbsp;&nbsp; if (!is_admin()) {
&nbsp;&nbsp;&nbsp;&nbsp;global $post;
&nbsp;&nbsp;&nbsp;&nbsp;$user_info = get_userdata($post-&gt;post_author);
&nbsp;&nbsp;&nbsp;&nbsp;wp_redirect(get_option(&#039;siteurl&#039;));
&nbsp;&nbsp;&nbsp;&nbsp;exit;
&nbsp;&nbsp; }
}
</code></pre></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Dynabytes?a=b0khcMJfiWk:ChLQva2Ww1U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=b0khcMJfiWk:ChLQva2Ww1U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=b0khcMJfiWk:ChLQva2Ww1U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=b0khcMJfiWk:ChLQva2Ww1U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=b0khcMJfiWk:ChLQva2Ww1U:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=b0khcMJfiWk:ChLQva2Ww1U:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=b0khcMJfiWk:ChLQva2Ww1U:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Dynabytes/~4/b0khcMJfiWk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/wordpress/wordpress-delete-post-link/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		<feedburner:origLink>http://dynabytes.net/wordpress/wordpress-delete-post-link/</feedburner:origLink></item>
		<item>
		<title>WordPress Tip: Echo the current page number</title>
		<link>http://feedproxy.google.com/~r/Dynabytes/~3/PhI9GppFqoE/</link>
		<comments>http://dynabytes.net/wordpress/tips/wordpress-tip-echo-the-current-page-number/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 14:28:57 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=41</guid>
		<description><![CDATA[I&#8217;ve recently been working on a site with loads of data that all needed to be linked together by archive page number. So, for example, if you are browsing page 4 of &#8220;Category A&#8221; posts, you need to easily access links to page 4 of &#8220;Category B&#8221; posts. In order to dynamically create these page [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve recently been working on a site with loads of data that all needed to be linked together by archive page number. So, for example, if you are browsing page 4 of &#8220;Category A&#8221; posts, you need to easily access links to page 4 of &#8220;Category B&#8221; posts.<span id="more-41"></span></p>
<p>In order to dynamically create these page links, set the following variable within the loop in the archive template:<br />
<pre>$pageNumber = (get_query_var(&#039;paged&#039;)) ? get_query_var(&#039;paged&#039;) : 1;</pre><br />
Then I spurt it out when creating my links like so:<br />
<pre>&amp;lt;a href=&quot;http://example.com/category-b/page/&amp;lt;?php echo $pageNumber; ?&amp;gt;&quot;&amp;gt;Back to Category B&amp;lt;/a&amp;gt;</pre><br />
The $pageNumber variable will automatically get the page number of the category you are currently browsing, which will then be inserted in your link to go to the same page of the other category.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Dynabytes?a=PhI9GppFqoE:BpwlCO3mUo8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=PhI9GppFqoE:BpwlCO3mUo8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=PhI9GppFqoE:BpwlCO3mUo8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=PhI9GppFqoE:BpwlCO3mUo8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=PhI9GppFqoE:BpwlCO3mUo8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=PhI9GppFqoE:BpwlCO3mUo8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=PhI9GppFqoE:BpwlCO3mUo8:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Dynabytes/~4/PhI9GppFqoE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/wordpress/tips/wordpress-tip-echo-the-current-page-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dynabytes.net/wordpress/tips/wordpress-tip-echo-the-current-page-number/</feedburner:origLink></item>
		<item>
		<title>New work, plus thoughts on WordPress themes</title>
		<link>http://feedproxy.google.com/~r/Dynabytes/~3/izHlGwUxBOg/</link>
		<comments>http://dynabytes.net/wordpress/new-work-plus-thoughts-on-wordpress-themes/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 20:00:39 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Arras theme]]></category>
		<category><![CDATA[Mimbo]]></category>
		<category><![CDATA[Thesis]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=33</guid>
		<description><![CDATA[Since WordPress has been the bulk of our work lately, the three newest additions to our portfolio are WordPress. All three were built on existing themes, which gave me even more of a solid opinion about which themes I enjoy working with, and which are less enjoyable. The first site is The Green Road Show. [...]]]></description>
				<content:encoded><![CDATA[<p>Since WordPress has been the bulk of our work lately, the three newest additions to our portfolio are WordPress. All three were built on existing themes, which gave me even more of a solid opinion about which themes I enjoy working with, and which are less enjoyable.<span id="more-33"></span></p>
<p><a href="http://thegreenroadshow.com"><img class="alignleft size-full wp-image-34" title="The Green Road Show" src="http://dynabytes.net/wp-content/uploads/2010/04/grs.gif" alt="" hspace="4" width="262" height="200" align="left" /></a>The first site is <a href="http://thegreenroadshow.com">The Green Road Show</a>. The client had a banner already designed and said she wanted a simple WordPress site set up to go with it. I created a child theme from my trusty standby, <a href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/">Mimbo</a>,  which I&#8217;m loving more each time I use it (as well as each time I don&#8217;t).  It is so simple to modify and by default includes dropdown menus and post thumbnail generation. Clients are generally very happy with the results. I hardly ever use its built-in functions like the featured category posts on the home page. These could be useful if you aren&#8217;t going to get into the theme files and rearrange them, but I&#8217;ve never had a client have a use for them.</p>
<p>The next site we worked on was <a href="http://www.designlifeblog.com/">Design Life Blog</a>. The site already had a full design created in PSD, and the client had purchased the <a href="http://diythemes.com/thesis/">Thesis theme</a> from which to work. I previously had some experience working with Thesis and some other themes like it, like <a href="http://themehybrid.com/">Hybrid</a>. I wasn&#8217;t initially attracted to either of these themes because of the complexity involved in modifying them. Yes, there are many built-in functions that you or the client can manipulate without touching a line of code. That is the advantage. The disadvantage is that if you want to modify the theme beyond these built-in functions, you don&#8217;t simply go to the WordPress codex and follow the <a href="http://codex.wordpress.org/Template_Hierarchy">Template Hierarchy</a> to create a new layout. No&#8211;you must actually program little mini-plugins called theme hooks. I&#8217;m not going to get into all the details on theme hooks, but suffice to say they drove me absolutely crazy. This may be because this particular site was so complex and customized. If I were working on a much simpler site where changing some colors, fonts, and column widths would do the job, then Thesis or Hybrid might be a good choice. But then again, I would probably still go with something like Mimbo just for simplicity&#8217;s sake.</p>
<p><a href="http://designlifeblog.com"><img class="alignright size-full wp-image-35" title="Design Life Blog" src="http://dynabytes.net/wp-content/uploads/2010/04/dlb.gif" alt="" hspace="4" width="262" height="200" align="right" /></a>But enough of Thesis, which probably deserves a whole post of its own. For Design Life Blog, I took the PSD design, then pulled up the Thesis theme and customized it beyond all recognition with theme hooks. This site really has a lot of cool additions. We installed <a href="http://videopress.com/">VideoPress</a>, which is Automattic&#8217;s own video plugin for HD video upload and playback. Then we created a contest plugin where visitors can enter design contests, upload images, and vote on other visitors&#8217; contest entries. The client can see vote tallies and set contest start and end dates through the admin.</p>
<p><a href="http://graduatefog.co.uk"><img class="alignleft size-full wp-image-36" title="Graduate Fog" src="http://dynabytes.net/wp-content/uploads/2010/04/gf.gif" alt="" hspace="4" width="262" height="200" align="left" /></a>The third WordPress site we worked on was <a title="Graduate Fog" href="http://graduatefog.co.uk">GraduateFog.co.uk</a>. This site was already set up for the most part, we just came in for some small tweaks like resizing and placing the banner, creating the dropdown menu, and customizing the home page to the client&#8217;s specifications. The client had already chosen the <a href="http://www.arrastheme.com/">Arras WordPress theme</a>, which I liked for the most part, though parts of the coding seemed unnecessarily complex made modifying it much more time consuming. I had to dig through several directories and files before I figured out why it was doing what it was doing. The thumbnail generation is not automatically done like with Mimbo. This always leaves the client frustrated, since they generally have to insert urls in custom fields&#8211;not very intuitive. But at least customizing it didn&#8217;t involve theme hooks!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Dynabytes?a=izHlGwUxBOg:cAkGM2l8Nvg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=izHlGwUxBOg:cAkGM2l8Nvg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=izHlGwUxBOg:cAkGM2l8Nvg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=izHlGwUxBOg:cAkGM2l8Nvg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=izHlGwUxBOg:cAkGM2l8Nvg:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=izHlGwUxBOg:cAkGM2l8Nvg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=izHlGwUxBOg:cAkGM2l8Nvg:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Dynabytes/~4/izHlGwUxBOg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/wordpress/new-work-plus-thoughts-on-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://dynabytes.net/wordpress/new-work-plus-thoughts-on-wordpress-themes/</feedburner:origLink></item>
		<item>
		<title>Creative Symbiosis: Designer and Coder Cooperate</title>
		<link>http://feedproxy.google.com/~r/Dynabytes/~3/H3fD_Gyjpyc/</link>
		<comments>http://dynabytes.net/wordpress/creative-symbiosis-designer-and-coder-cooperate/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 23:08:02 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=31</guid>
		<description><![CDATA[We&#8217;ve had a couple of clients lately who have brought their own designs to us, in need of coding and installing with a content management system (namely WordPress).  While we do create designs for some clients, our specialty is really coding and custom programming. So when we find a talented designer, it works out well [...]]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve had a couple of clients lately who have brought their own designs to us, in need of coding and installing with a content management system (namely WordPress).  While we do create designs for some clients, our specialty is really coding and custom programming. So when we find a talented designer, it works out well to cooperate and let each of us concentrate on our specialties.<span id="more-31"></span></p>
<p><img class="alignleft" title="Sellier Design Blog" src="http://www.dynabytes.com/img/db/cat/sellier.gif" alt="" hspace="4" width="262" height="200" align="left" />The first site is <a title="Id8" href="http://sellierdesign.com/blog/">Id8, the Sellier Design blog</a>. Sellier Design requested that we  turn their original design into a WordPress blog. We coded the theme from PSDs then installed it with the website system. The site is configured to pull in Twitter posts from two different accounts and automatically post them as blog posts. The client also can use the WordPress admin area to make other blog posts to the site.</p>
<p><img class="alignright" title="Cardiopump Fitness" src="http://www.dynabytes.com/img/db/cat/cardiopump.gif" alt="" hspace="4" width="262" height="200" align="right" />The second site is <a title="Cardiopump Fitness" href="http://www.cardiopump.com">Cardiopump Fitness</a>. Using a design created by <a href="http://bonitapioneer.com/welcome.html">Bonita Pioneer</a>, we coded and built out this website on the WordPress platform. Website features include interactive video clips, free workout downloads, a blog, and an online shop. The shop interfaces with PayPal for secure online payments.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Dynabytes?a=H3fD_Gyjpyc:oyxQLzb0W-0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=H3fD_Gyjpyc:oyxQLzb0W-0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=H3fD_Gyjpyc:oyxQLzb0W-0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=H3fD_Gyjpyc:oyxQLzb0W-0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=H3fD_Gyjpyc:oyxQLzb0W-0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=H3fD_Gyjpyc:oyxQLzb0W-0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=H3fD_Gyjpyc:oyxQLzb0W-0:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Dynabytes/~4/H3fD_Gyjpyc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/wordpress/creative-symbiosis-designer-and-coder-cooperate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dynabytes.net/wordpress/creative-symbiosis-designer-and-coder-cooperate/</feedburner:origLink></item>
		<item>
		<title>Firebug: Firefox add-on for debugging CSS</title>
		<link>http://feedproxy.google.com/~r/Dynabytes/~3/HKNgCH36_4E/</link>
		<comments>http://dynabytes.net/website-design/firebug-firefox-add-on-for-debugging-css/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 18:23:45 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=28</guid>
		<description><![CDATA[Back in the good old days of coding websites, a lot was done by trial and error. You would assign styles to objects on your web page and hope everything would come together as you envisioned. Without fail, styling issues would arise, and as the website grew larger it was a headache to figure out [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-29" title="firebug" src="http://dynabytes.net/wp-content/uploads/2009/10/firebug.jpeg" alt="firebug" hspace="4" width="98" height="98" align="left" />Back in the good old days of coding websites, a lot was done by trial and error. You would assign styles to objects on your web page and hope everything would come together as you envisioned. Without fail, styling issues would arise, and as the website grew larger it was a headache to figure out what style was affecting what HTML object. <span id="more-28"></span></p>
<p>Where the heck is that extra padding coming from!?!</p>
<p>Bless the day that I heard about <a href="http://getfirebug.com/">Firebug</a>, an add-on for Firefox that allows you to highlight different HTML objects on your page and see the styles associated with that object. See that 10px extra padding on your image? That&#8217;s coming from line 131 of your styles.css file.</p>
<p>The only problem is when, as usually happens, you need to debug CSS between different browsers. IE8 almost never renders the page the same way as IE6, IE7, Firefox 1, 2 3, Safari, and Opera. (Yes, I have all these browsers installed on my computer.) Although I haven&#8217;t used it yet, <a href="http://getfirebug.com/lite.html">Firebug Lite</a> apparently solves this problem. It is a Javascript file that simulates Firebug&#8217;s features in any browser. I will definitely try that out and report back on my findings. In the meantime, anyone else try this?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Dynabytes?a=HKNgCH36_4E:lnM2i1gVnZc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=HKNgCH36_4E:lnM2i1gVnZc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=HKNgCH36_4E:lnM2i1gVnZc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=HKNgCH36_4E:lnM2i1gVnZc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=HKNgCH36_4E:lnM2i1gVnZc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=HKNgCH36_4E:lnM2i1gVnZc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=HKNgCH36_4E:lnM2i1gVnZc:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Dynabytes/~4/HKNgCH36_4E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/website-design/firebug-firefox-add-on-for-debugging-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dynabytes.net/website-design/firebug-firefox-add-on-for-debugging-css/</feedburner:origLink></item>
		<item>
		<title>Synkron: a simple tool for backing up</title>
		<link>http://feedproxy.google.com/~r/Dynabytes/~3/xJ3EuYTIsg0/</link>
		<comments>http://dynabytes.net/productivity/synkron-a-simple-tool-for-backing-up/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 16:40:02 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=27</guid>
		<description><![CDATA[Fact: your computer's hard drive will eventually fail. In order mitigate this circumstance, we recommend that our clients back up their online as well as local files at least once a week. Back up more frequently if the idea of loosing a week's worth of work is horrifying to you. I've found a new tool that helps significantly with the tiresome process of backing up your files. It's called Synkron.]]></description>
				<content:encoded><![CDATA[<p><strong>Fact:</strong> your computer&#8217;s hard drive will eventually fail. In order mitigate this circumstance, we recommend that our clients back up their online as well as local files at least once a week. Back up more frequently if the idea of loosing a week&#8217;s worth of work is horrifying to you.<span id="more-27"></span></p>
<p>I&#8217;ve found a new tool that helps significantly with the tiresome process of backing up your files. It&#8217;s called <a href="http://sourceforge.net/projects/synkron/">Synkron</a>. I first heard of it from the productivity blog, <a href="http://www.whenihavetime.com/how-to-backup-files-and-data-with-backup-software-and-online-resources/">When I Have Time</a>. The post I just linked to has a much more in-depth writeup than I will go into here.</p>
<p>Synkron works on several operating systems. Hook up your external hard drive (if you don&#8217;t have one, get one). Then tell Synkron what directories to back up. I have two directires on my computer where I store my personal and business files&#8211;I simply tell Synkron to &#8220;clone&#8221; these two directories to my hard drive. Cloning will copy any new files to the hard drive directory as well as delete any files that aren&#8217;t in the directory being cloned. The first time I did this, I saved about 1GB space on my hard drive from deleting previously backed up files that I had deleted on my computer but were still on my hard drive.</p>
<p>One issue I&#8217;ve found is that if you have Firefox and other applications open on your computer, Skynron takes forever to finish it&#8217;s cloning&#8211;I&#8217;m talking several hours here. Yesterday I closed all applications on my computer before starting the cloning process and Synkron was done in 2 minutes flat.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Dynabytes?a=xJ3EuYTIsg0:_JIYHGTzlRs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=xJ3EuYTIsg0:_JIYHGTzlRs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=xJ3EuYTIsg0:_JIYHGTzlRs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=xJ3EuYTIsg0:_JIYHGTzlRs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=xJ3EuYTIsg0:_JIYHGTzlRs:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=xJ3EuYTIsg0:_JIYHGTzlRs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=xJ3EuYTIsg0:_JIYHGTzlRs:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Dynabytes/~4/xJ3EuYTIsg0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/productivity/synkron-a-simple-tool-for-backing-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dynabytes.net/productivity/synkron-a-simple-tool-for-backing-up/</feedburner:origLink></item>
		<item>
		<title>WP-Hive: a painless WordPress multi-site manager</title>
		<link>http://feedproxy.google.com/~r/Dynabytes/~3/zWwDw-9J4EE/</link>
		<comments>http://dynabytes.net/wordpress/wp-hive-a-painless-wordpress-multi-site-manager/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 20:48:56 +0000</pubDate>
		<dc:creator>Laura McDonald</dc:creator>
				<category><![CDATA[plugins]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[multi-site]]></category>
		<category><![CDATA[WP-Hive]]></category>

		<guid isPermaLink="false">http://dynabytes.net/?p=26</guid>
		<description><![CDATA[Upgrading and maintaining a WordPress installation has recently become a lot less time-consuming thanks to the automatic upgrade feature for both the main WordPress installation and the plugins. It is ideal, though, if you&#8217;re managing multiple installations for multiple clients, that these clients are running off of one installation of WordPress. This makes upgrades and [...]]]></description>
				<content:encoded><![CDATA[<p>Upgrading and maintaining a WordPress installation has recently become a lot less time-consuming thanks to the automatic upgrade feature for both the main WordPress installation and the plugins. It is ideal, though, if you&#8217;re managing multiple installations for multiple clients, that these clients are running off of one installation of WordPress. This makes upgrades and maintenance a lot less painful.<span id="more-26"></span></p>
<p>Before I knew about WP-Hive, I gave <a href="http://mu.wordpress.org/">WordPress MU</a> a try. The installation is quite complicated if working with multiple domains, and then you run into the issue that many plugins and themes are not compatible with MU. MU is great if you&#8217;re thinking of running a social network of blogs, but not the ideal solution for running several separate sites on one installation.</p>
<p>There is also Stephen Rider&#8217;s <a href="http://striderweb.com/nerdaphernalia/features/virtual-multiblog/">Virtual Multiblog</a> which sounded great at the outset, but the instructions proved complicated, <del datetime="2009-06-26T16:45:58+00:00">involving symlinks for pointing the different domains.</del> Edit: Per comment below by Stephen, symlinks are only required if the multiple blogs are set up in different directories.</p>
<p>Come to the rescue <a href="http://wp-hive.com/">WP-Hive</a>. A simple plugin, simple instructions, simply park your domain through cPanel, install the new WordPress site using the new domain, and you&#8217;re set to go. You have one installation you have to upgrade for everyone. All the plugins you upload for one blog are available to all. Each installation will run it&#8217;s own theme, it&#8217;s own set of active plugins, and it&#8217;s own user and permission set. It gets somewhat complicated when adding XML sitemaps and robots.txt so that each site has it&#8217;s own, but following the instructions easily get&#8217;s that done.</p>
<p>This site is running on a WP-Hive setup, as well as our client&#8217;s site <a href="http://rocadc.com">Roca Services</a> and two wedding websites I set up for some friends. We will no doubt be adding many more sites on this setup now that creating and maintaining them is so easy.</p>
<p><strong>Update 2010/11/12:</strong> I&#8217;m still using this great plugin to run the WordPress sites that host with us. Some say that this plugin is redundant now because of the built-in multisite capability of WP since 3.0. However, multisite was built with a social networking idea in mind. Multisite also is a pain to add multiple domains (doesn&#8217;t work out of the box). <a href="http://wp-hive.com/faq/">As WP-Hive says on its website</a>, Hive is built for a single administrator to run several sites and on a single WP install, and it&#8217;s perfect for that.</p>
<p><strong>Update 2011/06/17:</strong> The plugin developer has unfortunately stopped active development on this plugin. It is a shame since I do still use it. There are some instances, for a web developer hosting his/her clients for instance, when multisite isn&#8217;t the perfect tool. WP-Hive is. There was a minor scare when the plugin didn&#8217;t work with WP 3.1, but that has now been fixed. But as far as being a tool for the long run, it looks like we&#8217;ll have to count on multisite.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Dynabytes?a=zWwDw-9J4EE:V5LBnGGfcbI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=zWwDw-9J4EE:V5LBnGGfcbI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=zWwDw-9J4EE:V5LBnGGfcbI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=zWwDw-9J4EE:V5LBnGGfcbI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=zWwDw-9J4EE:V5LBnGGfcbI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/Dynabytes?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Dynabytes?a=zWwDw-9J4EE:V5LBnGGfcbI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/Dynabytes?i=zWwDw-9J4EE:V5LBnGGfcbI:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Dynabytes/~4/zWwDw-9J4EE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dynabytes.net/wordpress/wp-hive-a-painless-wordpress-multi-site-manager/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://dynabytes.net/wordpress/wp-hive-a-painless-wordpress-multi-site-manager/</feedburner:origLink></item>
	</channel>
</rss>
