<?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>Oxagile Software Development Company Web Application Development Blog &#187; plugins</title>
	<atom:link href="http://blog.oxagile.com/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oxagile.com</link>
	<description>Web and Mobile Application Development Services</description>
	<lastBuildDate>Wed, 21 Dec 2011 20:11:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Little secrets of better WordPress development</title>
		<link>http://blog.oxagile.com/2009/11/18/little-secrets-of-better-wordpress-development/</link>
		<comments>http://blog.oxagile.com/2009/11/18/little-secrets-of-better-wordpress-development/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:26:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open source software]]></category>
		<category><![CDATA[blog themes]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.oxagile.com/?p=598</guid>
		<description><![CDATA[ 
   With WordPress conditional statements your blog will stand out against thousands of others
Conditional statements can transform themes in something unrecognizable. Be sure, your readers will be amazed by such features in Wordpress blog design. There is nothing difficult in directory conditioned elements, they based on PHP code. So with the help [...]]]></description>
			<content:encoded><![CDATA[ 
   <span class = "facebook-like-this" style = "height: px"><iframe src="http://www.facebook.com/plugins/like.php?href=http://blog.oxagile.com/2009/11/18/little-secrets-of-better-wordpress-development/&layout=standard&show_faces=false&width=100%&action=like&colorscheme=light&locale=en_US&font=" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:100%px; height:px"></iframe></span><p><strong>With WordPress conditional statements your blog will stand out against thousands of others</strong><br />
Conditional statements can transform themes in something unrecognizable. Be sure, your readers will be amazed by such features in <a href="http://www.oxagile.com/services/open-source-application-customization/wordpress-blog-customization">Wordpress blog design</a>. There is nothing difficult in directory conditioned elements, they based on PHP code. So with the help of <a href="http://www.oxagile.com/expertise/by-technology">php programmers</a> you will be able to realize your ideas. For instance, welcome block at the home page can be done with the following code:<br />
<em>if (is_home()) {<br />
echo &#8216;YOUR WELCOME BOX CODES HERE&#8217;;<br />
} else { }</em></p>
<p><strong>Theme framework is a timesaver for WordPress template customization</strong><br />
There are a lot of theme frameworks (Guerrilla Theme, Thesis, Thematic, WP Framework, etc.) that will help you to build custom templates in the shortest possible time. Use them with no hesitation!</p>
<p><a href="http://blog.oxagile.com/wp-content/uploads/2009/11/theme-framework.jpg"><img class="alignnone size-medium wp-image-599" title="theme-framework" src="http://blog.oxagile.com/wp-content/uploads/2009/11/theme-framework-300x132.jpg" alt="" width="300" height="132" /></a></p>
<p><strong>WordPress widgets for better usability</strong><br />
With widgets you can easily customize the look of your theme, rearrange different blog areas (ad blocks, posts, headers, footers, etc.).</p>
<p><img class="alignnone size-full wp-image-600" title="wordpress-widget" src="http://blog.oxagile.com/wp-content/uploads/2009/11/wordpress-widget.jpg" alt="" width="429" height="108" /></p>
<p><strong>Say “no” to plugins and “yes” to PHP code </strong><br />
Using WordPress plugins you force end-users of your blog to download and install additional software. It’s not a good idea for quick and easy accesses to blog features and published information. PHP solves this problem and it also gives more know-hows for <a href="http://www.oxagile.com">WordPress developers</a>.<br />
<strong>Continuous learning is an indispensable condition of qualitative WordPress development</strong></p>
<p><img class="alignnone size-full wp-image-601" title="continuous-learning" src="http://blog.oxagile.com/wp-content/uploads/2009/11/continuous-learning.gif" alt="" width="425" height="327" /><br />
WordPress has a great blogging community, it’s even more then web community. So WordPress-as-a-CMS development can be just fun and easy work with some simple plugins, php code and official teaching material from tutorial sites. You can try a simple hack code that helps to reduce spam. It blocks all comments on your blog written by users who have come with “No referrer” result (for example, spam bots).<br />
<em></em></p>
<p><em>function check_referrer() {<br />
if (!isset($_SERVER['HTTP_REFERER']) || $_SERVER['HTTP_REFERER'] == &#8220;&#8221;) {<br />
wp_die( __(&#8216;Please enable referrers in your browser, or, if you\&#8217;re a spammer, bugger off!&#8217;) );<br />
}}<br />
add_action(&#8216;check_comment_flood&#8217;, &#8216;check_referrer&#8217;);add_action ( &#8216;check_comment_flood&#8217;, &#8216;check_referrer&#8217;);</em></p>
<p><img class="alignnone size-full wp-image-602" title="wordpress-sites" src="http://blog.oxagile.com/wp-content/uploads/2009/11/wordpress-sites.jpg" alt="" width="429" height="280" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.oxagile.com/2009/11/18/little-secrets-of-better-wordpress-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

