<?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>Design Gala &#187; tips</title>
	<atom:link href="http://designgala.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://designgala.com</link>
	<description>Web Usability, Web Technology, User Experience</description>
	<lastBuildDate>Sat, 11 Jun 2011 02:38:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Simple Trick to Hide Tags, Comments widgets from WP-admin Add/Edit Post</title>
		<link>http://designgala.com/simple-trick-to-hide-tags-comments-widgets-from-wp-admin-addedit-post/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-trick-to-hide-tags-comments-widgets-from-wp-admin-addedit-post</link>
		<comments>http://designgala.com/simple-trick-to-hide-tags-comments-widgets-from-wp-admin-addedit-post/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 17:20:18 +0000</pubDate>
		<dc:creator>Design Gala</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[hide widgets]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=1522</guid>
		<description><![CDATA[I wasn&#8217;t surprised when one of my buyer asked me if there&#8217;s a way to hide features like tags, comments widgets. Its not uncommon in a simple CMS based projects where tags and...]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1523" title="wp admin widget hidden" src="http://www.designgala.com/wp-content/uploads/2010/01/wp-admin-widget-hidden.jpg" alt="" width="550" height="388" />I wasn&#8217;t surprised when one of my buyer asked me if there&#8217;s a way to hide features like tags, comments widgets. Its not uncommon in a simple CMS based projects where tags and comments widgets are seldom needed. Hence, I came up with a simple trick to hide those widgets.</p>
<p><img class="alignright size-full wp-image-1524" title="wp admin add interface" src="http://www.designgala.com/wp-content/uploads/2010/01/wp-admin-add-interface.jpg" alt="" width="550" height="318" />Basically I used help of CSS <em>&#8216;display:none&#8217;</em> to achieve it. I created a function <em>&#8216;hide_wp_tags_from_admin&#8217;</em> and then I added this filter to to admin head using <a href="http://codex.wordpress.org/Function_Reference/add_action">add_action</a>. You must either create a plugin and add it to plugins folder or you can use a quick dirty hack by adding below function to <em>function.php</em> of your <em>active theme</em>.</p>
<div class="wp_syntax">
<div class="code">
<pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> hide_wp_tags_from_admin<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;!--
#commentsdiv, #tagsdiv-post_tag { display:none; }
--&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
add_action<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'admin_head'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'hide_wp_tags_from_admin'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre>
</div>
</div>
<p>Very simple; isn&#8217;t it? Have your say.
<div id="fb-root"></div>
<p><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove --></p>
]]></content:encoded>
			<wfw:commentRss>http://designgala.com/simple-trick-to-hide-tags-comments-widgets-from-wp-admin-addedit-post/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Important Tips for Web Design</title>
		<link>http://designgala.com/important-tips-for-web-design/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=important-tips-for-web-design</link>
		<comments>http://designgala.com/important-tips-for-web-design/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 08:24:09 +0000</pubDate>
		<dc:creator>S@R0Z</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design Tips]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=1262</guid>
		<description><![CDATA[Website is the best online platform for the promotion of business or services. So the greatest necessity of website is its design. Design needs to be eye catchy and attractive enough so that...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.designgala.com/wp-content/uploads/2010/01/webdesign2.jpg" alt="webdesign" width="560"  class="alignnone size-full wp-image-1298" /></p>
<p>Website is the best online platform for the promotion of business or services. So the greatest necessity of website is its design. Design needs to be eye catchy and attractive enough so that the visitors stop by to browse through your site. A visitor hardly stays on a website for less than 5 seconds or so if the design is not catchy. So a web designer has to be careful enough to turn the first impression of the site into a good one. Acquiring designing skill is very important for a beginner which can be developed and polished with rigorous practice.</p>
<p>The web layouts, the look and feel of the website as well as many other things are taken into consideration for website designing. A proper knowledge and skill to use the web designing tools are essential for any web designer.</p>
<div id="fb-root"></div>
<p><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove --></p>
]]></content:encoded>
			<wfw:commentRss>http://designgala.com/important-tips-for-web-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Darn you WordPress AutoP Filter – How to disable AutoP?</title>
		<link>http://designgala.com/darn-you-wordpress-autop-filter-how-to-disable-autop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=darn-you-wordpress-autop-filter-how-to-disable-autop</link>
		<comments>http://designgala.com/darn-you-wordpress-autop-filter-how-to-disable-autop/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 20:54:44 +0000</pubDate>
		<dc:creator>Design Gala</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.designgala.com/?p=489</guid>
		<description><![CDATA[WordPress automatically adds &#60;p&#62; tag for each line breaks within a post or page. For some, this filter can be a headache for their particular project. I quickly googled and fixed it by...]]></description>
			<content:encoded><![CDATA[<p>WordPress automatically adds &lt;p&gt; tag for each line breaks within a post or page. For some, this filter can be a headache for their particular project. <img src="http://www.designgala.com/wp-content/uploads/thumb/thumb_wplogo-stacked-rgb-300x186.png" alt="" /></p>
<h3><strong>I quickly googled and fixed it by adding following code in function.php</strong></h3>
<div class="wp_syntax">
<div class="code">
<pre class="php" style="font-family:monospace;">remove_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'the_content'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'wpautop'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre>
</div>
</div>
<p>;)
<div id="fb-root"></div>
<p><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><!-- Do not remove --></p>
]]></content:encoded>
			<wfw:commentRss>http://designgala.com/darn-you-wordpress-autop-filter-how-to-disable-autop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

