<?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>Make WordPress Core &#187; wordpress.org</title>
	<atom:link href="http://make.wordpress.org/core/tag/wordpress-org/feed/" rel="self" type="application/rss+xml" />
	<link>http://make.wordpress.org/core</link>
	<description>WordPress Development Updates</description>
	<lastBuildDate>Thu, 09 May 2013 17:18:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24260</generator>
	<atom:link rel='hub' href='http://make.wordpress.org/core/?pushpress=hub'/>
		<item>
		<title>You might notice that this P2 has gotten&#8230;</title>
		<link>http://make.wordpress.org/core/2012/08/03/you-might-notice-that-this-p2-has-gotten/</link>
		<comments>http://make.wordpress.org/core/2012/08/03/you-might-notice-that-this-p2-has-gotten/#comments</comments>
		<pubDate>Fri, 03 Aug 2012 19:09:00 +0000</pubDate>
		<dc:creator>Matt Mullenweg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/2012/08/03/you-might-notice-that-this-p2-has-gotten/</guid>
		<description><![CDATA[You might notice that this P2 has gotten a big head. All of the Make P2s have actually, and like the rug in the Big Lebowski we think it really ties the room together. The Get Involved tab has been added, docs have been moved under support, home has been hidden. This isn&#8217;t ideal &#8212; [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>You might notice that this P2 has gotten a big head. All of the Make P2s have actually, and like the rug in the Big Lebowski we think it really ties the room together.</p>
<p>The Get Involved tab has been added, docs have been moved under support, home has been hidden. This isn&#8217;t <em>ideal</em> &#8212; we&#8217;d eventually like to move to more of a verb-oriented navigation system &#8212; but it is <em>better</em> than everything under Make being its own island and not really linked to or from the main WP.org side, or to each other. Hopefully it will also let more folks know about how to get involved (I added a link to the Make Core Handbook to the top sidebar widget.)</p>
<p>I&#8217;ll be talking more about some of the improvements to WP.org <a href="http://www.timeanddate.com/worldclock/fixedtime.html?iso=20120804T11&amp;p1=224">tomorrow at 11am PST</a> and you can still get streaming tickets if you&#8217;d like to tune in: <a href="http://2012.sf.wordcamp.org/tickets/" rel="nofollow">http://2012.sf.wordcamp.org/tickets/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/08/03/you-might-notice-that-this-p2-has-gotten/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Fun with High-DPI displays</title>
		<link>http://make.wordpress.org/core/2012/07/04/fun-with-high-dpi-displays/</link>
		<comments>http://make.wordpress.org/core/2012/07/04/fun-with-high-dpi-displays/#comments</comments>
		<pubDate>Wed, 04 Jul 2012 15:36:23 +0000</pubDate>
		<dc:creator>Samuel Wood (Otto)</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[retina]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/07/04/fun-with-high-dpi-displays/</guid>
		<description><![CDATA[With the release of a lot of high-DPI displays (aka &#8220;retina&#8221; displays, but also others on both Android and iOS devices), it&#8217;s just a truism that images on these displays have tended to not look their best, all the time. High-DPI displays are having to scale up low-resolution images, and it&#8217;s just not great. There [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>With the release of a lot of high-DPI displays (aka &#8220;retina&#8221; displays, but also others on both Android and iOS devices), it&#8217;s just a truism that images on these displays have tended to not look their best, all the time. High-DPI displays are having to scale up low-resolution images, and it&#8217;s just not great.</p>
<p>There is a simple solution for this, using either CSS or Javascript tricks, but the basic principle behind it is to make an image twice as big on each dimension (four times the area), and then let the browser scale it down into the space it&#8217;s supposed to fit into. This lets the high-DPI displays have more information to work with and to make images which scale much better. The problem, of course, is that larger images require more space and bandwidth. With various CSS and JS techniques, you can target it such that the high-res images are only sent to browsers that really need them, saving on the bandwidth.</p>
<p>Anyway, lately we&#8217;ve been making those sorts of changes to WordPress.org too. If you&#8217;re visiting on a high-DPI display, you may notice that the main header logo is of a higher quality, or you might have noticed that the <a href="http://wordpress.org/showcase/">Showcase</a> looks particularly good, or that we now have some very high resolution images on the <a href="http://wordpress.org/about/logos/">Logos and Graphics page</a>. Little changes to the graphics, here and there. It&#8217;s an ongoing project to &#8220;retina-all-the-things&#8221;.</p>
<p>Back in December, we made <a href="http://wpdevel.wordpress.com/2011/12/21/been-giving-a-lot-of-thought-to-how/">some changes</a> to allow plugin authors to put banner images above their plugins in the directory, and the response has been great. So, now they get the high-DPI love too.</p>
<p>Plugin authors already have the ability to make a <code>banner-772x250.jpg</code> or png file in their assets directory and have that be used for the banner image on their plugin listing. As of today, they can add a <code>banner-1544x500.jpg</code> or png file, for use on high-DPI displays only. When the website detects that the viewing browser both has a high-DPI display and the high-res image exists, then that image will be shown instead of the low-res image, but scaled to fit into the proper space. This makes them look particularly sharp on high-DPI displays.</p>
<p>Now, before you go forth and create, please remember that one thing to keep in mind here is filesize. If you&#8217;re using photographic material for your banner, then it is highly recommended that you use the JPG file format. If you&#8217;re using drawn or generated materials, PNG is the favored format. However, in either case, you will want to apply high compression and try to keep those files as small as possible. Small files transfer to the browser faster. Also consider that a fair number of high-DPI displays will be phones, for example, and perhaps not using high-speed connections. So keeping that high-res file as small as you can would be a good thing. If you wish to use a PNG compression tool before uploading, that might be a good idea as well.</p>
<p>And there you have it. Plugin authors, go forth, and show us your high-resolution banner skills! <img src='http://make.wordpress.org/core/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>BTW, if you want to see it, I gave my <a href="http://wordpress.org/extend/plugins/pluginception/">Pluginception</a> plugin a high-res image, for testing. It&#8217;s a simple image with some well-defined lines that make the difference easy to spot if you&#8217;re looking for it. You&#8217;ll need a high-DPI display to see it though. <img src='http://make.wordpress.org/core/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/07/04/fun-with-high-dpi-displays/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>We&#8217;re seeing increased reports in readme txt files&#8230;</title>
		<link>http://make.wordpress.org/core/2012/04/20/were-seeing-increased-reports-in-readme-txt-files/</link>
		<comments>http://make.wordpress.org/core/2012/04/20/were-seeing-increased-reports-in-readme-txt-files/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 20:07:46 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[plugins directory]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/04/20/were-seeing-increased-reports-in-readme-txt-files/</guid>
		<description><![CDATA[We&#8217;re seeing increased reports in readme.txt files not updating for plugins. Likely related to the migration to nginx from earlier this week, as in the process a number of configurations were updated (also PHP 5.2 to 5.3), and now signs point to memcached caching algorithms (riveting). @bazza is looking into the problem; @otto42 and I [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re seeing increased reports in readme.txt files not updating for plugins. Likely related to the migration to nginx <a href="http://wpdevel.wordpress.com/2012/04/19/nginx-migration/">from earlier this week</a>, as in the process a number of configurations were updated (also PHP 5.2 to 5.3), and now signs point to memcached caching algorithms (riveting). @bazza is looking into the problem; <a href='http://make.wordpress.org/core/mentions/otto42/' class='mention'>@otto42</a> and I are also looking into some wider issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/04/20/were-seeing-increased-reports-in-readme-txt-files/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Thanks to @bazza and @stankea WordPress org has&#8230;</title>
		<link>http://make.wordpress.org/core/2012/04/19/nginx-migration/</link>
		<comments>http://make.wordpress.org/core/2012/04/19/nginx-migration/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 13:16:22 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/04/19/thanks-to-bazza-and-stankea-wordpress-org-has/</guid>
		<description><![CDATA[Thanks to @bazza and @stankea, WordPress.org has been fully migrated to nginx from Litespeed and Apache. Please let me know if you find things wonky with anything on wordpress.org, api.wordpress.org, bbpress.org, buddypress.org, etc. (Beyond the usual wonkiness, of course.) The only known issue is that query strings were temporarily broken on translate.wordpress.org. The rewrite rule [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Thanks to @bazza and @stankea, WordPress.org has been fully migrated to nginx from Litespeed and Apache. <strong>Please let me know if you find things wonky</strong> with anything on wordpress.org, api.wordpress.org, bbpress.org, buddypress.org, etc. (Beyond the usual wonkiness, of course.)</p>
<p>The only known issue is that query strings were temporarily broken on translate.wordpress.org. The rewrite rule has been fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/04/19/nginx-migration/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>MT has given the typography on WordPress org&#8230;</title>
		<link>http://make.wordpress.org/core/2011/12/22/mt-has-given-the-typography-on-wordpress-org/</link>
		<comments>http://make.wordpress.org/core/2011/12/22/mt-has-given-the-typography-on-wordpress-org/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 01:14:51 +0000</pubDate>
		<dc:creator>Matt Mullenweg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2011/12/22/mt-has-given-the-typography-on-wordpress-org/</guid>
		<description><![CDATA[MT has given the typography on WordPress.org a refresh to bring it more in line with our sans-serif (instead of Lucida) approach in the WP dashboard, and also tightened up the vertical space the sub-heads were taking up on the page. Helvetica / Arial is a bit tougher than Lucida at smaller pixel sizes, so [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>MT has given the typography on WordPress.org a refresh to bring it more in line with our sans-serif (instead of Lucida) approach in the WP dashboard, and also tightened up the vertical space the sub-heads were taking up on the page. Helvetica / Arial is a bit tougher than Lucida at smaller pixel sizes, so drop a comment here if you notice anything funky on the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2011/12/22/mt-has-given-the-typography-on-wordpress-org/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Plugin committers now receive svn notify emails with&#8230;</title>
		<link>http://make.wordpress.org/core/2011/06/22/plugin-committers-now-receive-svn-notify-emails-with/</link>
		<comments>http://make.wordpress.org/core/2011/06/22/plugin-committers-now-receive-svn-notify-emails-with/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 02:57:25 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2011/06/22/plugin-committers-now-receive-svn-notify-emails-with/</guid>
		<description><![CDATA[Plugin committers now receive svn notify emails with every commit to their plugin. This is something we&#8217;ve been planning to do to assist with collaboration, but we added it today without extra things like being able to sign up for other plugins. (Look for that soon, though.) And not to sound like the PA in [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Plugin committers now receive svn notify emails with every commit to their plugin. This is something we&#8217;ve been planning to do to assist with collaboration, but we added it <a href="http://wordpress.org/news/2011/06/passwords-reset/">today</a> without extra things like being able to sign up for other plugins. (Look for that soon, though.)</p>
<p>And not to sound like the PA in a subway or at an airport, but if you see something, say something. Say things to <a href="mailto:security@wordpress.org">security@wordpress.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2011/06/22/plugin-committers-now-receive-svn-notify-emails-with/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Commit access has been restored for plugins If&#8230;</title>
		<link>http://make.wordpress.org/core/2011/06/22/commit-access-has-been-restored-for-plugins-if/</link>
		<comments>http://make.wordpress.org/core/2011/06/22/commit-access-has-been-restored-for-plugins-if/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 00:10:06 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2011/06/22/commit-access-has-been-restored-for-plugins-if/</guid>
		<description><![CDATA[Commit access has been restored for plugins. If you get a 403 error, you need to go reset your password. Please, to something new.]]></description>
				<content:encoded><![CDATA[<p><strong>Commit access has been restored for plugins.</strong> If you get a 403 error, you need to go <a href="http://wordpress.org/news/2011/06/passwords-reset/">reset your password</a>. Please, to something new.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2011/06/22/commit-access-has-been-restored-for-plugins-if/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>@otto42 in theme repo on org search results&#8230;</title>
		<link>http://make.wordpress.org/core/2011/05/08/otto42-in-theme-repo-on-org-search-results/</link>
		<comments>http://make.wordpress.org/core/2011/05/08/otto42-in-theme-repo-on-org-search-results/#comments</comments>
		<pubDate>Sun, 08 May 2011 17:14:46 +0000</pubDate>
		<dc:creator>Jen Mylo</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[theme directory]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2011/05/08/otto42-in-theme-repo-on-org-search-results/</guid>
		<description><![CDATA[@otto42: in theme repo on .org, search results for “Twenty Ten” put Twenty Ten as result #6. Higher results are Freedream2010, 2010 Weaver, Third Style, Clear Style, and Atmosphere 2010. Can you do some magic so exact matches come up first?]]></description>
				<content:encoded><![CDATA[<p><a href='http://make.wordpress.org/core/mentions/otto42/' class='mention'>@otto42</a>: in theme repo on .org, search results for “Twenty Ten” put Twenty Ten as result #6. Higher results are Freedream2010, 2010 Weaver, Third Style, Clear Style, and Atmosphere 2010. Can you do some magic so exact matches come up first?</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2011/05/08/otto42-in-theme-repo-on-org-search-results/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Added a new page to WordPress.org: http:&#8230;</title>
		<link>http://make.wordpress.org/core/2011/01/13/added-a-new-page-to-wordpress-org-http/</link>
		<comments>http://make.wordpress.org/core/2011/01/13/added-a-new-page-to-wordpress-org-http/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 22:48:57 +0000</pubDate>
		<dc:creator>Samuel Wood (Otto)</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2011/01/13/added-a-new-page-to-wordpress-org-http/</guid>
		<description><![CDATA[Added a new page to WordPress.org: http://wordpress.org/extend/mobile/ Also added it to the dropdown menu under extend.]]></description>
				<content:encoded><![CDATA[<p>Added a new page to WordPress.org: <a href="http://wordpress.org/extend/mobile/" rel="nofollow">http://wordpress.org/extend/mobile/</a><br />
Also added it to the dropdown menu under extend.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2011/01/13/added-a-new-page-to-wordpress-org-http/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>It was pointed out to me that I never me&#8230;</title>
		<link>http://make.wordpress.org/core/2010/12/22/it-was-pointed-out-to-me-that-i-never-me/</link>
		<comments>http://make.wordpress.org/core/2010/12/22/it-was-pointed-out-to-me-that-i-never-me/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 22:18:37 +0000</pubDate>
		<dc:creator>Samuel Wood (Otto)</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[extend]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2010/12/22/it-was-pointed-out-to-me-that-i-never-me/</guid>
		<description><![CDATA[It was pointed out to me that I never mentioned it anywhere when I made this change last month, but the plugin search engine at http://wordpress.org/extend/plugins/ has been much improved. So now when you search for things like &#8220;buddypress&#8221;, you should get what you&#8217;re looking for on the first page of results more often. It [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>It was pointed out to me that I never mentioned it anywhere when I made this change last month, but the plugin search engine at <a href="http://wordpress.org/extend/plugins/" rel="nofollow">http://wordpress.org/extend/plugins/</a> has been much improved. So now when you search for things like &#8220;buddypress&#8221;, you should get what you&#8217;re looking for on the first page of results more often.</p>
<p>It was a minor adjustment, so it didn&#8217;t occur to me to tell anybody. Sorry about that. <img src='http://make.wordpress.org/core/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2010/12/22/it-was-pointed-out-to-me-that-i-never-me/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
	</channel>
</rss>
