<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Design And Style Your WordPress Plugin Admin Panel</title>
	<atom:link href="http://blog.tuvinh.com/how-to-design-and-style-your-wordpress-plugin-admin-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tuvinh.com/how-to-design-and-style-your-wordpress-plugin-admin-panel/</link>
	<description>Web Design &#38; Development, Software Development, Graphic Design</description>
	<lastBuildDate>Wed, 21 Jul 2010 12:09:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: R'phael Spindel</title>
		<link>http://blog.tuvinh.com/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-1708</link>
		<dc:creator>R'phael Spindel</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tuvinh.com/?p=2040#comment-1708</guid>
		<description>When adding a new style, locate the WordPress plug-in directory using the WP_PLUGIN_URL constant as plug-ins can now be placed in a user-specified directory and do not just echo out link elements to add new stylesheet but use the wp_enqueue_style() function or admin_print_styles-$mypage hook
which will only fire when the page being displayed is your plugin page so that you do not  add unused bulk to the head section.</description>
		<content:encoded><![CDATA[<p>When adding a new style, locate the WordPress plug-in directory using the WP_PLUGIN_URL constant as plug-ins can now be placed in a user-specified directory and do not just echo out link elements to add new stylesheet but use the wp_enqueue_style() function or admin_print_styles-$mypage hook<br />
which will only fire when the page being displayed is your plugin page so that you do not  add unused bulk to the head section.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
