<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress Plugins &#187; Tag: pie chart - Recent Posts</title>
		<link>http://wordpress.org/plugins/tags/pie-chart</link>
		<description>WordPress Plugins &#187; Tag: pie chart - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 08:33:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/plugins/rss/tags/pie-chart" rel="self" type="application/rss+xml" />

		<item>
			<title>WP Business Intelligence Lite</title>
			<link>http://wordpress.org/plugins/wp-business-intelligence-lite/#post-52680</link>
			<pubDate>Mon, 29 Apr 2013 00:42:33 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">52680@http://wordpress.org/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: There are some issues with your code.</p>
<p>== Calling wp-load.php directly ==</p>
<p>Including wp-config.php, wp-blog-header.php, wp-load.php, or pretty much any other WordPress core file that you have to call directly via an include is not a good idea and we cannot approve a plugin that does so unless it has a very good reason to load the file(s). It is prone to failure since not all WordPress installs have the exact same file structure.</p>
<p>Usually plugins will include wp-config.php or wp-load.php in order to gain access to core WordPress functions, but there are much better ways to do this.</p>
<p>It's best if you tie your processing functions (the ones that need but don't have access to core functions) into an action hook, such as "init" or "admin_init".</p>
<p>Please consult the Plugins API reference for more information: <a href="http://codex.wordpress.org/Plugin_API" rel="nofollow">http://codex.wordpress.org/Plugin_API</a></p>
<p>If you're trying to use AJAX, please read this: <a href="http://codex.wordpress.org/AJAX_in_Plugins" rel="nofollow">http://codex.wordpress.org/AJAX_in_Plugins</a></p>
<p>== Calling your own version of jquery (and not using wp_enequeue_scripts() ==</p>
<p>WordPress includes its own version of jquery, which has been rigorously tested with WP and many of the most common plugins. In order to provide the best compatibility and experience for our users, we ask that you not package your own (especially not an older version) and instead use wp_enqueue_script() to pull in WordPress’s version.</p>
<p>Please review <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script" rel="nofollow">http://codex.wordpress.org/Function_Reference/wp_enqueue_script</a> and update your plugin accordingly.</p>
<p>Keep in mind: Offloading the default jquery and other scripts to Google is similarly disallowed. If your code doesn't work with the built-in jQuery, it's most likely a noconflict issue. If you can't guess, we -really- want you to use our jquery, and if you can't, we need to know why so we can fix things for everyone.</p>
<p>You need to remove all jquery files from your plugin if they're included in WP core. Please check all your resources, as there are multiple instances in some of your 3rd party locations.</p>
<p>==Encrypted/Obfuscated code ==</p>
<p>eval(function(p,a,c,k,e,d) is found in one of your jquery files.</p>
<p>Using encryption methods like base64() or p,a,c,k,e,r to hide your code or otherwise make it human-unreadable is in violation of the repository guidelines, found at:  <a href="http://wordpress.org/extend/plugins/about/guidelines/" rel="nofollow">http://wordpress.org/extend/plugins/about/guidelines/</a></p>
<p>In specific, the fourth guideline, which reads: "4. No obfuscated code."</p>
<p>It's fine to compress your code and minify, but it's not okay to hide it. All code must be human readable for inclusion in this repository.</p>
<p>Please send a link so the completed plugin can be downloaded. Alternately you can reply to this and send a .zip or .rar file. As this is for a new plugin request, please reply within seven days of this email or we will reject your plugin.
</p>]]></description>
					</item>
		<item>
			<title>WP Business Intelligence Lite</title>
			<link>http://wordpress.org/plugins/wp-business-intelligence-lite/#post-52673</link>
			<pubDate>Sun, 28 Apr 2013 20:05:06 +0000</pubDate>
			<dc:creator>Claudio</dc:creator>
			<guid isPermaLink="false">52673@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Dynamic web charts and tables for your site! Connect to your live WordPress instance DB to retrieve data in real-time and update charts and tables!]]></description>
					</item>
		<item>
			<title>WordPress Charts</title>
			<link>http://wordpress.org/plugins/wp-charts/#post-52668</link>
			<pubDate>Sun, 28 Apr 2013 16:34:58 +0000</pubDate>
			<dc:creator>Paul</dc:creator>
			<guid isPermaLink="false">52668@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Create amazing HTML5 charts easily in WordPress. A flexible and lightweight WordPress chart plugin including 6 customizable chart types.]]></description>
					</item>
		<item>
			<title>IPU-Chart</title>
			<link>http://wordpress.org/plugins/ipu-chart/#post-51183</link>
			<pubDate>Tue, 26 Mar 2013 19:42:30 +0000</pubDate>
			<dc:creator>mordauk</dc:creator>
			<guid isPermaLink="false">51183@http://wordpress.org/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: In order to approve your plugin, you will need to make a few improvements.</p>
<p>Currently you have very generic function names that are likely to conflict with functions from other plugins or themes.</p>
<p>Every function in your plugin should be prefixed with a prefix that is unique to your plugin.</p>
<p>For example, if your plugin is called "Easy Custom Post Types", then you might prefix your functions with ecpt_{your function name here}.</p>
<p>When you have updated your plugin code, respond to this email with the new code for us to review again.
</p>]]></description>
					</item>
		<item>
			<title>IPU-Chart</title>
			<link>http://wordpress.org/plugins/ipu-chart/#post-51095</link>
			<pubDate>Sat, 23 Mar 2013 12:43:00 +0000</pubDate>
			<dc:creator>thmufl</dc:creator>
			<guid isPermaLink="false">51095@http://wordpress.org/plugins/</guid>
			<description><![CDATA[Creates SVG based, animated bar, pie, donut, line, scatter, bubble and world map charts out of your spreadsheet data. A powerful, easy to use shortcod]]></description>
					</item>
		<item>
			<title>ChartBoot for WordPress</title>
			<link>http://wordpress.org/plugins/chartboot-for-wordpress/#post-39214</link>
			<pubDate>Fri, 15 Jun 2012 15:51:37 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">39214@http://wordpress.org/plugins/</guid>
			<description><![CDATA[<p>Emailed Author: Hi,</p>
<p>All plugins are expected to be submitted with the code complete and ready to go, including a valid readme.txt file.  Could you please reply with a link so the plugin can be downloaded? Alternately you can reply to this and attach your .zip or .rar file.</p>
<p>Please reply with 7 days. If a reply is not received the submission will be rejected and you will have to submit the plugin again, with code, should you want your plugin hosted.</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>ChartBoot for WordPress</title>
			<link>http://wordpress.org/plugins/chartboot-for-wordpress/#post-39204</link>
			<pubDate>Fri, 15 Jun 2012 13:59:56 +0000</pubDate>
			<dc:creator>lpagg</dc:creator>
			<guid isPermaLink="false">39204@http://wordpress.org/plugins/</guid>
			<description><![CDATA[ChartBoot for WordPress Plugin allows to create, edit and embed Google Charts in WordPress Posts and/or Pages.]]></description>
					</item>
		<item>
			<title>Easy Chart Categories</title>
			<link>http://wordpress.org/plugins/easy-chart-categories/#post-35023</link>
			<pubDate>Sat, 18 Feb 2012 23:23:27 +0000</pubDate>
			<dc:creator>cheshire137</dc:creator>
			<guid isPermaLink="false">35023@http://wordpress.org/plugins/</guid>
			<description><![CDATA[This is a WordPress plugin that provides a WordPress shortcode that will display your categories in a chart and another that will display your tags.]]></description>
					</item>

	</channel>
</rss>
