<?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://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/</link>
	<description>A digital community for web designers and developers by sharing freebies, great tutorials, useful resources and online tips.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:22:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: MojoWill</title>
		<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-21624</link>
		<dc:creator>MojoWill</dc:creator>
		<pubDate>Wed, 18 Jan 2012 11:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=768#comment-21624</guid>
		<description>Just a quick update regarding adding your own styles. You should register and enqueue your style sheet rather than injecting into the admin head.

[code]


		function custom_admin_styles() {
			wp_register_style( &#039;my-admin-css&#039;, &#039;url_to_my_css/admin.css&#039;, null, &#039;1.0&#039;, &#039;screen&#039; );
			wp_enqueue_style( &#039;my_admin-css&#039; );
		}

add_action( &#039;admin_print_styles&#039;, &#039;custom_admin_styles&#039; );
[/code]</description>
		<content:encoded><![CDATA[<p>Just a quick update regarding adding your own styles. You should register and enqueue your style sheet rather than injecting into the admin head.</p>
<pre class="brush: plain; title: ; notranslate">

		function custom_admin_styles() {
			wp_register_style( 'my-admin-css', 'url_to_my_css/admin.css', null, '1.0', 'screen' );
			wp_enqueue_style( 'my_admin-css' );
		}

add_action( 'admin_print_styles', 'custom_admin_styles' );
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldeep Bansal</title>
		<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-21197</link>
		<dc:creator>Kuldeep Bansal</dc:creator>
		<pubDate>Sat, 17 Dec 2011 10:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=768#comment-21197</guid>
		<description>This is one of the best articles so far I have read online. No crap, just useful information. Very well presented. Thanks for sharing with us. I have found another nice post related to this post over the internet which also explained very well, for more details of that post visit the following link....

http://mindstick.com/Articles/99e1cb14-a0d3-40f4-b5f1-4d7ce9105d1a/?WordPress%20Admin%20Panel

Thanks everyone for yours nice post.</description>
		<content:encoded><![CDATA[<p>This is one of the best articles so far I have read online. No crap, just useful information. Very well presented. Thanks for sharing with us. I have found another nice post related to this post over the internet which also explained very well, for more details of that post visit the following link....</p>
<p><a href="http://mindstick.com/Articles/99e1cb14-a0d3-40f4-b5f1-4d7ce9105d1a/?WordPress%20Admin%20Panel" rel="nofollow">http://mindstick.com/Articles/99e1cb14-a0d3-40f4-b5f1-4d7ce9105d1a/?WordPress%20Admin%20Panel</a></p>
<p>Thanks everyone for yours nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenni</title>
		<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-18764</link>
		<dc:creator>Jenni</dc:creator>
		<pubDate>Sun, 28 Aug 2011 03:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=768#comment-18764</guid>
		<description>I don&#039;t see  in the code? Is there anything wrong?</description>
		<content:encoded><![CDATA[<p>I don't see  in the code? Is there anything wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Donga</title>
		<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-18757</link>
		<dc:creator>Sam Donga</dc:creator>
		<pubDate>Sat, 27 Aug 2011 10:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=768#comment-18757</guid>
		<description>Hi,



Thanks for the post, exactly what I was looking for.

http://www.psdtohtmlfive.com

thank you</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the post, exactly what I was looking for.</p>
<p><a href="http://www.psdtohtmlfive.com" rel="nofollow">http://www.psdtohtmlfive.com</a></p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-18697</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 23 Aug 2011 21:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=768#comment-18697</guid>
		<description>&lt;form method=&quot;POST&quot; action=&quot;&quot;&gt;

this code of yours is unacceptable as it can lead to a xss attack</description>
		<content:encoded><![CDATA[<p>&lt;form method=&quot;POST&quot; action=&quot;"&gt;</p>
<p>this code of yours is unacceptable as it can lead to a xss attack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sinden</title>
		<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-17619</link>
		<dc:creator>sinden</dc:creator>
		<pubDate>Thu, 30 Jun 2011 16:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=768#comment-17619</guid>
		<description>thanks for the knowledge of friends, now my admin look more attractive.</description>
		<content:encoded><![CDATA[<p>thanks for the knowledge of friends, now my admin look more attractive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-17519</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 24 Jun 2011 17:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=768#comment-17519</guid>
		<description>Very useful. Thanks for this.</description>
		<content:encoded><![CDATA[<p>Very useful. Thanks for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bilgispot</title>
		<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-17153</link>
		<dc:creator>Bilgispot</dc:creator>
		<pubDate>Mon, 06 Jun 2011 15:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=768#comment-17153</guid>
		<description>it&#039;s cool design. Thanks...</description>
		<content:encoded><![CDATA[<p>it's cool design. Thanks...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Naves</title>
		<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-17152</link>
		<dc:creator>Daniel Naves</dc:creator>
		<pubDate>Mon, 06 Jun 2011 14:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=768#comment-17152</guid>
		<description>Very nice my friend ! Thanks!</description>
		<content:encoded><![CDATA[<p>Very nice my friend ! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/comment-page-1/#comment-16841</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Wed, 18 May 2011 18:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.onextrapixel.com/?p=768#comment-16841</guid>
		<description>Thanks for the post, exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks for the post, exactly what I was looking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc (User agent is rejected)
Database Caching 2/14 queries in 0.020 seconds using apc
Object Caching 456/458 objects using apc
Content Delivery Network via net.onextrapixel.com

Served from: onextrapixel.com @ 2012-02-08 16:13:57 -->
