<?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>WP Engineer &#187; Outlook</title>
	<atom:link href="http://wpengineer.com/tag/outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpengineer.com</link>
	<description>WordPress News, Hacks, Tips, Tutorials, Plugins and Themes</description>
	<lastBuildDate>Mon, 21 May 2012 22:48:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Core Plugins &#8211; Bless Or Curse</title>
		<link>http://wpengineer.com/768/core-plugins/</link>
		<comments>http://wpengineer.com/768/core-plugins/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 17:00:31 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[Core Plugin]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Prognose]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://wpengineer.com/?p=768</guid>
		<description><![CDATA[The WP Hackers mailing list is always good for a discussion and so far I like to participate. Currently, there is a new debate concerning the development of Plugins to the core theme. Andrew, an experienced and avid developer, submitted the issue in a guest contribution on WP Tavern and brings some important points to [...]]]></description>
			<content:encoded><![CDATA[<p>The WP Hackers mailing list is always good for a discussion and so far I like to participate. Currently, there is a new debate concerning the development of Plugins to the core theme. <a href="http://www.wp-fun.co.uk/">Andrew</a>, an experienced and avid developer, submitted the issue in a guest contribution on <a href="http://www.wptavern.com/core-plugins-never-gonna-happen">WP Tavern</a> and brings some important points to bear.</p>
<p>I also would like to express <strong>my perspective</strong> on these things and discussion. WordPress in my view, is an application I enjoy and with a lot potential nowadays and I'm sure for the future. My opinion is from the perspective of a user and a developer. I will only show briefly the possibilities I like to have and how I can imagine the future of WordPress, without compromising the current path and without a start from scratch.<br />
<span id="more-768"></span></p>
<h4>Core Plugins</h4>
<p>Core Plugins allow that the actual core of WordPress is slim and you can activate the necessary extensions with the help of the Core Plugins. You only add functionality, that you really need or needed by other extensions, such as Plugins from the community.</p>
<h4>Roadmap</h4>
<p>So far, the philosophy of WordPress: grow, expand more and more, as I also published in my <a href="http://wpengineer.com/wordpress-outlook-2009/">Outlook 2009</a>. This is certainly a reason because the majority of users would like more and more functions, which is already be seen <a href="http://wpengineer.com/wordpress-outlook-2009/">on the wishlist of WordPress</a>.</p>
<h4>Pro &#038; Contra</h4>
<p>The development team at WordPress has a difficulty with decisions, what will be implemented in the core and what will not. Some eternal debates, until it is implemented. WordPress is known for rapid growth and functional diversity. From this point it is difficult to say that we take out certain areas and make them available as a Plugin. This means, however, a coupled development, which will cost more time which seems WordPress never have . I agree - the development will be slower, the effort of testing more, and the variety has no common standard. But is it not an added value if you want a lean stable system, which you can extend with the appropriate Plugins to extend the needed functions?</p>
<p>Likewise, I believe that the cooperation of developers would be increased if it is a sealed area and don't have to edit the entire core. It makes it easier to fix bugs and lowers the inhibitions of cooperation. That doesn't mean, it isn't Open Source, the developer in the SVN could be allowed to work on it just as it is now, with Trac and all other permissions. Is it not also the strength of Open Source, that everybody can participate to make WordPress better? WordPress is in some places still quite uneven and makes it more difficult for beginners who like to participate in the code. In the WordPress scene, there are plenty of very good developers, you can find enough volunteers, that could solve the time problem so that the team can concentrate on their part.</p>
<p>From my own experience of developing <a href="http://bueltge.de/wordpress-themes/">themes</a> and <a href="http://bueltge.de/wordpress-plugins/">Plugins</a>, published or not, I know how much effort it can make to keep Plugins up to date. I can understand if you are against Core Plugins. From the perspective of the different applications and solutions that I've implemented with WordPress, I can only emphasize the advantages of a Core Plugin</p>
<h4>Core Plugin or Classical Plugin?</h4>
<p>In this context, there is the question of why Core Plugins, why not the classic models of the Plugins in the wordpress.org Plugin Repository? This directory shows particularly how active and strong the WordPress community is, but the variety of Plugins is immense and an examination of the code is for the individual Plugins not guaranteed (which I in fact also support, as long as they are GPL, but that's another discussion). I see the possibility of the Core Plugins differently, because they could give such security and the same standard as the core itself.</p>
<h4>Versions and Effort</h4>
<p>Due to many versions of WordPress, it is difficult adapt a Plugin to all versions. Since version 2.7 the interfaces and capabilities for developers are more consistent. I myself do find it difficult to adapt Plugins to older versions. It is simply no fun. But it is not the only reason, there are also the possibilities of cleaner implementation, which has been achieved in 2.7.<br />
Similarly, the discussion on PHP5, which I also do not want to touch - we will see, what brings WordPress 2.8 or <a href="http://wordcamp.de/agenda/">Matt has to say</a> on Feb 14 in Jena. The WP Hackers mailing list has also an extensive discussion going on.</p>
<h4>Back Again to Core Plugin</h4>
<p>With the help of the Core Plugins, to return to the topic, I see opportunities for more stable code with more effort but great feedback. Plugins can relate, they can query and the performance could benefit from it. The diversity of opportunities that WordPress already offers, would be even bigger and easier to justify. Each individual Core Plugin is available via a comfortable builder.</p>
<h4>An Example</h4>
<p>I will use a core function as an example, which in the past was a reason of discussions, not only within the developers community - the revision function in WordPress since version 2.5.</p>
<p>This function is for use as a CMS and with different authors in WordPress inevitable. It is from this perspective, an added value- but at the same time it puts lots of data into the database. This is particularly unnecessary when the blog operates by one person. From my perspective, the revision in WP would be a typical Core Plugin. Which is required to be activate and you're done. I know so many WordPress users who not even know this feature, but are surprised of the big amounts of data during a backup. In the standard there is no way to restrict or disable this function - an intrusion into the configuration file is needed, or a Plugin can be used. </p>
<h4>Conclusion</h4>
<p>Therefore, I agree to Core Plugins, developed in parallel with and for the Core, likely depending on the version of the Core. I am also for the independent form of the Core Plugins and the freedom for developers in the known Plugins from the wp.org Plugin Repository.</p>
<h4>Done</h4>
<p>Wonderful, you've read it up here? Already I am grateful and apologize that it was such a long article. Even though I still didn't say everything and maybe I am completely mistaken, but it is an opinion and open source is, in my view much more than taking and giving. Open Source gives also the freedom to participate, think and discuss - encourage to start discussions.</p>
<h4>What is your Opinion?<br />
<h4>
<hr /><a href="http://wpplugins.com/plugin/281/snippets" title="More informations about this plugin for WordPress"><img src="http://wpengineer.com/wp-content/themes/wpe-3/images/snippets-125-125.png" height="90" alt="WordPress Snippet Plugin" /></a> <a href="http://xtreme-theme.com"><img src="http://wpengineer.com/wp-content/uploads/feed-banner-2.jpg" alt="Xtreme One WordPress Framework"/></a><br />
&copy; <a href="http://wpengineer.com/">WP Engineer Team</a>, All rights reserved <small>(Digital Fingerprint: WPEngineer-be0254ce2b4972feb4b9cb72034a092d)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpengineer.com/768/core-plugins/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; An Outlook For 2009</title>
		<link>http://wpengineer.com/576/wordpress-outlook-2009/</link>
		<comments>http://wpengineer.com/576/wordpress-outlook-2009/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 14:19:34 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[WPengineer Misc]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Prognose]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpengineer.com/?p=576</guid>
		<description><![CDATA[So far, the users with the current version are very happy, even if WordPress abandons a certain circle of users. Since version 2.7 users with a small web package and not enough RAM are getting in trouble. The new functionality and comfort in the new backend is fairly highly loaded, so that users with RAM [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpengineer.com/wp-content/uploads/wordpress-2009.jpg"><img src="http://wpengineer.com/wp-content/uploads/wordpress-2009-300x300.jpg" alt="wordpress-2009" title="wordpress-2009" width="300" height="300" class="alignleft size-medium wp-image-586" /></a> So far, the users with the current version are very happy, even if WordPress abandons a certain circle of users. Since version 2.7 users with a small web package and not enough RAM are getting in trouble. The new functionality and comfort in the new backend is fairly highly loaded, so that users with RAM smaller than 32 MB will either have some problems or have to upgrade their webspace.</p>
<p>Also the new year will bring many new features to WordPress. Here is a quick peek at the up and coming next steps  in WordPress development.<span id="more-576"></span> Don't forget: WordPress doesn't maintain a ToDo list, gives little information to the community and I can only speculate due to my experience what  the coming changes to future versions will be.</p>
<p>The next versions will follow the trend of growth. Several points were not able to be implemented in version 2.7, these are expected to appear in 2.8. The user can expect improvements and refinements in the surface, increase security through <a href="http://oauth.net/">OAuth</a>, more classes for the support of <a href="http://microformats.org/">microformats</a> and integration of geo data in posts, comments and attachments. The improvement of versioning, and <a href="http://wpengineer.com/create-your-own-wordpress-login-design/">integration of theme depending login</a> and <a href="http://en.wikipedia.org/wiki/OpenID">OpenID</a> are also ideas for the next version.</p>
<p>Thoughts to implement the depiction of hierarchies in the database, by using the <a href="http://code.google.com/p/kohana-mptt/wiki/Documentation">MPTT</a>, are also made. This will allow  a very clean and fast access. The speed performance will improve significant to the visitors of the blog. But also for developers, hierarchies in the database have significant advantages. The administration of the tags will be more comfortable and the redundancy of tags should be avoided.</p>
<p>New template tags could make it easier for theme authors working with the gallery, and the Quicktags „nextpage“ and „more“ will return to more importance.<br />
In addition thoughts about an editor for the menu in the backend, and the code editor for themes and Plugins should now finally be equipped with syntax high lightning through the <a href="http://sourceforge.net/projects/codepress">Project CodePress</a>. On this note, thinking about the versioning of the template,which would improve the security and won't stop the blog if a mistake is made in the editor.</p>
<p>The popular <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Plugin to generate the XML Sitemap</a> might be implemented in the core, even if the last word in the discussions has not yet spoken.</p>
<p>Further work on documentation in the core and help in the backend should also be strengthened. When working in the editor of the backend, you can imagine that features of WordPress and PHP will automatically include a link to the documentation.</p>
<p>Also the administration of the widgets is going to be more comfortable and feature rich. The dashboard modules will probably also get new features, because a lot of users want more widgets, and other columns that meet the major resolutions.</p>
<p>The ever-present topic of the existing bugs will also employ the next versions and one is thinking whether or not it is worth implementing less functionality and to fix existing bugs. Lets see, if the users are also of this opinion and whether or not they <a href="http://wordpress.org/development/2008/12/prioritizing-features-for-wordpress-28/">vote for these requests  to be included in version 2.8.</a>.</p>
<p>On the wish list of WordPress users is still an improved search with more options - maybe you will find this integration in version 2.8. Regarding the conversion of the database on hierarchies, it would certainly be feasible and consistent with this system.</p>
<p>Of course, I could speculate even further, as many blogs did before version 2.7. The next versions will arrive, and may rejoice with sufficient material for experimentation and discussion. A certain tension is important and I would like to end with my remarks here and wish you a lot of fun and joy with the up and coming versions of WordPress.<br />
<hr /><a href="http://wpplugins.com/plugin/281/snippets" title="More informations about this plugin for WordPress"><img src="http://wpengineer.com/wp-content/themes/wpe-3/images/snippets-125-125.png" height="90" alt="WordPress Snippet Plugin" /></a> <a href="http://xtreme-theme.com"><img src="http://wpengineer.com/wp-content/uploads/feed-banner-2.jpg" alt="Xtreme One WordPress Framework"/></a><br />
&copy; <a href="http://wpengineer.com/">WP Engineer Team</a>, All rights reserved <small>(Digital Fingerprint: WPEngineer-be0254ce2b4972feb4b9cb72034a092d)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://wpengineer.com/576/wordpress-outlook-2009/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

