<?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>Wordpress Arena &#187; Tutorials</title>
	<atom:link href="http://wparena.com/tag/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://wparena.com</link>
	<description>A Blog for WordPress Developers, Designers and Bloggers</description>
	<lastBuildDate>Mon, 14 May 2012 19:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to add a Notification Bar Strip on WordPress Powered Website</title>
		<link>http://wparena.com/how-to/how-to-add-a-notification-bar-strip-on-wordpress-powered-website/</link>
		<comments>http://wparena.com/how-to/how-to-add-a-notification-bar-strip-on-wordpress-powered-website/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 14:45:17 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[ad strip]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Notification bar]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[top bar]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=13489</guid>
		<description><![CDATA[Most of of the Website owners display ads or run a promotional campaign on the top or at the bottom of the Website. Such kind of notification must be stick on top of the content without disturbing them but if you are using WordPress, its very easy to manage Notification bar by using WordPress plugins, [...]
Related posts:<ol>
<li><a href='http://wparena.com/tools/wordpress-error-notification-in-your-e-mail-box/' rel='bookmark' title='WordPress Error Notification in your E-mail Box'>WordPress Error Notification in your E-mail Box</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-and-create-a-new-login-page-for-wordpress-powered-website/' rel='bookmark' title='How to Customize and Create a new Login Page for WordPress Powered WebSite'>How to Customize and Create a new Login Page for WordPress Powered WebSite</a></li>
<li><a href='http://wparena.com/how-to/create-project-management-website-on-wordpress/' rel='bookmark' title='Create Project Management WebSite on WordPress'>Create Project Management WebSite on WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-troubleshoot-wordpress-powered-website/' rel='bookmark' title='How to Troubleshoot WordPress powered Website'>How to Troubleshoot WordPress powered Website</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-a-contact-form-into-wordpress-powered-website/' rel='bookmark' title='How to Add a Contact Form into WordPress Powered Website'>How to Add a Contact Form into WordPress Powered Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Most of of the Website owners display ads or run a promotional campaign on the top or at the bottom of the Website. Such kind of notification must be stick on top of the content without disturbing them but if you are using WordPress, its very easy to manage Notification bar by using WordPress plugins, I will provide the best WordPress plugins for Ad bar, as well If you don&#8217;t like WordPress plugin to distract your site, you can still run a Ad or Notification bar by using the following piece of code and instruction from &#8220;<a href="http://wpmu.org/how-to-put-a-floating-ad-bar-strip-on-your-wordpress-site/">Put a Floating Ad Bar Strip on Your WordPress Site</a>&#8220;. Although with <a href="http://www.hellobar.com/">Hello Bar</a> you can drive more attention to your most important website content with the cost of Hello Bar promotion same as with other WordPress Plugins. But with premium Plugin like <strong><a href="http://codecanyon.net/item/fading-menu-with-notification-bar-and-social-icons/1290726?ref=wparena">Fading Menu with Notification Bar and Social Icons</a>,</strong> You can set the text manually (with a simple text editor that will allow you to add links and change color on the fly), or set it to always show your latest tweet, facebook notification and important content. This will allow you to always have an up to date notification bar with your latest news.</p>
<p><img class="alignnone size-full wp-image-13501" title="WordPress-Notification-bar-ad-strip" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/WordPress-Notification-bar-ad-strip1.png" alt="" width="600" height="240" /></p>
<h2><strong>Adding a Floating Notification Bar </strong></h2>
<p>In case, if you don&#8217;t like WordPress Plugin, you can add the following snippet after the &lt;/head&gt; tag. Go to Appearance &gt; Edit and select your header.php file and add the following piece of code above the &lt;body&gt; tag:</p>
<pre>&lt;div id="notification-bar"&gt;
&lt;a href="http://www.wparena.com/"&gt;Drive more attention to your most important website content &lt;/a&gt;
&lt;/div&gt;</pre>
<h2><strong>Style Your Notification Bar</strong></h2>
<p>&lt; /hr&gt;<br />
You must give some style to your ad strip, otherwise  it will not float properly when the site visitors scroll down the page and it will display as a text link, so it is very important to give a style to it as follow, open your theme style sheet file(style.css) and add the div class into it and save the file:</p>
<pre>#notification-bar {
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  margin-bottom:15px;
  background-color: ##FFF9B8;
  color: #333;
  border-bottom: solid #000000;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 12px;
  font-family: Georgia, "Times New Roman;
  font-weight: bold;
}</pre>
<p>If you have activated admin bar for yourself and user, better to disable it, so it will not disturb your important content on ad strip. If you have different user roles on your site and want to manage their layout for Admin bar, than you can use <a href="http://wordpress.org/extend/plugins/wp-custom-admin-bar/">WP Custom Admin Bar</a>: This gives you options to change who sees the Admin Bar based on their user role, change or override the default styling or remove the Admin Bar altogether.</p>
<h2> WordPress Header / Footer Notification Bar Plugins</h2>
<h2><a href="http://codecanyon.net/item/fading-menu-with-notification-bar-and-social-icons/1290726?ref=wparena">Fading Menu with Notification Bar and Social Icons</a></h2>
<p><a href="http://codecanyon.net/item/fading-menu-with-notification-bar-and-social-icons/1290726?ref=wparena" target="_blank"><img class="alignnone size-full wp-image-13491" title="wordpress-fading-css3-menu-plugin" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/wordpress-fading-css3-menu-plugin.jpg" alt="" width="590" height="300" /></a></p>
<p><strong>Fading Menu with notification Bar</strong> is a WordPress Plugin that will allow you to add your <strong>navigational menu</strong> (main menu or custom menu defined by you) along with notification bar at the top of your browser. Simply scroll down your browser a bit to see it in live action!</p>
<p><a href="http://codecanyon.net/item/fading-menu-with-notification-bar-and-social-icons/full_screen_preview/1290726?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/fading-menu-with-notification-bar-and-social-icons/1290726?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/uannounce-premium-announcements-for-wordpress/1032330?ref=wparena" target="_blank">uAnnounce &#8211; Premium Announcements for WordPress</a></h2>
<p><a href="http://codecanyon.net/item/uannounce-premium-announcements-for-wordpress/1032330?ref=wparena"><img class="alignnone size-full wp-image-13492" title="uAnnounce-WordPress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/uAnnounce-WordPress.jpg" alt="" width="590" height="300" /></a></p>
<p>uAnnounce is a Premium Announcement plugin for WordPress. The announcements are thin colored stripes that contain a message and appear at the top of the page. uAnnounce allows you to schedule announcements to appear on your blog, you can use this to draw your visitors’ attention to an important message you may have. It supports a wide range of conditions that influence on which pages, blog posts and/or to users with which particular browsers the announcement should be displayed. It also features multiple skins to cover the basic announcement types, such as Alert, Error, Warning, Info.</p>
<p><a href="http://codecanyon.net/item/uannounce-premium-announcements-for-wordpress/full_screen_preview/1032330?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/uannounce-premium-announcements-for-wordpress/1032330?ref=wparena" target="_blank">Detail</a></p>
<h2><a href="http://codecanyon.net/item/foobar-wordpress-notification-bars/411466?ref=wparena" target="_blank">Foobar &#8211; WordPress Notification Bars</a></h2>
<p><a href="http://codecanyon.net/item/foobar-wordpress-notification-bars/411466?ref=wparena"><img class="alignnone size-full wp-image-13493" title="Foobar-WordPress-Notification-Bars" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/Foobar-WordPress-Notification-Bars.png" alt="" width="590" height="300" /></a></p>
<p>The Foobar is a plugin for WordPress that allows you to add a highly customizable bar to the top of your blog or website. You can display different notifications on different pages and define a default bar that will display on all your pages.</p>
<p><a href="http://codecanyon.net/item/foobar-wordpress-notification-bars/full_screen_preview/411466?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/foobar-wordpress-notification-bars/411466?ref=wparena" target="_blank">Detail</a></p>
<h2><a href="http://codecanyon.net/item/attentiongrabber-add-a-notification-to-your-site/242027?ref=wparena" target="_blank">attentionGrabber: WordPress Notification Bar</a></h2>
<p><a href="http://codecanyon.net/item/attentiongrabber-add-a-notification-to-your-site/242027?ref=wparena"><img class="alignnone size-full wp-image-13494" title="attentionGrabber-Wordpress Notification Bar" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/attentionGrabber-Wordpress-Notification-Bar.png" alt="" width="590" height="300" /></a></p>
<p>attentionGrabber is a plugin for WordPress that allows you to add a notification bar to your website.<br />
With this plugin you can easily display custom texts, Twitter posts and Feeds RSS . Also, the huge list of features lets you fully customize the notifications look.</p>
<p><a href="http://codecanyon.net/item/attentiongrabber-wordpress-notification-bar/full_screen_preview/242027?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/attentiongrabber-add-a-notification-to-your-site/242027?ref=wparena" target="_blank">Detail</a></p>
<h2><a href="http://codecanyon.net/item/widgetized-stickybar/2032941?ref=wparena" target="_blank">Widgetized Stickybar</a></h2>
<p><a href="http://codecanyon.net/item/widgetized-stickybar/2032941?ref=wparena"><img class="alignnone size-full wp-image-13495" title="Widgetized Stickybar" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/Widgetized-Stickybar.jpg" alt="" width="590" height="300" /></a></p>
<p>Widgetized Stickybar is a plugin for WordPress that allows you to add a highly customizable widget bar to your blog or website. As it is said in the title, bar contains widget areas, where you can place any widgets available in your WordPress dashboard. As an administrator you decide where to stick the bar: top, bottom, right or left edge. You also can customize size, colors, opacity, number of columns and other parameters of the bar. Widgetized Stickybar is a perfect way to extend functionality of your website.</p>
<p><a href="http://codecanyon.net/item/widgetized-stickybar/full_screen_preview/2032941?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/widgetized-stickybar/2032941?ref=wparena" target="_blank">Detail</a></p>
<h2>Free WordPress Header / Footer Notification Bar Plugins</h2>
<h2><a href="http://wordpress.org/extend/plugins/easy-heads-up-bar/" target="_blank">Easy Heads Up Bar</a></h2>
<p><a href="http://wordpress.org/extend/plugins/easy-heads-up-bar/"><img class="alignnone size-medium wp-image-13496" title="Easy Heads Up Bar" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/Easy-Heads-Up-Bar-620x200.jpg" alt="" width="620" height="200" /></a></p>
<p>This plugin adds an easy to use notification bar to the top of your WordPress website with a linked call to action</p>
<h4>General Display Options</h4>
<ul>
<li>Your Heads Up Bar appears on the top of the websites page</li>
<li><strong>No Limit!</strong> You can create as many Heads Up Bars as you need</li>
<li>If you have multiple Bars they will show randomly</li>
<li>The Bar can be limited to just the Home Page, Interior Pages <strong>OR</strong> the can be displayed on all pages</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/easy-heads-up-bar/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/wp-topbar/" target="_blank">WP-TopBar</a></h2>
<p><img class="alignnone size-full wp-image-13498" title="wordpress-top-bar" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/wordpress-top-bar.jpg" alt="http://wordpress.org/extend/plugins/wp-topbar/" width="600" height="240" /></p>
<p>Creates a TopBar that will be shown at the top (or bottom) of your website. Customizable and easy to change the color, text, image, and link. Live preview to see your TopBar from the Options page.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-topbar/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/quick-notice/" target="_blank">Quick Notice Bar</a></h2>
<p><a href="http://wordpress.org/extend/plugins/quick-notice/"><img class="alignnone size-full wp-image-13497" title="Quick-Notice-Bar" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/Quick-Notice-Bar.jpg" alt="" width="600" height="240" /></a></p>
<p>This plugin will help the admin to publish highlighted notice on WordPress site header. Any message like offline notice, update notice, tweets, special offers, latest post can be set to attract visitors in 1st sight.</p>
<p><a href="http://wordpress.org/extend/plugins/quick-notice/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/viperbar/" target="_blank">ViperBar</a></h2>
<p>ViperBar adds an attractive bar to your site header, which you can use to increase blog or newsletter subscribers. It includes built in styling, Aweber &amp; Feedburner integration, conversion rate tracking, split-testing, <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?=" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?=';return true;" onmouseout="self.status=''">themes</a>, and much more. ViperChill, a blog on Viral Marketing, is the creator of this plugin. If you want to take your blog to the next level, you should read this post on <a href="http://www.viperchill.com/wordpress-seo/" rel="nofollow">WordPress SEO</a>.</p>
<p><a href="http://wordpress.org/extend/plugins/viperbar/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/notification-toolbar/" target="_blank">Notification Toolbar</a></h2>
<p>This is a toolbar placed on the footer of your blog and it will show your custom notifications on it. This plugin is developed based on the Static Toolbar plugin.</p>
<p><a href="http://wordpress.org/extend/plugins/notification-toolbar/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/wp-attention-boxes/" target="_blank">WP Attention Boxes</a></h2>
<p>Sometimes you just want to call out attention to a particular important message, or quote, or a collection of links, in a bright yellow box, or similar, in a Blog post. And you might do this a lot in your blog entries.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-attention-boxes/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/foobar-notifications-lite/" target="_blank">Foobar Lite Notification Bars</a></h2>
<p>The Foobar is a cool notification / alert bar that sits at the top of the page and draws in the visitor&#8217;s attention.</p>
<p><strong>features</strong></p>
<ul>
<li>A cool notification bar at the top of your site that draws the attention of the visitor</li>
<li>Options to set the message text, height and speed of the Foobar</li>
<li>Options to customize the background,text and link colors to match your theme</li>
<li>See a preview of the Foobar within the admin</li>
<li>Advanced options to help troubleshoot issues</li>
</ul>
<p><a href="http://themergency.com/foobar-wordpress-plugin/" rel="nofollow">Live preview</a> | <a href="http://wordpress.org/extend/plugins/foobar-notifications-lite/" target="_blank">Detail</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/tools/wordpress-error-notification-in-your-e-mail-box/' rel='bookmark' title='WordPress Error Notification in your E-mail Box'>WordPress Error Notification in your E-mail Box</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-and-create-a-new-login-page-for-wordpress-powered-website/' rel='bookmark' title='How to Customize and Create a new Login Page for WordPress Powered WebSite'>How to Customize and Create a new Login Page for WordPress Powered WebSite</a></li>
<li><a href='http://wparena.com/how-to/create-project-management-website-on-wordpress/' rel='bookmark' title='Create Project Management WebSite on WordPress'>Create Project Management WebSite on WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-troubleshoot-wordpress-powered-website/' rel='bookmark' title='How to Troubleshoot WordPress powered Website'>How to Troubleshoot WordPress powered Website</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-a-contact-form-into-wordpress-powered-website/' rel='bookmark' title='How to Add a Contact Form into WordPress Powered Website'>How to Add a Contact Form into WordPress Powered Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-add-a-notification-bar-strip-on-wordpress-powered-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to embed media to WordPress Responsive Themes</title>
		<link>http://wparena.com/how-to/how-to-embed-media-to-wordpress-responsive-themes/</link>
		<comments>http://wparena.com/how-to/how-to-embed-media-to-wordpress-responsive-themes/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 17:02:04 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Responsive Design]]></category>
		<category><![CDATA[Responsive Themes]]></category>
		<category><![CDATA[Responsive WordPress Themes]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video Blogging]]></category>
		<category><![CDATA[WordPress Media Library]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[WordPress Responsive Themes]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=13473</guid>
		<description><![CDATA[There are lots of Free and Premium Responsive WordPress themes, but  with some responsive themes, it is very important to make sure   that the embedded media properly display on all devices,  And you don&#8217;t want that your responsive theme on your client site show unresponsive result for media files.  There are excellent Responsive Themes like Awesome WordPress [...]
Related posts:<ol>
<li><a href='http://wparena.com/inspiration/best-responsive-wordpress-themes-for-all-devices-and-screen-resolutions/' rel='bookmark' title='Best Responsive WordPress Themes for All Devices and Screen Resolutions'>Best Responsive WordPress Themes for All Devices and Screen Resolutions</a></li>
<li><a href='http://wparena.com/how-to/how-to-embed-an-iframe-in-wordpress-blog/' rel='bookmark' title='How to Embed an iFrame in WordPress Blog'>How to Embed an iFrame in WordPress Blog</a></li>
<li><a href='http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/' rel='bookmark' title='How to Localize WordPress Themes, Plugins and Front-end'>How to Localize WordPress Themes, Plugins and Front-end</a></li>
<li><a href='http://wparena.com/freebies/free-download-plugins-and-themes-from-wordpress-multi-site-user-wpmu/' rel='bookmark' title='Free Download Plugins and Themes From WordPress Multi Site User (WPMU)'>Free Download Plugins and Themes From WordPress Multi Site User (WPMU)</a></li>
<li><a href='http://wparena.com/how-to/how-to-enable-multi-site-feature-in-wordpress-3-0/' rel='bookmark' title='How to enable Multi Site feature in WordPress 3.0?'>How to enable Multi Site feature in WordPress 3.0?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are lots of Free and Premium Responsive WordPress <a href="http://wparena.com/themeforest-sensation" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-sensation';return true;" onmouseout="self.status=''">themes</a>, but  with some responsive <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?';return true;" onmouseout="self.status=''">themes</a>, it is very important to make sure   that the embedded media properly display on all devices,  And you don&#8217;t want that your responsive theme on your client site show unresponsive result for media files.  There are excellent Responsive <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?=" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?=';return true;" onmouseout="self.status=''">Themes</a> like <a href="http://themify.me/member/go.php?r=808&amp;i=l0">Awesome WordPress Responsive themes</a> from <a href="http://themify.me/member/go.php?r=808&amp;i=l1">Themify</a> (buy any theme, get any second theme for FREE!), <a href="http://themeforest.net/item/alyeska-responsive-wordpress-theme/164366?ref=wparena">Alyeska Responsive WordPress Theme</a> and <a href="http://www.mojo-themes.com/item/qualeb-responsive-wordpress-theme-for-agencies/?r=wparena">Qualeb: Responsive Premium WordPress Theme</a>, although you can find more excellent Responsive <a href="http://wparena.com/themeforest-AmplifyBusinp" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinp';return true;" onmouseout="self.status=''">themes</a> on <a href="http://wparena.com/inspiration/best-responsive-wordpress-themes-for-all-devices-and-screen-resolutions/">Best Responsive WordPress Themes for All Devices and Screen Resolutions</a>.</p>
<p>If you still not satisfied with your Responsive Theme, there is a new WordPress Plugin &#8220;Responsive Video Embeds&#8221;  it will automatically resize your media file and has auto-embed features.</p>
<h2><a href="http://wordpress.org/extend/plugins/responsive-video-embeds/">Responsive Video Embeds</a></h2>
<p><img class="alignnone size-medium wp-image-13474" title="responsive-video-embeds" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/04/responsive-video-embeds-620x201.jpg" alt="" width="620" height="201" /></p>
<p>This plugin will automatically resize your WordPress auto-embeds, including video and other iframes, in a responsive fashion. It currently supports the following providers:</p>
<ul>
<li>YouTube</li>
<li>Vimeo</li>
<li>DailyMotion</li>
<li>Blip.tv</li>
<li>Viddler</li>
<li>hulu.com</li>
<li>Revision 3</li>
<li>Funny or Die</li>
<li>WordPress.tv</li>
<li>Scribd</li>
</ul>
<h4>Live Example</h4>
<p><a href="http://www.kevinleary.net/responsive-video-embeds-plugin-example/" rel="nofollow">Visit the test page</a> where you can resize the browser and watch the videos automatically scale to fit the resolution.</p>
<h4>About WordPress Auto-embeds</h4>
<p>WordPress has a nifty auto-embed feature, allowing authors to automatically turn a link to a video embed into a video player when a post is viewed. To turn this feature on check the<strong>Auto-embeds</strong> check box in <strong>Administration &gt; Settings &gt; Media SubPanel</strong>.</p>
<h4>Under the hood</h4>
<p>Please note that this plugins modifies the output of <code>modify_embed_output</code> filter, adding <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">HTML</a> &amp; CSS to make the magic happen.</p>
<p>Credit for the method used in this plugin goes to <a href="http://amobil.se/2011/11/responsive-embeds/" rel="nofollow">Anders M. Andersen</a> for crafting the method used to gracefully resize the embeds.</p>
<h4>Multisite Compatibility</h4>
<p>The <em>Responsive Video Embeds</em> plugin is compatibly with WordPress Multisite, just use the<a href="http://codex.wordpress.org/Create_A_Network#WordPress_Plugins" rel="nofollow">Network Activate</a> feature to enable responsive video resizing embed on every site. If you only want responsive video resizing to happen on a specific site, activate the plugin for that site only.</p>
<h2><a href="http://wordpress.org/extend/plugins/responsive-video-embeds/">Detail</a></h2>
<p><a href="http://wparena.com/how-to/how-to-managing-your-wordpress-multi-sites/">How to Managing Your WordPress Multi Sites</a><br />
<a href="http://wparena.com/how-to/how-to-enable-multi-site-feature-in-wordpress-3-0/">How to enable Multi Site feature in WordPress 3.0?</a><br />
<a href="http://wparena.com/how-to/how-to-do-domain-mapping-in-wordpress-multiste-network/">How to do Domain Mapping in WordPress Multiste Network</a><br />
<a href="http://wparena.com/tools/wordpress-plugins-for-multisite-network-management/">WordPress plugins for multisite network management</a><br />
<a href="http://wparena.com/how-to/how-to-do-domain-mapping-without-a-plugin-in-multisite-network/">How to do Domain Mapping Without a Plugin in MultiSite Network</a><br />
<a href="http://wparena.com/freebies/free-download-plugins-and-themes-from-wordpress-multi-site-user-wpmu/">Free Download Plugins and Themes From WordPress Multi Site User (WPMU)</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/inspiration/best-responsive-wordpress-themes-for-all-devices-and-screen-resolutions/' rel='bookmark' title='Best Responsive WordPress Themes for All Devices and Screen Resolutions'>Best Responsive WordPress Themes for All Devices and Screen Resolutions</a></li>
<li><a href='http://wparena.com/how-to/how-to-embed-an-iframe-in-wordpress-blog/' rel='bookmark' title='How to Embed an iFrame in WordPress Blog'>How to Embed an iFrame in WordPress Blog</a></li>
<li><a href='http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/' rel='bookmark' title='How to Localize WordPress Themes, Plugins and Front-end'>How to Localize WordPress Themes, Plugins and Front-end</a></li>
<li><a href='http://wparena.com/freebies/free-download-plugins-and-themes-from-wordpress-multi-site-user-wpmu/' rel='bookmark' title='Free Download Plugins and Themes From WordPress Multi Site User (WPMU)'>Free Download Plugins and Themes From WordPress Multi Site User (WPMU)</a></li>
<li><a href='http://wparena.com/how-to/how-to-enable-multi-site-feature-in-wordpress-3-0/' rel='bookmark' title='How to enable Multi Site feature in WordPress 3.0?'>How to enable Multi Site feature in WordPress 3.0?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-embed-media-to-wordpress-responsive-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Find, Remove and Protect WordPress Site from Malware</title>
		<link>http://wparena.com/how-to/how-to-find-remove-and-protect-wordpress-site-from-malware/</link>
		<comments>http://wparena.com/how-to/how-to-find-remove-and-protect-wordpress-site-from-malware/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 15:27:45 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=13390</guid>
		<description><![CDATA[WordPress powered websites are hit list on the crackers, they are using Maleware (a malicious software) for attacking your WordPress site. There are different form of Malware, like viruses, Trojan horse, spyware, hijackers, crimeware, adware, dialers, keyloggers, worms, rootkits and similar programs. Detail about different types of Malware have explained by James D. Nardell on [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/identifying-removing-and-preventing-malware-on-your-wordpress-site/' rel='bookmark' title='Identifying, Removing, and Preventing Malware on Your WordPress Site'>Identifying, Removing, and Preventing Malware on Your WordPress Site</a></li>
<li><a href='http://wparena.com/how-to/how-to-protect-wordpress-powered-site-from-brut-force-attack/' rel='bookmark' title='How to Protect WordPress Powered Site from Brut force attack'>How to Protect WordPress Powered Site from Brut force attack</a></li>
<li><a href='http://wparena.com/how-to/how-to-move-a-wordpress-site-from-one-server-to-another/' rel='bookmark' title='How to Move a WordPress Site from one Server to another'>How to Move a WordPress Site from one Server to another</a></li>
<li><a href='http://wparena.com/how-to/how-to-hide-or-remove-the-wordpress-upgrade-message-in-the-dashboard/' rel='bookmark' title='How to Hide or remove the WordPress Upgrade Message in the Dashboard'>How to Hide or remove the WordPress Upgrade Message in the Dashboard</a></li>
<li><a href='http://wparena.com/how-to/how-to-secure-wordpress-site-from-hackers-through-plugins/' rel='bookmark' title='How to secure WordPress site from hackers through Plugins'>How to secure WordPress site from hackers through Plugins</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>WordPress powered websites are hit list on the crackers, they are using Maleware (a malicious software) for attacking your WordPress site. There are different form of Malware, like viruses, Trojan horse, spyware, hijackers, crimeware, adware, dialers, keyloggers, worms, rootkits and similar programs. Detail about different types of Malware have explained by James D. Nardell on &#8220;<a href="http://www.abestweb.com/forums/panda-software-317/different-types-malware-65416.html">Different Types Malware</a>&#8220;. Latest news about <a href="http://www.pandasecurity.com/homeusers/security-info/types-malware/">Types of Malware</a> and all other security threats can be found at Panda Security website which provide and present <a href="http://www.cloudantivirus.com/en/threat-information/">Collective Intelligence Monitor</a> about all threats, as they said &#8220; The best way to defeat your enemy is to understand him.&#8221;  I have written step by step guide on <a href="http://wparena.com/how-to/identifying-removing-and-preventing-malware-on-your-wordpress-site/">How to Identifying removing and preventing malware WordPress site</a> when one of my friend blog <a href="http://xponent4.com">xponent4</a> was effected and I cleaned it up. Now its running okay without Malware but still on threat because of shared hosting on <a href="http://www.servage.net/?coupon=affi44508">Servage</a>, although they provide the good support but I recommend the best hosting like <a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=wparena">Hosgator</a>.</p>
<p>If your site is infected, I cab help and assist you with removing Malware from your server and can clean up your WordPress site (Request at <a href="http://www.facebook.com/wparena">Wparena&#8217;s Facebook page</a> and like it ). Even we can do basic penetration test free of cost to tell you about Valnurabilities in your WordPress powered Website.</p>
<h2>Identifying Malware on WordPress Powered Website</h2>
<hr />
<p>There are different ways that can help you to identify Malware on your website. If you see any issue with Malware  on your site, first of all change your FTP, Admin, and database password and than try to use some online tools like <strong><a href="http://affl.sucuri.net/?affl=28bd5257f36357831730179eca3d0cd1">Sucuri</a>,</strong> <a href="http://www.stopbadware.org/">Stop Badware</a> and <a href="http://www.antiphishing.org/">antiphishing</a> to know more about latest threats and Malware.</p>
<p><a href="http://www.google.com/safebrowsing/diagnostic?site=www.xponent4.com">Google Safe Browsing Diagnostics tool</a> can help you to check vulnerabilities in your site and provide you the next step about protecting your site, detail you can read on  <a href="http://wparena.com/how-to/identifying-removing-and-preventing-malware-on-your-wordpress-site/">How to Identifying removing and preventing malware WordPress site</a>.</p>
<p>Next you can use WordPress plugins to check about Malwares on your website, but before using these plugins do foolowing steps to make it more secure. Update all your installed Plugins, Test all Links on your site to make sure that your site not linking to site which contain Malware. All these checking you should don on Virtual Machine, so your actually Machine not be infected during any test. If you are not sure how to do that ask on  <a href="http://www.facebook.com/wparena">Wparena&#8217;s Facebook page</a> or you can request in Comment to do it for you.</p>
<h2><a href="http://wordpress.org/extend/plugins/timthumb-vulnerability-scanner/">Timthumb Vulnerability Scanner</a></h2>
<p><img class="alignnone size-medium wp-image-13394" title="Timthumb-Vulnerability-Scanner" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/Timthumb-Vulnerability-Scanner-513x500.png" alt="" width="513" height="500" /></p>
<p>Timthumb Vulnerability Scanner is an excellent tool to check any Vulnerability in your site. The recent Timthumb.php vulnerability (discussed <a href="http://markmaunder.com/2011/08/02/technical-details-and-scripts-of-the-wordpress-timthumb-php-hack/" rel="nofollow">here</a>) has left scores of unsuspecting bloggers hacked. It&#8217;s the perfect combination of not so easy to fix for the technically disinclined, and easy to find and exploit for the malicious &#8211; resulting in a disastrous number of compromised sites.</p>
<p>Regina Smola from <a href="http://www.wpsecuritylock.com/wordpress-security-tip-timthumb-vulnerability-scanner/">wpsecuritylock</a>, has explained about this Plugin and Timthumb Vulnerability Scanner plugin will scan your entire wp-content directory for instances of any outdated and insecure version of the timthumb script, and give you the option to automatically upgrade them with a single click. Doing so will protect you from hackers looking to exploit this particular vulnerability.</p>
<p>As well <a href="http://wparena.com/elegantThemes">Elegant Themes</a> authors provide a <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4667&amp;keyword=security-update&amp;custom=15411">security patch and updates</a> in their <a href="http://wparena.com/themeforest" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest';return true;" onmouseout="self.status=''">themes</a> which use image re-sizing script called <a href="http://www.binarymoon.co.uk/projects/timthumb/">Timthumb</a>, so their <a href="http://wparena.com/themeforest-sensation" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-sensation';return true;" onmouseout="self.status=''">themes</a> are more secure now. <a href="http://wparena.com/woothemes">Woo Themes</a> authors also update and mention the <a href="http://www.woothemes.com/2011/08/timthumb-security-flaw-patch/">Security Flaw</a> in their <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?=" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?=';return true;" onmouseout="self.status=''">themes</a>.</p>
<p><a href="http://wordpress.org/extend/plugins/timthumb-vulnerability-scanner/">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/exploit-scanner/">Exploit Scanner</a></h2>
<p>Search the files and database of your WordPress install for signs that may indicate that it has fallen victim to malicious hackers. This plugin searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames. It does not remove anything. That is left to the user to do. <a href="http://www.iblognet.com/2012/03/how-to-detect-malware-in-wordpress-using-exploit-scanner.html">How To Detect Malware in WordPress Using Exploit Scanner</a>.</p>
<p><a href="http://wordpress.org/extend/plugins/exploit-scanner/">Detail</a></p>
<p>There is a huge list of <a title="Permalink" href="http://www.quertime.com/article/arn-2011-12-18-1-45-best-security-plugins-to-protect-your-wordpress-blog/">Security Plugins to Protect Your WordPress Site</a>, but few best one are complied by Jules on <a href="http://www.quertime.com/article/arn-2011-12-18-1-45-best-security-plugins-to-protect-your-wordpress-blog/">Quertime Editorial</a> and inspired by <a href="http://www.techlila.com/easy-ways-secure-wordpress-blog-hackers/">Techlila</a>. More Secure Plugins for WordPress: <a href="http://codecanyon.net/search?term=security&amp;category=plugins?ref=wparena">Security Ninja</a></p>
<p><a href="http://wordpressready.com/2010/12/reversing-engineering-to-a-malware-wordpress-theme/">Reversing engineering to a malware wordpress theme</a></p>
<h2>Removing Malware from WordPress website</h2>
<hr />
<p><img class="size-full wp-image-13395 aligncenter" title="malware" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/03/malware.jpg" alt="" width="300" height="300" /></p>
<p>Make a COMPLETE and CLOSE review of your ENTIRE content and replace suspect files with fresh ones from trusted sources. Always keep 3rd party Plugins and theme up to date to minimize the risk of security issues as good as possible. Regularly check your content so you might notice unauthorized modifications pretty soon yourself because when notes of this type get overhand we will charge an admin fee for our additional work.</p>
<p>After finding any suspicious and malware infected ads, links, Posts or piece of code in your file, image or in script, remove all of them. If you are sure that your site has been hacked, Follow the steps provided by <a href="http://click.linksynergy.com/fs-bin/click?id=B8RbrnHlEmQ&amp;offerid=247530.10000050&amp;type=3&amp;subid=0">Go Daddy</a> to get back it online:</p>
<blockquote>
<ul>
<li>Take the site offline to avoid putting site visitors and customers at risk.</li>
<li>Remove all offending code. This is only effective long-term in conjunction prevention.</li>
<li>Fix underlying security vulnerabilities to prevent future attacks.</li>
<li>Check for and remove &#8220;back doors&#8221; left by the hacker. A back door allows the hacker future access even after you secure the site.</li>
<li>Check for and install updates, and research the software you are using to find out if other users have been affected.</li>
</ul>
<p>[<a href="http://support.godaddy.com/help/5612/identifying-removing-and-preventing-malware-on-your-hosting-server">identifying-removing-and-preventing-malware-on-your-hosting-server</a>]</p></blockquote>
<h2>Other Resources:</h2>
<p><a title="Permanent Link to Beginners Guide on How to Remove Malware Scripts and Files" href="http://webtoolsandtips.com/pc-security/malware/beginners-guide-on-how-to-remove-malware-scripts-and-files/" rel="bookmark">Beginners Guide on How to Remove Malware Scripts and Files</a><br />
<a href="http://freshtutorial.com/remove-malware-from-website/">How to Remove malware from website</a><br />
<a href="http://wparena.com/how-to/identifying-removing-and-preventing-malware-on-your-wordpress-site/">How to Identifying removing and preventing malware WordPress site</a></p>
<p>In case if you Machine is infected with Malware you can get help from <a href="http://blogs.computerworld.com/different_approaches_to_removing_malware">Different approaches to removing malware</a>.</p>
<h2>Protect Website from Malware</h2>
<hr />
<p><a href="http://wparena.com/how-to/identifying-removing-and-preventing-malware-on-your-wordpress-site/"><img title="wordpress_security" src="http://wparena.com/wp-content/uploads/2011/06/wordpress_security.jpg" alt="" width="512" height="256" /></a></p>
<p>Finally all you have to protect your site for further attack and the best tool is the prevention. Try to keep upto date all your Plugins, Theme and Core WordPress and use scanners that can detect vulnerabilities. Before putting any ad or link on your site make sure its not distributing any  Malware and monitor them regularly. As well make sure user generated contents are no containing exploit links to Malware and they are clean for visitors without any suspicious link and executable files.</p>
<p>For maximum security please ensure your account password is secure (at least 6 mixed numbers and letters) and that it is changed regularly. Ensure that permissions for your folders are set to 755 and for files it is set as 644. Also check that no folders have insecure permissions such as 777.</p>
<p>For a password to be strong, it should:</p>
<ul>
<li> Be at least seven characters long. Because of the way passwords are encrypted, the most secure passwords are 6-12characters long.</li>
<li> Have at least one symbol character in the second through sixth positions.</li>
<li>Be significantly different from prior passwords.</li>
<li>Not contain your name or user name.</li>
<li>Not be a common word or name.</li>
</ul>
<h2>Other Resources:</h2>
<p><a href="http://www.stopbadware.org/home/security">Tips for Cleaning &amp; Securing Your Website</a><br />
<a href="http://windowssecrets.com/forums/showthread.php/132621-How-do-I-protect-my-website-from-malware">How do I protect my website from malware</a><br />
<a href="http://www.ehow.com/how_5822668_protect-website-malware.html">How to Protect a Website From Malware</a><br />
<a href="http://www.ehow.com/how_5822668_protect-website-malware.html">How to get rid of code injected Malware on your website</a><br />
<a href="http://www.website-guardian.com/how-to-protect-your-website-from-malware-and-virus-attacks-va-4.html">How to Protect Your Website from Malware and Virus Attacks</a><br />
<a href="http://wparena.com/how-to/identifying-removing-and-preventing-malware-on-your-wordpress-site/">How to Identifying removing and preventing malware WordPress site</a><br />
<a href="http://www.wpjedi.com/anti-malware-wordpress-tools/">5 Powerful Anti-Malware WordPress Tools</a></p>
<p><a href="http://affl.sucuri.net/?affl=28bd5257f36357831730179eca3d0cd1"><img src="http://sucuri.net/images/sucuri-long.png" alt="" /></a></p>
<p>If you have any issue with your WordPress powered Website ask us on <a href="http://www.facebook.com/wparena">Wparena&#8217;s Facebook page</a>.</p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/identifying-removing-and-preventing-malware-on-your-wordpress-site/' rel='bookmark' title='Identifying, Removing, and Preventing Malware on Your WordPress Site'>Identifying, Removing, and Preventing Malware on Your WordPress Site</a></li>
<li><a href='http://wparena.com/how-to/how-to-protect-wordpress-powered-site-from-brut-force-attack/' rel='bookmark' title='How to Protect WordPress Powered Site from Brut force attack'>How to Protect WordPress Powered Site from Brut force attack</a></li>
<li><a href='http://wparena.com/how-to/how-to-move-a-wordpress-site-from-one-server-to-another/' rel='bookmark' title='How to Move a WordPress Site from one Server to another'>How to Move a WordPress Site from one Server to another</a></li>
<li><a href='http://wparena.com/how-to/how-to-hide-or-remove-the-wordpress-upgrade-message-in-the-dashboard/' rel='bookmark' title='How to Hide or remove the WordPress Upgrade Message in the Dashboard'>How to Hide or remove the WordPress Upgrade Message in the Dashboard</a></li>
<li><a href='http://wparena.com/how-to/how-to-secure-wordpress-site-from-hackers-through-plugins/' rel='bookmark' title='How to secure WordPress site from hackers through Plugins'>How to secure WordPress site from hackers through Plugins</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-find-remove-and-protect-wordpress-site-from-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Customize and Create a new Login Page for WordPress Powered WebSite</title>
		<link>http://wparena.com/how-to/how-to-customize-and-create-a-new-login-page-for-wordpress-powered-website/</link>
		<comments>http://wparena.com/how-to/how-to-customize-and-create-a-new-login-page-for-wordpress-powered-website/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 20:11:13 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Custom login]]></category>
		<category><![CDATA[custom login page]]></category>
		<category><![CDATA[custom template]]></category>
		<category><![CDATA[Customize WordPress]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Multisite]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web-design]]></category>
		<category><![CDATA[WordPress Custom Theme]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=10690</guid>
		<description><![CDATA[You must have seen WordPress Powered Websites with customized login page. Sometime you have to create new login page for your users and for a client required new and customized wp-admin page for login to the admin panel. There are different ways to customizes WordPress Login page template. If you use WordPress Plugin, there are some limitations, for example  activate [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-change-wordpress-login-page/' rel='bookmark' title='How to Change WordPress Login Page'>How to Change WordPress Login Page</a></li>
<li><a href='http://wparena.com/how-to/create-project-management-website-on-wordpress/' rel='bookmark' title='Create Project Management WebSite on WordPress'>Create Project Management WebSite on WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-wordpress-post-order/' rel='bookmark' title='How to Customize WordPress Post Order?'>How to Customize WordPress Post Order?</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-wordpress-error-404-page/' rel='bookmark' title='How to Customize WordPress Error 404 Page'>How to Customize WordPress Error 404 Page</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-a-notification-bar-strip-on-wordpress-powered-website/' rel='bookmark' title='How to add a Notification Bar Strip on WordPress Powered Website'>How to add a Notification Bar Strip on WordPress Powered Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You must have seen WordPress Powered Websites with customized login page. Sometime you have to create new login page for your users and for a client required new and customized wp-admin page for login to the admin panel. There are different ways to customizes WordPress Login page template. If you use WordPress Plugin, there are some limitations, for example  activate plugin will not match your installed theme and provide less customization. So there is a need to create your own Custom wordpress login page template as part of you theme.</p>
<h2>Creating a New Custom-login Page</h2>
<hr />
<p><img class="size-full wp-image-12805 aligncenter" style="border-style: initial; border-color: initial;" title="Customize-Login-Page-WordPress-Powered-WebSite" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Customize-Login-Page-WordPress-Powered-WebSite.png" alt="" width="570" height="300" /></p>
<p>First of  all create a new php template with &#8220;custom-login.php&#8221; name and upload it in WordPress Theme folder ( wparena.com/wp-content/<a href="http://wparena.com/themeforest-AmplifyBusinessTheme?" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?';return true;" onmouseout="self.status=''">themes</a>/your-theme). Add following code before uploading or after uploading you can edit your page and add the codes.</p>
<p>I am not sharing my piece of code because my client have some restriction. Although  <a title="Posts by Oli" href="http://wplift.com/author/admin" rel="author">Oliver Dale</a> have explained <a href="http://wplift.com/how-to-create-a-custom-login-page-for-your-wordpress-theme">how-to-create-a-custom-login-page-for-your-wordpress-theme</a>, but I am sharing <a title="Posts by Kannan" href="http://www.tutorialstag.com/author/kannan" rel="author">Kannan</a>&#8216;s code from his post &#8220;<a href="http://www.tutorialstag.com/custom-wordpress-login-without-using-a-plugin.html">Custom WordPress login without using a plugin</a>&#8220;. There are few reason to mention Kannan&#8217;s work, first of all he use jQuery  to show login error messages without page-refresh and redirect to the homepage when he is not login.</p>
<h2>Full Code Preview of Custom login Template</h2>
<p>&lt; ?php<br />
/*<br />
Template Name: Custom Login<br />
*/<br />
global $user_ID;</p>
<p>if (!$user_ID) {</p>
<p>if($_POST){<br />
//We shall SQL escape all inputs<br />
$username = $wpdb-&gt;escape($_REQUEST['username']);<br />
$password = $wpdb-&gt;escape($_REQUEST['password']);<br />
$remember = $wpdb-&gt;escape($_REQUEST['rememberme']);</p>
<p>if($remember) $remember = &#8220;true&#8221;;<br />
else $remember = &#8220;false&#8221;;<br />
$login_data = array();<br />
$login_data['user_login'] = $username;<br />
$login_data['user_password'] = $password;<br />
$login_data['remember'] = $remember;<br />
$user_verify = wp_signon( $login_data, true );</p>
<p>if ( is_wp_error($user_verify) )<br />
{<br />
echo &#8220;&lt;span class=&#8221;error&#8221;&gt;Invalid username or password. Please try again!&lt;/span&gt;&#8221;;<br />
exit();<br />
} else<br />
{<br />
echo &#8220;&lt;script type=&#8221;text/javascript&#8221;&gt;window.location=&#8217;&#8221;. get_bloginfo(&#8216;url&#8217;) .&#8221;&#8216;&lt;/script&gt;&#8221;;<br />
exit();<br />
}<br />
} else {</p>
<p>get_header();</p>
<p>?&gt;<br />
&lt;div id=&#8221;container&#8221;&gt;<br />
&lt;div id=&#8221;content&#8221;&gt;</p>
<p>&lt;!&#8211;?php the_title(); ?&#8211;&gt;<br />
&lt;div id=&#8221;result&#8221;&gt;&lt;/div&gt;</p>
<p>&lt;!&#8211; To hold validation results &#8211;&gt;<br />
&lt;form id=&#8221;wp_login_form&#8221; action=&#8221;" method=&#8221;post&#8221;&gt;</p>
<p>&lt;label&gt;Username&lt;/label&gt;<br />
&lt;input type=&#8221;text&#8221; name=&#8221;username&#8221; class=&#8221;text&#8221; value=&#8221;"&gt;<br />
&lt;label&gt;Password&lt;/label&gt;<br />
&lt;input type=&#8221;password&#8221; name=&#8221;password&#8221; class=&#8221;text&#8221; value=&#8221;"&gt;<br />
&lt;label&gt;<br />
&lt;input name=&#8221;rememberme&#8221; type=&#8221;checkbox&#8221; value=&#8221;forever&#8221;&gt;Remember me&lt;/label&gt;<br />
&lt;input type=&#8221;submit&#8221; id=&#8221;submitbtn&#8221; name=&#8221;submit&#8221; value=&#8221;Login&#8221;&gt;<br />
&lt;/form&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(&#8220;#submitbtn&#8221;).click(function() {</p>
<p>$(&#8216;#result&#8217;).<a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a>(&#8216;&lt;img src=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/images/loader.gif&#8221; class=&#8221;loader&#8221; /&gt;&#8217;).fadeIn();<br />
var input_data = $(&#8216;#wp_login_form&#8217;).serialize();<br />
$.ajax({<br />
type: &#8220;POST&#8221;,<br />
url: &#8220;&lt;?php echo &#8220;http://&#8221; . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?&gt;&#8221;,<br />
data: input_data,<br />
success: function(msg){<br />
$(&#8216;.loader&#8217;).remove();<br />
$(&#8216;<br />
&lt;div&gt;&#8217;).<a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a>(msg).appendTo(&#8216;div#result&#8217;).hide().fadeIn(&#8216;slow&#8217;);<br />
}<br />
});<br />
return false;</p>
<p>});<br />
&lt;/script&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>&lt;!&#8211;?php</p>
<p>get_footer();<br />
}<br />
}<br />
else {<br />
echo &#8220;&lt;script type=&#8217;text/javascript&#8217;&#8211;&gt;window.location=&#8217;&#8221;. get_bloginfo(&#8216;url&#8217;) .&#8221;&#8216;&#8221;;<br />
}<br />
?&gt;</p>
<p>Because we are using jQuery, so never foregt to add jQuery library in your header.php file as follow</p>
<h2>jQuery library in header.php file</h2>
<p>&lt;script src=&#8221;http://code.jquery.com/jquery-1.4.4.js&#8221;&gt;&lt; / script&gt;<br />
&lt;/pre&gt;<br />
&lt;h2&gt;Step7: Adding jQuery’s ajax function&lt;/h2&gt;<br />
&lt;pre name=&#8221;code&#8221; class=&#8221;javascript&#8221;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
$(&#8220;#submitbtn&#8221;).click(function() {</p>
<p>$(&#8216;#result&#8217;).<a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a>(&#8216;&lt;img src=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/images/loader.gif&#8221; class=&#8221;loader&#8221; /&gt;&#8217;).fadeIn();<br />
var input_data = $(&#8216;#wp_login_form&#8217;).serialize();<br />
$.ajax({<br />
type: &#8220;POST&#8221;,<br />
url: &#8220;&lt; ?php echo &#8220;http://&#8221; . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?&gt;&#8221;,<br />
data: input_data,<br />
success: function(msg){<br />
$(&#8216;.loader&#8217;).remove();<br />
$(&#8216;<br />
&lt;div&gt;&#8217;).<a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">html</a>(msg).appendTo(&#8216;div#result&#8217;).hide().fadeIn(&#8216;slow&#8217;);<br />
}<br />
});<br />
return false;</p>
<p>});<br />
&lt;/script&gt;</p>
<h2>Add New Blank Page</h2>
<p>After uploding your new page template, go to &#8220;New Page&#8221; under pages from the WordPress Deshboard. Name the page as your own choice and select the template type from Template list &#8220;Custom Login&#8221;  and Publish it. Now you can add this page wherever you want for further instruction read this post <a title="Permanent Link to WordPress Shortcode with loop, meta, category, pagination, Gallery and Plugins" href="http://wparena.com/how-to/shortcode-with-micro-formatted-loop-meta-category-pagination/" rel="bookmark">WordPress Shortcode with loop, meta, category, pagination, Gallery and Plugins</a></p>
<p><img class="alignnone size-full wp-image-12796" title="New_page_template_list" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/New_page_template_list.png" alt="" width="520" height="298" /></p>
<h2>Customize the WordPress Login Screen Logo</h2>
<hr />
<p>You can replace the WordPress logo from WordPress login page by replacing &#8220;logo-login.png&#8221; image file. Login to hosting via ftp and brows <strong>/wp-admin/images/ </strong>and replace with your own logo but the name must be same. You have to change the image link as open wp-login.php file and change following line according to your own url.</p>
<p>&lt;div id=&#8221;login&#8221;&gt;&lt;h1&gt;&lt;a href=&#8221;&lt;?php echo esc_url( apply_filters(&#8216;login_headerurl&#8217;, &#8216;http://wparena.om/&#8217;) ); ?&gt;&#8221; title=&#8221;&lt;?php echo esc_attr( apply_filters(&#8216;login_headertitle&#8217;, __( &#8216;WordPress Arena&#8217; ) ) ); ?&gt;&#8221;&gt;&lt;?php bloginfo(&#8216;name&#8217;); ?&gt;&lt;/a&gt;</p>
<p>You can customized the WordPress login screen by using the following WordPress Plugins.</p>
<h2><a href="http://codecanyon.net/item/white-label-branding-for-wordpress-multisite/162193?ref=wparena">White Label Branding for WordPress Multisite</a></h2>
<p><a href="http://codecanyon.net/item/white-label-branding-for-wordpress-multisite/162193?ref=wparena"><img class="alignnone size-full wp-image-12797" title="Branding-WordPress-Multisite" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Branding-WordPress-Multisite.jpg" alt="" width="590" height="300" /></a></p>
<p>Are you running a WordPress Multisite Network? Are you a WordPress developer or a Web Designer who uses WordPress to develop websites for your clients? Have you ever wished that it was easier to customize the menu’s and logo’s on each sub-site in your WordPress Multisite Network? Would you like to give each sub-site the ability to do their own branding? Look no further! This plugin let you control the branding of the main site and all sub-sites in a network of websites powered by WordPress Multisite.</p>
<p><a href="http://codecanyon.net/item/white-label-branding-for-wordpress-multisite/full_screen_preview/162193?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/white-label-branding-for-wordpress-multisite/162193?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/pathway-custom-wordpress-login-page/573897?ref=wparena">Pathway &#8211; Custom WordPress Login Page</a></h2>
<p><a href="http://codecanyon.net/item/pathway-custom-wordpress-login-page/573897?ref=wparena"><img class="alignnone size-full wp-image-12798" title="Pathway-Custom-Wordpress-Login-Page" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Pathway-Custom-Wordpress-Login-Page.jpg" alt="" width="590" height="300" /></a></p>
<p>Are you bored default wordpress login page ? Pathway let you customize your wordpress login page, You can customize unlimited design from the admin options, and bring to your clients a new login page design.</p>
<p><a href="http://codecanyon.net/item/pathway-custom-wordpress-login-page/573897?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/pathway-custom-wordpress-login-page/573897?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/wp-nice-screen-login-customize-admin-login-page/236415?ref=wparena">Wp Nice Screen Login &#8211; Customize Admin Login Page</a></h2>
<p><a href="http://codecanyon.net/item/wp-nice-screen-login-customize-admin-login-page/236415?ref=wparena"><img class="alignnone size-full wp-image-12799" title="Wp-Nice-Screen-Login-Customize-Admin-Login-Page" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Wp-Nice-Screen-Login-Customize-Admin-Login-Page.jpg" alt="" width="590" height="300" /></a></p>
<p>WP Nice Screen Login is the final solution to customize the “Wordpress Admin Login Page”. You can choose from 5 default <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?=" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?=';return true;" onmouseout="self.status=''">themes</a> to redesign the Login Page, and bring to your clients a new professional page to login</p>
<p><a href="http://codecanyon.net/item/wp-nice-screen-login-customize-admin-login-page/236415?ref=wparena">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/login-logo/">Login Logo</a></h2>
<p><a href="http://wordpress.org/extend/plugins/login-logo/"><img class="alignnone  wp-image-12800" title="Login_Logo" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Login_Logo.png" alt="" width="618" height="200" /></a></p>
<p>This plugin allows you to customize the logo on the WordPress login screen. There is zero configuration. You just drop the logo file into your WordPress content directory, named<code>login-logo.png</code> and this plugin takes over.</p>
<p><a href="http://wordpress.org/extend/plugins/login-logo/">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/custom-login/">Custom Login</a></h2>
<p><a href="http://wordpress.org/extend/plugins/custom-login/"><img class="alignnone  wp-image-12801" title="Custom_Login" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Custom_Login.png" alt="" width="618" height="200" /></a></p>
<p>Activate this plugin and customize your WordPress login screen. Use the built-in and easy to use settings page to do the work for you. Theres no need to understand CSS at all! Now featureing a <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">HTML</a> &amp; CSS box for advanced users to up the customization!</p>
<ol>
<li>Works great for client site installs.</li>
<li>Comes with a Photoshop template included in the library files (default theme).</li>
<li>Read more about the <a href="http://austinpassy.com/wordpress-plugins/custom-login/" rel="nofollow">Custom Login Plugin</a> &amp; <a href="http://austinpassy.com/2010/09/custom-login-version-0-8/" rel="nofollow">most recent blog post</a>.</li>
</ol>
<p><a href="http://wordpress.org/extend/plugins/custom-login/">Detail</a></p>
<h2><a href="http://codecanyon.net/item/wordpress-admin-colors-branding/468919?ref=wparena">WordPress Admin Colors &amp; Branding</a></h2>
<p><a href="http://codecanyon.net/item/wordpress-admin-colors-branding/468919?ref=wparena"><img class="alignnone size-full wp-image-12802" title="WordPress-Admin-Colors-branding" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/WordPress-Admin-Colors-branding.jpg" alt="" width="590" height="300" /></a></p>
<p>Customise the WordPress admin interface with you own color scheme and logos. Perfect for delivering a white label WordPress for clients and customers. This is the only plugin available that allows dynamic color choice for the admin interface, designed specifically for WordPress 3.2 and WordPress 3.3.</p>
<p><a href="http://codecanyon.net/item/wordpress-admin-colors-branding/468919?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/ninety-ajax-loginregister-for-wordpress/158711?ref=wparena">Ninety Ajax Login/Register for WordPress</a></h2>
<p><a href="http://codecanyon.net/item/ninety-ajax-loginregister-for-wordpress/158711?ref=wparena"><img class="alignnone size-full wp-image-12803" title="Ninety_Ajax_Login" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Ninety_Ajax_Login.jpg" alt="" width="590" height="300" /></a></p>
<p>Our Sidebar Login/Register plugin for WordPress does exactly what it says on the tin; Logins and Registrations with a touch of AJAX magic. Simple! It also has a nice ‘logged in’ view, and a lost password form for those forgetful folk.</p>
<p><a href="http://codecanyon.net/item/ninety-ajax-loginregister-for-wordpress/158711?ref=wparena">Detail</a></p>
<h2><a href="http://codecanyon.net/item/single-signon-for-magento-and-wordpress/861453?ref=wparena">Single Sign-On For Magento And WordPress</a></h2>
<p><a href="http://codecanyon.net/item/single-signon-for-magento-and-wordpress/861453?ref=wparena"><img class="alignnone size-full wp-image-12804" title="Single-Sign-On-Magento-WordPress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/Single-Sign-On-Magento-WordPress.png" alt="" width="590" height="300" /></a></p>
<p>Scenario where you’d want to use this extension:<br />
You are creating a website, or own a website, that is built using a mixture of Magento and WordPress. It may be that WordPress is used to manage pages and a blog, while Magento is used purely for it’s e-commerce functionality. Or perhaps all your pages and e-commerce functionality are managed through Magento, and WordPress is simply there as a blog platform.</p>
<p><a href="http://codecanyon.net/item/single-signon-for-magento-and-wordpress/861453?ref=wparena">Detail</a></p>
<h2>Other Resources:</h2>
<p><a href="http://wparena.com/how-to/how-to-change-wordpress-login-page/">How to Change WordPress Login Page</a><br />
<a href="http://thecustomizewindows.com/2011/03/create-a-custom-login-page-in-wordpress/">Create a custom login page in WordPress</a><br />
<a title="How to Create a Custom Page in WordPress" href="http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/">How to Create a Custom Page in WordPress</a><br />
<a href="http://www.binarymoon.co.uk/2007/07/wordpress-tips-and-tricks-custom-login-page/">WordPress Tips and Tricks – Custom Login Page</a><br />
<a href="http://alistblogmarketing.com/posts/how-to-create-a-custom-login-experience-for-wordpress-subscribers/">How to Create a Custom Login Experience for WordPress Subscribers</a><br />
<a href="http://www.tipsandtricks-hq.com/how-to-create-and-use-custom-page-template-in-wordpress-to-create-a-sales-page-2095">How to Create and use Custom Page Template in WordPress to Create a Sales Page</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-change-wordpress-login-page/' rel='bookmark' title='How to Change WordPress Login Page'>How to Change WordPress Login Page</a></li>
<li><a href='http://wparena.com/how-to/create-project-management-website-on-wordpress/' rel='bookmark' title='Create Project Management WebSite on WordPress'>Create Project Management WebSite on WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-wordpress-post-order/' rel='bookmark' title='How to Customize WordPress Post Order?'>How to Customize WordPress Post Order?</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-wordpress-error-404-page/' rel='bookmark' title='How to Customize WordPress Error 404 Page'>How to Customize WordPress Error 404 Page</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-a-notification-bar-strip-on-wordpress-powered-website/' rel='bookmark' title='How to add a Notification Bar Strip on WordPress Powered Website'>How to add a Notification Bar Strip on WordPress Powered Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-customize-and-create-a-new-login-page-for-wordpress-powered-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Shortcode with loop, meta, category, pagination, Gallery and Plugins</title>
		<link>http://wparena.com/how-to/shortcode-with-micro-formatted-loop-meta-category-pagination/</link>
		<comments>http://wparena.com/how-to/shortcode-with-micro-formatted-loop-meta-category-pagination/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 19:25:31 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[E-Commerce plugin]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[multi-user]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[WordPress ShortCode]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=12505</guid>
		<description><![CDATA[With shortcode it is possible to display complicated codes or function result every where in your WordPress  Theme like  in widgets, excerpts, comments, theme files, user descriptions, and category/tag/taxonomy descriptions. According to WordPress support&#8217;s site &#8220;A shortcode is a WordPress-specific code that lets you do nifty things with very little effort. Shortcodes can embed files or [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-display-content-from-a-single-category-in-wordpress/' rel='bookmark' title='How to display Content from a Single Category in WordPress'>How to display Content from a Single Category in WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-addshow-images-with-wp-category/' rel='bookmark' title='How to add/Show Images with WP-Category'>How to add/Show Images with WP-Category</a></li>
<li><a href='http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/' rel='bookmark' title='How to Localize WordPress Themes, Plugins and Front-end'>How to Localize WordPress Themes, Plugins and Front-end</a></li>
<li><a href='http://wparena.com/how-to/how-to-hide-show-widgets-on-certain-wordpress-pages-posts-categories/' rel='bookmark' title='How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories'>How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories</a></li>
<li><a href='http://wparena.com/how-to/how-to-enhance-wordpress-security-with-two-factor-authentication-plugins/' rel='bookmark' title='How to Enhance WordPress security with two-factor authentication plugins'>How to Enhance WordPress security with two-factor authentication plugins</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>With shortcode it is possible to display complicated codes or function result every where in your WordPress  Theme like  in widgets, excerpts, comments, theme files, user descriptions, and category/tag/taxonomy descriptions. According to WordPress support&#8217;s site &#8220;A shortcode is a WordPress-specific code that lets you do nifty things with very little effort. Shortcodes can embed files or create objects that would normally require lots of complicated, ugly code in just one line. Shortcode = shortcut [<a href="http://en.support.wordpress.com/shortcodes/">shortcodes</a>].</p>
<p style="text-align: center;"><img class=" wp-image-12777 aligncenter" title="WordPress-ShortCode" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/WordPress-ShortCode.png" alt="" width="260" height="226" /></p>
<p>Shortcodes were introduced in WordPress 2.5, and allowed the <a href="http://codex.wordpress.org/Gallery_Shortcode" target="_blank">Gallery feature</a> allows the option to add an image gallery to a Post or Page on your WordPress blog. but now you can us shortcode for your theme by using WordPress plugins and can create your own function to display requires result. I was working on my client web site and was required to display one category post on a specific page, I tried few plugins but did not get the proper result so one of blog fellow have given a solution on <a title="Simple Recent Posts Shortcodes for WordPress" href="http://www.rhanney.co.uk/2010/08/26/simple-recent-posts-shortcodes-for-wordpress/" rel="bookmark">Simple Recent Posts Shortcodes for WordPress</a>, which help me a lot and here is my code for <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=4667&amp;keyword=thecorporation&amp;custom=4654" target="_blank">The Corporation WordPress Theme</a>:</p>
<p>&lt;?php<br />
function my_recent_posts_shortcode($atts){</p>
<p>global $post;</p>
<p>$myposts = get_posts(&#8220;showposts=5&amp;category=32&#8243;);<br />
foreach($myposts as $post) : setup_postdata($post); ?&gt;</p>
<p>&lt;img width=&#8221;120&#8243; height=&#8221;120&#8243; &lt;?php the_post_thumbnail(); ?&gt;<br />
&lt;div class=&#8221;latest_news_box&#8221;&gt;<br />
&lt;h3&gt;&lt;a href=&#8221;&lt;?php the_permalink() ?&gt;&#8221; rel=&#8221;bookmark&#8221;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h3&gt;<br />
&lt;p&gt;&lt;?php the_content_limit(520); ?&gt;&lt;/p&gt;<br />
&lt;/div&gt;<br />
&lt;?php<br />
endforeach;<br />
}<br />
?&gt;</p>
<p>There are different requirement to display content on your blog, Kevin Chard have wriiten lot of usage of shortcode on his blog. You see shorcode usage on the following link: <a href="http://wpsnipp.com/index.php/category/shortcode/">wpsnipp/shortcode</a>. and  <a title="Posts by Filip Stefansson" href="http://speckyboy.com/author/filipstefansson/" rel="author">Filip Stefansson</a>, the Founder and editor of <a href="http://wp-snippets.com/">WP-Snippets</a>, explained in detail about shortcode usage on this link: <a href="http://speckyboy.com/2011/07/18/getting-started-with-wordpress-shortcodes-examples/" rel="bookmark">Getting Started with WordPress Shortcodes (+Examples)</a>.</p>
<h2>WordPress Plugins for Shortcode</h2>
<hr />
<h2><a href="http://codecanyon.net/item/slider-gallery-shortcode/116049?ref=wparena" target="_blank">Slider gallery shortcode</a></h2>
<p><a href="http://codecanyon.net/item/slider-gallery-shortcode/116049?ref=wparena"><img class="alignnone size-full wp-image-12775" title="slider-gallery-shortcode" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/slider-gallery-shortcode.jpg" alt="" width="590" height="300" /></a></p>
<p>This plugin creates a new shortcode for WordPress. With this new shortcode, you can create a slider gallery in seconds just by typing [slider] while you’re writing your post or page. The slider will display the images that you have uploaded to the current post or page.</p>
<p>If you need more options, this simple shortcode features multiple attributes that you can set. You can:</p>
<ul>
<li>add controls to go back and forward through each slide</li>
<li>select an specific transition between images (fade, zoom, scroll, curtains, grow, toss and many more)</li>
<li>show the image title</li>
<li>set the size of the images displayed in the slider</li>
<li>wrap the image with a link to the image file</li>
<li>adjust the transition speed</li>
<li>set the pause between transitions</li>
<li>set the initial delay before the first transition</li>
<li>exclude some selected images.</li>
</ul>
<div><a href="http://codecanyon.net/item/slider-gallery-shortcode/full_screen_preview/116049?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/slider-gallery-shortcode/116049?ref=wparena" target="_blank">Detail</a></div>
<div></div>
<h2><a href="http://codecanyon.net/item/titaneditor-the-shortcode-editor-on-steroids-/250001?ref=wparena" target="_blank">TitanEditor &#8211; The Shortcode Editor On Steroids</a></h2>
<h2>Features</h2>
<ul>
<li><strong>Drag and drop Functionality</strong> – Drag, drop, move or delete your short-codes until your satisfied.</li>
<li><strong>Page template Manager</strong> – No more messing around inside your default pages and posts, create your own page <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">templates</a> filled with short-codes.</li>
<li><strong>Button shortcode editor</strong> – Create as many button styles and shapes you want.</li>
<li><strong>Most common shortcodes included</strong> – Buttons, tabs, accordion, toggle, slider, images, columns, lists, message boxes, video, quotes, separator, blog elements, galleria and pre/code</li>
<li><strong>Quick fill</strong> – After adding your columns your able to fill them all by just one click.</li>
<li><strong>TitanEditor Page Attributes</strong> – After creating your page template and you’ve filled and rearranged all components then just create a new page and select your page template from the TitanEditor Page Attributes window and your done.</li>
<li><strong>Clever editing</strong> – Not happy after seeing your freshly baked page, then just select the template through TitanEditor and edit it, TitanEditor remembers where you have left and opens the page just as you left it.</li>
<li><strong>Screencasts Included</strong> – Watch the videos for full instructions on how to use the editor, once your used to it you never return to the wp-editor ever again.</li>
<li><strong>Blog Post compatible</strong> – Your also able to create a nice looking blog post that looks different then any other blog post. Just create a page template ad your content through the editor and assign this page template to that blog post.</li>
<li><strong>Editors Option Panel</strong> – A option panel from where you can enable or diasble the stylings, so if you want to use your own then you only need to disable it.</li>
</ul>
<div><a href="http://codecanyon.net/item/titaneditor-the-shortcode-editor-on-steroids-/full_screen_preview/250001?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/titaneditor-the-shortcode-editor-on-steroids-/250001?ref=wparena" target="_blank">Detail</a></div>
<div></div>
<h2><a href="http://codecanyon.net/item/tabbed-content-shortcode/295742?ref=wparena" target="_blank">Tabbed Content Shortcode</a></h2>
<p>A clean, easy to integrate, reusable tabbed content area for your WordPress <a href="http://wparena.com/themeforest-sensation" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-sensation';return true;" onmouseout="self.status=''">themes</a>!</p>
<h3>Features</h3>
<ul>
<li>Reusable , add as many as you want on the page!</li>
<li>Easy to use, activate and copy-paste the sample shortcodes to begin</li>
<li>Auto sizing on a tab by tab basis</li>
<li>Help and information admin page</li>
<li>Easy to integrate into any design</li>
</ul>
<div><a href="http://codecanyon.net/item/tabbed-content-shortcode/full_screen_preview/295742?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/tabbed-content-shortcode/295742?ref=wparena" target="_blank">Detail</a></div>
<h2><a href="http://codecanyon.net/item/sws-nivo-addon-for-styles-with-shortcodes/147667?ref=wparena" target="_blank">SWS: Nivo add-on for Styles With Shortcodes</a></h2>
<p><a href="http://codecanyon.net/item/sws-nivo-addon-for-styles-with-shortcodes/147667?ref=wparena" target="_blank"><img class="alignnone size-full wp-image-12776" title="SWS-Nivo-Shortcodes" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/02/SWS-Nivo-Shortcodes.jpg" alt="" width="590" height="300" /></a></p>
<p>Styles with Shortcodes is a great plugin that makes life easier using WordPress whether you are a seasoned developer, designer or just a normal user!</p>
<p><a href="http://codecanyon.net/item/sws-nivo-addon-for-styles-with-shortcodes/full_screen_preview/147667?ref=wparena" target="_blank">Live preview</a> | <a href="http://codecanyon.net/item/sws-nivo-addon-for-styles-with-shortcodes/147667?ref=wparena" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/shortcodes-ultimate/" target="_blank">Shortcodes Ultimate</a></h2>
<p>With this plugin you can easily create buttons, boxes, different sliders and much, much more. Turn your free theme to premiun in just a few clicks. Using Shortcodes Ultimate you can quickly and easily retrieve many premium <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?';return true;" onmouseout="self.status=''">themes</a> features and display it on your site. See screenshots for more information.</p>
<p><a href="http://wordpress.org/extend/plugins/shortcodes-ultimate/" target="_blank">Detail</a></p>
<h2><a href="http://www.billerickson.net/shortcode-to-display-posts/" target="_blank">Display Posts Shortcode</a></h2>
<p>The Display Posts Shortcode was written to allow users to easily display listings of posts without knowing PHP or editing template files.</p>
<p><a href="http://www.billerickson.net/shortcode-to-display-posts/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/category-post-shortcode/" target="_blank">Category Post Shortcode</a></h2>
<p>This plugin allow you to display post list in your page or post by using shortcode.</p>
<p><a href="http://wordpress.org/extend/plugins/category-post-shortcode/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/list-category-posts/" target="_blank">List category posts</a></h2>
<p>The shortcode accepts a category name or id, the order in which you want the posts to display, and the number of posts to display. You can also display the post author, date, excerpt, custom field values, even the content! The [catlist] shortcode can be used as many times as needed with different arguments on each post/page.</p>
<p><a href="http://wordpress.org/extend/plugins/list-category-posts/" target="_blank">Detail</a></p>
<h2><a href="http://wordpress.org/extend/plugins/category-shortcode-w-generator/" target="_blank">Category Shortcode</a></h2>
<p>This plugin creates the [Category]] Shortcode. The code takes 5 arguments:<br />
number: the number of posts to display. 0 equals the default number. -1 equals the total available.</p>
<p><a href="http://wordpress.org/extend/plugins/category-shortcode-w-generator/" target="_blank">Detail</a></p>
<h2>Available shortcodes for WordPress Hosted Blog</h2>
<hr />
<p id="miscellaneous">Miscellaneous | Video | Images and Documents | Audio</p>
<p><a href="http://en.support.wordpress.com/shortcodes/" target="_blank">Detail</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-display-content-from-a-single-category-in-wordpress/' rel='bookmark' title='How to display Content from a Single Category in WordPress'>How to display Content from a Single Category in WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-addshow-images-with-wp-category/' rel='bookmark' title='How to add/Show Images with WP-Category'>How to add/Show Images with WP-Category</a></li>
<li><a href='http://wparena.com/how-to/how-to-localize-wordpress-themes-plugins-and-front-end/' rel='bookmark' title='How to Localize WordPress Themes, Plugins and Front-end'>How to Localize WordPress Themes, Plugins and Front-end</a></li>
<li><a href='http://wparena.com/how-to/how-to-hide-show-widgets-on-certain-wordpress-pages-posts-categories/' rel='bookmark' title='How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories'>How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories</a></li>
<li><a href='http://wparena.com/how-to/how-to-enhance-wordpress-security-with-two-factor-authentication-plugins/' rel='bookmark' title='How to Enhance WordPress security with two-factor authentication plugins'>How to Enhance WordPress security with two-factor authentication plugins</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/shortcode-with-micro-formatted-loop-meta-category-pagination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Hide or remove the WordPress Upgrade Message in the Dashboard</title>
		<link>http://wparena.com/how-to/how-to-hide-or-remove-the-wordpress-upgrade-message-in-the-dashboard/</link>
		<comments>http://wparena.com/how-to/how-to-hide-or-remove-the-wordpress-upgrade-message-in-the-dashboard/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 20:43:08 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[How to Hide]]></category>
		<category><![CDATA[multi-user]]></category>
		<category><![CDATA[Multisite]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress Upgrade]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=12696</guid>
		<description><![CDATA[It is very important to keep up to date your WordPress because of security threats, specially now a days due to its popularity. Although WordPress function pop you up all the time for new update version to automatically update it or through providing download link at the top of WordPress admin panel, as well  a link [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-hide-show-widgets-on-certain-wordpress-pages-posts-categories/' rel='bookmark' title='How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories'>How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories</a></li>
<li><a href='http://wparena.com/how-to/how-to-find-remove-and-protect-wordpress-site-from-malware/' rel='bookmark' title='How to Find, Remove and Protect WordPress Site from Malware'>How to Find, Remove and Protect WordPress Site from Malware</a></li>
<li><a href='http://wparena.com/how-to/how-to-solve-wordpress-error-warning-cannot-modify-header-information-headers-already-sent-by/' rel='bookmark' title='How to Solve WordPress Error: Warning: Cannot modify header information &#8211; headers already sent by()'>How to Solve WordPress Error: Warning: Cannot modify header information &#8211; headers already sent by()</a></li>
<li><a href='http://wparena.com/how-to/how-to-change-wordpress-login-page/' rel='bookmark' title='How to Change WordPress Login Page'>How to Change WordPress Login Page</a></li>
<li><a href='http://wparena.com/how-to/how-to-remove-error-creating-wordpress-plugin-without-login/' rel='bookmark' title='How to remove error creating WordPress Plugin without Login'>How to remove error creating WordPress Plugin without Login</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It is very important to keep up to date your WordPress because of security threats, specially now a days due to its popularity. Although WordPress function pop you up all the time for new update version to automatically update it or through providing download link at the top of WordPress admin panel, as well  a link on the update page where you can automatically install the new available version.</p>
<p><img class="alignnone size-full wp-image-12699" title="hide-WordPress-Upgrade-Message" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/hide-WordPress-Upgrade-Message.png" alt="" width="600" height="208" /></p>
<p>In case, you are using WordPress for your client or have made lots of customizations on core WordPress files, then might not want this message to displayed, because it will overwrite all the files and client site will lost all the changes.</p>
<p>So there are few option to hide it from dashboard through some function adding in function.php file, by using  WordPress plugin to hide this message and manually removing the code from WordPress core file. Different bloggers had provided the solution on their bog like like as follow:</p>
<p style="text-align: center;"><a href="http://graphicriver.net/item/man-hiding-in-a-cardboard-box/238837?ref=wparena"><img class=" wp-image-12698 aligncenter" title="Man hiding in a cardboard box_p" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/Man-hiding-in-a-cardboard-box_p.jpg" alt="" width="413" height="310" /></a></p>
<p>1. Just Open functions.php file from wordpres theme and put following code in that file: (from <a href="http://wordpressapi.com/2010/03/20/hide-update-message-wordpress-admin-panel/">wordpressapi</a>)</p>
<pre>add_action('admin_menu','hide_update_message');
function hide_update_message()
{
remove_action( 'admin_notices', 'update_nag', 3 );
remove_filter( 'update_footer', 'core_update_footer' );
}</pre>
<p>2. All you have to do is simply open the theme’s functions.php file and add this: (<a href="http://www.wpbeginner.com/wp-tutorials/how-to-hide-the-wordpress-upgrade-message-in-the-dashboard/">wpbeginner</a>)</p>
<pre>add_action('admin_menu','wphidenag');
function wphidenag() {
remove_action( 'admin_notices', 'update_nag', 3 );
}</pre>
<p>3. To get rid of the &#8220;Please update now&#8221; message in your WordPress dashboard, simply paste the following code on your <em>functions.php</em> file. (<a href="http://www.wprecipes.com/how-to-disable-the-please-update-now-message-in-wp-dashboard">wprecipes</a>)</p>
<pre>if ( !current_user_can( 'edit_users' ) ) {
  add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ), 2 );
  add_filter( 'pre_option_update_core', create_function( '$a', "return null;" ) );
}</pre>
<p>4. You can optionally put this code with a condition so that the update message will only be shown to the site admin or other user roles depending of the if-statement in the code snippet below. (<a href="http://fredrikmalmgren.com/how-to-hide-the-wordpress-update-message/">fredrikmalmgren</a>)</p>
<pre>function hideUpdateNag() {
    remove_action( 'admin_notices', 'update_nag', 3 );
}
if ( !current_user_can('activate_plugins') ) {
    add_action('admin_menu','hideUpdateNag');
}</pre>
<p>5. Removing the update message is very straightforward to do – simply add the following lines of code to your functions.php file:(<a href="http://www.vooshthemes.com/blog/wordpress-tip/wordpress-quick-tip-remove-the-dashboard-update-message/">vooshthemes</a>)</p>
<pre>remove_action('wp_version_check', 'wp_version_check');
remove_action('admin_init', '_maybe_update_core');
add_filter('pre_transient_update_core', create_function( '$a', "return null;"));</pre>
<p>All the above almost do the same thing, If still not satisfied requirments you can use WordPress Plugin to hide &#8220;WordPress Upgrade Message&#8221; from users and clients dashboard.</p>
<h2><a href="http://wordpress.org/extend/plugins/hide-update-reminder/">Hide Update Reminder</a></h2>
<p>This plugin allows you to hide the update WordPress reminder from all users that are not assumed Administrators (cannot upgrade plugins).</p>
<p>If you have multiple users then this means those who are not admins don&#8217;t need to see the message. Useful for CMS based sites, so the client doesn&#8217;t see the notice.</p>
<p><a href="http://wordpress.org/extend/plugins/hide-update-reminder/">Detail</a></p>
<p>If you want to display notifications to your user when you update something or when you wish to make an announcement. The plugin<br />
&#8220;<strong><a href="http://codecanyon.net/item/wp-update-notifier/134250?ref=wparena" target="_blank">WP update notifier</a></strong>&#8220; is simple yet effective and extremely usefull.</p>
<h2><a href="http://wordpress.org/extend/plugins/disable-wordpress-core-update/" target="_blank">Disable WordPress Core Update</a></h2>
<p>Completely disables the core update checking system in WordPress. The plugin prevents WordPress from checking for updates, and prevents any notifications from being displayed in the admin area. Ideal for administrators of multiple WordPress installations.</p>
<p><a href="http://wordpress.org/extend/plugins/disable-wordpress-core-update/" target="_blank">Detail</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-hide-show-widgets-on-certain-wordpress-pages-posts-categories/' rel='bookmark' title='How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories'>How to Hide or Show Widgets on Certain WordPress Pages, Posts and Categories</a></li>
<li><a href='http://wparena.com/how-to/how-to-find-remove-and-protect-wordpress-site-from-malware/' rel='bookmark' title='How to Find, Remove and Protect WordPress Site from Malware'>How to Find, Remove and Protect WordPress Site from Malware</a></li>
<li><a href='http://wparena.com/how-to/how-to-solve-wordpress-error-warning-cannot-modify-header-information-headers-already-sent-by/' rel='bookmark' title='How to Solve WordPress Error: Warning: Cannot modify header information &#8211; headers already sent by()'>How to Solve WordPress Error: Warning: Cannot modify header information &#8211; headers already sent by()</a></li>
<li><a href='http://wparena.com/how-to/how-to-change-wordpress-login-page/' rel='bookmark' title='How to Change WordPress Login Page'>How to Change WordPress Login Page</a></li>
<li><a href='http://wparena.com/how-to/how-to-remove-error-creating-wordpress-plugin-without-login/' rel='bookmark' title='How to remove error creating WordPress Plugin without Login'>How to remove error creating WordPress Plugin without Login</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-hide-or-remove-the-wordpress-upgrade-message-in-the-dashboard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to adjust and fixed DIV columns Heights with jQuery Plugin and CSS</title>
		<link>http://wparena.com/how-to/how-to-adjust-and-fixed-div-columns-heights-with-jquery-plugin-and-css/</link>
		<comments>http://wparena.com/how-to/how-to-adjust-and-fixed-div-columns-heights-with-jquery-plugin-and-css/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 18:40:06 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=12328</guid>
		<description><![CDATA[I was working eCommerce website, and there is a need to display four equal column in one row and the other four in a 2nd column. I tired with Equal height &#8211; javascript, Equal Height Columns with Cross-Browser CSS, these tutorials are very helpful but not full-fill my client requirements. So I  tried Faux Columns, which gave the perfect solution.  Faux Columns provide [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-create-a-vertical-scrolling-news-ticker-on-wordpress-with-jquery-carousel/' rel='bookmark' title='HOW TO: Create A Vertical Scrolling News Ticker on WordPress With jQuery Carousel'>HOW TO: Create A Vertical Scrolling News Ticker on WordPress With jQuery Carousel</a></li>
<li><a href='http://wparena.com/how-to/how-to-expandcollapse-wordpress-posts-with-jquery/' rel='bookmark' title='How to Expand/collapse WordPress posts with jQuery'>How to Expand/collapse WordPress posts with jQuery</a></li>
<li><a href='http://wparena.com/inspiration/wordpress-hooks-database-resources-and-tutorials-for-plugin-developers/' rel='bookmark' title='WordPress Hooks Database, Resources and Tutorials for Plugin Developers'>WordPress Hooks Database, Resources and Tutorials for Plugin Developers</a></li>
<li><a href='http://wparena.com/how-to/useful-tooltips-tutorials-and-jquery-plugins/' rel='bookmark' title='Useful Tooltips Tutorials and jQuery Plugins'>Useful Tooltips Tutorials and jQuery Plugins</a></li>
<li><a href='http://wparena.com/how-to/create-online-store-with-free-wordpress-e-commerce-plugin/' rel='bookmark' title='Create Online Store with Free WordPress e-Commerce plugin'>Create Online Store with Free WordPress e-Commerce plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was working eCommerce website, and there is a need to display four equal column in one row and the other four in a 2nd column. I tired with <a href="http://bonrouge.com/~fixH">Equal height &#8211; javascript</a>, <a href="http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks">Equal Height Columns with Cross-Browser CSS</a>, these tutorials are very helpful but not full-fill my client requirements. So I  tried <a href="http://www.alistapart.com/articles/fauxcolumns/">Faux Columns</a>, which gave the perfect solution.  Faux Columns provide the very easy way to by Making DIVs, using the CSS &#8220;Float Left&#8221; property, all have uniform heights; automatically adjusting to match the tallest DIV in the row.</p>
<p>All you have to play with the design and one image that fit with your design. A tutorial by <a href="http://www.alistapart.com/authors/c/dancederholm">DAN CEDERHOLM</a> explained step by step procedure. Here is my CSS lines which I  get after modification.  Due to my client, I am unable to   provide the link of this implementation but still you can get idea from my code.</p>
<p>/* ======= index page cat. display ===================*/<br />
#wrapper {<br />
margin: 0 auto;<br />
width: 1110px;<br />
}<br />
.cat_a {<br />
display:block;<br />
color: #FFF!important;<br />
background-image:url(&#8216;cat-tab-bg.png&#8217;);<br />
min-height:40px;<br />
padding-top:10px;<br />
padding-left:10px;</p>
<p>}<br />
.cat_a:hover, .hov_sh:hover {<br />
text-shadow:2px 2px 2px #661111;<br />
text-decoration:none;<br />
}</p>
<p>.cat_ico {<br />
float:right;<br />
position:relative;<br />
top:-11px;<br />
}</p>
<p>#faux {<br />
background: url(&#8216;cat-bg.png&#8217;);<br />
margin-bottom: 5px;<br />
overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */<br />
width: 100%<br />
}</p>
<p>#leftcolumn {<br />
display: inline;<br />
width:264px;<br />
padding:0px;<br />
float:left;<br />
margin: 0px 10px 10px 10px;<br />
position:relative;<br />
}<br />
#leftmiddle {<br />
display: inline;<br />
padding: 0px;<br />
width: 275px;<br />
float: left;<br />
margin: 0px 0px 0px 0px;<br />
position:relative;</p>
<p>}<br />
#rightmiddle {<br />
display: inline;<br />
width: 270px;<br />
float: left;<br />
margin-left:12px;<br />
position:relative;</p>
<p>}<br />
#rightcolumn {<br />
display: inline;<br />
position: relative;<br />
padding: 0px;<br />
width: 256px;<br />
float: left;<br />
margin-left: 13px;</p>
<p>}<br />
.clear { clear: both; background: none; }</p>
<p>In case if you are not satisfied with above solution, here I am compiling a list of resources where you can get more infor about how to get Equal Height Columns with jQuery and CSS.</p>
<h2>Tutorials: equal Height Columns with jQuery</h2>
<hr />
<h2><a href="http://docs.jquery.com/How_jQuery_Works">Tutorials:How jQuery Works</a></h2>
<p>A basic introduction to jQuery and the concepts that you need to know to use it.</p>
<p><a href="http://docs.jquery.com/How_jQuery_Works">Tutorial</a></p>
<h2><a title="Permanent link to Equal Height Columns with jQuery" href="http://www.cssnewbie.com/equal-height-columns-with-jquery/" rel="bookmark" rev="post-280">Equal Height Columns with jQuery</a></h2>
<p>This concept has been adapted into a full-fledged jQuery plugin. <a href="http://www.cssnewbie.com/equalheights-jquery-plugin/">Check it out here.</a> And then read on to learn how this technique is done.</p>
<p><a href="http://www.cssnewbie.com/equal-height-columns-with-jquery/">Detail tutorial</a></p>
<h2><a href="http://aamirafridi.com/jquery/jquery-equal-columns-height-plugin">jQuery equal height columns plugin</a></h2>
<p><strong> </strong>If you are looking for a plugin which will calculate the heightest column and than assign that height to the rest of the panels than you should visit: <a href="http://www.filamentgroup.com/lab/setting_equal_heights_with_jquery" target="_blank">Equal Height Columns with jQuery</a>.</p>
<p><a href="http://aamirafridi.com/jquery/jquery-equal-columns-height-plugin">Detail Tutorial</a></p>
<h2><a href="http://www.html5rocks.com/en/tutorials/flexbox/quick/">Quick hits with the Flexible Box Model</a></h2>
<p>I&#8217;d bet that you&#8217;ve done your fair share of styling elements to be arranged horizontally or vertically on a page. As of yet, though, <abbr>CSS</abbr> has lacked a suitable mechanism for this task. Enter the <abbr>CSS</abbr>3 Flexible Box Module, or <em>Flexbox</em> for short.</p>
<p><a href="http://www.html5rocks.com/en/tutorials/flexbox/quick/">Detail Tutorial</a></p>
<h2><a href="http://bonrouge.com/~fixH">Equal height &#8211; javascript</a></h2>
<p>Many people have problems getting the heights of their divs the same length. There are good, valid, ways of doing this with only CSS. This isn&#8217;t one of them. This uses javascript to find out which div is the longest and then set the others to be the same length as that one.</p>
<p><a href="http://bonrouge.com/~fixH">Detail Tutorial</a></p>
<h2><a href="http://stephenakins.blogspot.com/2011/01/uniform-div-heights-for-liquid-css-p.html">Making DIVs, using the CSS &#8220;Float Left&#8221; property, all have uniform heights;</a></h2>
<p>Would you believe that was the best title I could come up with? Honestly, if you can think of a better one shoot me a line &#8211; I want to hear from you.</p>
<p>Okay, I&#8217;m a big fan of Fluid Design. I love to design websites/webapps that flow into the space available, from giant screened desktops to mobile phones, and always look like they were designed with exactly that screen size in mind.</p>
<p><a href="http://stephenakins.blogspot.com/2011/01/uniform-div-heights-for-liquid-css-p.html">Detail Tutorial</a></p>
<h2><a href="http://www.webdevelopers.eu/shop/6/doc/index">Elixon Fixheight</a></h2>
<p>Creating equal height columns with CSS is not as easy as it may first seem. Elixon FixHeight is a solution that works in all common web browsers.</p>
<p><a href="http://www.webdevelopers.eu/shop/6/doc/index">Detail Tutorial</a></p>
<h2><a href="http://wpwizard.net/jquery/jquery-boxes-of-equal-height/">jQuery: Boxes of Equal Height</a></h2>
<p>Ever had parallel boxes on a website you’re developing, and wanted them to have the same height, but still wanting them to have dynamic height, i.e. not having to lock them to a certain height in the CSS? I certainly have, and it’s usually difficult. But jQuery provides a simple sollution!</p>
<p><a href="http://wpwizard.net/jquery/jquery-boxes-of-equal-height/">Detail Tutorial </a></p>
<h2>Tutorials: equal Height Columns with CSS</h2>
<hr />
<h2><a href="http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks">Equal Height Columns with Cross-Browser CSS</a></h2>
<p>Creating equal height columns with CSS is not as easy as it may first seem. This tutorial highlights the display problems that occur with multiple column layouts, and then shows a simple solution that works in all common web browsers. The method shown here is 100% CSS hack-free, image-free and JavaScript-free so it can even be used on the most strictly coded websites.</p>
<p><a href="http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks">Detail Tutorial</a></p>
<h2><span><span><a href="http://chikuyonok.ru/2010/01/liquid-site-markup/">Nesting sites expanding</a></span></span></h2>
<p><span><span>Russian language article: he will give way to layout </span></span><em><span><span>the sprawling site</span></span></em><span><span> (and others, as it turned out, I do not know how to typeset), which use the last 2-3 years. </span><span>This method is used for complex modular networks, it is easy to use, but difficult to understand and it has several drawbacks. </span><span>In general, the information here useful and web designers, since the very model of the site must be properly prepared.</span></span></p>
<p><a href="http://chikuyonok.ru/2010/01/liquid-site-markup/">Detail Tutorial</a></p>
<h2><a href="http://www.alistapart.com/articles/fauxcolumns/">Faux Columns by DAN CEDERHOLM</a></h2>
<p>One of the somewhat frustrating properties of <abbr title="Cascading Style Sheets">CSS</abbr> is the fact that elements only stretch vertically as far as they need to. Meaning, if a 200-pixel tall image is contained within a<code>&lt;div&gt;</code>, the <code>&lt;div&gt;</code> will only expand down the page 200 pixels.</p>
<p><a href="http://www.alistapart.com/articles/fauxcolumns/">Detail Tutorial</a></p>
<h2><a href="http://css-tricks.com/fluid-width-equal-height-columns/">Fluid Width Equal Height Columns</a></h2>
<p>Equal height columns have been a need of web designers forever. If all the columns share the same background, equal height is irrelevant because you can set that background on a parent element. But if one or more columns need to have their own background, it becomes very important to the visual integrity of the design.</p>
<p><a href="http://css-tricks.com/fluid-width-equal-height-columns/">Detail Tutorial</a></p>
<h2><a href="http://css-tricks.com/equal-height-blocks-in-rows/">Equal Height Blocks in Rows</a></h2>
<p>There are plenty of solutions for equal height columns using jQuery (like <a href="http://www.cssnewbie.com/equal-height-columns-with-jquery/">this one</a> by Rob Glazebrook). The basic idea is to measure all of their heights and then set all their heights to that of the tallest one.</p>
<p><a href="http://css-tricks.com/equal-height-blocks-in-rows/">Detail Tutorial</a></p>
<h2><a href="http://coding.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/">50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)</a></h2>
<p>Although CSS is generally considered a simple and straightforward language, sometimes it requires creativity, skill and a bit of experimentation. The good news is that designers and developers worldwide often face similar problems and choose to share their insights and workarounds with the wider community.</p>
<p><a href="http://coding.smashingmagazine.com/2010/02/18/50-css-and-javascript-techniques-for-layouts-forms-and-visual-effects/">Detail Tutorial</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-create-a-vertical-scrolling-news-ticker-on-wordpress-with-jquery-carousel/' rel='bookmark' title='HOW TO: Create A Vertical Scrolling News Ticker on WordPress With jQuery Carousel'>HOW TO: Create A Vertical Scrolling News Ticker on WordPress With jQuery Carousel</a></li>
<li><a href='http://wparena.com/how-to/how-to-expandcollapse-wordpress-posts-with-jquery/' rel='bookmark' title='How to Expand/collapse WordPress posts with jQuery'>How to Expand/collapse WordPress posts with jQuery</a></li>
<li><a href='http://wparena.com/inspiration/wordpress-hooks-database-resources-and-tutorials-for-plugin-developers/' rel='bookmark' title='WordPress Hooks Database, Resources and Tutorials for Plugin Developers'>WordPress Hooks Database, Resources and Tutorials for Plugin Developers</a></li>
<li><a href='http://wparena.com/how-to/useful-tooltips-tutorials-and-jquery-plugins/' rel='bookmark' title='Useful Tooltips Tutorials and jQuery Plugins'>Useful Tooltips Tutorials and jQuery Plugins</a></li>
<li><a href='http://wparena.com/how-to/create-online-store-with-free-wordpress-e-commerce-plugin/' rel='bookmark' title='Create Online Store with Free WordPress e-Commerce plugin'>Create Online Store with Free WordPress e-Commerce plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-adjust-and-fixed-div-columns-heights-with-jquery-plugin-and-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Best WordPress Tips and Tutorials of 2011</title>
		<link>http://wparena.com/inspiration/the-best-wordpress-tips-and-tutorials-of-2011/</link>
		<comments>http://wparena.com/inspiration/the-best-wordpress-tips-and-tutorials-of-2011/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 02:12:31 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=12353</guid>
		<description><![CDATA[First of all happy New years!  I would like to share with everyone, all 12 monthly “best of” WordPress tips and Tutorials so for those that missed out on all the great tutorials from the last year, you can find them all in one place. In 2011, WordPress become the best CMS (Content Management System) and [...]
Related posts:<ol>
<li><a href='http://wparena.com/inspiration/helpful-tips-hacks-and-tutorials-about-wordpress/' rel='bookmark' title='Helpful Tips, Hacks and Tutorials about WordPress'>Helpful Tips, Hacks and Tutorials about WordPress</a></li>
<li><a href='http://wparena.com/how-to/best-facebook-tips-and-tutorials-for-websites-marketing/' rel='bookmark' title='Best Facebook Tips and Tutorials for WebSites Marketing'>Best Facebook Tips and Tutorials for WebSites Marketing</a></li>
<li><a href='http://wparena.com/inspiration/wordpress-hooks-database-resources-and-tutorials-for-plugin-developers/' rel='bookmark' title='WordPress Hooks Database, Resources and Tutorials for Plugin Developers'>WordPress Hooks Database, Resources and Tutorials for Plugin Developers</a></li>
<li><a href='http://wparena.com/how-to/best-twitter-tips-and-tutorials-for-websites-marketing/' rel='bookmark' title='Best Twitter Tips and Tutorials for WebSites Marketing'>Best Twitter Tips and Tutorials for WebSites Marketing</a></li>
<li><a href='http://wparena.com/how-to/video-tutorials-to-learn-wordpress-development-designing-and-blogging/' rel='bookmark' title='Video Tutorials To Learn WordPress Development, Designing and Blogging'>Video Tutorials To Learn WordPress Development, Designing and Blogging</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>First of all happy New years!  I would like to share with everyone, all 12 monthly “best of” WordPress tips and Tutorials so for those that missed out on all the great tutorials from the last year, you can find them all in one place. In 2011, WordPress become the best CMS (Content Management System) and taken over other CMS platforms like <a href="http://themeforest.net/category/cms-themes/drupal?ref=wparena">Drupal</a> and <a href="http://themeforest.net/category/cms-themes/joomla?ref=wparena">Joomla</a>.  There were lot of changes in WordPress which gave new features and updates. In this round up, you will some of the the best WordPress tips and tutorials written this year. There is list of <a href="http://wparena.com/how-to/video-tutorials-to-learn-wordpress-development-designing-and-blogging/">Video Tutorials To Learn WordPress Development, Designing and Blogging</a>.</p>
<h2>WordPress Theme Development Tutorials</h2>
<hr />
<h2><a href="http://marketplace.tutsplus.com/item/creating-a-subscription-site-using-wordpress/161963?ref=wparena">Creating a Subscription Site Using WordPress</a></h2>
<p><a href="http://marketplace.tutsplus.com/item/creating-a-subscription-site-using-wordpress/161963?ref=wparena"><img class="alignnone size-full wp-image-12382" title="Creating-Subscription-Site-Wordpress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/Creating-Subscription-Site-Wordpress.jpg" alt="" width="590" height="300" /></a></p>
<p>This is a great WordPress tutorial for beginners to intermediate users who want to learn how to easily and effectively create subscription sites and use WordPress as a content-management-system.</p>
<ul>
<li>create and personalize the WordPress registration page and login page</li>
<li>create custom registration fields in order to gather information tailored to your site</li>
<li>create new post types and post type <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">templates</a> for your premium content</li>
<li>and restrict content to only registered users and redirect all others</li>
</ul>
<p><a href="http://marketplace.tutsplus.com/item/creating-a-subscription-site-using-wordpress/161963?ref=wparena">Detail Tutorial</a></p>
<h2><a href="http://marketplace.tutsplus.com/item/wordpress-beginner-to-master-/118788?ref=wparena">WordPress, Beginner to Master</a></h2>
<p><a href="http://marketplace.tutsplus.com/item/wordpress-beginner-to-master-/118788?ref=wparena"><img class="alignnone size-full wp-image-12384" title="WordPress-Beginner-Master" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/WordPress-Beginner-Master1.jpg" alt="" width="590" height="497" /></a></p>
<p>Throughout this six-part beginner-to-master series, we’ll be using the advanced features of WordPress to create our own portfolio &amp; blog, complete with an options page, multiple styles and support for the new WordPress features.</p>
<p><a href="http://marketplace.tutsplus.com/item/wordpress-beginner-to-master-/118788?ref=wparena">Detail Tutorial</a></p>
<h2><a href="http://wp.tutsplus.com/tutorials/scaling-caching/deploy-your-wordpress-blog-to-the-cloud/">Deploy Your WordPress Blog to the Cloud</a></h2>
<p><a href="http://wp.tutsplus.com/tutorials/scaling-caching/deploy-your-wordpress-blog-to-the-cloud/"><img class="alignnone size-full wp-image-12385" title="WordPress-Blog-Cloud" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/WordPress-Blog-Cloud.jpg" alt="" width="550" height="201" /></a></p>
<p>For the last decade, hosting a large scale web application has been a daunting task, reserved only for experts. Not anymore; when <a href="http://marketplace.tutsplus.com/item/the-ins-and-outs-of-amazon-ec2/195567?ref=wparena">Amazon</a> opened its server architecture, everything changed. Computer hardware moved to the cloud, and became available to any and all developers. In this tutorial, we will install WordPress in the cloud.</p>
<p><a href="http://wp.tutsplus.com/tutorials/scaling-caching/deploy-your-wordpress-blog-to-the-cloud/">Detail Tutorial</a></p>
<h2><a href="http://www.problogdesign.com/wordpress/user-friendly-short-codes-with-tinymce/">User Friendly Short Codes with TinyMCE</a></h2>
<p><a href="http://www.problogdesign.com/wordpress/user-friendly-short-codes-with-tinymce/"><img class="alignnone size-full wp-image-12387" title="Friendly-Short-Codes-TinyMCE" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/Friendly-Short-Codes-TinyMCE.png" alt="" width="629" height="180" /></a></p>
<p>WordPress short codes are everywhere: in practically every theme and many, many plugins. They are extremely useful and provide huge amounts of extra functionality. With all of their greatness, however, there is one major problem with them:<strong> they are not very user friendly</strong>, particularly for users who are not familiar with programming, especially when a short code accepts more than one parameter. So, in order to help the non-users, we need a new solution.</p>
<p><a href="http://www.problogdesign.com/wordpress/user-friendly-short-codes-with-tinymce/">Detail Tutorial</a></p>
<h2><a href="http://wp.tutsplus.com/tutorials/html5-music-player-settings-page-integration/">HTML5 WordPress Music Player &amp; Settings Page Integration</a></h2>
<p><a href="http://wp.tutsplus.com/tutorials/html5-music-player-settings-page-integration/"><img class="alignnone size-full wp-image-12389" title="HTML5-WordPress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/HTML5-WordPress.png" alt="" width="600" height="350" /></a></p>
<p>This music player has finally made its way to WP! The design was originally created by <a href="http://www.premiumpixels.com/freebies/compact-music-player-psd/">Orman Clark</a> after which Saleem from <a href="http://www.codebasehero.com/2011/07/html5-music-player-updated/">Codebase Hero</a> created a jQuery plugin out of it.</p>
<p><a href="http://wp.tutsplus.com/tutorials/html5-music-player-settings-page-integration/">Detail Tutorial</a></p>
<h2><a href="http://marketplace.tutsplus.com/item/html5-and-dreamweaver-websites/758090?ref=wparena">HTML5 and Dreamweaver Websites</a></h2>
<p>Lawrence Turton, expert instructor in all things HTML5 -related, guides us step by step through creating a complete website using the latest web technologies. And for those of you dragging your feet on learning the latest features of Dreamweaver CS5 and 5.5, Lawrence shows us how DW integrates in with all this emerging coolness taking over the web. Here’s some of the highlights of what you’ll learn….</p>
<h2><a href="http://wp.smashingmagazine.com/2011/10/20/create-tabs-wordpress-settings-pages/">How To Create Tabs On WordPress Settings Pages</a></h2>
<p><a href="http://wp.smashingmagazine.com/2011/10/20/create-tabs-wordpress-settings-pages/"><img class="alignnone size-full wp-image-12390" title="tabbed-theme-settings-wordpress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/tabbed-theme-settings-wordpress.png" alt="" width="550" height="300" /></a></p>
<p>Using tabs in a user interface can help you better organize content, so it’s only natural that WordPress <a href="http://wparena.com/themeforest-AmplifyBusinessTheme?" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme?';return true;" onmouseout="self.status=''">themes</a> that have a lot of options would benefit from tabs on their settings page. In this tutorial, you will learn how to create a tabbed settings page, and you’ll get to download a WordPress theme that implements the code.</p>
<p><a href="http://wp.smashingmagazine.com/2011/10/20/create-tabs-wordpress-settings-pages/">Detail Tutorial</a></p>
<h2><a href="http://www.problogdesign.com/wordpress/load-next-wordpress-posts-with-ajax/">Load Next WordPress Posts With AJAX</a></h2>
<p><a href="http://www.problogdesign.com/wordpress/load-next-wordpress-posts-with-ajax/"><img class="alignnone size-full wp-image-12391" title="ajax-load-posts" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/ajax-load-posts.jpg" alt="" width="629" height="180" /></a></p>
<p>How to replace the standard “Older Posts” links on your blog. Our plugin will create a button to<strong>instantly load the next page of posts</strong>, without reloading the page (Similar to what Twitter used to do at the bottom of profiles)</p>
<p><a href="http://www.problogdesign.com/wordpress/load-next-wordpress-posts-with-ajax/">Detail Tutorial</a></p>
<h2>WordPress as a CMS -<a href="http://marketplace.tutsplus.com/item/wordpress-as-a-cms-part-1/120053?ref=wparena">Part 1</a>, <a href="http://marketplace.tutsplus.com/item/wordpress-as-a-cms-part-2/120058?ref=wparena">Part 2</a> and  <a href="http://marketplace.tutsplus.com/item/wordpress-as-a-cms-part-3/120062?ref=wparena">Part 3</a></h2>
<p>When most people think about WordPress, they think about blogs. If you look at the front page of WordPress.org, they talk a lot about blogging as well. What they don’t tell you is that WordPress can also double as a very powerful CMS ; you just have to set it up properly. It can be a bit tricky to get setup and working the way that you want; but this is where I come in.</p>
<p>Detail Tutorials: <a href="http://marketplace.tutsplus.com/item/wordpress-as-a-cms-part-1/120053?ref=wparena">Part 1</a>, <a href="http://marketplace.tutsplus.com/item/wordpress-as-a-cms-part-2/120058?ref=wparena">Part 2</a> and <a href="http://marketplace.tutsplus.com/item/wordpress-as-a-cms-part-3/120062?ref=wparena">Part 3 </a></p>
<h2><a href="http://wpmu.org/building-your-wordpress-website-with-ipad-in-mind/">Building Your WordPress Website with iPad in Mind</a></h2>
<p><a href="http://wpmu.org/building-your-wordpress-website-with-ipad-in-mind/"><img class="alignnone size-full wp-image-12392" title="Building-WordPress-iPad" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/Building-WordPress-iPad.png" alt="" width="580" height="250" /></a></p>
<p>How you could get your <a href="http://wpmu.org/how-to-make-your-wordpress-website-mobile-friendly/">WordPress website looking great on an iPhone</a>, now it’s time to take a look at how you can get it looking fantastic on an iPad.<strong> iPad users interact with their devices quite differently</strong> to how desktop and laptop users interact with theirs.</p>
<p><a href="http://wpmu.org/building-your-wordpress-website-with-ipad-in-mind/">Detail Tutorial</a></p>
<h2><a href="http://theme.it/how-to-display-an-admin-notice-for-required-theme-plugins/">How to Display an Admin Notice For Required Theme Plugins</a></h2>
<p><a href="http://theme.it/how-to-display-an-admin-notice-for-required-theme-plugins/"><img class="alignnone size-full wp-image-12393" title="How-Display-Admin" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/How-Display-Admin.jpg" alt="" width="570" height="300" /></a></p>
<p>Typically build all the functionality needed directly into each theme I release, but sometimes it makes sense to refer to a 3rd party plugin to achieve what you are looking to do. For instance, most of my video-centric <a href="http://wparena.com/themeforest-AmplifyBusinp" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinp';return true;" onmouseout="self.status=''">themes</a> require the <a href="https://www.e-junkie.com/ecom/gb.php?cl=16336&amp;c=ib&amp;aff=107974">Press75</a> “Simple Video Embedder” plugin for embedding videos within each post. In my opinion.</p>
<p><a href="http://theme.it/how-to-display-an-admin-notice-for-required-theme-plugins/">Detail Tutorial</a></p>
<h2><a href="http://wp.tutsplus.com/tutorials/customizing-wordpress-for-your-clients/">Customizing the WordPress Dashboard For Your Clients</a></h2>
<p>Have you recently started using WordPress for your client’s project and want to further impress your client with better packaging? This article will focus on packaging WordPress so that, in just few minutes after completion of a project, it will feel more unique to the client and not have the generic feel.</p>
<p><a href="http://wp.tutsplus.com/tutorials/customizing-wordpress-for-your-clients/">Detail Tutorial</a></p>
<h2><a href="http://wp.smashingmagazine.com/2011/10/25/create-perfect-emails-wordpress-website/">Create Perfect Emails For Your WordPress Website</a></h2>
<p><a href="http://wp.smashingmagazine.com/2011/10/25/create-perfect-emails-wordpress-website/"><img class="alignnone size-full wp-image-12394" title="Emails-WordPress-Website" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/Emails-WordPress-Website.jpg" alt="" width="550" height="201" /></a></p>
<p>Whatever type of website you operate, its success will probably hinge on your interaction with your audience. If executed well, one of the most effective tools can be a <strong>simple email</strong>.</p>
<p>WordPress users are in luck, since WordPress already has easy-to-use and extendable functions to give you a lot of power and flexibility in handling your website’s emails.</p>
<p><a href="http://wp.smashingmagazine.com/2011/10/25/create-perfect-emails-wordpress-website/">Detail Tutorial</a></p>
<h2><a href="http://www.wpbeginner.com/wp-tutorials/wordpress-custom-fields-101-tips-tricks-and-hacks/">WordPress Custom Fields 101: Tips, Tricks, and Hacks</a></h2>
<p><a href="http://www.wpbeginner.com/wp-tutorials/wordpress-custom-fields-101-tips-tricks-and-hacks/"><img class="alignnone size-full wp-image-12395" title="WordPress-Custom-Fields-101" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/WordPress-Custom-Fields-101.jpg" alt="" width="550" height="201" /></a></p>
<p>Now we will go into sharing some of the cool tips, tricks, and hacks for custom fields. Custom fields are limited to your imagination only, so there are tons of cool tricks that we might miss.</p>
<p><a href="http://www.wpbeginner.com/wp-tutorials/wordpress-custom-fields-101-tips-tricks-and-hacks/">Detail Tutorial</a></p>
<h2><a href="http://wplift.com/add-a-customisable-header-image-to-your-wordpress-theme">Add a Customizable Header image to your WordPress Theme</a></h2>
<p><a href="http://wplift.com/add-a-customisable-header-image-to-your-wordpress-theme"><img class="alignnone size-full wp-image-12396" title="Customizable-Header-image-WordPress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/Customizable-Header-image-WordPress.png" alt="" width="651" height="270" /></a></p>
<p>WordPress 3.0 brought a host of new features with it and one was the ability to change your theme header from within the admin panel, under the “appearance” tab and was built into the TwentyTen theme. What if you want to add this functionality to your own theme ? Thankfully it’s pretty easy to do by adding some custom code to your theme’s functions.php file.</p>
<p><a href="http://wplift.com/add-a-customisable-header-image-to-your-wordpress-theme">Detail Tutorial</a></p>
<h2><a href="http://www.lava360.com/tutorials/useful-timesaving-wordpress-code-snippets/">Useful and Time Saving WordPress Code Snippets</a></h2>
<p><a href="http://www.lava360.com/tutorials/useful-timesaving-wordpress-code-snippets/"><img class="alignnone size-full wp-image-12397" title="WordPress-Code-Snippets" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/WordPress-Code-Snippets.jpg" alt="" width="550" height="201" /></a></p>
<p>Coding in <strong>wordpress</strong> is pretty state of the art and the code and logic behind the wp theme is much the same. So you can use many source codes and <strong>snippets </strong>to save your time while coding for <strong>wordpress</strong>. We are going to share with you some useful <strong>wordpress code snippets </strong>to save your time and you can design a great <strong>wordpress</strong> theme with these handy and ready to work code <strong>snippets</strong>. So build your<strong>wordpress plugins</strong> or theme with these ready made <strong>code snippets.</strong></p>
<p><a href="http://www.lava360.com/tutorials/useful-timesaving-wordpress-code-snippets/">Detail Tutorial</a></p>
<h2><a href="http://www.wpbeginner.com/wp-tutorials/how-to-display-ads-only-to-search-engine-visitors-in-wordpress/">How to Display Ads Only to Search Engine Visitors in WordPress</a></h2>
<p><a href="http://www.wpbeginner.com/wp-tutorials/how-to-display-ads-only-to-search-engine-visitors-in-wordpress/"><img class="alignnone size-full wp-image-12398" title="Search-Engine-WordPress" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/Search-Engine-WordPress.jpg" alt="" width="550" height="201" /></a></p>
<p>From our experience and research of many industry experts, it seems that Search Engine visitors are more likely to click on targeted advertisements then your regular readers. In this article, we will share a technique that will let you make more money from your blogs by simply displaying ads to your Search Engine Visitors ONLY. Whereas your regular visitors do not see these ads. This works very well with targeted Pay-Per-Click (PPC) ad units such as Google Adsense.</p>
<p><a href="http://www.wpbeginner.com/wp-tutorials/how-to-display-ads-only-to-search-engine-visitors-in-wordpress/">Detail Tutorial</a></p>
<h2><a href="http://www.catswhocode.com/blog/killer-hacks-to-enhance-wordpress-editor">Killer hacks to enhance WordPress editor</a></h2>
<p>When you’re a blogger, the editor is indeed something very important because it is the tool used to write your posts. In this article, I’m going to show you some hacks and tips to enhance WordPress editor. Enjoy!</p>
<p><a href="http://www.catswhocode.com/blog/killer-hacks-to-enhance-wordpress-editor">Detail Tutorial</a></p>
<h2><a href="http://yoast.com/comment-email-subscription-form/">Turn your commenters into subscribers!</a></h2>
<p>Only a small percentage of your visitors leave a comment. This group of people is probably also interested in subscribing to your newsletter, if you have one.</p>
<p><a href="http://yoast.com/comment-email-subscription-form/">Detail Tutorial</a></p>
<h2><a href="http://digwp.com/2011/02/hosting-clients-wordpress-network/">Hosting Client Sites on a WordPress Network</a></h2>
<p>Regular updates keep WordPress secure and expand the feature set, ensuring the platform meets both the developer’s and their client’s needs.</p>
<p><a href="http://digwp.com/2011/02/hosting-clients-wordpress-network/">Detail Tutorial</a></p>
<h2><a href="http://www.dynamicwp.net/articles-and-tutorials/how-to-add-del-and-spam-buttons-to-your-comments/">How to Add &#8220;delete&#8221; and &#8220;spam&#8221; Buttons to Your Comments</a></h2>
<p>Comment section in a site is really important. It represent interaction between you and your readers. It also keeps posts alive and is an important indicator of a popular post.</p>
<p><a href="http://www.dynamicwp.net/articles-and-tutorials/how-to-add-del-and-spam-buttons-to-your-comments/">Detail Tutorial</a></p>
<h2><a title="Permanent Link to Move WordPress Admin Bar to the Bottom" href="http://wpengineer.com/2190/move-wordpress-admin-bar-to-the-bottom/" rel="bookmark">Move WordPress Admin Bar to the Bottom</a></h2>
<p>Not everybody likes the WordPress Admin Bar, which exists since WordPress 3.1, at the top of the browser. With just a bit CSS you can change it. The following function provides CSS directly in the footer of backend and frontend. It displays the Admin Bar at the bottom.</p>
<p><a href="http://wpengineer.com/2190/move-wordpress-admin-bar-to-the-bottom/">Detail Tutorial</a></p>
<h2><a href="http://speckyboy.com/2011/03/23/20-helpful-wordpress-sql-queries-snippets/">20 Helpful WordPress SQL Queries Snippets</a></h2>
<p>WordPress keeps every single scrap of information that is fed into it in a MySQL database, whether that be posts, pages, comments, blogroll, the plugin settings… everything. Yes, the WordPress admin backend is fantastic and it does allow you to control and edit all aspects of this information with ease. Up to a certain point anyway.</p>
<p><a href="http://speckyboy.com/2011/03/23/20-helpful-wordpress-sql-queries-snippets/">Detail Tutorial</a></p>
<h2><a href="http://wpmu.org/speeding-up-your-wordpress-website-11-ways-to-improve-your-load-time/">Speeding Up Your WordPress Website: 11 Ways to Improve Your Load Time</a></h2>
<p>It’s an important question, particularly for businesses who want to scale their website. Of course, the procedures necessary for speeding up your website are going to differ depending on whether you have a site the size of something like WPMU.org or a lamoid little homepage like my own.</p>
<p><a href="http://wpmu.org/speeding-up-your-wordpress-website-11-ways-to-improve-your-load-time/">Detail Tutorial</a></p>
<h2><a href="http://wpmu.org/how-to-embed-google-talk-chatback-on-your-wordpress-site-for-live-support/">How to Embed Google Talk Chatback on Your WordPress Site for Live Support</a></h2>
<p>Making live chat available on your website is a strategy that has been shown to dramatically increase sales. Customers appreciate the ability to get in touch with you instantly.</p>
<p><a href="http://wpmu.org/how-to-embed-google-talk-chatback-on-your-wordpress-site-for-live-support/">Detail Tutorial</a></p>
<h2><a title="Permanent Link to Comment Form Hooks Visualized" href="http://wpengineer.com/2205/comment-form-hooks-visualized/" rel="bookmark">Comment Form Hooks Visualized</a></h2>
<p>Most <a href="http://wparena.com/themeforest-sensation" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-sensation';return true;" onmouseout="self.status=''">themes</a> (e.g. TwentyTen) use the <code>comment_form()</code> function to insert the comment form after posts. There are quite some hooks inside the function but they are hard to localize. The <a href="https://codex.wordpress.org/Plugin_API/Action_Reference#Comment.2C_Ping.2C_and_Trackback_Actions">codex documentation</a> isn&#8217;t too helpful, neither.<br />
To give you an easy overview the following diagrams visualize the points where the various hooks are anchored. The number of available hooks depend on the <a href="https://codex.wordpress.org/Settings_Discussion_SubPanel">discussion settings</a> and the <a href="https://codex.wordpress.org/Roles_and_Capabilities">user&#8217;s capabilities</a>.</p>
<p><a href="http://wpengineer.com/2205/comment-form-hooks-visualized/">Detail Tutorial</a></p>
<h2><a href="http://digwp.com/2011/04/admin-bar-tricks/">Admin Bar Tricks</a></h2>
<p>there are many awesome ways to make it do virtually<em>whatever you want</em>. In this <abbr title="Digging into WordPress">DigWP</abbr> post, we round up a ton of tips, tricks, and plugins for ultimately mastering the WordPress Admin Bar.</p>
<p><a href="http://digwp.com/2011/04/admin-bar-tricks/">Detail Tutorial</a></p>
<h2><a href="http://wpmu.org/how-to-add-post-thumbnails-to-the-wordpress-post-and-page-management-screens/">How to Add Post Thumbnails to the WordPress Post and Page Management Screens</a></h2>
<p>If you’re producing a lot of content on your WordPress site, it can be handy to see the main image associated with each post when viewing the post or page listing screen. Adding in the post thumbnail creates a visual association for each post or page.</p>
<p><a href="http://wpmu.org/how-to-add-post-thumbnails-to-the-wordpress-post-and-page-management-screens/">Detail Tutorial</a></p>
<h2><a title="Permanent Link to Adding Input Fields To Comment Form" href="http://wpengineer.com/2214/adding-input-fields-to-the-comment-form/" rel="bookmark">Adding Input Fields To Comment Form</a></h2>
<p>Most comment forms contain the same input fields: Name, Email, URL and the comment text field. This is sufficient for most use cases but there are situations where you might want to know a bit more about your commenter: their age, the city they live in, or the color of their underwear. This article explains how to add an input field, store the data in the database and how to display the additional data in your blog if your theme uses the <code>comment_form()</code> function provided by WordPress.</p>
<p><a href="http://wpengineer.com/2214/adding-input-fields-to-the-comment-form/">Detail Tutorial</a></p>
<h2><a href="http://wp.tutsplus.com/tutorials/how-to-sync-a-local-remote-wordpress-blog-using-version-control/">How to Sync A Local &amp; Remote WordPress Blog Using Version Control</a></h2>
<p>Ever wondered how you might use Version Control with WordPress? If you prefer to work on your WordPress projects locally but have to get them to sync remotely, this tutorial is for you. You have probably tried to synchronize between the two setups by manually uploading the changed files and using PHPmyAdmin to export and import your database once changed, and (very likely) broke something in the process.</p>
<p><a href="http://wp.tutsplus.com/tutorials/how-to-sync-a-local-remote-wordpress-blog-using-version-control/">Detail Tutorial</a></p>
<h2>WordPress Plugins Related Tips and Tutorials</h2>
<hr />
<h2><a href="http://wp.smashingmagazine.com/2011/09/30/how-to-create-a-wordpress-plugin/">WordPress Essentials: How To Create A WordPress Plugin</a></h2>
<p><a href="http://wp.smashingmagazine.com/2011/09/30/how-to-create-a-wordpress-plugin/"><img class="alignnone size-full wp-image-12399" title="WordPress-Essentials" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/WordPress-Essentials.jpg" alt="" width="550" height="201" /></a></p>
<p>WordPress plugins are PHP scripts that alter your website. The changes could be anything from the simplest tweak in the header to a more drastic makeover (such as changing how log-ins work, triggering emails to be sent, and much more).</p>
<p><a href="http://wp.smashingmagazine.com/2011/09/30/how-to-create-a-wordpress-plugin/">Detail Tutorial</a></p>
<h2><a href="http://wparena.com/inspiration/best-examples-of-jquery-sliders-and-effects-and-wordpress-plugins/">Best examples of jQuery Sliders Effects and WordPress Plugins</a></h2>
<p>jQuery are the best way to display your row images to present to your visitors. There are lots of option and customization that can create very simple, beautiful and good looking image sliders. Yesterday I written a tutorial on <a href="http://wparena.com/how-to/how-to-create-a-vertical-scrolling-news-ticker-on-wordpress-with-jquery-carousel/">HOW TO: Create A Vertical Scrolling News Ticker on WordPress With jQuery Carousel</a>.</p>
<p><a href="http://wparena.com/inspiration/best-examples-of-jquery-sliders-and-effects-and-wordpress-plugins/">Detail Tutorial</a></p>
<h2><a href="http://wparena.com/how-to/how-to-create-a-vertical-scrolling-news-ticker-on-wordpress-with-jquery-carousel/">HOW TO: Create A Vertical Scrolling News Ticker on WordPress With jQuery Carousel</a></h2>
<p>I had to design a Vertical Scrolling news ticker for my client. Initially,  I thought it’s hard to figure it out, but thanks to a tutorial “ <a title="Create A Vertical Scrolling News Ticker With jQuery and jCarousel Lite" href="http://www.webdesignbooth.com/create-a-vertical-scrolling-news-ticker-with-jquery-and-jcarousel-lite/" rel="bookmark">Create A Vertical Scrolling News Ticker With jQuery and jCarousel Lite</a>“.  I learnt from this tutorial along with other and  modified  the code and made it into something I wanted, hope this would help you too.</p>
<p><a href="http://wparena.com/how-to/how-to-create-a-vertical-scrolling-news-ticker-on-wordpress-with-jquery-carousel/">Detail Tutorial</a></p>
<h2><a href="http://wpmu.org/how-to-convert-plugins-to-use-custom-post-types/">How to Convert Plugins to Use Custom Post Types</a></h2>
<p>If you’re a plugin developer whose been using custom tables for storing information in WordPress the transition to custom post types may be daunting.</p>
<p><a href="http://wpmu.org/how-to-convert-plugins-to-use-custom-post-types/">Detail Tutorial</a></p>
<h2><a href="http://wp.smashingmagazine.com/2011/03/08/ten-things-every-wordpress-plugin-developer-should-know/">Ten Things Every WordPress Plugin Developer Should Know</a></h2>
<p>Plugins are a major part of why WordPress powers millions of blogs and websites around the world. The ability to extend WordPress to meet just about any need is a powerful motivator for choosing WordPress over other alternatives.</p>
<p><a href="http://wp.smashingmagazine.com/2011/03/08/ten-things-every-wordpress-plugin-developer-should-know/">Detail Tutorial</a></p>
<h2><a href="http://www.inspiredm.com/how-to-create-a-dashboard-feed-reader-for-your-wordpress-theme-or-plugin/">How to: Create a Dashboard Feed Reader for Your WordPress Theme or Plugin</a></h2>
<p>Dashboard widgets in WordPress are actually meta boxes. They’re used in other places too, like the Edit Post or Page screen. They can be dragged around, shown or hidden from the Screen Options menu, collapsed and expanded by hitting the tiny arrow on the right side of the box titles. But hey, you should probably know that already!</p>
<p><a href="http://www.inspiredm.com/how-to-create-a-dashboard-feed-reader-for-your-wordpress-theme-or-plugin/">Detail Tutorial</a></p>
<h2><a href="http://net.tutsplus.com/articles/web-roundups/essential-plugins-for-every-wordpress-installation/">Essential Plugins for Every WordPress Installation</a></h2>
<p>One of the reasons why people gravitate toward WordPress is the seemingly unlimited numbers of open source plugins available. Today, I’d like to go over a few plugins that I think absolutely warrant your attention. I’m sure I’ve missed some, though, so make sure to chime in within the comments! Hopefully, this article will morph into an absolute monster of a list that can act as a reference for fellow WordPress developers.</p>
<p><a href="http://net.tutsplus.com/articles/web-roundups/essential-plugins-for-every-wordpress-installation/">Detail Tutorial</a></p>
<h2><a href="http://wpcandy.com/teaches/how-to-create-a-functionality-plugin">How to create your own WordPress functionality plugin</a></h2>
<p>A common, yet unfortunate practice in the WordPress community involves filling theme<code>functions.php</code> files with tweaks and functionality that is key to a site. The reason this is a bad idea, in short, is that it will tie your critical site functionality to a theme that <em>will</em> eventually change. Good news, though: there is a much better, smarter alternative. It’s called a functionality plugin.</p>
<p><a href="http://wpcandy.com/teaches/how-to-create-a-functionality-plugin">Detail Tutorial</a></p>
<h2><a href="http://wp.smashingmagazine.com/2011/11/23/improve-wordpress-plugins-readme-txt/">How To Improve Your WordPress Plugin&#8217;s Readme.txt</a></h2>
<p>If you’re a plugin developer and you just love to write code, then writing a <em>readme.txt</em> file for a plugin in WordPress’ repository might be your idea of hell. When you’ve written all of that lovely code, why must you spend time writing about how to use it?</p>
<p><a href="http://wp.smashingmagazine.com/2011/11/23/improve-wordpress-plugins-readme-txt/">Detail Tutorial</a></p>
<h2><a href="http://www.onextrapixel.com/2011/04/29/9-ways-of-showing-wordpress-plugin-authors-our-gratitude/">9 Ways of Showing WordPress Plugin Authors our Gratitude</a></h2>
<p>WordPress is one of the biggest website platforms used in the world. Its official plugin directory lists more than 13,000 plugins, but there are also more of them available on the internet. Even if these plugins are for the major part free, the investment in terms of time for those who created them, and continued to support and fixing them is huge.</p>
<p><a href="http://www.onextrapixel.com/2011/04/29/9-ways-of-showing-wordpress-plugin-authors-our-gratitude/">Detail Tutorial</a></p>
<h2>WordPress Security Related</h2>
<hr />
<h2><a href="http://www.jtprattmedia.com/how-to-get-better-wordpress-security/">How to Get Better WordPress Security</a></h2>
<p><a href="http://www.jtprattmedia.com/how-to-get-better-wordpress-security/"><img class="alignnone size-full wp-image-12400" title="better-wordpress-security" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/better-wordpress-security.jpg" alt="" width="554" height="260" /></a></p>
<p>If you have a WordPress powered website, then security should be of utmost importance. WordPress now powers more than 50 million websites, making it a target the same way hackers target Windows computers. You know you’re “mainstream” once you start becoming a (worthwhile) target. You can see that from the second announcement this year that <a href="http://www.theregister.co.uk/2011/11/02/wordpress_mass_compromise/">thousands of WordPress websites were hacked</a>.</p>
<p><a href="http://www.jtprattmedia.com/how-to-get-better-wordpress-security/">Detail Tutorial</a></p>
<h2><a href="http://wpmu.org/how-to-protect-your-wordpress-site-as-hackers-exploit-timthumb-security-hole/">How to protect your WordPress site as hackers exploit TimThumb security hole</a></h2>
<p>A month ago <a title="TimThumb Zero Day Vulnerability Affects Hundreds of WordPress Themes" href="http://wpmu.org/timthumb-zero-day-vulnerability-affects-hundreds-of-wordpress-themes/">we told you about a serious security whole</a> in popular image manipulation script, TimThumb. Used by hundreds of WordPress <a href="http://wparena.com/themeforest-AmplifyBusinessTheme/?=" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/themeforest-AmplifyBusinessTheme/?=';return true;" onmouseout="self.status=''">themes</a> this was a particularly far-reaching exploit that opened up many sites to hackers who could gain entry and do pretty much what they wanted.</p>
<p><a href="http://wpmu.org/how-to-protect-your-wordpress-site-as-hackers-exploit-timthumb-security-hole/">Detail Tutorial</a></p>
<h2><a href="http://wpmu.org/is-your-wordpress-website-distributing-malware-in-google-image-search/">Is Your WordPress Website Distributing Malware in Google Image Search?</a></h2>
<p><a href="http://wpmu.org/is-your-wordpress-website-distributing-malware-in-google-image-search/"><img class="size-full wp-image-12401 aligncenter" title="hacksite" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/hacksite.jpg" alt="" width="500" height="300" /></a></p>
<p>It turns out that thousands of hacked sites are infecting Google image search results with images redirecting to Fake AV sites. And, unfortunately for you and for me, WordPress sites are a prime target for this kind of attack. A PHP injection into a WordPress site can generate spammy websites, hijack Google Image SERPs and result in your WordPress website tossing unsuspecting Google Image searchers to a FakeAV site.</p>
<p><a href="http://wpmu.org/is-your-wordpress-website-distributing-malware-in-google-image-search/">Detail Tutorial</a></p>
<h2><a href="http://blog.sucuri.net/2011/02/cleaning-up-an-infected-web-site-part-i-wordpress-and-the-pharma-hack.html">Cleaning up an infected website – Part I: WordPress and the Pharma Hack</a></h2>
<p>This is part one of a small series of posts showing how to clean up sites. We will start with how to clean up “Pharma Hack” on a WordPress driven site due to the popularity. You can follow the series here:<a href="http://blog.sucuri.net/category/guides">http://blog.sucuri.net/category/guides</a>.</p>
<p><a href="http://blog.sucuri.net/2011/02/cleaning-up-an-infected-web-site-part-i-wordpress-and-the-pharma-hack.html">Detail Tutorial</a></p>
<h2><a href="http://digwp.com/2011/03/htaccess-wordpress-seo-security/">6 .htaccess Tricks for Better WordPress SEO &amp; Security</a></h2>
<p>Here are <strong>six htacccess tricks</strong> that will help improve the security and <abbr title="Search Engine Optimization">SEO</abbr> quality of your WordPress-powered site. We do this using .htaccess to establish <strong>canonical <abbr title="Uniform Resource Locator">URL</abbr>s</strong> for key peripheral files, such as your <code>robots.txt</code>, <code>favicon.ico</code>, and <code>sitemap.xml</code> files.</p>
<p><a href="http://digwp.com/2011/03/htaccess-wordpress-seo-security/">Detail Tutorial </a></p>
<h2><a href="http://wpmu.org/how-to-automatically-backup-your-wordpress-site-to-dropbox/">How to Automatically Backup Your WordPress Site to Dropbox</a></h2>
<p>Last year <a href="https://www.dropbox.com/" target="_blank">Dropbox</a> announced that they have 4,000,000 users, a number which is likely to double very soon. In case you’re out of the loop, Dropbox is a cloud-based storage and file sharing service. It’s become very popular, due to its ease of use and the basic offer of 2GB of free storage space.</p>
<p><a href="http://wpmu.org/how-to-automatically-backup-your-wordpress-site-to-dropbox/">Detail Tutorial</a></p>
<h2><a href="http://www.problogdesign.com/wordpress/tips-to-secure-a-wordpress-site/">8 Tips to Secure a WordPress Site</a></h2>
<p>Security is one of those topics that comes up time and time again. You hear the advice, you <strong>know you should do it</strong>, but somehow, you never get around to it.</p>
<p>The tips in this post are designed to help make your WordPress installation safer and less likely <strong>to be hacked or spammed</strong>. If you’re short on time, just start at the top and work down. I’ve (roughly) ordered them so that the most important tweaks come first.</p>
<p><a href="http://www.problogdesign.com/wordpress/tips-to-secure-a-wordpress-site/">Detail Tutorial</a></p>
<h2><a href="http://wp.tutsplus.com/tutorials/security/quick-tip-backing-up-your-blog-with-vaultpress/">Quick Tip: Backing Up Your Blog with VaultPress</a></h2>
<p>As with almost every other web app, WordPress stores information in a database. There’s always a chance that your data could be lost or corrupted, and it’s wise to have a solid backup strategy in place. This is where VaultPress enters the scene to save the day, providing complete backup and security for your WordPress site.</p>
<p><a href="http://wp.tutsplus.com/tutorials/security/quick-tip-backing-up-your-blog-with-vaultpress/">Detail Tutorial</a></p>
<h2><a href="http://wp.tutsplus.com/tutorials/11-quick-tips-securing-your-wordpress-site/">11 Quick Tips: Securing Your WordPress Site</a></h2>
<p>WordPress is the most used open-source platform nowadays for any type of websites: whether it is blog, CMS or any other custom solution. WordPress is naturally based on PHP (among other languages), so, as a PHP developer I always make sure to cover/apply some tips for WordPress to make secure and speedup the site which I develop. In this WordPress tutorial you will find tips and tricks for securing WordPress and otimizing your WordPress blog.</p>
<p><a href="http://wp.tutsplus.com/tutorials/11-quick-tips-securing-your-wordpress-site/">Detail Tutorial</a></p>
<h2><a href="http://wp.smashingmagazine.com/2011/11/10/securing-your-wordpress-website/">Securing Your WordPress Website</a></h2>
<p>Security has become a foremost concern on the Web in the past few years. Hackers have always been around, but with the increase in computer literacy and the ease of access to virtually any data, the problem has increased exponentially. It is now rare for a new website to <em>not</em> get comment spam within<em>days</em> of its release, even if it is not promoted at all.</p>
<p><a href="http://wp.smashingmagazine.com/2011/11/10/securing-your-wordpress-website/">Detail Tutorial</a></p>
<h2><a href="http://wp.tutsplus.com/tutorials/10-steps-to-securing-your-wordpress-installation/">10 Steps to Securing Your WordPress Installation</a></h2>
<p>WordPress is open source which means that everyone, including hackers with a malicious intent, can scour the source code looking for holes in its security. That is why I’m going to show you some good precautionary steps to take to protect you, your WordPress and most importantly, your users.</p>
<p><a href="http://wp.tutsplus.com/tutorials/10-steps-to-securing-your-wordpress-installation/">Detail Tutorial</a></p>
<h2>WordPress Data Analysis</h2>
<hr />
<h2><a title="How To: Display your Google Analytics to the Public" href="http://wplift.com/how-to-display-your-google-analytics-to-the-public" rel="bookmark">How To: Display your Google Analytics to the Public</a></h2>
<p><a href="http://wplift.com/how-to-display-your-google-analytics-to-the-public"><img class="alignnone size-full wp-image-12404" title="featured-image13" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/featured-image13.png" alt="" width="651" height="270" /></a></p>
<p>Have you ever wanted to show off your Google Analytics data to your blog visitors? If you sell advertising on your site then this is a very handy metric for advertisers to base their buying decision on. Unfortunately, Google doesn’t make this very easy at the moment but there is a WordPress plugin called <a href="http://wordpress.org/extend/plugins/google-analyticator/">Google Analyticator</a> which will let you do just this. It also does a lot more</p>
<p><a href="http://wplift.com/how-to-display-your-google-analytics-to-the-public">Detail Tutorial</a></p>
<h2><a href="http://www.wpbeginner.com/wp-tutorials/how-to-get-facebook-insights-for-your-wordpress-site/">How to Get Facebook Insights for Your WordPress Site</a></h2>
<p><a href="http://www.wpbeginner.com/wp-tutorials/how-to-get-facebook-insights-for-your-wordpress-site/"><img title="fbinsights" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/fbinsights.gif" alt="" width="520" height="195" /></a></p>
<p>More than 10,000 new websites integrate with Facebook every day by using one of their social plugins. However most sites that we see are not taking full advantage of what facebook has to offer. Were you aware of the fact that you can get facebook insights for your WordPress site?</p>
<p><a href="http://www.wpbeginner.com/wp-tutorials/how-to-get-facebook-insights-for-your-wordpress-site/">Detail Tutorial</a></p>
<h2><a href="http://wp.tutsplus.com/tutorials/displaying-wordpress-site-data-via-jquery-charts/">Displaying WordPress Site Data Via jQuery Charts</a></h2>
<p><img class="alignnone size-full wp-image-12402" title="Data Analysis" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/Data-Analysis.jpg" alt="" width="550" height="201" /></p>
<p>In this tutorial we will use the jQuery Charts Plotting plugin, <a title="jqplot" href="http://jqplot.com/" target="_blank">JQplot</a>, to create a new WordPress plugin which can display some of your blog’s traffic, popular categories, and more with some beautiful visual charts. Looking for a way to pimp out a client’s dashboard (or your own!) with some useful infographics? Look no further… we’ll show you how it’s done right here.</p>
<p><a href="http://wp.tutsplus.com/tutorials/displaying-wordpress-site-data-via-jquery-charts/">Detail Tutorial</a></p>
<h2>Troubleshooting and Debugging WordPress</h2>
<hr />
<h2><a href="http://blog.cloudflare.com/cloudflare-tips-troubleshooting-common-proble"><img class="alignnone  wp-image-12405" title="Andy_Troubleshooting.jpg.scaled1000" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/Andy_Troubleshooting.jpg.scaled1000.jpg" alt="" width="576" height="576" /></a></h2>
<h2><a href="http://wparena.com/how-to/how-to-tweak-your-website-images-for-maximum-seo/">How to tweak your website images for maximum SEO</a></h2>
<p>Most of the bloggers use images to improve the search engine optimization and to enhance the website content. And this is fact that photos and graphics bring more organic traffic to their site, specially if we are thinking about Google Image Search.</p>
<p><a href="http://wparena.com/how-to/how-to-tweak-your-website-images-for-maximum-seo/">Detail Tutorial</a></p>
<h2><a href="http://wpmu.org/your-complete-guide-to-troubleshooting-wordpress/">Your Complete Guide to Troubleshooting WordPress</a></h2>
<p>Before you start tearing your hair out, before you start posting frantically on support forums, you can follow this guide to get a handle on what’s gone wrong and how you can fix it.</p>
<p><a href="http://wpmu.org/your-complete-guide-to-troubleshooting-wordpress/">Detail Tutorial</a></p>
<h2><a href="http://wpmu.org/troubleshooting-wordpress-common-fatal-error-messages-and-how-to-fix-them/">Troubleshooting WordPress: Common Fatal Error Messages and How to Fix Them</a></h2>
<p>There are some WordPress problems that crop up again and again. And there are few people better equipped to deal with them than the many Support Pros across the WordPress Universe. I’ve teamed up with WPMU DEV’s awesome Mason James, big-boss of our own Support crew, to look at some common WordPress problems. Over the next few weeks we’ll look at how you can address them.</p>
<p><a href="http://wpmu.org/troubleshooting-wordpress-common-fatal-error-messages-and-how-to-fix-them/">Detail Tutorial</a></p>
<h2><a href="http://www.wordpress-cml.com/?module=doc_debugging">Debugging &amp; Troubleshooting</a></h2>
<p>It is safer to activate the plugin without any current pages or posts already in the system. The plugin adds in extra meta information into the database about a page when it is saved, and all previous pages or posts wont have this information in there. We recommend activating these plugins from a fresh install of wordpress.</p>
<p><a href="http://www.wordpress-cml.com/?module=doc_debugging">Detail Tutorial</a></p>
<h2>WordPress Post Management Related</h2>
<section id="left"></section>
<hr />
<h2><a href="http://www.dumpanalysis.org/blog/index.php/category/cartoons/page/2/"><img class="alignnone  wp-image-12406" title="DBG_DebuggingDisasters2" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/DBG_DebuggingDisasters2.jpg" alt="" width="656" height="283" /></a></h2>
<h2><a href="http://www.wpmods.com/display-google-plus-updates-wordpress/" rel="bookmark">Three Ways To Display Your Latest Google+ Updates On WordPress</a></h2>
<p><a title="Google+" href="https://plus.google.com/">The Google+ Project</a> has been growing rapidly since <a title="Google+ Launch" href="http://googleblog.blogspot.com/2011/06/introducing-google-project-real-life.html">it’s launch</a>. Many are tipping the service to steal a huge chunk of FaceBooks traffic. Although I have signed up, I haven’t <a title="Kevin Muldoon on Google+" href="https://plus.google.com/110549232980674026623/">posted much on Google+</a> as I have been busy over the last few weeks, though I can certainly see the appeal of the service, particularly it addresses the main issue with Facebook by allowing you to allocate friends into different circles.</p>
<p><a href="http://www.wpmods.com/display-google-plus-updates-wordpress/">Detail Tutorial</a></p>
<h2><a title="How to Create and Setup Google+ Brand Page for Your WordPress Site" href="http://www.wpbeginner.com/beginners-guide/how-to-create-and-setup-google-brand-page-for-your-wordpress-site/">How to Create and Setup Google+ Brand Page for Your WordPress Site</a></h2>
<p>It was invite only and very limited. They were not allowing any business to join. Some businesses created a profile as a personal account, and they were all banned. Finally Google has given an official go-ahead to all businesses. You can now create your own Google+ Brand page.</p>
<p><a href="http://www.wpbeginner.com/beginners-guide/how-to-create-and-setup-google-brand-page-for-your-wordpress-site/">Detail Tutorial</a></p>
<h2><a href="http://wp.smashingmagazine.com/2011/11/08/writing-wordpress-guides-for-the-advanced-beginner/">Writing WordPress Guides For The Advanced Beginner</a></h2>
<p><a href="http://wp.smashingmagazine.com/2011/11/08/writing-wordpress-guides-for-the-advanced-beginner/"><img class="alignnone size-full wp-image-12410" title="wordpress-guides-for-the-advanced-beginner" src="http://wparena.com/www/wparena/media/wp-content/uploads/2012/01/wordpress-guides-for-the-advanced-beginner.jpg" alt="" width="550" height="201" /></a></p>
<p>Creating WordPress tutorials is a fantastic way to help build the WordPress community and to increase your Web traffic. That’s no secret. Just Google “wordpress tutorial” and you’ll see hundreds of results. The complete novice will find scores of well-written tutorials clearly demonstrating the basics of the WordPress dashboard and of activating the default template, in simple jargon-free language.</p>
<p><a href="http://wp.smashingmagazine.com/2011/11/08/writing-wordpress-guides-for-the-advanced-beginner/">Detail Tutorial</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/inspiration/helpful-tips-hacks-and-tutorials-about-wordpress/' rel='bookmark' title='Helpful Tips, Hacks and Tutorials about WordPress'>Helpful Tips, Hacks and Tutorials about WordPress</a></li>
<li><a href='http://wparena.com/how-to/best-facebook-tips-and-tutorials-for-websites-marketing/' rel='bookmark' title='Best Facebook Tips and Tutorials for WebSites Marketing'>Best Facebook Tips and Tutorials for WebSites Marketing</a></li>
<li><a href='http://wparena.com/inspiration/wordpress-hooks-database-resources-and-tutorials-for-plugin-developers/' rel='bookmark' title='WordPress Hooks Database, Resources and Tutorials for Plugin Developers'>WordPress Hooks Database, Resources and Tutorials for Plugin Developers</a></li>
<li><a href='http://wparena.com/how-to/best-twitter-tips-and-tutorials-for-websites-marketing/' rel='bookmark' title='Best Twitter Tips and Tutorials for WebSites Marketing'>Best Twitter Tips and Tutorials for WebSites Marketing</a></li>
<li><a href='http://wparena.com/how-to/video-tutorials-to-learn-wordpress-development-designing-and-blogging/' rel='bookmark' title='Video Tutorials To Learn WordPress Development, Designing and Blogging'>Video Tutorials To Learn WordPress Development, Designing and Blogging</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/inspiration/the-best-wordpress-tips-and-tutorials-of-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix Broken links &amp; Redirections</title>
		<link>http://wparena.com/how-to/how-to-fix-broken-links-redirections/</link>
		<comments>http://wparena.com/how-to/how-to-fix-broken-links-redirections/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 22:15:48 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[404 error pages]]></category>
		<category><![CDATA[Backlink]]></category>
		<category><![CDATA[broken links]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=11896</guid>
		<description><![CDATA[According to Search Engine Optimization (SEO), broken links are very important, because search engine do not like landing pages which give 404 error page. Search engine treated them as a dead end. Just like human, search engine don&#8217;t like to waste time on broken links. There are different online tools available to check broken, after [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-check-broken-link-in-wordpress-blog/' rel='bookmark' title='How to Check Broken Link in WordPress Blog'>How to Check Broken Link in WordPress Blog</a></li>
<li><a href='http://wparena.com/how-to/how-to-convert-wordpress-post-words-into-affiliate-links/' rel='bookmark' title='How to Convert WordPress Posts Words into Affiliate Links'>How to Convert WordPress Posts Words into Affiliate Links</a></li>
<li><a href='http://wparena.com/how-to/how-to-submit-optimize-wordpress-blog-post-for-serps/' rel='bookmark' title='How to Submit &amp; Optimize WordPress Blog Post for SERPs'>How to Submit &#038; Optimize WordPress Blog Post for SERPs</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-navigation-trail-by-using-wordpress-plugin-breadcrumb-navxt/' rel='bookmark' title='How to add navigation trail by using WordPress Plugin &#8211; BreadCrumb NavXT'>How to add navigation trail by using WordPress Plugin &#8211; BreadCrumb NavXT</a></li>
<li><a href='http://wparena.com/how-to/how-to-turns-wordpress-basic-search-into-a-full-text/' rel='bookmark' title='How to Turns WordPress&#8217; basic search into a full text'>How to Turns WordPress&#8217; basic search into a full text</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>According to Search Engine Optimization (SEO), broken links are very important, because search engine do not like <a href="http://wparena.com/LandingPages" style=""  rel="nofollow" onmouseover="self.status='http://wparena.com/LandingPages';return true;" onmouseout="self.status=''">landing pages</a> which give <a href="http://themeforest.net/searches?term=404&amp;type=files?ref=wparena">404 error page</a>. Search engine treated them as a dead end. Just like human, search engine don&#8217;t like to waste time on broken links.<br />
There are different online tools available to check broken, after detection you can manage those broken links manually and if you are using WordPress than there are <a href="http://codecanyon.net/search?category=plugins&amp;term=404&amp;type=files?ref=wparena">plugins</a> which helps you to manage error pages.</p>
<p>There are many broken link checks on line, here we are compiling few of them and a list of WordPress pluging to manage  broken links which make your  life easy to handle them.</p>
<h2><strong>What are broken links?</strong></h2>
<blockquote><p>Broken links are like stop signs to search engine robots. They use the links on the pages of your site to follow to other pages at your site. The more pages they crawl, the more content they gather.  The more content they gather, the more valuable your site appears to them, and your ranking will be higher! (Not to mention how irritating broken links are to your visitors.)  - <a href="http://www.creatingonline.com/site_promotion/broken_link_checker.htm" target="_blank">Broken Link checker</a></p></blockquote>
<h2>Online Broken Link Checkers</h2>
<hr />
<h2><a href="http://validator.w3.org/checklink" target="_blank">W3C Link Checker</a></h2>
<p><img class="alignnone size-full wp-image-11898" title="w3c-link-checker" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/11/w3c-link-checker.jpg" alt="" width="600" height="412" /></p>
<p>This Link Checker looks for issues in links, anchors and referenced objects in a Web page, CSS style sheet, or recursively on a whole Web site. For best results, it is recommended to first ensure that the documents checked use Valid <a href="http://validator.w3.org/">(X)HTML Markup</a> and <a href="http://jigsaw.w3.org/css-validator/">CSS</a>. The Link Checker is part of the W3C&#8217;s <a href="http://www.w3.org/QA/Tools/">validators and Quality Web tools</a>.</p>
<h2><a href="http://www.creatingonline.com/site_promotion/broken_link_checker.htm" target="_blank">Broken Link checker</a></h2>
<p><img class="alignnone size-full wp-image-11897" title="creating-online" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/11/creating-online.jpg" alt="" width="600" height="455" /></p>
<p>This free online broken link checker will quickly scan your web page and verify that your hyperlinks are working appropriately.</p>
<h2><a href="http://www.linktiger.com/index.jsp" target="_blank">Link tiger</a></h2>
<p><img class="alignnone size-full wp-image-11899" title="link-tiger" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/11/link-tiger.jpg" alt="" width="600" height="412" /></p>
<p>LinkTiger will hunt your websites for broken links every day and notify you with rich reports.</p>
<h2><a href="http://theworkingwebmaster.com/tools/dead_link_checker/dead_link_checker.php" target="_blank">Dead link checker</a></h2>
<p><img class="alignnone size-full wp-image-11901" title="Dead-link-checker" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/11/Dead-link-checker.jpg" alt="" width="600" height="239" /></p>
<p>This tool isn&#8217;t for finding reciprocal links or making sure your reciprocal links partners are still linking back to you (Although I guess you could use it for that) it&#8217;s just going to make sure all the links on your web page are linking to somthing that exists.</p>
<h2><strong>WordPress plugin to fix broken links</strong></h2>
<hr />
<h2><a href="http://wordpress.org/extend/plugins/broken-link-checker/">Broken Link Checker</a></h2>
<p><img class="alignnone size-full wp-image-11902" title="Broken-Link-Checker" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/11/Broken-Link-Checker.jpg" alt="" width="600" height="308" /></p>
<p>This plugin will monitor your blog looking for broken links and let you know if any are found.</p>
<p><strong>Features</strong></p>
<ul>
<li>Monitors links in your posts, pages, comments, the blogroll, and custom fields (optional).</li>
<li>Detects links that don&#8217;t work, missing images and redirects.</li>
<li>Notifies you either via the Dashboard or by email.</li>
<li>Makes broken links display differently in posts (optional).</li>
<li>Prevents search engines from following broken links (optional).</li>
<li>You can search and filter links by URL, anchor text and so on.</li>
<li>Links can be edited directly from the plugin&#8217;s page, without manually updating each post.</li>
<li>Highly configurable.</li>
</ul>
<p><a href="http://wordpress.org/extend/plugins/broken-link-checker/">Detail</a></p>
<h2><strong>Broken links found. What next?</strong></h2>
<p>After getting all broken links you can redirect visitors on specific page by using following plugin.</p>
<h2><a href="http://codecanyon.net/item/5sec-proper-404/233421?ref=wparena">5sec Proper 404</a></h2>
<p><a href="http://codecanyon.net/item/5sec-proper-404/233421?ref=wparena"><img class="alignnone size-full wp-image-11903" title="5sec-404-wp-plugin" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/11/5sec-404-wp-plugin.png" alt="" width="590" height="300" /></a></p>
<p>&nbsp;</p>
<ul>
<li>stop hardcoding your 404 page in 404.php</li>
<li>select any page to be used as the 404 page</li>
<li>use 5 provided shortcodes (recent, popular, similar posts; search form, Google search widget) to make better, more useful 404 pages</li>
<li>eliminate broken links and backlinks with a detailed 404 log</li>
</ul>
<div><a href="http://codecanyon.net/item/5sec-proper-404/full_screen_preview/233421?ref=wparena">Live preview</a> | <a href="http://codecanyon.net/item/5sec-proper-404/233421?ref=wparena">Detail</a></div>
<div></div>
<div>If you wan to check your backlinks, use <a href="http://codecanyon.net/item/backlink-checker/292374?ref=wparena">Backlink Checker</a>WordPress plugin for that. You can get detail info about how to get help from google webmaster to handle out brokent links &#8220;<a title="Permalink" href="http://www.quertime.com/article/arn-2011-02-23-1-how-to-check-and-fix-broken-links-in-website-using-google-webmaster-tools/">How to Check and Fix Broken Links in Website Using Google Webmaster Tools</a>&#8221;
</div>
<div></div>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-check-broken-link-in-wordpress-blog/' rel='bookmark' title='How to Check Broken Link in WordPress Blog'>How to Check Broken Link in WordPress Blog</a></li>
<li><a href='http://wparena.com/how-to/how-to-convert-wordpress-post-words-into-affiliate-links/' rel='bookmark' title='How to Convert WordPress Posts Words into Affiliate Links'>How to Convert WordPress Posts Words into Affiliate Links</a></li>
<li><a href='http://wparena.com/how-to/how-to-submit-optimize-wordpress-blog-post-for-serps/' rel='bookmark' title='How to Submit &amp; Optimize WordPress Blog Post for SERPs'>How to Submit &#038; Optimize WordPress Blog Post for SERPs</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-navigation-trail-by-using-wordpress-plugin-breadcrumb-navxt/' rel='bookmark' title='How to add navigation trail by using WordPress Plugin &#8211; BreadCrumb NavXT'>How to add navigation trail by using WordPress Plugin &#8211; BreadCrumb NavXT</a></li>
<li><a href='http://wparena.com/how-to/how-to-turns-wordpress-basic-search-into-a-full-text/' rel='bookmark' title='How to Turns WordPress&#8217; basic search into a full text'>How to Turns WordPress&#8217; basic search into a full text</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-fix-broken-links-redirections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to tweak your website images for maximum SEO</title>
		<link>http://wparena.com/how-to/how-to-tweak-your-website-images-for-maximum-seo/</link>
		<comments>http://wparena.com/how-to/how-to-tweak-your-website-images-for-maximum-seo/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 15:02:36 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Photography Blog]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[SEO links]]></category>
		<category><![CDATA[SEO tips]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress SEO]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=11398</guid>
		<description><![CDATA[Most of the bloggers use images to improve the search engine optimization and to enhance the website content. And this is fact that photos and graphics bring more organic traffic to their site, specially if we are thinking about Google Image Search. Today I am explaining few basic tips and tricks, which help you to [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-manipulate-image-sizes-to-speed-up-wordpress-blog-load-times/' rel='bookmark' title='How to manipulate image sizes to speed up WordPress blog load times'>How to manipulate image sizes to speed up WordPress blog load times</a></li>
<li><a href='http://wparena.com/how-to/how-to-addshow-images-with-wp-category/' rel='bookmark' title='How to add/Show Images with WP-Category'>How to add/Show Images with WP-Category</a></li>
<li><a href='http://wparena.com/how-to/how-to-fix-wordpress-io-error-uploading-images/' rel='bookmark' title='How to Fix &#8211; WordPress IO Error uploading Images'>How to Fix &#8211; WordPress IO Error uploading Images</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-and-crop-images-and-thumbnails-in-wordpress/' rel='bookmark' title='How to Customize Thumbnail and Crop images in WordPress'>How to Customize Thumbnail and Crop images in WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-the-google-1-button-to-your-website/' rel='bookmark' title='How to Add the Google +1 Button to your Website'>How to Add the Google +1 Button to your Website</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Most of the bloggers use images to improve the search engine optimization and to enhance the website content. And this is fact that photos and graphics bring more organic traffic to their site, specially if we are thinking about Google Image Search.<br />
Today I am explaining few basic tips and tricks, which help you to optimize your images for Google, Bing, Yahoo and create more search engine exposure for your WordPress site.</p>
<h2>The power of image search traffic</h2>
<p>This is the great SEO opportunity to get  organic traffic from Google image search.  So, optimize the photos and graphics on your website to rank in Google Image SERPs, How to do that read a full instruction on the following link: <a href="http://wparena.com/how-to/how-to-submit-optimize-wordpress-blog-post-for-serps/">How to Submit &amp; Optimize WordPress Blog Post for SERPs</a>.</p>
<h2>Get <a href="https://www.e-junkie.com/ecom/gb.php?ii=654309&amp;c=ib&amp;aff=107974&amp;cl=75309" target="_blank">INSTANT ACCESS</a> To <span class="Apple-style-span" style="font-size: 14px; font-weight: normal;">The SEO Fast Indexer Tool Now!</span></h2>
<h2><a href="http://wparena.com/how-to/how-to-manipulate-image-sizes-to-speed-up-wordpress-blog-load-times/">How to manipulate image sizes to speed up WordPress blog load times</a></h2>
<p>Loading time of web site directly impact users and ranking position. As compare to text, images take more time to load and search engines indexed those web pages which have less load time and user spend time that give good impression to search engines. <a href="http://wparena.com/how-to/how-to-manipulate-image-sizes-to-speed-up-wordpress-blog-load-times/">Detail</a></p>
<h2>Tweaking images for better SEO</h2>
<hr />
<p><a href="http://photodune.net/item/eye/727721?ref=wparena"><img class="alignnone size-full wp-image-11400" title="photodune" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/11/photodune.jpg" alt="" width="590" height="419" /></a></p>
<p>The algorithm of Google search engine for images is very unique and well maintained to index the images. So its very important that you give useful description to avail this opportunity.</p>
<h2>Appropriate and descriptive filename</h2>
<p>Always use a relevant and descriptive filename. Avoid to use generic filenames like <strong>Image 6.jpg</strong> or <strong>IMG0015.jpg, </strong> because these are not giving you any benefit according to SEO.</p>
<p>File name <a href="http://photodune.net?ref=wparena">photodun.jpg</a>, which clearly helps the photo rank in Google Images when someone searches for the phrase “Photo dune”.</p>
<h2>Always write a good alt text</h2>
<p>Spare some time to watch this video of Matt Cutts, well explained about the alt tag is and how you should use it.<br />
<object width="600" height="415" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="https://www.youtube.com/v/3NbuDpB_BTc?version=3&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed width="600" height="415" type="application/x-shockwave-flash" src="https://www.youtube.com/v/3NbuDpB_BTc?version=3&amp;hl=en_GB" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<h2>Importance of captions and titles</h2>
<p><img class="alignnone size-full wp-image-11403" title="photodune-imprtance" src="http://wparena.com/www/wparena/media/wp-content/uploads/2011/11/photodune-imprtance.jpg" alt="" width="600" height="590" /></p>
<p>It is very easy for WordPress user because it will give the option to include a title and a caption when you upload images. At this time you have the option to provide descriptive information and give Google a sense of what the image is all about.</p>
<h2>Coherent the image in context</h2>
<p>Just like the the filename and alt text, Google also uses the content of the webpage to determine what an image is about. So try to make connection between images and content for better <a href="http://wparena.com/how-to/how-to-submit-optimize-wordpress-blog-post-for-serps/">SERPs</a>.</p>
<h2>Quality of the Image</h2>
<p>The quality of  images is very important, always try to use sharp, colorful and visually-rich images to get better rank and for Google SERPs.</p>
<h2>Recommended eBooks and other useful Resources:</h2>
<h2><a href="https://www.e-junkie.com/ecom/gb.php?cl=13721&amp;c=ib&amp;aff=107974" target="_blank">WordPress eBook: Success with WordPress</a></h2>
<p><a href="https://www.e-junkie.com/ecom/gb.php?cl=13721&amp;c=ib&amp;aff=107974" target="_blank"><img title="wordpress_ebook" src="http://wparena.com/wp-content/uploads/2011/03/wordpress_ebook.jpg" alt="" width="258" height="290" /></a></p>
<p>Success with WordPress is a popular WordPress eBook that covers everything from blogging with WordPress, WordPress as a Content Management System (CMS), SEO techniques, and of course how to monetize your WordPress blog with AdSense and affiliate marketing!</p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?cl=13721&amp;c=ib&amp;aff=107974" target="_blank">Get eBook Success with WordPress</a></p>
<p><a href="http://wparena.com/how-to/major-and-secondary-search-engines-and-directories-to-submit-website/">Major and Secondary Search Engines and Directories to Submit Website</a><br />
<a href="http://wparena.com/how-to/how-to-manipulate-image-sizes-to-speed-up-wordpress-blog-load-times/">How to manipulate image sizes to speed up WordPress blog load times</a></p>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/how-to-manipulate-image-sizes-to-speed-up-wordpress-blog-load-times/' rel='bookmark' title='How to manipulate image sizes to speed up WordPress blog load times'>How to manipulate image sizes to speed up WordPress blog load times</a></li>
<li><a href='http://wparena.com/how-to/how-to-addshow-images-with-wp-category/' rel='bookmark' title='How to add/Show Images with WP-Category'>How to add/Show Images with WP-Category</a></li>
<li><a href='http://wparena.com/how-to/how-to-fix-wordpress-io-error-uploading-images/' rel='bookmark' title='How to Fix &#8211; WordPress IO Error uploading Images'>How to Fix &#8211; WordPress IO Error uploading Images</a></li>
<li><a href='http://wparena.com/how-to/how-to-customize-and-crop-images-and-thumbnails-in-wordpress/' rel='bookmark' title='How to Customize Thumbnail and Crop images in WordPress'>How to Customize Thumbnail and Crop images in WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-add-the-google-1-button-to-your-website/' rel='bookmark' title='How to Add the Google +1 Button to your Website'>How to Add the Google +1 Button to your Website</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/how-to-tweak-your-website-images-for-maximum-seo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video Tutorials To Learn WordPress Development, Designing and Blogging</title>
		<link>http://wparena.com/how-to/video-tutorials-to-learn-wordpress-development-designing-and-blogging/</link>
		<comments>http://wparena.com/how-to/video-tutorials-to-learn-wordpress-development-designing-and-blogging/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 20:34:23 +0000</pubDate>
		<dc:creator>Nur</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wparena.com/?p=10967</guid>
		<description><![CDATA[If you think that visual learning is better than reading, this is the list of well explained video tutorials which help you to develop your WordPress skill. These tutorials are very helpful if you are a WordPress Theme Developer as well Bloggers those using WordPress. WordPress theme development Designing for WordPress WordPress is a hugely [...]
Related posts:<ol>
<li><a href='http://wparena.com/how-to/improve-your-wordpress-blog-with-flash-and-video-players/' rel='bookmark' title='Improve Your WordPress blog With Flash and Video players'>Improve Your WordPress blog With Flash and Video players</a></li>
<li><a href='http://wparena.com/inspiration/wordpress-hooks-database-resources-and-tutorials-for-plugin-developers/' rel='bookmark' title='WordPress Hooks Database, Resources and Tutorials for Plugin Developers'>WordPress Hooks Database, Resources and Tutorials for Plugin Developers</a></li>
<li><a href='http://wparena.com/inspiration/helpful-tips-hacks-and-tutorials-about-wordpress/' rel='bookmark' title='Helpful Tips, Hacks and Tutorials about WordPress'>Helpful Tips, Hacks and Tutorials about WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-setup-wordpress-as-a-video-portal/' rel='bookmark' title='How to Setup WordPress as a Video Portal'>How to Setup WordPress as a Video Portal</a></li>
<li><a href='http://wparena.com/how-to/useful-hacks-tutorials-and-plugins-for-buddypress/' rel='bookmark' title='Useful Hacks, Tutorials and Plugins for BuddyPress'>Useful Hacks, Tutorials and Plugins for BuddyPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you think that visual learning is better than reading, this is the list of well explained video tutorials which help you to develop your WordPress skill. These tutorials are very helpful if you are a WordPress Theme Developer as well Bloggers those using WordPress.</p>
<h2>WordPress theme development</h2>
<hr />
<h2><a href="http://css-tricks.com/video-screencasts/25-designing-for-wordpress-part-one/">Designing for WordPress</a></h2>
<p><object id="the-video" width="570" height="320" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vnfiles.ign.com/ects/css-tricks/VideoCast-25.m4v" /><param name="previewimage" value="/images/Screencast-Background-1280x720.jpg" /><param name="autoplay" value="autoplay" /><param name="loop" value="loop" /><param name="pluginspage" value="http://go.divx.com/plugin/download/" /><embed id="the-video" width="570" height="320" type="application/x-shockwave-flash" src="http://vnfiles.ign.com/ects/css-tricks/VideoCast-25.m4v" previewimage="/images/Screencast-Background-1280x720.jpg" autoplay="autoplay" loop="loop" pluginspage="http://go.divx.com/plugin/download/" /></object></p>
<p>WordPress is a hugely popular CMS for blogging. The blog section of CSS-Tricks is run on WordPress and I am very happy with it. By popular request, we are going to walk through designing for WordPress. Also check out <a href="http://css-tricks.com/video-screencasts/26-designing-for-wordpress-part-two/">part 2</a> and <a href="http://css-tricks.com/video-screencasts/27-designing-for-wordpress-part-three/">part 3</a>.</p>
<h2><a href="http://www.killersites.com/wordpress/videos/wordpress-template-01.php">Creating a WordPress Template</a></h2>
<p><object id="idea22" width="600" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="flashVars" value="allowfullscreen=true&amp;logo=http://www.idea22.com/public/swf/i22.png&amp;autostart=false&amp;file=http://www.idea22.com//public/pv/200811021225670727.flv&amp;image=http://www.idea22.com//public/pv/200811021225670727.jpg" /><param name="src" value="http://www.idea22.com//public/swf/i22_swf.swf?vv=videos:200811021225670727:800:600:e" /><param name="quality" value="high" /><param name="allowfullscreen" value="true" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><param name="flashvars" value="allowfullscreen=true&amp;logo=http://www.idea22.com/public/swf/i22.png&amp;autostart=false&amp;file=http://www.idea22.com//public/pv/200811021225670727.flv&amp;image=http://www.idea22.com//public/pv/200811021225670727.jpg" /><param name="allowscriptaccess" value="always" /><embed id="idea22" width="600" height="400" type="application/x-shockwave-flash" src="http://www.idea22.com//public/swf/i22_swf.swf?vv=videos:200811021225670727:800:600:e" allowScriptAccess="always" allowFullScreen="true" flashVars="allowfullscreen=true&amp;logo=http://www.idea22.com/public/swf/i22.png&amp;autostart=false&amp;file=http://www.idea22.com//public/pv/200811021225670727.flv&amp;image=http://www.idea22.com//public/pv/200811021225670727.jpg" quality="high" allowfullscreen="true" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="allowfullscreen=true&amp;logo=http://www.idea22.com/public/swf/i22.png&amp;autostart=false&amp;file=http://www.idea22.com//public/pv/200811021225670727.flv&amp;image=http://www.idea22.com//public/pv/200811021225670727.jpg" allowscriptaccess="always" /></object></p>
<p>Here’s a tutorial series (also see <a href="http://www.killersites.com/wordpress/videos/wordpress-template-02.php">part 2</a> and <a href="http://www.killersites.com/wordpress/videos/wordpress-template-03.php">part 3</a>) for creating a WP template using a variety of free tools such as <a href="http://www.mamp.info/en/index.php">MAMP</a> (for local machine development) and <a href="http://www.barebones.com/products/TextWrangler/">TextWrangler</a>(a text editor).</p>
<h2><a href="http://css-tricks.com/video-screencasts/44-hodgepodge-of-wordpress-tricks/">Hodgepodge of WordPress Tricks</a></h2>
<p><object id="the-video" width="570" height="320" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vnfiles.ign.com/ects/css-tricks/VideoCast-44.m4v" /><param name="previewimage" value="/images/Screencast-Background-1280x720.jpg" /><param name="autoplay" value="autoplay" /><param name="loop" value="loop" /><param name="pluginspage" value="http://go.divx.com/plugin/download/" /><embed id="the-video" width="570" height="320" type="application/x-shockwave-flash" src="http://vnfiles.ign.com/ects/css-tricks/VideoCast-44.m4v" previewimage="/images/Screencast-Background-1280x720.jpg" autoplay="autoplay" loop="loop" pluginspage="http://go.divx.com/plugin/download/" /></object></p>
<p>It&#8217;s WordPress Week here at CSS-Tricks, so I wanted to so a WordPress-themed screencast and cover a lot of mini-tips that haven&#8217;t made it into previous WordPress screencasts.</p>
<h2><a href="http://css-tricks.com/video-screencasts/41-wordpress-as-a-cms/">WordPress as a CMS</a></h2>
<p><object id="the-video" width="570" height="320" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://vnfiles.ign.com/ects/css-tricks/VideoCast-41.m4v" /><param name="previewimage" value="/images/Screencast-Background-1280x720.jpg" /><param name="autoplay" value="autoplay" /><param name="loop" value="loop" /><param name="pluginspage" value="http://go.divx.com/plugin/download/" /><embed id="the-video" width="570" height="320" type="application/x-shockwave-flash" src="http://vnfiles.ign.com/ects/css-tricks/VideoCast-41.m4v" previewimage="/images/Screencast-Background-1280x720.jpg" autoplay="autoplay" loop="loop" pluginspage="http://go.divx.com/plugin/download/" /></object></p>
<p>Learn how to create a WordPress site that’s more of a fully-featured content management system (like Drupal or Joomla) rather than a blogging platform using a few tools at your disposal such as the <a title="SimplePie Plugin for WordPress" href="http://simplepie.org/wiki/plugins/wordpress/simplepie_plugin_for_wordpress/start">SimplePie WordPress plugin</a>.</p>
<h2><a href="http://www.web2whizzing.com/modify-wordpress-theme/">How to Modify WordPress Theme</a></h2>
<p>This video tutorial is showing how to work with some WordPress theme codes, that is how to add autoresponder code to the blog sidebar, how to put banner in the single post and similar things that can help you to modify the theme and blog to your needs.  You’ll learn about some <a title="Template tags guide on WordPress.org." href="http://codex.wordpress.org/Template_Tags">Theme Template tags</a> in WordPress.</p>
<h2><a href="http://vimeo.com/2326653">Add a Twitter Field to Your Form</a></h2>
<p><iframe src="http://player.vimeo.com/video/2326653?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="600" height="498"></iframe></p>
<p>Instructional video on how to install and configure the <a href="http://www.fiddyp.co.uk/wp-twitip-id-plugin-add-a-twitter-field-to-your-comment-form-easily/">wp-twitip-id</a> plugin for WordPress blogs. 5 minutes and you can include a field for your commentators to add their twitter ID.</p>
<h2><a href="http://vimeo.com/158933">How to put a Custom Header in your WordPress Blog</a></h2>
<p><object width="600" height="500" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=158933&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed width="600" height="500" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id=158933&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p>WordPress Kubrick Theme, the default theme for WordPress blogs, has a very ugly header graphic. In this easy to follow video tutorial you&#8217;ll learn how to change it to a great custom image in just 3 minutes!</p>
<h2><a href="http://uk.youtube.com/watch?v=vflEmguc8vU">Create your first widget</a></h2>
<p><object width="605" height="500" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/vflEmguc8vU?version=3&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed width="605" height="500" type="application/x-shockwave-flash" src="http://www.youtube.com/v/vflEmguc8vU?version=3&amp;hl=en_GB" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>This video tutorial shows you how to create a <a title="More information about what a Widget is on WordPress.org." href="http://codex.wordpress.org/Plugins/WordPress_Widgets">theme widget</a> for WordPress.</p>
<h2><a href="http://weblogtoolsvideos.com/video/How-to-make-a-wordpress-plugi">How to make a WordPress plugin</a></h2>
<p><object width="600" height="500" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/cl7YhWpA17w?version=3&amp;hl=en_GB" /><param name="allowfullscreen" value="true" /><embed width="600" height="500" type="application/x-shockwave-flash" src="http://www.youtube.com/v/cl7YhWpA17w?version=3&amp;hl=en_GB" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p>Learn how to create a WordPress plugin that follows the <a href="http://codex.wordpress.org/Writing_a_Plugin">WordPress plugin development guidelines</a>.</p>
<h2>WordPress Plugin Development Tutorial (Video &amp; Reading)</h2>
<hr />
<h2><a href="http://markjaquith.wordpress.com/2006/03/04/wp-tutorial-your-first-wp-plugin/" rel="nofollow" target="_blank">WP Tutorial: Your First WP Plugin</a></h2>
<p>Here it is, a video guide to creating your first WordPress plugin (in under 5 minutes!). The tutorial assumes you have some very basic PHP knowledge… syntax, function declarations, etc. <a href="http://txfx.net/files/wp-movies/001-your-first-wp-plugin.mov">Click here to watch</a></p>
<h2><a href="http://codex.wordpress.org/Writing_a_Plugin" rel="nofollow" target="_blank">Writing a Plugin</a></h2>
<p><a title="Plugins" href="http://codex.wordpress.org/Plugins">WordPress Plugins</a> allow easy modification, customization, and enhancement to a WordPress blog. Instead of changing the core programming of WordPress, you can add functionality with WordPress Plugins.</p>
<h2><a href="http://www.devlounge.net/articles/how-to-write-a-wordpress-plugin-introduction" rel="nofollow" target="_blank">How to Write a WordPress Plugin – Introduction</a></h2>
<p>For any WordPress user, plugins are essential. WordPress Plugins allow those with little to no programming skills to extend the functionality of their blog.</p>
<h2><a href="http://net.tutsplus.com/tutorials/wordpress/creating-a-custom-wordpress-plugin-from-scratch/" rel="nofollow" target="_blank">Create a Custom WordPress Plugin From Scratch</a></h2>
<p>This tutorial will describe the implementation of a WordPress plugin starting from scratch. The plugin will connect to an external OSCommerce database and display random products on your WordPress site.</p>
<h2><a href="http://net.tutsplus.com/tutorials/wordpress/anatomy-of-a-wordpress-plugin/" rel="nofollow" target="_blank">Anatomy of a WordPress Plugin</a></h2>
<p>This tutorial will guide you through every step of building a simple, widgetized WordPress plugin with settings.</p>
<h2><a href="http://net.tutsplus.com/videos/screencasts/a-crash-course-in-wordpress-plugin-development/" rel="nofollow" target="_blank">A Crash-Course in WordPress Plugin Development</a></h2>
<p>Despite an extensive codex, many WordPress users remain unfamiliar with how to create their own custom plugins. In today’s screencast, we’ll start from scratch and build our first usable plugin.</p>
<h2><a href="http://blog.bluefur.com/2008/05/15/wordpress-plugin-tutorial-hello-world/" rel="nofollow" target="_blank">WordPress Plugin Tutorial – Hello World</a></h2>
<p>Learning to develop a WordPress plugin can be both fun and rewarding. In this Tutorial we will go over how to make a simple Hello World plugin that you can create.</p>
<h2><a href="http://nettuts.com/articles/the-ultimate-guide-to-building-a-wordpress-plugin/" rel="nofollow" target="_blank">The Ultimate Guide to Building a WordPress Plugin</a></h2>
<p>There are often plugins created for basic extended functionality, but what happens when you can’t find the perfect plugin for your needs? It might be easier to just create the plugin yourself.</p>
<h2><a href="http://www.bestechvideos.com/2008/09/12/worpress-plugin-development-with-php" rel="nofollow" target="_blank">WorPress Plugin Development with PHP</a></h2>
<p>Nice video tutorial on plugin development.</p>
<h2><a href="http://www.askapache.com/wordpress/writing-wordpress-plugins.html" rel="nofollow" target="_blank">Tips to Speed Up WordPress Plugin Development</a></h2>
<p>Anyone can create useful WordPress plugins without being a hacker.</p>
<h2><a href="http://www.devlounge.net/articles/seven-reasons-to-write-a-wordpress-plugin" rel="nofollow" target="_blank">Seven Reasons to Write a WordPress Plugin</a></h2>
<p>Listed below are seven reasons why a WordPress user should consider writing a WordPress plugin.</p>
<h2><a href="http://www.devlounge.net/articles/wordpress-plugin-actions" rel="nofollow" target="_blank">WordPress Plugin Actions</a></h2>
<p>An example of an action would be that you want a execute some code after a user has published a post or left a comment.</p>
<h2><a href="http://www.devlounge.net/articles/wordpress-plugin-filters" rel="nofollow" target="_blank">WordPress Plugin Filters</a></h2>
<p>WordPress filters allow to you modify virtually any kind of text displayed and are extremely powerful.</p>
<h2><a href="http://www.devlounge.net/articles/constructing-an-wordpress-plugin-admin-panel" rel="nofollow" target="_blank">Constructing a WordPress Plugin Admin Panel</a></h2>
<p>This tutorial will go into what it takes to successfully create an admin panel for your plugin.</p>
<h2><a href="http://www.devlounge.net/articles/constructing-a-wordpress-plugin-users-panel" rel="nofollow" target="_blank">Constructing a WordPress Plugin User’s Panel</a></h2>
<p>This tutorial will go over the steps to add in your own User’s Administration Panel.</p>
<h2><a href="http://www.devlounge.net/articles/using-javascript-and-css-with-your-wordpress-plugin" rel="nofollow" target="_blank">Using JavaScript and CSS with your WordPress Plugin</a></h2>
<p>This portion of the series will cover how to load JavaScript and CSS files for your plugin.</p>
<h2><a href="http://www.devlounge.net/articles/using-javascript-and-css-with-your-wordpress-plugin" rel="nofollow" target="_blank">Using JavaScript and CSS with your WordPress Plugin</a></h2>
<p>This portion of the series will cover how to load JavaScript and CSS files for your plugin.</p>
<h2><a href="http://www.devlounge.net/articles/releasing-and-promoting-your-wordpress-plugin" rel="nofollow" target="_blank">Releasing and Promoting Your WordPress Plugin</a></h2>
<p>After you have finished writing your awesome WordPress plugin, there are a few things to consider before releasing and promoting your WordPress plugin.</p>
<h2><a href="http://wpscreencasts.com/category/screencasts/" target="_blank">WP Screencasts WordPress Video Tutorials</a></h2>
<p>The primary target audience is blog authors and editors using WordPress to manage their web-based content.</p>
<ul>
<li><a href="http://wpscreencasts.com/screencasts/wordpress-dashboard-and-the-right-now-widget/" target="_blank">WordPress Dashboard and the Right Now Widget</a></li>
<li><a href="http://wpscreencasts.com/screencasts/writing-new-content-with-the-wordpress-wysiwyg-editor/" target="_blank">Writing New Content with the WordPress WYSIWYG Editor</a></li>
</ul>
<ul>
<li><a href="http://wpscreencasts.com/wordpress-26/write/write-post/add-images-in-your-content/" target="_blank">Add Images In Your Content</a></li>
<li><a href="http://wpscreencasts.com/wordpress-26/write/write-post/enabling-comments-on-posts-and-password-protecting-content/" target="_blank">Enabling Comments on Posts and Password Protecting Content</a></li>
<li><a title="Permalink to Inserting a Hyperlink Within Your Content" href="http://wpscreencasts.com/wordpress-26/write/write-post/inserting-a-hyperlink-within-your-content/" rel="bookmark">Inserting a Hyperlink Within Your Content</a></li>
<li><a title="Permalink to Inserting a Post Into a Category and Adding Tags" href="http://wpscreencasts.com/wordpress-26/write/write-post/inserting-a-post-into-a-category-and-adding-tags/" rel="bookmark">Inserting a Post Into a Category and Adding Tags</a></li>
<li><a title="Permalink to Post Excerpts" href="http://wpscreencasts.com/wordpress-26/write/post-excerpts/" rel="bookmark">Post Excerpts</a></li>
<li><a title="Permalink to Reviewing Post Details" href="http://wpscreencasts.com/wordpress-26/write/write-post/reviewing-post-details/" rel="bookmark">Reviewing Post Details</a></li>
<li><a title="Permalink to Scheduling a Post" href="http://wpscreencasts.com/wordpress-26/write/scheduling-a-post/" rel="bookmark">Scheduling a Post</a></li>
<li><a title="Permalink to Start a New Post" href="http://wpscreencasts.com/wordpress-26/write/write-post/viddler-test/" rel="bookmark">Start a New Post</a></li>
<li><a title="Permalink to WYSIWYG Editor Tour - Part 1" href="http://wpscreencasts.com/wordpress-26/write/write-post/wysiwyg-editor-tour-part-1/" rel="bookmark">WYSIWYG Editor Tour – Part 1</a></li>
<li><a title="Permalink to WYSIWYG Editor Tour - Part 2" href="http://wpscreencasts.com/wordpress-26/write/write-post/wysiwyg-editor-tour-part-2/" rel="bookmark">WYSIWYG Editor Tour – Part 2</a></li>
<li><a href="http://wpscreencasts.com/category/wordpress-26/manage/" target="_blank">Manage posts, pages, links, categories, tags</a></li>
<li><a href="http://wpscreencasts.com/category/wordpress-26/comments/" target="_blank">Manage Comments</a></li>
</ul>
<h2><a href="http://css-tricks.com/" target="_blank">CSS-Tricks WordPress Video Tutorials</a></h2>
<ul>
<li><a href="http://css-tricks.com/video-screencasts/25-designing-for-wordpress-part-one/" target="_blank">Designing for WordPress: Part One: Download, Install, “Reset” Theme</a></li>
<li><a href="http://css-tricks.com/video-screencasts/26-designing-for-wordpress-part-two/" target="_blank">Designing for WordPress: Part Two: Structure</a></li>
<li><a href="http://css-tricks.com/video-screencasts/27-designing-for-wordpress-part-three/" target="_blank">Designing for WordPress: Part Three: Finishing Touches, Extra Stuff</a></li>
<li><a href="http://css-tricks.com/video-screencasts/44-hodgepodge-of-wordpress-tricks/" target="_blank">Hodgepodge of WordPress Tricks</a></li>
<li><a href="http://css-tricks.com/video-screencasts/41-wordpress-as-a-cms/" target="_blank">WordPress as a CMS</a></li>
</ul>
<h2><a href="http://ithemes.com/tutorials/" target="_blank">iThemes WordPress Video tutorials</a></h2>
<ul type="disc">
<li><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_login.swf" target="_blank">How to login to WP Dashboard</a></li>
<li><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_activatetheme.swf" target="_blank">How to Activate Your Theme</a></li>
<li><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_writepost.swf" target="_blank">How to write a Post</a></li>
<li><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_writepage.swf" target="_blank">How to write a Page</a></li>
<li><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_addusers.swf" target="_blank">How to Add New Users</a></li>
<li><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_commentmoderation.swf" target="_blank">How to Moderate Comments</a></li>
<li><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_widgets.swf" target="_blank">How to use Widgets</a></li>
<li><a href="http://www.viddler.com/explore/ithemes_media/videos/12/" target="_blank">How to use the Links feature</a></li>
<li><a href="http://www.viddler.com/explore/ithemes_media/videos/9/" target="_blank">Using the Media Library</a></li>
<li><a href="http://wordpress-tutorials.ithemes.com/27tutsunbranded/wp27_wpgalleryfunction.swf">Using the WP Gallery Feature</a></li>
</ul>
<h2><a href="http://www.siteground.com/tutorials/wordpress/" target="_blank">Siteground WordPress Video Tutorials</a></h2>
<ul>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_installation.htm">How to install WordPress</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_manual_installation.htm">How to install WordPress manually</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_start.htm">How to get started with WordPress by writing posts, creating pages in WordPress, etc</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_category.htm">How to arrange your blog posts in categories</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_comments.htm">How to manage comments in WordPress</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_themes.htm">How to change the theme of your WordPress site</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_plugins.htm">How to install WordPress plugins</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_backup.htm">How to create a backup of WordPress</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_security.htm">How to secure WordPress</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_upgrade.htm">How to upgrade WordPress</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_spam_protection.htm">How to protect WordPress from spam</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_create_theme.htm">How to create a simple WordPress theme</a></li>
<li><a href="http://www.siteground.com/tutorials/wordpress/wordpress_seo.htm">How to optimize WordPress for search engines – WordPress SEO</a>;</li>
</ul>
<h2><a href="http://www.killersites.com/wordpress/" target="_blank">KillerSites WordPress Video Tutorials</a></h2>
<ul>
<li><a href="http://www.killersites.com/wordpress/videos/installing-wordpress.php">Installing and configuring WordPress</a> (covers WordPress 2.3, Installing 1 video, configuring 8 videos)</li>
<li><a href="http://www.killersites.com/wordpress/videos/configure-wordpress-text-editor.php">Customizing the WordPress Text Editor</a></li>
<li><a href="http://www.killersites.com/blog/2008/creating-wordpress-themes-from-scratch/">Introduction to building WordPress themes</a> ( How to build WP theme from scratch)</li>
<li><a href="http://www.killersites.com/wordpress/videos/wordpress-template-01.php">Building a WordPress Template Part 1 of 3</a></li>
<li><a href="http://www.killersites.com/wordpress/videos/wordpress-template-02.php">Building a WordPress Template Part 2 of 3</a></li>
<li><a href="http://www.killersites.com/wordpress/videos/wordpress-template-03.php">Building a WordPress Template Part 3 of 3</a></li>
</ul>
<h2><a href="http://www.likoma.com/tutorials/" target="_blank">Likoma WordPress Video Tutorials</a></h2>
<ul>
<li><a title="View post WordPress Tutorial: Adding a Hyperlink" href="http://www.likoma.com/wordpress-tutorial-adding-a-hyperlink/">WordPress Tutorial: Adding a Hyperlink</a></li>
<li><a title="View post Setting up an email group (or forwarder) in Google Apps" href="http://www.likoma.com/setting-up-an-email-group-or-forwarder-in-google-apps/">Setting up an email group (or forwarder) in Google Apps</a></li>
<li><a title="View post Setting up a new email address in Google Apps" href="http://www.likoma.com/setting-up-a-new-email-address-in-google-apps/">Setting up a new email address in Google Apps</a></li>
<li><a title="View post WordPress Tutorial: Cleaning Up Microsoft Word Formatting" href="http://www.likoma.com/wordpress-tutorial-cleaning-up-microsoft-word-formatting/">WordPress Tutorial: Cleaning Up Microsoft Word Formatting</a></li>
<li><a title="View post WordPress Tutorial: Simple Image Gallery with Captions" href="http://www.likoma.com/wordpress-tutorial-simple-image-gallery-with-captions/">WordPress Tutorial: Simple Image Gallery with Captions</a></li>
<li><a title="View post WordPress Tutorial: Creating a simple post (2.6.1)" href="http://www.likoma.com/wordpress-tutorial-creating-a-simple-post-261/">WordPress Tutorial: Creating a simple post (2.6.1)</a></li>
<li><a title="View post WordPress Tutorial: Uploading images and adding captions (2.6.1)" href="http://www.likoma.com/wordpress-tutorial-uploading-images-captions/">WordPress Tutorial: Uploading images and adding captions (2.6.1)</a></li>
<li><a title="View post WordPress Tutorial: Image Captions and Text Alignment" href="http://www.likoma.com/wordpress-tutorial-image-captions-and-text-alignment/">WordPress Tutorial: Image Captions and Text Alignment</a></li>
<li><a title="View post WordPress Tutorial: Uploading PDFs" href="http://www.likoma.com/wordpress-tutorial-uploading-pdfs/">WordPress Tutorial: Uploading PDFs</a></li>
<li><a title="View post Post Icons" href="http://www.likoma.com/post-icons/">Post Icons</a></li>
<li><a title="View post Setting up a member/user directory in WordPress" href="http://www.likoma.com/setting-up-a-memberuser-directory-in-wordpress/">Setting up a member/user directory in WordPress</a></li>
<li><a title="View post Add an event in WordPress" href="http://www.likoma.com/add-an-event-in-wordpress/">Add an event in WordPress</a></li>
<li><a title="View post Extended Profile" href="http://www.likoma.com/extended-profile/">Extended Profile</a></li>
<li><a title="View post Random Quotes" href="http://www.likoma.com/random-quotes/">Random Quotes</a></li>
<li><a title="View post Simple Page Edit in WordPress" href="http://www.likoma.com/simple-page-edit-in-wordpress/">Simple Page Edit in WordPress</a></li>
<li><a title="View post Lost Password, Update User Info" href="http://www.likoma.com/lost-password-update-user-info/">Lost Password, Update User Info</a></li>
<li><a title="View post Using CSS and Blockquote" href="http://www.likoma.com/using-css-and-blockquote/">Using CSS and Blockquote</a></li>
<li><a title="View post WordPress Overview" href="http://www.likoma.com/wp-overview/">WordPress Overview</a></li>
</ul>
<h2><a href="http://wordpresstraining.com/training-index/" target="_blank">WordPress Training Video Tutorials</a></h2>
<ul>
<li><a href="http://vimeo.com/2326653" target="_blank">Add a twitter field to your form (WordPress) wp-twitip-id</a></li>
<li><a href="http://vimeo.com/158933" target="_blank">How to put a Custom Header in your WordPress Blog</a></li>
<li><a href="http://vimeo.com/4402164" target="_blank">WordPress Post-Install Steps</a></li>
<li><a href="http://vimeo.com/4355557" target="_blank">Setup Xampp &amp; WordPress</a></li>
<li><a href="http://vimeo.com/3387663" target="_blank">10 Tips To Make WordPress Hack-Proof</a></li>
<li><a href="http://vimeo.com/783445" target="_blank">WordPress Tutorial: How to Upload PDFs</a></li>
</ul>
<h2><a href="http://weblogtoolsvideos.com/" target="_blank">Weblog Tools Videos WordPress Tutorials</a></h2>
<ul>
<li><a href="http://weblogtoolsvideos.com/video/How-to-change-your-Wordpress-pe" target="_blank">How to change your WordPress permalinks</a></li>
<li><a href="http://weblogtoolsvideos.com/video/How-to-add-an-Aweber-Signup-Box" target="_blank">How to add an Aweber Signup Box to your WordPress blog</a></li>
<li><a href="http://weblogtoolsvideos.com/video/Wordpress-Cforms-Contact-Form-T" target="_blank">WordPress Cforms Contact Form Tutorial</a></li>
<li><a href="http://weblogtoolsvideos.com/video/WordPress-Blog-and-Auto-Tagger" target="_blank">WordPress Blog and Auto Tagger</a></li>
<li><a href="http://weblogtoolsvideos.com/video/How-to-make-a-wordpress-plugi" target="_blank">How to make a wordpress plugin</a></li>
<li><a href="http://weblogtoolsvideos.com/video/John-Pozadzides-45-Ways-to-Po" target="_blank">John Pozadzides: 45 Ways to Power Up Your Blog</a></li>
</ul>
<h2><a href="http://www.screencastcentral.com/public/department61.cfm" target="_blank">ScreenCastCentral WordPress Video Tutorials</a></h2>
<p><span class="Apple-style-span" style="font-size: 20px; font-weight: bold;"><a href="http://faq.wordpress.com/">Faq.WordPress.Com Screencasts</a></span></p>
<ul>
<li><a href="http://faq.wordpress.com/2008/09/09/whats-a-tag-how-do-i-add-tags-to-my-posts-how-do-i-manage-tags-screencast/" target="_blank">What’s a tag? How do I add tags to my posts? How do I manage tags?</a></li>
<li><a href="http://faq.wordpress.com/2008/09/09/whats-a-category-how-do-i-add-and-manage-categories-screencast/" target="_blank">What’s a category? How do I add and manage categories?</a></li>
<li><a href="http://support.wordpress.com/posts/schedule-a-post/" target="_blank">Schedule a Post for future</a></li>
<li><a href="http://faq.wordpress.com/2008/09/09/how-do-i-write-wordpress-blog-posts-with-the-scribefire-firefox-add-on-screencast/" target="_blank">How do I write WordPress blog posts with the ScribeFire Firefox add-on?</a></li>
<li><a href="http://faq.wordpress.com/2008/09/09/how-do-i-add-documents-or-other-media-to-my-blog-posts-screencast/" target="_blank">How do I add documents or other media to my blog posts?</a></li>
<li><a href="http://faq.wordpress.com/2008/09/09/bringing-content-into-wordpress-from-microsoft-word-screencast/" target="_blank">Bringing content into WordPress from Microsoft Word</a></li>
<li><a href="http://faq.wordpress.com/2008/09/09/using-windows-live-writer-screencast/" target="_blank">Using Windows Live Writer</a></li>
<li><a href="http://support.wordpress.com/https/" target="_blank">HTTPS Configuration Why use?</a></li>
</ul>
<h2><a href="http://www.youtube.com/results?search_type=&amp;search_query=wordpress+tutorial+2.7&amp;aq=1&amp;oq=wordpress+tutori" target="_blank">Youtube WordPress Video Tutorials</a></h2>
<ul>
<li><a href="http://www.youtube.com/watch?gl=GB&amp;hl=en-GB&amp;v=C3OZUZD66CU" target="_blank">Make a “Back to Top” Link</a></li>
<li><a href="http://www.youtube.com/watch?gl=GB&amp;hl=en-GB&amp;v=vflEmguc8vU" target="_blank">Create your first widget</a></li>
<li><a href="http://www.youtube.com/watch?v=4nrxbHyJp9k" target="_blank">How to Activate a New WordPress Theme</a></li>
<li><a href="http://www.youtube.com/watch?v=IsLOG5APkXg" target="_blank">WordPress 2.7 Dashboard Basic Introduction</a></li>
<li><a href="http://www.youtube.com/watch?v=orte-95toPM" target="_blank">How to Upload &amp; Link to a PDF, Microsoft Word doc, or other doc</a></li>
<li><a href="http://www.youtube.com/watch?v=8nernhHMuBQ" target="_blank">How to Make a “Child” Page (Subpage) and How to Hide Sidebar Widget Link</a></li>
<li><a href="http://www.youtube.com/watch?v=G-Yire8GVmQ" target="_blank">How To Install WordPress Plugins Easily In 2.7+</a></li>
</ul>
<h2>Other Tutorial Sites and Articles:</h2>
<ul>
<li><a href="http://www.1stwebdesigner.com/wordpress/wordpress-theme-frameworks-and-starting-resources/" target="_blank">20 WordPress Theme Frameworks And Starting Resources</a></li>
<li><a href="http://net.tutsplus.com/videos/screencasts/a-crash-course-in-wordpress-plugin-development/" target="_blank">A Crash-Course in WordPress Plugin Development</a> (Learn how to create Your first plugin)</li>
<li><a href="http://www.miss604.com/2008/05/wordpress-post-edit-panel-hack.html" target="_blank">WordPress Screencast Tutorial: Post Edit Panel Hack</a></li>
<li><a href="http://net.tutsplus.com/articles/web-roundups/top-50-wordpress-tutorials/" target="_blank">Top 50 WordPress Tutorials from Tuts+</a></li>
<li><a href="http://www.smashingmagazine.com/2009/01/07/10-killer-wordpress-hacks/" target="_blank">10 Killer WordPress Hacks</a></li>
<li><a href="http://www.smashingmagazine.com/2008/12/18/8-useful-wordpress-sql-hacks/" target="_blank">8 Useful WordPress SQL Hacks</a></li>
<li><a href="http://www.zidalgo.com/wordpress-tutorials/60-quality-wordpress-video-tutorials" target="_blank">60+ Quality WordPress Video Tutorials</a></li>
<li><a href="http://www.gotmyidea.com/cat/wordpress-video-tutorials/" target="_blank">GotMyIdea WordPress Video Tutorials</a></li>
<li><a href="http://www.noupe.com/wordpress/powerful-cms-using-wordpress.html" target="_blank">101 Techniques for a Powerful CMS using WordPress</a></li>
</ul>
<p>Related posts:<ol>
<li><a href='http://wparena.com/how-to/improve-your-wordpress-blog-with-flash-and-video-players/' rel='bookmark' title='Improve Your WordPress blog With Flash and Video players'>Improve Your WordPress blog With Flash and Video players</a></li>
<li><a href='http://wparena.com/inspiration/wordpress-hooks-database-resources-and-tutorials-for-plugin-developers/' rel='bookmark' title='WordPress Hooks Database, Resources and Tutorials for Plugin Developers'>WordPress Hooks Database, Resources and Tutorials for Plugin Developers</a></li>
<li><a href='http://wparena.com/inspiration/helpful-tips-hacks-and-tutorials-about-wordpress/' rel='bookmark' title='Helpful Tips, Hacks and Tutorials about WordPress'>Helpful Tips, Hacks and Tutorials about WordPress</a></li>
<li><a href='http://wparena.com/how-to/how-to-setup-wordpress-as-a-video-portal/' rel='bookmark' title='How to Setup WordPress as a Video Portal'>How to Setup WordPress as a Video Portal</a></li>
<li><a href='http://wparena.com/how-to/useful-hacks-tutorials-and-plugins-for-buddypress/' rel='bookmark' title='Useful Hacks, Tutorials and Plugins for BuddyPress'>Useful Hacks, Tutorials and Plugins for BuddyPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wparena.com/how-to/video-tutorials-to-learn-wordpress-development-designing-and-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://txfx.net/files/wp-movies/001-your-first-wp-plugin.mov" length="5947292" type="video/quicktime" />
		</item>
	</channel>
</rss>

