<?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/" version="2.0">

<channel>
	<title>WordPress Developer</title>
	
	<link>http://devwp.eu</link>
	<description>WordPress development, consulting, trainings</description>
	<lastBuildDate>Tue, 06 Mar 2012 17:37:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/devwp/TaRK" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="devwp/tark" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Sidebar and Content unification</title>
		<link>http://devwp.eu/sidebar-and-content-unification/</link>
		<comments>http://devwp.eu/sidebar-and-content-unification/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 17:37:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://devwp.eu/?p=153</guid>
		<description><![CDATA[If you have the following scenario: &#60;div id=&#8221;wrapper&#8221;&#62; &#60;div id=&#8221;sidebar&#8221;&#62; &#8230;.  &#60;/div&#62; &#60;div id=&#8221;content&#8221;&#62; &#8230;. &#60;/div&#62; &#60;/div&#62; &#160; And you are stuck in the situation not knowing when the content would overflow, then you probably need to do: #sidebar { position: absolute; height: 100%; } Which would apply the auto-full-height to the sidebar. The only extra [...]]]></description>
			<content:encoded><![CDATA[<p>If you have the following scenario:</p>
<p>&lt;div id=&#8221;wrapper&#8221;&gt;</p>
<p>&lt;div id=&#8221;sidebar&#8221;&gt; &#8230;.  &lt;/div&gt;</p>
<p>&lt;div id=&#8221;content&#8221;&gt; &#8230;. &lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&nbsp;</p>
<p>And you are stuck in the situation not knowing when the content would overflow, then you probably need to do:<br />
#sidebar { position: absolute; height: 100%; }<br />
Which would apply the auto-full-height to the sidebar. The only extra thing you might need is positioning the sidebar itself. The wrapper needs some positioning so that the inherited divs are aware of the positioning rules.</p>
]]></content:encoded>
			<wfw:commentRss>http://devwp.eu/sidebar-and-content-unification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Core – dynamically resize images</title>
		<link>http://devwp.eu/wp-core-dynamically-resize-images/</link>
		<comments>http://devwp.eu/wp-core-dynamically-resize-images/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 20:29:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devwp.eu/?p=150</guid>
		<description><![CDATA[The only issue with post-thumbnails I&#8217;ve had was the lack of ability to resize images dynamically. I had to use add_image_size() function to define image sizes which is ineffective for many different sizes used once (or a limited number of times) as it creates thumbnails for every single uploaded image. Kovshenin was my savior once [...]]]></description>
			<content:encoded><![CDATA[<p>The only issue with post-thumbnails I&#8217;ve had was the lack of ability to resize images dynamically. I had to use add_image_size() function to define image sizes which is ineffective for many different sizes used once (or a limited number of times) as it creates thumbnails for every single uploaded image.</p>
<p><a title="Kovshenin" href="http://kovshenin.com/" target="_blank">Kovshenin</a> was my savior once again for the <a title="Image Resize" href="https://github.com/markjaquith/WordPress/blob/master/wp-includes/media.php#L488" target="_blank">image_make_intermediate_size</a> function.</p>
<p>Unbelievable.</p>
<!-- tweet id : 176668168306167808 --><style type='text/css'>#bbpBox_176668168306167808 a { text-decoration:none; color:#000000; }#bbpBox_176668168306167808 a:hover { text-decoration:underline; }</style><div id='bbpBox_176668168306167808' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#FFFFFF; background-image:url(http://a0.twimg.com/profile_background_images/23386787/Image1.png); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#333333; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>Did you know that you can image_make_intermediate_size() in <a href="http://twitter.com/search?q=%23WordPress" title="#WordPress">#WordPress</a> to explicitly resize an image? Don't forget to update_attached_file()</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://devwp.eu/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 5, 2012 4:59 pm' href='http://twitter.com/#!/kovshenin/status/176668168306167808' target='_blank'>March 5, 2012 4:59 pm</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=176668168306167808' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=176668168306167808' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=176668168306167808' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=kovshenin'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a0.twimg.com/profile_images/1791958970/image1327926074_normal.png' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=kovshenin'>@kovshenin</a><div style='margin:0; padding-top:2px'>Konstantin Kovshenin</div></div><div style='clear:both'></div></div></div><!-- end of tweet -->
]]></content:encoded>
			<wfw:commentRss>http://devwp.eu/wp-core-dynamically-resize-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xdebug on Ubuntu for WordPress</title>
		<link>http://devwp.eu/xdebug-on-ubuntu-for-wordpress/</link>
		<comments>http://devwp.eu/xdebug-on-ubuntu-for-wordpress/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 22:34:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beyond]]></category>
		<category><![CDATA[WP Development]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xdebug]]></category>

		<guid isPermaLink="false">http://devwp.eu/?p=145</guid>
		<description><![CDATA[Turns out enabling Xdebug on Ubuntu for Eclipse PDT is easier than doing the same on Windows. The short version is installing the module as per this tutorial &#8211; http://ubuntuforums.org/showthread.php?t=525257 sudo apt-get install php5-dev php-pear sudo pecl install xdebug sudo updatedb locate xdebug (this one finds the xdebug path) sudo gedit /etc/php/apache2/php.ini Adding this line [...]]]></description>
			<content:encoded><![CDATA[<p>Turns out enabling Xdebug on Ubuntu for Eclipse PDT is easier than doing the same on Windows.</p>
<p>The short version is installing the module as per this tutorial &#8211; <a href="http://ubuntuforums.org/showthread.php?t=525257">http://ubuntuforums.org/showthread.php?t=525257</a></p>
<pre dir="ltr">sudo apt-get install php5-dev php-pear</pre>
<pre dir="ltr">sudo pecl install xdebug

sudo updatedb
locate xdebug (this one finds the xdebug path)</pre>
<pre dir="ltr">sudo gedit /etc/php/apache2/php.ini

Adding this line (/w the path):</pre>
<pre dir="ltr">zend_extension="/usr/lib/php5/20060613/xdebug.so"</pre>
<p>sudo /etc/init.d/apache2 restart (or sudo apache2ctl restart)</p>
<p>This install the xDebug and enables it.</p>
<p>Then we need to add a few more lines of code in /etc/php5/apache2/php.ini (as in here):</p>
<p><a href="http://holisticsecurity.wordpress.com/2011/07/04/php-xdebug-xampp-win32/">http://holisticsecurity.wordpress.com/2011/07/04/php-xdebug-xampp-win32/</a><br />
xdebug.auto_trace = 0<br />
xdebug.collect_includes = 1<br />
xdebug.collect_params = 0<br />
xdebug.collect_return = 0<br />
xdebug.collect_vars = &#8220;Off&#8221;<br />
xdebug.default_enable = &#8220;On&#8221;<br />
xdebug.dump.COOKIE = &#8220;&#8221;<br />
xdebug.dump.FILES = &#8220;&#8221;<br />
xdebug.dump.GET = &#8220;&#8221;<br />
xdebug.dump.POST = &#8220;&#8221;<br />
xdebug.dump.REQUEST = &#8220;&#8221;<br />
xdebug.dump.SERVER = &#8220;&#8221;<br />
xdebug.dump.SESSION = &#8220;&#8221;<br />
xdebug.dump_globals = 1<br />
xdebug.dump_once = 1<br />
xdebug.dump_undefined = 0<br />
xdebug.extended_info = 1<br />
xdebug.file_link_format = &#8220;&#8221;<br />
xdebug.idekey = &#8220;&#8221;<br />
xdebug.manual_url = &#8220;http://www.php.net&#8221;<br />
xdebug.max_nesting_level = 100<br />
xdebug.overload_var_dump = 1<br />
xdebug.profiler_append = 0<br />
xdebug.profiler_enable = 0<br />
xdebug.profiler_enable_trigger = 0<br />
xdebug.profiler_output_dir = &#8220;/tmp&#8221;<br />
xdebug.profiler_output_name = &#8220;xdebug_profile.%R::%u&#8221;</p>
<p>; xdebug.remote_autostart<br />
; Type: boolean, Default value: 0<br />
; Normally you need to use a specific HTTP GET/POST variable to start remote debugging (see Remote<br />
; Debugging). When this setting is set to &#8216;On&#8217; Xdebug will always attempt to start a remote debugging<br />
; session and try to connect to a client, even if the GET/POST/COOKIE variable was not present.<br />
xdebug.remote_autostart = 1</p>
<p>; xdebug.remote_enable<br />
; Type: boolean, Default value: 0<br />
; This switch controls whether Xdebug should try to contact a debug client which is listening on the<br />
; host and port as set with the settings xdebug.remote_host and xdebug.remote_port. If a connection<br />
; can not be established the script will just continue as if this setting was Off.<br />
xdebug.remote_enable = 1</p>
<p>xdebug.remote_handler = &#8220;dbgp&#8221;<br />
xdebug.remote_host = &#8220;localhost&#8221;<br />
xdebug.remote_log = &#8220;none&#8221;<br />
xdebug.remote_mode = &#8220;req&#8221;<br />
xdebug.remote_port = 9000<br />
xdebug.show_exception_trace = 0<br />
xdebug.show_local_vars = 0<br />
xdebug.show_mem_delta = 0<br />
xdebug.trace_format = 0<br />
xdebug.trace_options = 0<br />
xdebug.trace_output_dir = &#8220;/tmp&#8221;<br />
xdebug.trace_output_name = &#8220;trace.%c&#8221;<br />
xdebug.var_display_max_children = 128<br />
xdebug.var_display_max_data = 512<br />
xdebug.var_display_max_depth = 3</p>
<p>Then create an Eclipse project, click the Debug Configurations</p>
<p>Create a website configuration, select Xdebug, set the paths for the index.php and configure project names; set the web server as well so that this could run smoothly.</p>
<p>Run the project in Debug perspective.</p>
]]></content:encoded>
			<wfw:commentRss>http://devwp.eu/xdebug-on-ubuntu-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plugin Base Skeleton</title>
		<link>http://devwp.eu/plugin-base-skeleton/</link>
		<comments>http://devwp.eu/plugin-base-skeleton/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 23:48:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WP Development]]></category>
		<category><![CDATA[plugin base]]></category>
		<category><![CDATA[wp plugin]]></category>

		<guid isPermaLink="false">http://devwp.eu/?p=143</guid>
		<description><![CDATA[I got tired working on plugins and writing the same code snippets all over again, looking in the same old tutorial sites or my favorite WP 3 Plugin Dev book. So I released a startup script for plugins - http://wordpress.org/extend/plugins/dx-plugin-base/ . It contains most of the important snippets required for every plugin &#8211; registration of custom post [...]]]></description>
			<content:encoded><![CDATA[<p>I got tired working on plugins and writing the same code snippets all over again, looking in the same old tutorial sites or my favorite WP 3 Plugin Dev book. So I released a startup script for plugins - <a href="http://wordpress.org/extend/plugins/dx-plugin-base/">http://wordpress.org/extend/plugins/dx-plugin-base/</a> .</p>
<p>It contains most of the important snippets required for every plugin &#8211; registration of custom post types or taxonomies, registering activation and deactivation hooks, admin pages, metaboxes. I&#8217;m going to add widget/shortcode registration with some samples. This would make it easier to use it as a new plugin startup script and save some time about it.</p>
<p>I also brainstorm on the idea of making it hookable with parameters so all functions are dynamic and the script could be extended directly with inheritance or composition. Still I need to think more generally whether it would be practical and doable for all functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://devwp.eu/plugin-base-skeleton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eval() error check</title>
		<link>http://devwp.eu/eval-error-check/</link>
		<comments>http://devwp.eu/eval-error-check/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 16:57:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WP Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devwp.eu/?p=135</guid>
		<description><![CDATA[We all know how dangerous eval() is in terms of security, but still it is the necessary evil sometimes. I&#8217;ve been developing a script last week that required eval() execution. I did pretty granular input validation with regular expressions and known troubleish test cases. Still, some expressions passed to the eval() function were prone to [...]]]></description>
			<content:encoded><![CDATA[<p>We all know how dangerous eval() is in terms of security, but still it is the necessary evil sometimes.</p>
<p>I&#8217;ve been developing a script last week that required eval() execution. I did pretty granular input validation with regular expressions and known troubleish test cases. Still, some expressions passed to the eval() function were prone to parse errors.</p>
<p>Reading a bit I tried to use the exceptions handling mechanism in PHP 5 (try &#8211; catch blocks) to provide a solution, or using a error handler with the set_error_handler function. They work for exceptions and some basic errors, but most of the errors (including the parse erorr) pass.</p>
<p>I don&#8217;t mind the system being unable to call a valid function, but I want to protect the frontend. So the best call I found is using this trick.</p>
<p>Create a function with this content:</p>
<p>&nbsp;</p>
<pre style="text-align: center;">return @eval('return true;' . $code);</pre>
<p>Where $code is the code you need to normally call in eval().</p>
<p>This statement returns true if your eval is valid &#8211; or false if it is going to break. Without breaking the frontend and the PHP execution.</p>
<p>So calling this before running your eval and testing for true will prevent the ugly errors on the page load.</p>
]]></content:encoded>
			<wfw:commentRss>http://devwp.eu/eval-error-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas WordPress Podcast #3</title>
		<link>http://devwp.eu/christmas-wordpress-podcast-3/</link>
		<comments>http://devwp.eu/christmas-wordpress-podcast-3/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 16:37:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[holidays]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devwp.eu/?p=132</guid>
		<description><![CDATA[Hi again, It&#8217;s my third podcast on WordPress. Today we cover the holidays and some news from people in the WP community, tutorials and interviews as well as some tips and tricks. Enjoy! &#160;]]></description>
			<content:encoded><![CDATA[<p>Hi again,<br />
It&#8217;s my third podcast on WordPress. Today we cover the holidays <img src='http://devwp.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and some news from people in the WP community, tutorials and interviews as well as some tips and tricks. Enjoy!</p>
<p>&nbsp;</p>

]]></content:encoded>
			<wfw:commentRss>http://devwp.eu/christmas-wordpress-podcast-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://devwp.eu/wp-content/uploads/2011/12/wp-podcast-29-12-2011-low.mp3" length="17823963" type="audio/mpeg" />
		</item>
		<item>
		<title>Recommended WP hostings – Podcast</title>
		<link>http://devwp.eu/recommended-wp-hostings-podcast/</link>
		<comments>http://devwp.eu/recommended-wp-hostings-podcast/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 20:16:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[hostings]]></category>
		<category><![CDATA[vendors]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devwp.eu/?p=127</guid>
		<description><![CDATA[Recently I found a research on WP hosting providers by WPShout - http://wpshout.com/wordpress-hosting-review/ . It is a pretty good review and I have used servers from most of the hosting providers listed there so I decided that this could be my next podcast. In this review I&#8217;m going through the list from the site summarizing what is [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I found a research on WP hosting providers by WPShout - <a class="vt-p" href="http://wpshout.com/wordpress-hosting-review/">http://wpshout.com/wordpress-hosting-review/</a> . It is a pretty good review and I have used servers from most of the hosting providers listed there so I decided that this could be my next podcast.</p>
<p>In this review I&#8217;m going through the list from the site summarizing what is the overall experience from people reading the WPShout site and adding my 2 cents to the big picture. If you wonder what&#8217;s the cosiest cavern for your WordPress systems, you should definitely check this out.</p>

]]></content:encoded>
			<wfw:commentRss>http://devwp.eu/recommended-wp-hostings-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://devwp.eu/wp-content/uploads/2011/12/wp-podcast-19-12-2011-low.mp3" length="13603306" type="audio/mpeg" />
		</item>
		<item>
		<title>WordPress 3.3 – Podcast</title>
		<link>http://devwp.eu/wordpress-3-3-podcast/</link>
		<comments>http://devwp.eu/wordpress-3-3-podcast/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 19:39:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Podcasts]]></category>

		<guid isPermaLink="false">http://devwp.eu/?p=124</guid>
		<description><![CDATA[Welcome to the WordPress 3.3 platform! This is my first podcast introducing some of the new features and important notes about the platform. Should you be interested in these podcast attempts, don&#8217;t hesitate to comment.]]></description>
			<content:encoded><![CDATA[<p>Welcome to the WordPress 3.3 platform!</p>
<p>This is my first podcast introducing some of the new features and important notes about the platform.</p>
<p>Should you be interested in these podcast attempts, don&#8217;t hesitate to comment.</p>

]]></content:encoded>
			<wfw:commentRss>http://devwp.eu/wordpress-3-3-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://devwp.eu/wp-content/uploads/2011/12/wp-podcast-13-12-2011.mp3" length="14008929" type="audio/mpeg" />
		</item>
		<item>
		<title>Install a theme on WordPress 101</title>
		<link>http://devwp.eu/install-a-theme-on-wordpress-101/</link>
		<comments>http://devwp.eu/install-a-theme-on-wordpress-101/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 10:27:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[101]]></category>
		<category><![CDATA[newbies]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://devwp.eu/?p=121</guid>
		<description><![CDATA[Due to a ticket from a very green user today, wanted to note a few things for theme installing on WordPress. First of all, I have a quick video on install on Screenr for Progressio - http://www.screenr.com/DcLs Two important tips: When you download a theme, you need to actually add it to a WordPress installation. This [...]]]></description>
			<content:encoded><![CDATA[<p>Due to a ticket from a very green user today, wanted to note a few things for theme installing on WordPress.</p>
<p>First of all, I have a quick video on install on Screenr for Progressio - <a href="http://www.screenr.com/DcLs">http://www.screenr.com/DcLs</a></p>
<p>Two important tips:</p>
<ol>
<li>When you download a theme, you need to actually add it to a WordPress installation. This means that you install WordPress, then you upload the theme either via the admin or in <strong>your_install</strong>/wp-content/themes.</li>
<li>When you are ready with the install, point your URL to <strong>your_install folder</strong>, and not directly to the theme.</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://devwp.eu/install-a-theme-on-wordpress-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ManageWP – the XXI century migration</title>
		<link>http://devwp.eu/managewp-the-xxi-century-migration/</link>
		<comments>http://devwp.eu/managewp-the-xxi-century-migration/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 19:37:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Beyond]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[managewp]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://devwp.eu/?p=118</guid>
		<description><![CDATA[One awesome service I&#8217;ve found recently is the ManageWP one &#8211; service that allows you to manage all your WP sites through one dashboard only. Since we&#8217;ve found it we no longer use the BackupBuddy plugin (except for some specific cases of course). However ManageWP let us clone our installs and do fresh installations for [...]]]></description>
			<content:encoded><![CDATA[<p>One awesome service I&#8217;ve found recently is the <a class="vt-p" title="ManageWP" href="https://managewp.com/" target="_blank">ManageWP</a> one &#8211; service that allows you to manage all your WP sites through one dashboard only.</p>
<p>Since we&#8217;ve found it we no longer use the BackupBuddy plugin (except for some specific cases of course). However ManageWP let us clone our installs and do fresh installations for demos and testing and many more.</p>
<p>It&#8217;s free for up to 3 websites and some symbolical price for more websites. Our testing department is really grateful for that chance now.</p>
]]></content:encoded>
			<wfw:commentRss>http://devwp.eu/managewp-the-xxi-century-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

