<?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>Afif Fattouh - Web Specialist &#187; wordpress</title>
	<atom:link href="http://www.afiffattouh.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.afiffattouh.com</link>
	<description></description>
	<lastBuildDate>Thu, 05 Apr 2012 15:24:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>To Use or Not to Use a CMS</title>
		<link>http://www.afiffattouh.com/2012/04/05/cms/</link>
		<comments>http://www.afiffattouh.com/2012/04/05/cms/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 15:13:48 +0000</pubDate>
		<dc:creator>Afif Fattouh</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.afiffattouh.com/?p=14226</guid>
		<description><![CDATA[<a href="http://www.afiffattouh.com/2012/04/05/cms/"><img align="left" hspace="5" width="150" src="http://www.youthedesigner.com/wp-content/uploads/2012/02/confused.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>As web designers, we all are aware of the importance of CMSs. Simply put, a CMS helps in managing the website in an efficient manner. If you are running a photo gallery, a blog, a news site or any similar website that requires constant updates, nothing beats the ease which a CMS such as WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>As web designers, we all are aware of the importance of CMSs. Simply put, a CMS helps in managing the website in an efficient manner. If you are running a photo gallery, a blog, a news site or any similar website that requires constant updates, nothing beats the ease which a CMS such as <a href="http://wordpress.org/">WordPress</a> or <a href="http://drupal.org/">Drupal</a> can offer you!</p>
<p>Therefore, modern day CMSs have made the otherwise-mundane task of running a website very simple. To quote from <a href="http://typo3.com/">Typo3</a>:</p>
<blockquote><p><em>“If you can use a computer, you can manage the content for your website.”</em></p></blockquote>
<p>However, oftentimes, in our bid to employ CMSs for website management, chances are that we might end up over-doing the use of CMSs. In this article, we discuss when to use, and when not to use a CMS.</p>
<h2><strong>When Should You Use a CMS?</strong></h2>
<p>&nbsp;</p>
<p><center><a href="http://vi.sualize.us/view/c953cb1414dbe48060688c39ca77b9c5/"><img src="http://www.youthedesigner.com/wp-content/uploads/2012/02/confused.jpg" alt="" /></a><br />
<em>Image from <a href="http://vi.sualize.us/view/c953cb1414dbe48060688c39ca77b9c5/">vi.sualize.us</a>.</em></center>To begin with, if you are running a blog or a gallery, don’t bother reading any further. You <strong>NEED</strong> a CMS, period. Similarly, if your website needs to be updated regularly and/or is run by a group of users, a CMS might suit your purpose.</p>
<p>Using a CMS also ensures that you save your time (and eventually, efforts). You no longer need to hard-code your website in HTML or CSS – the CMS takes care of everything. Just install it, and you are presented with a neat administration panel that lets you tweak, modify and run your website in the manner you deem fit. Furthermore, with the availability of numerous themes, templates as well as plugins/extensions, a CMS can be made to accomplish virtually any task when it comes to web design.</p>
<p>Using a CMS for clients also makes sense – not all of us are gifted with tech-savvy clients all the time, and more often than not, most clients will have a hard time figuring their way out with hard-coded sites sans CMS.</p>
<p>CMSs also offer excellent editorial control over your content, and better user management for your website.</p>
<p>Lastly, many CMSs provide SEO out-of-the-box. Of course, you can always ensure that your hand-crafted HTML pages conform to SEO norms and beat even the most search-engine friendly CMS out there! However, CMSs again save time in this aspect – you do not need to worry much about SEO. At the most, you’ll just have to tweak a few settings initially.</p>
<h2><strong>When Shouldn’t You Use a CMS? </strong></h2>
<p><em>or</em></p>
<h2><strong>When Should You Hard-Code Your Website? </strong></h2>
<p>&nbsp;</p>
<p><center><a href="http://www.flickr.com/photos/lorenzemlicka/5386266797/sizes/l/"><img src="http://www.youthedesigner.com/wp-content/uploads/2012/02/loren-zemlicka.jpg" alt="" /></a><br />
<em>Image by <a href="http://www.flickr.com/photos/lorenzemlicka/5386266797/sizes/l/">Loren Zemlicka on Flickr</a>.</em></center>Generally, manually designing your website’s pages should be considered as an option for static websites with few pages that are rarely updated. You can add personality to your website, and you are limited only by your creativity — in other words, you need not be bound by a CMS.</p>
<p>When you decide to write extensive code for your website, you can pay attention to every minute detail – a blessing for small websites (and a curse for larger ones, pun unintended). Since you are no longer restricted by platform-specific limitations, you can design and craft individual components of the website manually.</p>
<p>Another point to consider should be security. Most CMSs release new updates/fixes/patches on a regular basis; however, on a generalized level, a CMS invites more hackers than a hard-coded website.</p>
<p>Most importantly, hard-coding your website, though time-consuming initially, also brings down the time and efforts required in maintenance of the website in the long run – there are no CMSs to update or plugins to uninstall. You design your pages, you publish them, and you drink coffee!</p>
<h2>So, the Verdict is…</h2>
<p>&nbsp;</p>
<p><center><a href="http://www.flickr.com/photos/walkn/3314689121/sizes/l/"><img src="http://www.youthedesigner.com/wp-content/uploads/2012/02/walknboston.jpg" alt="" /></a><br />
<em>Image by <a href="http://www.flickr.com/photos/walkn/3314689121/sizes/l/">walknboston on Flickr</a>.</em></center>Well, to be honest, the answer to this question is simple – <em>it depends on your needs! </em></p>
<p>As stated above, if your website has dynamic content, a CMS will be mandatory in most cases. If, however, you’re running a site with mostly static pages that are not updated very frequently, you can definitely consider coding the website yourself and thereby saving the recurring efforts required in running a CMS.</p>
<p><img src="http://feeds.feedburner.com/~r/YouTheDesigner/~4/8_-P-Ifw0uo" alt="" width="1" height="1" /></p>


<div class="shr-bookmarks shr-bookmarks-spaced shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=To+Use+or+Not+to+Use+a+CMS&amp;link=http://www.afiffattouh.com/2012/04/05/cms/&amp;notes=As%20web%20designers%2C%20we%20all%20are%20aware%20of%20the%20importance%20of%20CMSs.%20Simply%20put%2C%20a%20CMS%20helps%20in%20managing%20the%20website%20in%20an%20efficient%20manner.%20If%20you%20are%20running%20a%20photo%20gallery%2C%20a%20blog%2C%20a%20news%20site%20or%20any%20similar%20website%20that%20requires%20constant%20updates%2C%20nothing%20beats%20the%20ease%20which%20a%20CMS%20such%20as%20WordPress%20or&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=To+Use+or+Not+to+Use+a+CMS&amp;link=http://www.afiffattouh.com/2012/04/05/cms/&amp;notes=As%20web%20designers%2C%20we%20all%20are%20aware%20of%20the%20importance%20of%20CMSs.%20Simply%20put%2C%20a%20CMS%20helps%20in%20managing%20the%20website%20in%20an%20efficient%20manner.%20If%20you%20are%20running%20a%20photo%20gallery%2C%20a%20blog%2C%20a%20news%20site%20or%20any%20similar%20website%20that%20requires%20constant%20updates%2C%20nothing%20beats%20the%20ease%20which%20a%20CMS%20such%20as%20WordPress%20or&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=To+Use+or+Not+to+Use+a+CMS&amp;link=http://www.afiffattouh.com/2012/04/05/cms/&amp;notes=As%20web%20designers%2C%20we%20all%20are%20aware%20of%20the%20importance%20of%20CMSs.%20Simply%20put%2C%20a%20CMS%20helps%20in%20managing%20the%20website%20in%20an%20efficient%20manner.%20If%20you%20are%20running%20a%20photo%20gallery%2C%20a%20blog%2C%20a%20news%20site%20or%20any%20similar%20website%20that%20requires%20constant%20updates%2C%20nothing%20beats%20the%20ease%20which%20a%20CMS%20such%20as%20WordPress%20or&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=To+Use+or+Not+to+Use+a+CMS&amp;link=http://www.afiffattouh.com/2012/04/05/cms/&amp;notes=As%20web%20designers%2C%20we%20all%20are%20aware%20of%20the%20importance%20of%20CMSs.%20Simply%20put%2C%20a%20CMS%20helps%20in%20managing%20the%20website%20in%20an%20efficient%20manner.%20If%20you%20are%20running%20a%20photo%20gallery%2C%20a%20blog%2C%20a%20news%20site%20or%20any%20similar%20website%20that%20requires%20constant%20updates%2C%20nothing%20beats%20the%20ease%20which%20a%20CMS%20such%20as%20WordPress%20or&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=To+Use+or+Not+to+Use+a+CMS&amp;link=http://www.afiffattouh.com/2012/04/05/cms/&amp;notes=As%20web%20designers%2C%20we%20all%20are%20aware%20of%20the%20importance%20of%20CMSs.%20Simply%20put%2C%20a%20CMS%20helps%20in%20managing%20the%20website%20in%20an%20efficient%20manner.%20If%20you%20are%20running%20a%20photo%20gallery%2C%20a%20blog%2C%20a%20news%20site%20or%20any%20similar%20website%20that%20requires%20constant%20updates%2C%20nothing%20beats%20the%20ease%20which%20a%20CMS%20such%20as%20WordPress%20or&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.shareaholic.com/api/share/?title=To+Use+or+Not+to+Use+a+CMS&amp;link=http%3A%2F%2Fwww.afiffattouh.com%2F2012%2F04%2F05%2Fcms%2F&amp;notes=As%20web%20designers%2C%20we%20all%20are%20aware%20of%20the%20importance%20of%20CMSs.%20Simply%20put%2C%20a%20CMS%20helps%20in%20managing%20the%20website%20in%20an%20efficient%20manner.%20If%20you%20are%20running%20a%20photo%20gallery%2C%20a%20blog%2C%20a%20news%20site%20or%20any%20similar%20website%20that%20requires%20constant%20updates%2C%20nothing%20beats%20the%20ease%20which%20a%20CMS%20such%20as%20WordPress%20or&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=78&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.shareaholic.com/api/share/?title=To+Use+or+Not+to+Use+a+CMS&amp;link=http://www.afiffattouh.com/2012/04/05/cms/&amp;notes=As%20web%20designers%2C%20we%20all%20are%20aware%20of%20the%20importance%20of%20CMSs.%20Simply%20put%2C%20a%20CMS%20helps%20in%20managing%20the%20website%20in%20an%20efficient%20manner.%20If%20you%20are%20running%20a%20photo%20gallery%2C%20a%20blog%2C%20a%20news%20site%20or%20any%20similar%20website%20that%20requires%20constant%20updates%2C%20nothing%20beats%20the%20ease%20which%20a%20CMS%20such%20as%20WordPress%20or&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=236&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.afiffattouh.com/2012/04/05/cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage All Your WordPress Sites From One Place: Meet ManageWP</title>
		<link>http://www.afiffattouh.com/2011/12/17/manage-all-your-wordpress-sites-from-one-place-meet-managewp/</link>
		<comments>http://www.afiffattouh.com/2011/12/17/manage-all-your-wordpress-sites-from-one-place-meet-managewp/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 23:52:56 +0000</pubDate>
		<dc:creator>Afif Fattouh</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.afiffattouh.com/?p=11700</guid>
		<description><![CDATA[<a href="http://www.afiffattouh.com/2011/12/17/manage-all-your-wordpress-sites-from-one-place-meet-managewp/"><img align="left" hspace="5" width="150" src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/12/managewp/managewp-dashboard-fresh-successful-startups-review.jpg" class="alignleft wp-post-image tfe" alt="Managewp-dashboard-fresh-successful-startups-review" title="" /></a>For a kickoff we’ve prepared a review of a really neat and useful service some of you guys will be keen on. Those of you who manage more than one WordPress blog will be more or less familiar with the management problems multiple blogs can create. Installing new plugins, updating platforms, keeping an eye on [...]]]></description>
			<content:encoded><![CDATA[<p>For a kickoff we’ve prepared a review of a really neat and useful service some of you guys will be keen on. Those of you who manage more than one WordPress blog will be more or less familiar with the management problems multiple blogs can create. Installing new plugins, updating platforms, keeping an eye on the posts – it’s getting pretty inconvenient if you’ve got couple of active blogs.</p>
<p>Yes, some of you might have already figured out what kind of service we’re writing about here. <a href="http://managewp.com/">ManageWP</a> is a service that allows you to manage all your WordPress websites from one single dashboard. What does it mean?</p>
<p>Lets quickly run over the main features:</p>
<ul>
<li>Firstly, that means that you no longer have to remember all logins and passwords for your sites or keep them in long spreadsheets. With ManageWP dashboard you can access all your websites with one click.</li>
<li>Performing an upgrade of WordPress, plugins and themes across all of your sites is easy as clicking one ‘Upgrade all’ button. You can also install plugins and themes to multiple sites at once, from a variety of sources (your favorites list, WordPress.org, your computer or any URL).</li>
<li>You can backup all your sites from ManageWP dashboard at any time or restore a previous backup. ManageWP can backup both your entire website or just the database. You can also set automatic scheduled backups.</li>
<li>ManageWP allows you to set up a new, fully loaded, WordPress site in minutes. Or use ManageWP’s clone tool to clone any of your existing sites from one domain, subdomain or folder to another.</li>
<li>With all sites under one roof, doing bulk operations becomes easy. Whether you want to post an article to multiple sites, manage your blogroll links or add users, ManageWP allows you to do it effortlessly across any number of sites at once.</li>
</ul>
<p>How does it work? Do you have to provide them with all your passwords? The answer is no. Access to your site is governed by the ManageWP Worker plugin that you install directly onto your blog. That means that the only password ManageWP stores is the one needed for their central dashboard. So lets get started and take a deeper look into this service.</p>
<h3>Features</h3>
<p><strong>Dashboard</strong></p>
<p><img src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/12/managewp/managewp-dashboard-fresh-successful-startups-review.jpg" alt="Managewp-dashboard-fresh-successful-startups-review" border="0" /></p>
<p>Once you’ve installed the plugin and linked your website with ManageWP you can access all the features it offers. The dashboard is clean and easy to use. Plus it looks just like your casual WordPress dashboard so you don’t have to worry about adapting to a new and unfamiliar platform.</p>
<p>In the main view you can see which plugins or themes have an update available, below there are post revisions aka post autosaves and spam comments. You can also view the recent comments and posts. In the top right there is a pageview statistics graph and scheduled backups below it.</p>
<p><strong>Manage Plugins &amp; Themes</strong></p>
<p><strong><img src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/12/managewp/managewp-plugins-fresh-successful-startups-review.jpg" alt="Managewp-plugins-fresh-successful-startups-review" border="0" /></strong></p>
<p>ManageWP dashboard allows you to instantly and simultaneously install themes or plugins for all of your websites. You can also opt to Activate plugins after upload. Looking through all the plugins is also made easy. In my opinion, the only drawback is the plugin horizontal layout so you have to scroll the window quite far if you’ve got a lot of plugins installed.</p>
<p><strong>Backup</strong></p>
<p><strong><img src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/12/managewp/managewp-backup-fresh-successful-startups-review.jpg" alt="Managewp-backup-fresh-successful-startups-review" border="0" /></strong></p>
<p>With ManageWP, you can set up scheduled backups to Amazon S3, Dropbox, your own server, any external FTP or an email address for all of your blogs with just a few clicks. You can choose between daily, weekly or monthly backups. Note – this feature is only available for the professional and business pricing plan.</p>
<p><strong>Migrating/cloning sites.</strong></p>
<p><strong><img src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/12/managewp/managewp-clone-fresh-successful-startups-review.jpg" alt="Managewp-clone-fresh-successful-startups-review" border="0" /></strong></p>
<p>This feature comes in handy if you need to setup a new network of identically modified websites. The theme and all plugins are installed automatically so you don’t have to spend time setting up every blog manually.</p>
<p><strong>Bulk Actions</strong></p>
<p>ManageWP allows you to bulk add/export websites, create new pages, posts and links for all of your websites.</p>
<p><img src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/12/managewp/managewp-bulk-post-fresh-successful-startups-review.jpg" alt="Managewp-bulk-post-fresh-successful-startups-review" border="0" /></p>
<p>It’s pretty clear with the pages and posts – although I don’t see a good reason why one would like to publish the same post on several blogs, the function does it’s job. Again you’re given the default WordPress text editor so there’s nothing unfamiliar to master.</p>
<p><img src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/12/managewp/managewp-bulk-user-fresh-successful-startups-review.jpg" alt="Managewp-bulk-user-fresh-successful-startups-review" border="0" /></p>
<p>The Bulk add users feature is bloody useful if you’re willing to add a writer for a set of blogs. You can find this feature under the Users section.</p>
<p><em>Note – all the bulk features are only available for professional and business pricing plan.</em></p>
<p><strong>Self-hosted version</strong></p>
<p>ManageWP also offers self-hosted version which allows you to run the service on your own dashboard. Self hosted allows you to have an unlimited number of blogs, host everything on your server and add your own features. It’s created for companies and organizations managing hundreds or even thousands of websites and is currently available only as Enterprise license.</p>
<h3>Pricing</h3>
<p>ManageWP will be offering three pricing plans where the price then depends on the number of websites you’ll manage (you can choose from a range between 10 and 500). The pre-order is launching on December 6th. All users that sign up now will receive a 30% life-time discount on any hosted service plan that they pre-order for as long as they maintain their service.</p>
<ul>
<li>30 day free trial so you can test the service before paying for it.</li>
<li><strong>Free plan which allows you to use the Standard features for up to three (five, if you refer some friends) websites.</strong></li>
<li>Annual plans, and you will get two months free when you sign up for these.</li>
</ul>
<p>Below you can see the pricing plans for 10, 100 and 500 websites.</p>
<p><strong>10 websites</strong></p>
<ul>
<li>Standard: $7/month</li>
<li>Professional: $21/month</li>
<li>Business: $42/month</li>
</ul>
<p><strong>100 websites</strong></p>
<ul>
<li>Standard: $40/month</li>
<li>Professional: $120/month</li>
<li>Business: $240/month</li>
</ul>
<p><strong>500 websites</strong></p>
<ul>
<li>Standard: $70/month</li>
<li>Professional: $210/month</li>
<li>Business: $420/month</li>
</ul>
<h3>Interview</h3>
<p>Since this series focuses on the startups we wanted to ask a couple of questions to the founder of ManageWP Vladimir Prelovac.Vladimir Prelovac is the the CEO of Prelovac Media, an internet company located in Belgrade, Serbia. Besides ManageWP he’s also written a book on WordPress plugin development and created other stunning services and plugins.</p>
<p><strong>1. There aren’t many alternatives who can compete with ManageWP. How did you come up with the idea of ManageWP?</strong></p>
<p>As with most good ideas, it was a stroke of luck and a hint of opportunity. A friend of mine was rambling about how he had trouble managing his blogs, and I suddenly realized there is nothing like that available for WordPress, which is, after all, the world’s biggest internet publishing platform. The world needed something like ManageWP, so I decided it was time to make it.</p>
<p><strong>2. As far as I understand ManageWP began in 2010. Why did it take so long to finish beta testing and establish a fully functional service?</strong></p>
<p>ManageWP is an extremely complex piece of software. What makes it unique is that we really tried to make it run smoothly on literally thousands of different server configurations that WordPress would run on. That was our biggest challenge. Scalability was also an important focus for us — some of our users are managing thousands of blogs. But knowing that ManageWP can load data from 1800 websites in less than two minutes… it makes it all worth it.</p>
<p>There is also a list of spectacular features that we are pushing to integrate into ManageWP. Some startups, for example, are satisfied with only offering backup solutions for WordPress. But that functionality is only a tiny piece of the overall picture. Backup features are critical — and something we pride ourselves in offering — but it is only one piece of the 23 major features currently offered by ManageWP, with many more on the way. And with all the great ideas coming in from our beta users, we know that the value we can provide will continue to grow.</p>
<p>Another thing is that we had to ensure that ManageWP would work with services that WordPress users already deeply value. That’s why ManageWP now integrates with Google Analytics and AdSense. And that’s why we already have plans in place to integrate with SEO and uptime monitoring tools in the near future.</p>
<p>And then there is the fact that WordPress is constantly evolving. Adjusting to all the changes is a challenge unless you are willing to work hard to adjust to those changes. Thankfully, our team put in the effort to adapt. So that’s why it all took almost a year and a half to arrive at this point. (And the ride is not over yet!)</p>
<p>Ultimately, our goal is to create a dashboard so useful, so powerful that people will no longer need to log into their WordPress websites or other services. They will be able to log into ManageWP, and everything that the user needs to effectively manage their WordPress sites will be all right there at the user’s fingertips.</p>
<p><img src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/12/managewp/managewp-2010-fresh-successful-startups-review.jpg" alt="Managewp-2010-fresh-successful-startups-review" border="0" /></p>
<p><em>Above you can see a screenshot from Wayback Machine with the ManageWP website in 2010.</em></p>
<p><strong>3. You’ve established a flexible and nice scheme where instead of following a strict milestone schedule the users themselves suggest the ideas you then consider. How did you come up with this method and has it brought the desired results?</strong></p>
<p>Yes! I believe this is one of our strengths at ManageWP. Many of our features were suggested by our users, and that makes it a much more personalized experience for them and for us. After all, nobody could ever have a perfect vision of a product (except maybe Steve Jobs), so it was very important that we listened to our users early on in the development process. We already have around six or seven different ways for users to send us feedback, and I read all of it. The best ideas are sent off to the team for development.</p>
<p><img src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/12/managewp/managewp-ideas-fresh-successful-startups-review.jpg" alt="Managewp-ideas-fresh-successful-startups-review" border="0" /></p>
<p><em>Above you can see a screenshot from ManageWP Google group where users can suggest ideas which then are sent for consideration.</em></p>
<p><strong>4. Since our series is about successful and fresh startups could you comment on ManageWP from this perspective? How has it grown as a project?</strong></p>
<p>There are different ways to measure the success of a startup. At ManageWP, and from the feedback we have received, it would seem that we created a truly useful service that solves a problem that many people share. Some of our users were excited to learn when we intended to charge for ManageWP, but for the past 12 months, all we wanted to do was focus on creating a genuinely useful product.</p>
<p>And I think that is the most important thing — in order to keep the team passionate and the users interested, you need to have a great product.</p>
<p><strong>5. Your blog says that the number of websites managed by ManageWP has hit 50 000. How do you feel about these results and what are predictions for the future?</strong></p>
<p>Well, looking at numbers like these is always exciting. We hit 50,000 websites near the end of September, but we now manage over 80,000 WordPress blogs. So, when you put it into that perspective, you get really excited as you can see that your product is making a small but measurable change in how the internet works.</p>
<blockquote><p>Somebody once said that the best way to predict the future is to invent it.</p></blockquote>
<p>By having a clear vision of where we want to go and by keeping our customers happy, inventing the future is exactly what we are doing. It also helps when we are working with a strong and thriving publishing platform in WordPress. So, all things considered, I am very positive about our future.</p>
<p><img src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/12/managewp/managewp-50k-fresh-successful-startups-review.jpg" alt="Managewp-50k-fresh-successful-startups-review" border="0" /></p>
<p><em>Above you can see a screenshot with the exciting announcement.</em></p>
<p><strong>6. Could you share some of your tips/business principles for others out there willing to make a successful startup?</strong></p>
<p>There are couple of principles that I believe will make any startup’s journey easier:</p>
<p>First is that you need to have a cool product, one that you strongly believe in and you will want to use on your own. This also makes it so much easier to justify putting most, if not all, of your own time, money, and heart into it. You have to realize that there will be many hurdles along the way, as with all things in life, so you better have an idea of what you are doing and why you are doing it.</p>
<p>Second is to launch the beta as soon as possible. This allows you to start listening to your users and getting feedback. They will give great ideas on how to improve your product… for free!</p>
<p>Third is to not create a startup that relies on external funding to succeed. We are completely bootstrapped, which most likely forced us to create a significantly better product than we might have if we were basking in investment money. It motivates you to perform.</p>
<p>Fourth is the speed — making efforts to optimize your application and interface like crazy. Users have never been as impatient as they are today. Also, intuitiveness: the less the users needs to think, the better. You really need to watch other people use your product. You will be surprised by what you will discover.</p>
<p>Do the above things, and people will be drawn to your efforts and will help you to succeed.</p>
<h3>Conclusion</h3>
<p><a href="http://managewp.com/">ManageWP</a> indeed is an amazing and one of the most useful services for WordPress. It’s also a great example of a fresh startup success story. You should definitely check out the free trial if you are running multiple WordPress websites.</p>


<div class="shr-bookmarks shr-bookmarks-spaced shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Manage+All+Your+WordPress+Sites+From+One+Place%3A+Meet+ManageWP&amp;link=http://www.afiffattouh.com/2011/12/17/manage-all-your-wordpress-sites-from-one-place-meet-managewp/&amp;notes=For%20a%20kickoff%20we%E2%80%99ve%20prepared%20a%20review%20of%20a%20really%20neat%20and%20useful%20service%20some%20of%20you%20guys%20will%20be%20keen%20on.%20Those%20of%20you%20who%20manage%20more%20than%20one%20WordPress%20blog%20will%20be%20more%20or%20less%20familiar%20with%20the%20management%20problems%20multiple%20blogs%20can%20create.%20Installing%20new%20plugins%2C%20updating%20platforms%2C%20keeping&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Manage+All+Your+WordPress+Sites+From+One+Place%3A+Meet+ManageWP&amp;link=http://www.afiffattouh.com/2011/12/17/manage-all-your-wordpress-sites-from-one-place-meet-managewp/&amp;notes=For%20a%20kickoff%20we%E2%80%99ve%20prepared%20a%20review%20of%20a%20really%20neat%20and%20useful%20service%20some%20of%20you%20guys%20will%20be%20keen%20on.%20Those%20of%20you%20who%20manage%20more%20than%20one%20WordPress%20blog%20will%20be%20more%20or%20less%20familiar%20with%20the%20management%20problems%20multiple%20blogs%20can%20create.%20Installing%20new%20plugins%2C%20updating%20platforms%2C%20keeping&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Manage+All+Your+WordPress+Sites+From+One+Place%3A+Meet+ManageWP&amp;link=http://www.afiffattouh.com/2011/12/17/manage-all-your-wordpress-sites-from-one-place-meet-managewp/&amp;notes=For%20a%20kickoff%20we%E2%80%99ve%20prepared%20a%20review%20of%20a%20really%20neat%20and%20useful%20service%20some%20of%20you%20guys%20will%20be%20keen%20on.%20Those%20of%20you%20who%20manage%20more%20than%20one%20WordPress%20blog%20will%20be%20more%20or%20less%20familiar%20with%20the%20management%20problems%20multiple%20blogs%20can%20create.%20Installing%20new%20plugins%2C%20updating%20platforms%2C%20keeping&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Manage+All+Your+WordPress+Sites+From+One+Place%3A+Meet+ManageWP&amp;link=http://www.afiffattouh.com/2011/12/17/manage-all-your-wordpress-sites-from-one-place-meet-managewp/&amp;notes=For%20a%20kickoff%20we%E2%80%99ve%20prepared%20a%20review%20of%20a%20really%20neat%20and%20useful%20service%20some%20of%20you%20guys%20will%20be%20keen%20on.%20Those%20of%20you%20who%20manage%20more%20than%20one%20WordPress%20blog%20will%20be%20more%20or%20less%20familiar%20with%20the%20management%20problems%20multiple%20blogs%20can%20create.%20Installing%20new%20plugins%2C%20updating%20platforms%2C%20keeping&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=Manage+All+Your+WordPress+Sites+From+One+Place%3A+Meet+ManageWP&amp;link=http://www.afiffattouh.com/2011/12/17/manage-all-your-wordpress-sites-from-one-place-meet-managewp/&amp;notes=For%20a%20kickoff%20we%E2%80%99ve%20prepared%20a%20review%20of%20a%20really%20neat%20and%20useful%20service%20some%20of%20you%20guys%20will%20be%20keen%20on.%20Those%20of%20you%20who%20manage%20more%20than%20one%20WordPress%20blog%20will%20be%20more%20or%20less%20familiar%20with%20the%20management%20problems%20multiple%20blogs%20can%20create.%20Installing%20new%20plugins%2C%20updating%20platforms%2C%20keeping&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.shareaholic.com/api/share/?title=Manage+All+Your+WordPress+Sites+From+One+Place%3A+Meet+ManageWP&amp;link=http%3A%2F%2Fwww.afiffattouh.com%2F2011%2F12%2F17%2Fmanage-all-your-wordpress-sites-from-one-place-meet-managewp%2F&amp;notes=For%20a%20kickoff%20we%E2%80%99ve%20prepared%20a%20review%20of%20a%20really%20neat%20and%20useful%20service%20some%20of%20you%20guys%20will%20be%20keen%20on.%20Those%20of%20you%20who%20manage%20more%20than%20one%20WordPress%20blog%20will%20be%20more%20or%20less%20familiar%20with%20the%20management%20problems%20multiple%20blogs%20can%20create.%20Installing%20new%20plugins%2C%20updating%20platforms%2C%20keeping&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=78&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.shareaholic.com/api/share/?title=Manage+All+Your+WordPress+Sites+From+One+Place%3A+Meet+ManageWP&amp;link=http://www.afiffattouh.com/2011/12/17/manage-all-your-wordpress-sites-from-one-place-meet-managewp/&amp;notes=For%20a%20kickoff%20we%E2%80%99ve%20prepared%20a%20review%20of%20a%20really%20neat%20and%20useful%20service%20some%20of%20you%20guys%20will%20be%20keen%20on.%20Those%20of%20you%20who%20manage%20more%20than%20one%20WordPress%20blog%20will%20be%20more%20or%20less%20familiar%20with%20the%20management%20problems%20multiple%20blogs%20can%20create.%20Installing%20new%20plugins%2C%20updating%20platforms%2C%20keeping&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=236&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.afiffattouh.com/2011/12/17/manage-all-your-wordpress-sites-from-one-place-meet-managewp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress And TextPattern In The Spotlight</title>
		<link>http://www.afiffattouh.com/2011/12/17/wordpress-and-textpattern-in-the-spotlight/</link>
		<comments>http://www.afiffattouh.com/2011/12/17/wordpress-and-textpattern-in-the-spotlight/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 23:49:45 +0000</pubDate>
		<dc:creator>Afif Fattouh</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[textpattern]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.afiffattouh.com/?p=11701</guid>
		<description><![CDATA[<a href="http://www.afiffattouh.com/2011/12/17/wordpress-and-textpattern-in-the-spotlight/"><img align="left" hspace="5" width="150" src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/11/wp-settings.jpeg" class="alignleft wp-post-image tfe" alt="WordPress Settings Page" title="WordPress Settings Page" /></a>WordPress and TextPattern are two very popular blogging platforms. Both of them began as blogging platforms (and somehow insist on being blogging tools even to this day), yet have quickly evolved into full-fledged and extremely powerful CMS’s. Both of them have pros and cons, and each boasts of a very dedicated user base as well [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org">WordPress</a> and <a href="http://textpattern.com">TextPattern</a> are two very popular blogging platforms. Both of them began as blogging platforms (and somehow insist on being blogging tools even to this day), yet have quickly evolved into full-fledged and extremely powerful CMS’s. Both of them have pros and cons, and each boasts of a very dedicated user base as well as communities and forums.</p>
<p>In this article, we shall attempt to compare TextPattern and WordPress and see which one emerges victorious.</p>
<p>&nbsp;</p>
<p>Before proceeding further, a short disclaimer: the division of this comparative review under multiple headings does not essentially have a logical explanation – I’ve simply attempted to compare it using four basic, but very important, categories, functionality and usability, mode of operation, extensions and plugins and finally, community and support.</p>
<p>Furthermore, I guess many users of WP and TXP will either agree or disagree with my views. To be honest, using a particular CMS also requires a certain amount of personal choice, what might work for me, may not work for you, and vice-versa. Differences in opinion are always welcome!</p>
<p>So without further ado, let us begin with our comparison.</p>
<h2><strong>Functionality and Usability</strong></h2>
<hr style="margin-left: 20px;" align="left" width="60%" />
<p>When it comes to functionality and usability, WordPress seems to win easily. While this does not mean that TextPattern is, in any way, <em>less functional </em>than WordPress, WP simply beats TXP in terms of ease of use! With the advent of version 3.x and higher, WP now boasts of a super organized administrative panel that lets you manage your website with ease. Don’t believe me? Take a look at WP’s admin panel. ‘Dashboard’, ‘Posts’, ‘Pages’, ‘Settings’ – which of these sections are not self-explanatory? Customizing the blog becomes a matter of few clicks. Take a look at the ‘Settings’ page of both the CMSes.</p>
<div>
<p><img class="size-full wp-image-59409" title="WordPress Settings Page" src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/11/wp-settings.jpeg" alt="WordPress Settings Page" width="538" height="645" />WordPress Settings Page</p>
</div>
<p>On the other hand, TextPattern’s administrative panel, though equally capable and powerful, seems ‘outdated’ in comparison to that of WordPress. Of course, TXP is equally robust in its admin panel, but overall the interface is not as easy to use and may even be confusing for beginners.</p>
<div>
<p><img class="size-full wp-image-59410" title="TextPattern Settings Page" src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/11/txp-settings.jpeg" alt="TextPattern Settings Page" width="509" height="629" />TextPattern Settings Page</p>
</div>
<h2><strong>Availability of Custom Plugins/Extensions and Themes</strong></h2>
<hr style="margin-left: 20px;" align="left" width="60%" />
<p>Apart from ease of use, the next thing that defines any piece of software is the availability of extensions for it. However, more often than not, there is a spiral between ‘ease of use’ on one hand and ‘extendability’ on the other. For instance, when it comes to mobile operating systems, <a href="http://android.com">Android</a> is more popular than <a href="http://bada.com">Samsung Bada</a>. While this does not demerit Samsung Bada itself, Android’s popularity can be attributed to its ever-growing app market, which in turn is increasing because developers take an interest in it due to its easy extendability and wide usage, which ensures their efforts will not go unnoticed. Again, due to developers’ keen interest, the apps keep growing, and the users keep coming to Android.</p>
<p>Both WP and TXP support themes and templates as well as multiple plugins and extensions. However, WP has more themes and plugins then TXP. While this may or may not prove WP’s superiority, it surely plays its role in contributing to WP’s user base. Since many commercially viable tech blogs and websites are powered by WordPress (not to mention the millions of blogs at WordPress.com and Blog.com), it is but natural that WP has a large number of themes and plugins. Certain providers, such as <a href="http://woothemes.com/">WooThemes</a>, offer themes for both WP and TXP. Yet, in this case too, WP dominates TXP in terms of the number of available themes.</p>
<p>If you have exemplary coding skills, fret not! You can easily tweak TXP and design your blog or website the way you wish to. But if you are an end user just looking to get a blog or website up and ready with as little technical expertise as possible, WP should be your safest bet!</p>
<h2><strong>Mode of Operation</strong></h2>
<hr style="margin-left: 20px;" align="left" width="60%" />
<p><em>Modus Operandi </em>is by far the most debatable topic when it comes to comparing any two CMS’s, let alone WP and/or TXP.</p>
<p>To begin with, WordPress comes with a WYSIWYG Editor that makes editing posts and articles extremely simple.</p>
<div>
<p><img class="size-full wp-image-59411" title="WYSIWYG Editor in WP" src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/11/wp-writer.jpeg" alt="WYSIWYG Editor in WP" width="540" height="289" />WYSIWYG Editor in WP</p>
</div>
<p>TextPattern, on the other hand, has an equally awesome (though not so end-user friendly, as it takes some ‘getting used to’) editor, which can do almost anything you want it to, but will surely leave many beginners confused. In TXP, Textile and other related features can either be your best friends or your worst enemies.</p>
<div>
<p><img class="size-full wp-image-59412" title="Article Editor in TXP" src="http://cdn1.1stwebdesigner.com/wp-content/uploads/2011/11/txp-writer.jpeg" alt="Article Editor in TXP" width="540" height="324" />Article Editor in TXP</p>
</div>
<p>In the admin back end as well, you will notice that mundane tasks such as updating the CMS, installing themes/plugins, or even navigating the back end – all seem easier on WP rather than TXP for a novice. However, the confusion vanishes once you get accustomed to the interface.</p>
<h2><strong>Community and Support</strong></h2>
<hr style="margin-left: 20px;" align="left" width="60%" />
<p>A CMS is only as good as its user base. Both TXP and WP have a good and fairly active community and many forums where you can seek support and advice.</p>
<p>In terms of documentation, TXP seems to win outright. WP is well documented, but it comes nowhere close to beating TXP – apart from the usual website, TXP also has its own <a href="http://textpattern.net/">User Documentation Website</a> and another <a href="http://textpattern.org/">TXP Resources site</a>.</p>
<p>Speaking of support, WP is updated on a more frequent basis as compared to TXP. However, this can be interpreted either way – supporters of WP will consider the frequent updates as higher level of activity at their developers’ end, while supporters of TXP can attribute the lesser updates to a sign of maturity of TXP in itself.</p>
<h2><strong>To sum it up</strong></h2>
<hr style="margin-left: 20px;" align="left" width="60%" />
<p>Before coming to a conclusion, let us recap each CMS’s pros and cons:</p>
<h4><strong>TextPattern:</strong></h4>
<p><strong>Pros:</strong></p>
<ul>
<li>Textile is a wonderful component, and if you get used to it, you will never, ever, miss WP.</li>
<li>You can tweak your website as much as you want. There is negligible encapsulation done.</li>
<li>Extensive documentation.</li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li>Admin back end looks outdated.</li>
<li>Interface confusing for beginners.</li>
<li>Lesser number of themes/plugins (as compared to WP)</li>
</ul>
<h4><strong>WordPress:</strong></h4>
<p><strong>Pros: </strong></p>
<ul>
<li>Perhaps the easiest CMS ever</li>
<li>Several themes/plugins</li>
<li>Excellent update mechanism</li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li>WP is intended to power only one blog at a time (unless you’re using WPMU)</li>
<li>With plugins/extensions, it may becomes bloated</li>
<li>Editing article meta data is difficult</li>
<li>Notorious for frequent security bugs and issues</li>
</ul>
<h2><strong>And the Winner is…</strong></h2>
<hr style="margin-left: 20px;" align="left" width="60%" />
<p>As I stated above, using (or not using) a particular CMS is a matter of personal preference too. More often than not, our choice for a CMS is governed by our needs (and, perhaps, bias towards a personal favorite).</p>
<p>WordPress and TextPattern are both great at what they do! If you need a CMS just to power a blog or a small website, look no further than WordPress. If, on the contrary, you wish to run multiple blogs, or prefer to tweak your articles before posting them (or simply like to do things the geeks’ way), TextPattern might be your ideal solution. In simple terms, TXP should be chosen if you wish to define the dynamics of your website just as if you were ‘programming’ software.</p>
<p>Have you used WP and/or TXP earlier? Do share your experiences with us in the comments!</p>


<div class="shr-bookmarks shr-bookmarks-spaced shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=WordPress+And+TextPattern+In+The+Spotlight&amp;link=http://www.afiffattouh.com/2011/12/17/wordpress-and-textpattern-in-the-spotlight/&amp;notes=WordPress%20and%20TextPattern%20are%20two%20very%20popular%20blogging%20platforms.%20Both%20of%20them%20began%20as%20blogging%20platforms%20%28and%20somehow%20insist%20on%20being%20blogging%20tools%20even%20to%20this%20day%29%2C%20yet%20have%20quickly%20evolved%20into%20full-fledged%20and%20extremely%20powerful%20CMS%E2%80%99s.%20Both%20of%20them%20have%20pros%20and%20cons%2C%20and%20each%20boasts%20of%20a%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=WordPress+And+TextPattern+In+The+Spotlight&amp;link=http://www.afiffattouh.com/2011/12/17/wordpress-and-textpattern-in-the-spotlight/&amp;notes=WordPress%20and%20TextPattern%20are%20two%20very%20popular%20blogging%20platforms.%20Both%20of%20them%20began%20as%20blogging%20platforms%20%28and%20somehow%20insist%20on%20being%20blogging%20tools%20even%20to%20this%20day%29%2C%20yet%20have%20quickly%20evolved%20into%20full-fledged%20and%20extremely%20powerful%20CMS%E2%80%99s.%20Both%20of%20them%20have%20pros%20and%20cons%2C%20and%20each%20boasts%20of%20a%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=WordPress+And+TextPattern+In+The+Spotlight&amp;link=http://www.afiffattouh.com/2011/12/17/wordpress-and-textpattern-in-the-spotlight/&amp;notes=WordPress%20and%20TextPattern%20are%20two%20very%20popular%20blogging%20platforms.%20Both%20of%20them%20began%20as%20blogging%20platforms%20%28and%20somehow%20insist%20on%20being%20blogging%20tools%20even%20to%20this%20day%29%2C%20yet%20have%20quickly%20evolved%20into%20full-fledged%20and%20extremely%20powerful%20CMS%E2%80%99s.%20Both%20of%20them%20have%20pros%20and%20cons%2C%20and%20each%20boasts%20of%20a%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=WordPress+And+TextPattern+In+The+Spotlight&amp;link=http://www.afiffattouh.com/2011/12/17/wordpress-and-textpattern-in-the-spotlight/&amp;notes=WordPress%20and%20TextPattern%20are%20two%20very%20popular%20blogging%20platforms.%20Both%20of%20them%20began%20as%20blogging%20platforms%20%28and%20somehow%20insist%20on%20being%20blogging%20tools%20even%20to%20this%20day%29%2C%20yet%20have%20quickly%20evolved%20into%20full-fledged%20and%20extremely%20powerful%20CMS%E2%80%99s.%20Both%20of%20them%20have%20pros%20and%20cons%2C%20and%20each%20boasts%20of%20a%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=WordPress+And+TextPattern+In+The+Spotlight&amp;link=http://www.afiffattouh.com/2011/12/17/wordpress-and-textpattern-in-the-spotlight/&amp;notes=WordPress%20and%20TextPattern%20are%20two%20very%20popular%20blogging%20platforms.%20Both%20of%20them%20began%20as%20blogging%20platforms%20%28and%20somehow%20insist%20on%20being%20blogging%20tools%20even%20to%20this%20day%29%2C%20yet%20have%20quickly%20evolved%20into%20full-fledged%20and%20extremely%20powerful%20CMS%E2%80%99s.%20Both%20of%20them%20have%20pros%20and%20cons%2C%20and%20each%20boasts%20of%20a%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.shareaholic.com/api/share/?title=WordPress+And+TextPattern+In+The+Spotlight&amp;link=http%3A%2F%2Fwww.afiffattouh.com%2F2011%2F12%2F17%2Fwordpress-and-textpattern-in-the-spotlight%2F&amp;notes=WordPress%20and%20TextPattern%20are%20two%20very%20popular%20blogging%20platforms.%20Both%20of%20them%20began%20as%20blogging%20platforms%20%28and%20somehow%20insist%20on%20being%20blogging%20tools%20even%20to%20this%20day%29%2C%20yet%20have%20quickly%20evolved%20into%20full-fledged%20and%20extremely%20powerful%20CMS%E2%80%99s.%20Both%20of%20them%20have%20pros%20and%20cons%2C%20and%20each%20boasts%20of%20a%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=78&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.shareaholic.com/api/share/?title=WordPress+And+TextPattern+In+The+Spotlight&amp;link=http://www.afiffattouh.com/2011/12/17/wordpress-and-textpattern-in-the-spotlight/&amp;notes=WordPress%20and%20TextPattern%20are%20two%20very%20popular%20blogging%20platforms.%20Both%20of%20them%20began%20as%20blogging%20platforms%20%28and%20somehow%20insist%20on%20being%20blogging%20tools%20even%20to%20this%20day%29%2C%20yet%20have%20quickly%20evolved%20into%20full-fledged%20and%20extremely%20powerful%20CMS%E2%80%99s.%20Both%20of%20them%20have%20pros%20and%20cons%2C%20and%20each%20boasts%20of%20a%20&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=236&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.afiffattouh.com/2011/12/17/wordpress-and-textpattern-in-the-spotlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Essential WordPress Plugins for Every WordPress Installation</title>
		<link>http://www.afiffattouh.com/2010/11/24/10-essential-wordpress-plugins-for-every-wordpress-installation/</link>
		<comments>http://www.afiffattouh.com/2010/11/24/10-essential-wordpress-plugins-for-every-wordpress-installation/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 16:46:49 +0000</pubDate>
		<dc:creator>Afif Fattouh</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.afiffattouh.com/?p=8451</guid>
		<description><![CDATA[<a href="http://www.afiffattouh.com/2010/11/24/10-essential-wordpress-plugins-for-every-wordpress-installation/"><img align="left" hspace="5" width="150" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/wordpress_plugin_roundup1.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>I have my own set of WordPress plugins that I have used time and time again. Each time I do a fresh install for myself or a client I always seem to install the same ones. I am more than sure there will be people that both agree and disagree, but these are my top [...]]]></description>
			<content:encoded><![CDATA[<p>I have my own set of WordPress plugins that I have used time and time again. Each time I do a fresh install for myself or a client I always seem to install the same ones. I am more than sure there will be people that both agree and disagree, but these are my top ones, and maybe some that you have never seen before. Some of the extra ones I will add in this article are some of the most useful ones that I have found to do specific tasks within WordPress that have saved me many headaches and much time.</p>
<p><span> </span></p>
<p>Over my time of working with WordPress and using it to create websites for clients, I have found that some of the most unique requests I have recieved from clients have been settled by a simple WordPress plugin. We all know the major things needed for every website – From SEO to Analytics, which I will also be including in this article.</p>
<h2>Getting Started</h2>
<p>For those of you that are <a title="new to using WordPress" href="http://www.1stwebdesigner.com/wordpress/110-massive-wordpress-video-tutorial-collection/">new to using WordPress</a> and installing plugins – There are a couple of different ways to do it. The easiest being to use your admin panel under “Plugins” and clicking on “Add New” where you can search for each plugin and install directly from your admin panel. The other way is to use an FTP client such as FileZilla and browse to your WordPress Plugin directory “WP-Content” – Then “Plugins” to manually upload the plugin files.</p>
<p>Remember that after manually uploading your plugin files you will still need to activate them by visiting your admin panel and going to the plugin tab and choosing activate.</p>
<h2>The Plugins</h2>
<p>Here is my own personal list of my top 10 WordPress Plugins that go along with each personal and client installation of WordPress. Remember also that there are many different variations of some of the plugins, which some people like more or less than the ones I have listed. Through my own personal experience using these plugins and doing my own research the following ones are the ones that have suited me the best and worked for me.</p>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/wordpress_plugin_roundup1.jpg"><img class="aligncenter size-full wp-image-24999" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/wordpress_plugin_roundup1.jpg" alt="" width="560" height="429" /></a></p>
<h3><strong>1.</strong> Akismet</h3>
<h4><a href="http://www.akismet.com" target="_blank">Akismet Home Page</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/akismet.png"><img class="aligncenter size-full wp-image-26456" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/akismet.png" alt="" width="560" height="320" /></a><br />
This one should be a given. This is actually included with every WordPress install by default. You will need to obtain a Akismet API key to use it, but it is on my top list of plugins that are worth using. Make sure to use it on all of your WordPress powered websites to cut back on the spam comments. Although it doesn’t cut out 100% of all spam comments, I myself cannot imagine not having it installed and activated. There are also other plugins that take it a step further and more protect from spam comments, but Akismet is well worth using.</p>
<h3><strong>2.</strong> All in One SEO Pack</h3>
<h4>By: <a href="http://semperfiwebdesign.com/" target="_blank">SemperFiWebDesign.com – All in One SEO Pack</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/All-in-One-SEO.png"><img class="aligncenter size-full wp-image-26459" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/All-in-One-SEO.png" alt="" width="560" height="296" /></a><br />
I have tried and tested many of the other SEO plugins available for WordPress and found this one to work the best for everything I have ever needed. The list of options is almost endless, and the ease of use adds to the list of great features offered by this wonderful plugin. Most of us that currently use WordPress have used this plugin, or probably currently use it now. I would recommend this with each and every WordPress install. If you are looking to really make your website Search Engine Friendly then I would always use this, and take advantage of all the options it has to offer.</p>
<h3><strong>3.</strong> Contact Form 7</h3>
<h4>By: <a href="http://contactform7.com/" target="_blank">Takayuki Miyoshi – Contact Form 7</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/contactform7.png"><img class="aligncenter size-full wp-image-26460" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/contactform7.png" alt="" width="560" height="339" /></a><br />
Contact Form 7 is another one that has always been high on my list of must have WordPress plugins. Everyone that has created a website knows the importance of having a secure contact form. I have choosen this one as my favorite due to all of the options available for it, along with how easy it is to create and implement forms on any page of my WordPress powered website. I have used this to create large surveys for clients websites, and custom contact forms for times when very special things were needed on the form itself. I want to also mention that using the included .CSS file it is VERY easy to modify the appearance of this plugin on your website to make it fit in with your website.</p>
<h3><strong>4.</strong> Google XML Sitemaps</h3>
<h4>By: <a href="http://www.arnebrachhold.de/redir/sitemap-home/" target="_blank">Arne Brachhold – Google XML Sitemaps</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/XML-Sitemap-Generator.png"><img class="aligncenter size-full wp-image-26461" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/XML-Sitemap-Generator.png" alt="" width="560" height="297" /></a><br />
This plugin has been a top performer from the start. We all know the importance of XML sitemaps for SEO purposes, and especially using Googles Webmaster Tools. This sitemap creater runs by itself to always keep your sitemap current, and also submits it to the major search engines. It can also create HTML sitemaps, and .gzip sitemaps as well. Another top one on my list that I think should be added to every WordPress powered website.</p>
<h3><strong>5.</strong> Secure WordPress</h3>
<h4>By: <a href="http://www.sitesecuritymonitor.com/secure-wordpress-plugin" target="_blank">SiteSecurityMonitor – Secure WordPress</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/Secure-Wordpress-Plugin.png"><img class="aligncenter size-full wp-image-26462" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/Secure-Wordpress-Plugin.png" alt="" width="560" height="315" /></a><br />
This has proven to be a great security plugin for WordPress. It use to be individually owned and was recently purchased by SiteSecurityMonitor (SSM) and made a lot better. Below is a brief overview of features directly from SSM.</p>
<h4>Secure WordPress:</h4>
<p>1. Removes error-information on login-page<br />
2. Adds index.php plugin-directory (virtual)<br />
3. Removes the wp-version, except in admin-area<br />
4. Removes Really Simple Discovery<br />
5. Removes Windows Live Writer<br />
6. Removes core update information for non-admins<br />
7. Removes plugin-update information for non-admins<br />
8. Removes theme-update informationfor non-admins (only WP 2.8 and higher)<br />
9. Hides WP-version in backend-dashboard for non-admins<br />
10. Adds string for use WP Scanner<br />
11. Blocks bad queries<br />
12. Validates your site with a free malware and vulnerabilities scan</p>
<h3><strong>6.</strong> Secure Admin</h3>
<h4>By: <a href="http://wordpress.org/extend/plugins/secure-admin/" target="_blank">Ryan Boren and Robert Accettura  – Secure Admin</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WordPress-›-Secure-Admin.png"><img class="aligncenter size-full wp-image-26463" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WordPress-›-Secure-Admin.png" alt="" width="560" height="311" /></a><br />
Like Secure WordPress, the Secure Admin plugin adds more security to your WordPress admin panel. I have always used this alongside of Secure WordPress to try and protect each of my WordPress installs. I have done research on both and always used them. I put alot of thought into how much work and effort I had in each of my WordPress powered sites, and thought it only made sense to activate a simple plugin to offer more protection. There are many other security plugins available but some offer the same things. With this one and the above mentioned, they together cover most everything.</p>
<h3><strong>7.</strong> WordPress Database Backup</h3>
<h4>By: <a href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank">Austin Matzko – WordPress Database Backup</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WordPress-Database-Backup.png"><img class="aligncenter size-full wp-image-26464" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WordPress-Database-Backup.png" alt="" width="560" height="306" /></a><br />
The WordPress Database Backup plugin is exactly what it says. I have not personally found a more straight forward way of backing up my WordPress site and having so many options to automate the process as well. I always run this on every WordPress site I have, and it has never let me down. I have always set mine up to email me a weekly copy of my website, for those just in case situations. If you are looking for a way to backup your WP database, as well as your published articles and information that you have on your site, then you need this plugin.</p>
<h3><strong>8.</strong> WP Google Analytics</h3>
<h4>By: <a href="http://xavisys.com/wordpress-google-analytics-plugin/" target="_blank">Xavisys.com – WP Google Analytics</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WordPress-Plugin-–-Google-Analytics.png"><img class="aligncenter size-full wp-image-26465" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WordPress-Plugin-–-Google-Analytics.png" alt="" width="560" height="300" /></a><br />
Exactly what it says, and if you don’t know about Google Analytics then you don’t know what you are missing. This is the best way to use a plugin to add Analytics to your site. There are other ways (Manually adding it, and you can also do it using your functions.php file) But for the easiest most straight forward way…. The plugin is the answer. This will ensure that your stats can always be seen by you to know what is going on with your site. Great way to monitor the details of your visitors.</p>
<h3><strong>9.</strong> WP No Category Base</h3>
<h4>By: <a href="http://wordpresssupplies.com/wordpress-plugins/no-category-base/" target="_blank">WordPressSupplies – WP No Category Base</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/Wordpress-Plugins-WP-No-Category-Base.png"><img class="aligncenter size-full wp-image-26466" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/Wordpress-Plugins-WP-No-Category-Base.png" alt="" width="560" height="277" /></a><br />
I found this plugin when I realized that WordPress was making a “Category” directory trailing my domain name, that was being placed before my pretty URL’s I had created. This was throwing me off, and I searched high and low for a way to remove the category base. Using this plugin is as easy as it gets, just install – then activate it, and your done! Works the first time every time, and makes those URL’s look much much better. Great for SEO purposes.</p>
<h3><strong>10.</strong> White Label CMS</h3>
<h4>By: <a href="http://www.videousermanuals.com/white-label-cms/" target="_blank">VideoUserManuals.com – White Label CMS</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/White-Label-CMS-Wordpress-Plugin.png"><img class="aligncenter size-full wp-image-26467" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/White-Label-CMS-Wordpress-Plugin.png" alt="" width="560" height="262" /></a><br />
One of the best CMS plugins I have found that has so many options. White Lael gives you the option of customizing your WordPress install along with making it more aimed at a CMS instead of just blogging. I have used this numerous times for many purposes and it is worth taking a look at. Great way to make a CMS site, or use it just to customize your WordPress login and Admin panel with a custom logo and branding. Great Plugin!</p>
<h2>Other Useful and Unknown Plugins</h2>
<p>I have added some of these extra plugins that I have found over time at the request of different clients. As things are asked of me when I am creating a website I start searching and so far (Fingers Crossed) I have always found a plugin to fit my needs. These are all more reasons that I love and recommend WordPress. Here are the extras, along with a description of each. Many of you may already know about these, but the point of this article is partially a reminder, and to show new users to WordPress the power of certain plugins, and also as a reminder to those of you that may be using WordPress and just simply forgotten about some of these lovely plugins.</p>
<h3>Web Invoicing and Billing</h3>
<h4>By: <a href="http://twincitiestech.com/services/wp-invoice/" target="_blank">TwinCitiesTech</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WP-Invoice-Send-Web-Invoices-and-Bill-Clients-Online.png"><img class="aligncenter size-full wp-image-26468" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WP-Invoice-Send-Web-Invoices-and-Bill-Clients-Online.png" alt="" width="560" height="361" /></a><br />
Great plugin for keeping track of clients and being able to create and send invoices directly from your admin panel. Nice way to keep track of your business needs, and also be able to monitor your income from the invoices. I really like this over other invoice plugins simply because it’s the best. It also will handle recurring payments you setup, and also recurring payments from PayPal. Great if you have a reason to send out invoices to get paid.</p>
<h3>TubePress</h3>
<h4>By: <a href="http://tubepress.org/" target="_blank">TubePress Plugin</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/TubePress.png"><img class="aligncenter size-full wp-image-26469" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/TubePress.png" alt="" width="560" height="265" /></a><br />
Great plugin to allow you to easily add some content to your website. Set it with keywords and it will add videos directly from YouTube directly to a post or page of your choice. Has options for you to change where the videos come from (also supports other video services like Vimeo) and will let you pull videos directly from a user, keywords, and many other options. Great for tutorial videos on a website of any kind. Awesome way to create more dynamic content to your site. I highly recommend this one and I currently use this on one of my sites as well.</p>
<h3>Elastic Theme Engine and Editor</h3>
<h4>By: <a href="http://wordpress.org/extend/plugins/elastic-theme-editor/" target="_blank">Elastic Theme Engine and Editor Plugin</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/Elastic-Theme-Editor.png"><img class="aligncenter size-full wp-image-26470" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/Elastic-Theme-Editor.png" alt="" width="560" height="347" /></a><br />
I have played with this a number of times. I am still a little in between on really liking it and not being too sure about it. I do think that if you do not know anything about programming and want to make a custom site, then it is worth playing with. Like anything, it had it’s downside, but overall was really worth playing with. If you are looking to make your own custom WordPress site and don’t know any PHP or CSS then get this plugin, and make your own site easily.</p>
<h3>WP125</h3>
<h4>By: <a href="http://www.webmaster-source.com/wp125-ad-plugin-wordpress/" target="_blank">WebMasterSource</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WP125-Easy-125×125-Ad-Management-For-WordPress.png"><img class="aligncenter size-full wp-image-26471" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WP125-Easy-125×125-Ad-Management-For-WordPress.png" alt="" width="560" height="276" /></a><br />
This is one of my favorites. If you have a blog that you offer out advertising on, then you need this plugin. There are other plugins aimed specifically at BuySellAds.com, but this plugin is for the individual managing their own ads. It shows details on your admin panel, and can be set to run ads for a set number of days.</p>
<h3>WP-Polls</h3>
<h4>By: <a href="http://lesterchan.net/portfolio/programming/php/" target="_blank">Lester Chan</a></h4>
<p><a href="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WP-Polls.png"><img class="aligncenter size-full wp-image-26472" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/09/WP-Polls.png" alt="" width="560" height="331" /></a><br />
I love this simple plugin. As the name implies, it is for adding a poll to your website. Now I know that there are hundreds of other plugins that do this, but this one is the most simple straight forward that also offered the most options and never let me down. Just for that I will recommend it and keep using it myself. Customize the look and feel of it, while generating different polls over and over. Great plugin for doing exactly what it is suppose to do.</p>
<h2>In Closing…</h2>
<p>Plugins are a great way to add more functionality to your WordPress powered website - and no matter what you are looking for someone else has thought of it and probably made a plugin for it. I personally think that WordPress is still growing in popularity and being used more and more each day. This helps with the growing community of users supporting more <a title="WordPress themes" href="http://www.1stwebdesigner.com/wordpress/60-free-yet-premium-quality-wordpress-magazine-news-themes/">WordPress themes</a>(massive theme collection <a title="here" href="http://www.1stwebdesigner.com/wordpress/premium-free-fresh-wordpress-themes-year-2009/">here</a>) and plugins. If you don’t find what you are looking for then you can always create your own. I hope everyone has enjoyed the article!</p>


<div class="shr-bookmarks shr-bookmarks-spaced shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=10+Essential+WordPress+Plugins+for+Every+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/11/24/10-essential-wordpress-plugins-for-every-wordpress-installation/&amp;notes=I%20have%20my%20own%20set%20of%20WordPress%20plugins%20that%20I%20have%20used%20time%20and%20time%20again.%20Each%20time%20I%20do%20a%20fresh%20install%20for%20myself%20or%20a%20client%20I%20always%20seem%20to%20install%20the%20same%20ones.%20I%20am%20more%20than%20sure%20there%20will%20be%20people%20that%20both%20agree%20and%20disagree%2C%20but%20these%20are%20my%20top%20ones%2C%20and%20maybe%20some%20that%20you%20have%20ne&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=10+Essential+WordPress+Plugins+for+Every+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/11/24/10-essential-wordpress-plugins-for-every-wordpress-installation/&amp;notes=I%20have%20my%20own%20set%20of%20WordPress%20plugins%20that%20I%20have%20used%20time%20and%20time%20again.%20Each%20time%20I%20do%20a%20fresh%20install%20for%20myself%20or%20a%20client%20I%20always%20seem%20to%20install%20the%20same%20ones.%20I%20am%20more%20than%20sure%20there%20will%20be%20people%20that%20both%20agree%20and%20disagree%2C%20but%20these%20are%20my%20top%20ones%2C%20and%20maybe%20some%20that%20you%20have%20ne&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=10+Essential+WordPress+Plugins+for+Every+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/11/24/10-essential-wordpress-plugins-for-every-wordpress-installation/&amp;notes=I%20have%20my%20own%20set%20of%20WordPress%20plugins%20that%20I%20have%20used%20time%20and%20time%20again.%20Each%20time%20I%20do%20a%20fresh%20install%20for%20myself%20or%20a%20client%20I%20always%20seem%20to%20install%20the%20same%20ones.%20I%20am%20more%20than%20sure%20there%20will%20be%20people%20that%20both%20agree%20and%20disagree%2C%20but%20these%20are%20my%20top%20ones%2C%20and%20maybe%20some%20that%20you%20have%20ne&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=10+Essential+WordPress+Plugins+for+Every+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/11/24/10-essential-wordpress-plugins-for-every-wordpress-installation/&amp;notes=I%20have%20my%20own%20set%20of%20WordPress%20plugins%20that%20I%20have%20used%20time%20and%20time%20again.%20Each%20time%20I%20do%20a%20fresh%20install%20for%20myself%20or%20a%20client%20I%20always%20seem%20to%20install%20the%20same%20ones.%20I%20am%20more%20than%20sure%20there%20will%20be%20people%20that%20both%20agree%20and%20disagree%2C%20but%20these%20are%20my%20top%20ones%2C%20and%20maybe%20some%20that%20you%20have%20ne&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=10+Essential+WordPress+Plugins+for+Every+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/11/24/10-essential-wordpress-plugins-for-every-wordpress-installation/&amp;notes=I%20have%20my%20own%20set%20of%20WordPress%20plugins%20that%20I%20have%20used%20time%20and%20time%20again.%20Each%20time%20I%20do%20a%20fresh%20install%20for%20myself%20or%20a%20client%20I%20always%20seem%20to%20install%20the%20same%20ones.%20I%20am%20more%20than%20sure%20there%20will%20be%20people%20that%20both%20agree%20and%20disagree%2C%20but%20these%20are%20my%20top%20ones%2C%20and%20maybe%20some%20that%20you%20have%20ne&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.shareaholic.com/api/share/?title=10+Essential+WordPress+Plugins+for+Every+WordPress+Installation&amp;link=http%3A%2F%2Fwww.afiffattouh.com%2F2010%2F11%2F24%2F10-essential-wordpress-plugins-for-every-wordpress-installation%2F&amp;notes=I%20have%20my%20own%20set%20of%20WordPress%20plugins%20that%20I%20have%20used%20time%20and%20time%20again.%20Each%20time%20I%20do%20a%20fresh%20install%20for%20myself%20or%20a%20client%20I%20always%20seem%20to%20install%20the%20same%20ones.%20I%20am%20more%20than%20sure%20there%20will%20be%20people%20that%20both%20agree%20and%20disagree%2C%20but%20these%20are%20my%20top%20ones%2C%20and%20maybe%20some%20that%20you%20have%20ne&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=78&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.shareaholic.com/api/share/?title=10+Essential+WordPress+Plugins+for+Every+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/11/24/10-essential-wordpress-plugins-for-every-wordpress-installation/&amp;notes=I%20have%20my%20own%20set%20of%20WordPress%20plugins%20that%20I%20have%20used%20time%20and%20time%20again.%20Each%20time%20I%20do%20a%20fresh%20install%20for%20myself%20or%20a%20client%20I%20always%20seem%20to%20install%20the%20same%20ones.%20I%20am%20more%20than%20sure%20there%20will%20be%20people%20that%20both%20agree%20and%20disagree%2C%20but%20these%20are%20my%20top%20ones%2C%20and%20maybe%20some%20that%20you%20have%20ne&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=236&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.afiffattouh.com/2010/11/24/10-essential-wordpress-plugins-for-every-wordpress-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOW-TO: Create your own WordPress Theme</title>
		<link>http://www.afiffattouh.com/2010/10/22/how-to-create-your-own-wordpress-theme/</link>
		<comments>http://www.afiffattouh.com/2010/10/22/how-to-create-your-own-wordpress-theme/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 13:29:22 +0000</pubDate>
		<dc:creator>Afif Fattouh</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.afiffattouh.com/?p=8932</guid>
		<description><![CDATA[<a href="http://www.afiffattouh.com/2010/10/22/how-to-create-your-own-wordpress-theme/"><img align="left" hspace="5" width="150" src="http://designbeep.com/wp-content/uploads/2010/10/1.wordpress-theme-tutorial-from-scratch.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>A few months ago we’ve collected many WordPress theme design tutorials and published them here and we take this step further.the design process is the first step for a wordpress theme but the most important and cool part is the development of the theme.Slicing and coding may seem very hard to do but if you [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago we’ve collected many <a href="http://designbeep.com/2010/02/01/37-inspirational-and-detailed-wordpress-theme-design-tutorials/">WordPress theme design tutorials</a> and published them here and we take this step further.the design process is the first step for a wordpress theme but the most important and cool part is the development of the theme.Slicing and coding may seem very hard to do but if you really want to learn the development and publishing part you can’t believe what you can do with WordPress design development.Today i’ve collected very detailed and easy-to-understand WordPress development tutorials which all of them will teach you how to code a WordPress theme.<br />
<span><strong>1.</strong></span><a href="http://themeshaper.com/wordpress-themes-templates-tutorial/" target="_blank"><span><strong>The Ultimate WordPress Theme Tutoria</strong>l</span></a><br />
In this tutorial there are 11 very detailed steps to create your first WordPress theme.All steps are really well-explained so it is one of my favourites.</p>
<p><a href="http://themeshaper.com/wordpress-themes-templates-tutorial/" target="_blank"><img class="aligncenter size-full wp-image-7647" src="http://designbeep.com/wp-content/uploads/2010/10/1.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="540" height="245" /></a><br />
<span><strong>2<a href="http://www.blog.spoongraphics.co.uk/tutorials/how-to-build-a-custom-wordpress-theme-from-scratch" target="_blank">.How to Build a Custom WordPress Theme from Scratch</a></strong></span><br />
Chris Spooner,a very well known designer shared a simple but great wordpress tutorial which you can understand easily.</p>
<p><a href="http://www.blog.spoongraphics.co.uk/tutorials/how-to-build-a-custom-wordpress-theme-from-scratch" target="_blank"><img class="aligncenter size-full wp-image-7648" src="http://designbeep.com/wp-content/uploads/2010/10/2.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="540" height="225" /></a><br />
<span><strong>3.<a href="http://www.cypherhackz.net/archives/2006/12/13/make-your-own-wordpress-theme-part-1/#comment-498151" target="_blank">Make your Own WordPress Theme</a></strong></span><br />
Another good and very detailed WordPress theme tutorial with 7 parts(Layout,Header,Index,Comment,Sidebar,Footer and Publishing Step).Beginning from the layout to the last publishing step,ever part is easy to understand.</p>
<p><a href="http://www.cypherhackz.net/archives/2006/12/13/make-your-own-wordpress-theme-part-1/#comment-498151" target="_blank"><img class="aligncenter size-full wp-image-7649" src="http://designbeep.com/wp-content/uploads/2010/10/3.wordpress-theme-tutorial-from-scratch.png" alt="" width="315" height="415" /></a><br />
<span><strong>4.<a href="http://www.phpeveryday.com/articles/Wordpress-Theme-Building-Your-Own-Theme-P169.html" target="_blank">WordPress – Theme: Building Your Own Theme</a></strong></span><br />
Very detailed tutorials about every part of WordPress theme building with easy understanding.</p>
<p><a href="http://www.phpeveryday.com/articles/Wordpress-Theme-Building-Your-Own-Theme-P169.html" target="_blank"><img class="aligncenter size-full wp-image-7650" src="http://designbeep.com/wp-content/uploads/2010/10/4.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="541" height="170" /></a><br />
<span><strong>5.<a href="http://jonathanwold.com/tutorials/wordpress_theme/" target="_blank">How to Create a WordPress Theme</a></strong></span><br />
This tutorial is much more for those interested in taking an existing design and converting it into a beautifully working WordPress theme.</p>
<p><a href="http://jonathanwold.com/tutorials/wordpress_theme/" target="_blank"><img class="aligncenter size-full wp-image-7651" src="http://designbeep.com/wp-content/uploads/2010/10/5.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="539" height="257" /></a><br />
<span><strong>6.<a href="http://www.webhostingsearch.com/articles/create-your-own-wordpress-theme-tutorial.php" target="_blank">Stop Tweaking! Create Your Own WordPress Theme</a></strong></span><br />
This is also one the most understandable WordPress theme tutorial with 10 parts.I like this tutorial because it is really easy to follow the steps and understand what the codes are for and why.</p>
<p><a href="http://www.webhostingsearch.com/articles/create-your-own-wordpress-theme-tutorial.php" target="_blank"><img class="aligncenter size-full wp-image-7652" src="http://designbeep.com/wp-content/uploads/2010/10/6.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="540" height="235" /></a><br />
<span><strong>7.<a href="http://www.joejoe.org/forum/topic/19502-how-to-code-a-praticle-wordpress-theme/" target="_blank">How to Code a Praticle WordPress Theme</a></strong></span><br />
Every part of the WordPress coding  is very well explained to understand easily.Great tutorial especially for beginners.</p>
<p><a href="http://www.joejoe.org/forum/topic/19502-how-to-code-a-praticle-wordpress-theme/" target="_blank"><img class="aligncenter size-full wp-image-7653" src="http://designbeep.com/wp-content/uploads/2010/10/7.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="539" height="192" /></a><br />
<span><strong>8.<a href="http://travelingforever.com/blogs/2009/02/converting-psd-to-wordpress-theme/" target="_blank">Converting PSD to WordPress Theme</a></strong></span><br />
This tutorial is from scratch.I mean you can see all the steps of PSD to wordpress theme building.Excellent tutorial.</p>
<p><a href="http://travelingforever.com/blogs/2009/02/converting-psd-to-wordpress-theme/" target="_blank"><img class="aligncenter size-full wp-image-7654" src="http://designbeep.com/wp-content/uploads/2010/10/8.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="540" height="259" /></a><br />
<span><strong>9.<a href="http://www.developertutorials.com/tutorials/php/designing-and-coding-a-wordpress-theme-from-scratch-part-2-144/" target="_blank">Designing and Coding a WordPress Theme From Scratch</a></strong></span><br />
The tutorial is about building a wordpress ttheme from creating the layout (with photoshop) to the last step publishing.If you are new to wordpress designing and coding this tutorial is just for you.</p>
<p><a href="http://www.developertutorials.com/tutorials/php/designing-and-coding-a-wordpress-theme-from-scratch-part-2-144/" target="_blank"><img class="aligncenter size-full wp-image-7655" src="http://designbeep.com/wp-content/uploads/2010/10/9.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="541" height="160" /></a><br />
<span><strong>10.<a href="http://themetation.com/2008/07/14/how-to-create-wordpress-themes-from-scratch-part-1/" target="_blank">How To Create WordPress Themes From Scratch</a></strong></span><br />
This is one of the best WordPress theme tutorials from scratch.The tutorial begins with structuring and designing from the photoshop to last step.Like some other tutorials,every step is very well-explaied and also i advice to read all the steps carefully to become a wordpress designer.</p>
<p><a href="http://themetation.com/2008/07/14/how-to-create-wordpress-themes-from-scratch-part-1/" target="_blank"><img class="aligncenter size-full wp-image-7656" src="http://designbeep.com/wp-content/uploads/2010/10/10.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="540" height="312" /></a><br />
<span><strong>11.<a href="http://www.texto.de/how-to-design-your-own-wordpress-theme-265/" target="_blank">How To – Design Your Own WordPress Theme</a></strong></span><br />
A step by step tutorial for converting a design into WordPress site.</p>
<p><a href="http://www.texto.de/how-to-design-your-own-wordpress-theme-265/" target="_blank"><img class="aligncenter size-full wp-image-7657" src="http://designbeep.com/wp-content/uploads/2010/10/11.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="540" height="354" /></a><br />
<span><strong>12.<a href="http://www.webdesignerwall.com/tutorials/building-custom-wordpress-theme/" target="_blank">Building Custom WordPress Theme</a></strong></span><br />
The tutorial explains  the basics of how WordPress theme works and show you how to convert a static HTML template into a theme.</p>
<p><a href="http://www.webdesignerwall.com/tutorials/building-custom-wordpress-theme/" target="_blank"><img class="aligncenter size-full wp-image-7658" src="http://designbeep.com/wp-content/uploads/2010/10/12.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="540" height="216" /></a><br />
<span><strong>13.<a href="http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/" target="_blank">So You Want to Create WordPress Themes?</a></strong></span><br />
A very detailed tutorail from scratch.The whole process is divided in the many parts to understand easily.You can also download as e-book.</p>
<p><a href="http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/" target="_blank"><img class="aligncenter size-full wp-image-7659" src="http://designbeep.com/wp-content/uploads/2010/10/13.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="539" height="232" /></a><br />
<span><strong>14.<a href="http://urbangiraffe.com/themes/guides/" target="_blank">WordPress Theme Guide:Dissection of a WordPress Theme</a></strong></span><br />
Easy to follow and understand 4 parts tutorial.The author dissects an existing theme and explaining parts as they are required.Also another very detailed tutorial.</p>
<p><a href="http://urbangiraffe.com/themes/guides/" target="_blank"><img class="aligncenter size-full wp-image-7660" src="http://designbeep.com/wp-content/uploads/2010/10/14.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="541" height="274" /></a><br />
<span><strong>15.<a href="http://net.tutsplus.com/tutorials/wordpress/how-to-create-a-wordpress-theme-from-scratch/" target="_blank">How to Create a WordPress Theme from Scratch</a></strong></span><br />
This tutorial will look at taking a HTML/CSS template and turning it into a functioning WordPress theme.</p>
<p><a href="http://net.tutsplus.com/tutorials/wordpress/how-to-create-a-wordpress-theme-from-scratch/" target="_blank"><img class="aligncenter size-full wp-image-7661" src="http://designbeep.com/wp-content/uploads/2010/10/15.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="539" height="253" /></a><br />
<span><strong>16.<a href="http://net.tutsplus.com/tutorials/wordpress/build-a-newspaper-theme-with-wp_query-and-the-960-css-framework/" target="_blank">Build a Newspaper Theme With WP_Query and the 960 CSS Framework</a></strong></span><br />
How to make a 3 columned newspaper theme that has all your main blog posts in the main column, and off to the side a set of posts with a certain category.</p>
<p><a href="http://net.tutsplus.com/tutorials/wordpress/build-a-newspaper-theme-with-wp_query-and-the-960-css-framework/" target="_blank"><img class="aligncenter size-full wp-image-7662" src="http://designbeep.com/wp-content/uploads/2010/10/16.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="536" height="228" /></a><br />
<span><strong>17.<a href="http://www.dezinerfolio.com/2007/11/27/developing-a-wordpress-theme/" target="_blank">Developing a WordPress Theme</a></strong></span><br />
Not a tutorial from scratch but you will learn to convert your xHTML CSS site into a Compact WordPress Theme</p>
<p><a href="http://www.dezinerfolio.com/2007/11/27/developing-a-wordpress-theme/" target="_blank"><img class="aligncenter size-full wp-image-7663" src="http://designbeep.com/wp-content/uploads/2010/10/17.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="540" height="327" /></a><br />
<span><strong>18.<a href="http://redswish.co.uk/wordpress-theme-layout/" target="_blank">Creating a WordPress Theme</a></strong></span><br />
Actually not for beginners but another good tutorial to create your own wordpress theme in 3 parts.</p>
<p><a href="http://redswish.co.uk/wordpress-theme-layout/" target="_blank"><img class="aligncenter size-full wp-image-7664" src="http://designbeep.com/wp-content/uploads/2010/10/18.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="536" height="186" /></a><br />
<span><strong>19.<a href="http://brassblogs.com/cms-platforms/wordpress/creating-wordpress-themes-introduction" target="_blank">Creating WordPress Themes:Introduction</a></strong></span><br />
Like some other wordpress developement posts this tutorial begins from the basics of theme development to the end.</p>
<p><a href="http://brassblogs.com/cms-platforms/wordpress/creating-wordpress-themes-introduction" target="_blank"><img class="aligncenter size-full wp-image-7665" src="http://designbeep.com/wp-content/uploads/2010/10/19.wordpress-theme-tutorial-from-scratch.jpg" alt="" width="542" height="172" /></a></p>


<div class="shr-bookmarks shr-bookmarks-spaced shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=HOW-TO%3A+Create+your+own+Wordpress+Theme&amp;link=http://www.afiffattouh.com/2010/10/22/how-to-create-your-own-wordpress-theme/&amp;notes=A%20few%20months%20ago%20we%E2%80%99ve%20collected%20many%20WordPress%20theme%20design%20tutorials%20and%20published%20them%20here%20and%20we%20take%20this%20step%20further.the%20design%20process%20is%20the%20first%20step%20for%20a%20wordpress%20theme%20but%20the%20most%20important%20and%20cool%20part%20is%20the%20development%20of%20the%20theme.Slicing%20and%20coding%20may%20seem%20very%20hard%20to%20do%20b&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=HOW-TO%3A+Create+your+own+Wordpress+Theme&amp;link=http://www.afiffattouh.com/2010/10/22/how-to-create-your-own-wordpress-theme/&amp;notes=A%20few%20months%20ago%20we%E2%80%99ve%20collected%20many%20WordPress%20theme%20design%20tutorials%20and%20published%20them%20here%20and%20we%20take%20this%20step%20further.the%20design%20process%20is%20the%20first%20step%20for%20a%20wordpress%20theme%20but%20the%20most%20important%20and%20cool%20part%20is%20the%20development%20of%20the%20theme.Slicing%20and%20coding%20may%20seem%20very%20hard%20to%20do%20b&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=HOW-TO%3A+Create+your+own+Wordpress+Theme&amp;link=http://www.afiffattouh.com/2010/10/22/how-to-create-your-own-wordpress-theme/&amp;notes=A%20few%20months%20ago%20we%E2%80%99ve%20collected%20many%20WordPress%20theme%20design%20tutorials%20and%20published%20them%20here%20and%20we%20take%20this%20step%20further.the%20design%20process%20is%20the%20first%20step%20for%20a%20wordpress%20theme%20but%20the%20most%20important%20and%20cool%20part%20is%20the%20development%20of%20the%20theme.Slicing%20and%20coding%20may%20seem%20very%20hard%20to%20do%20b&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=HOW-TO%3A+Create+your+own+Wordpress+Theme&amp;link=http://www.afiffattouh.com/2010/10/22/how-to-create-your-own-wordpress-theme/&amp;notes=A%20few%20months%20ago%20we%E2%80%99ve%20collected%20many%20WordPress%20theme%20design%20tutorials%20and%20published%20them%20here%20and%20we%20take%20this%20step%20further.the%20design%20process%20is%20the%20first%20step%20for%20a%20wordpress%20theme%20but%20the%20most%20important%20and%20cool%20part%20is%20the%20development%20of%20the%20theme.Slicing%20and%20coding%20may%20seem%20very%20hard%20to%20do%20b&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=HOW-TO%3A+Create+your+own+Wordpress+Theme&amp;link=http://www.afiffattouh.com/2010/10/22/how-to-create-your-own-wordpress-theme/&amp;notes=A%20few%20months%20ago%20we%E2%80%99ve%20collected%20many%20WordPress%20theme%20design%20tutorials%20and%20published%20them%20here%20and%20we%20take%20this%20step%20further.the%20design%20process%20is%20the%20first%20step%20for%20a%20wordpress%20theme%20but%20the%20most%20important%20and%20cool%20part%20is%20the%20development%20of%20the%20theme.Slicing%20and%20coding%20may%20seem%20very%20hard%20to%20do%20b&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.shareaholic.com/api/share/?title=HOW-TO%3A+Create+your+own+Wordpress+Theme&amp;link=http%3A%2F%2Fwww.afiffattouh.com%2F2010%2F10%2F22%2Fhow-to-create-your-own-wordpress-theme%2F&amp;notes=A%20few%20months%20ago%20we%E2%80%99ve%20collected%20many%20WordPress%20theme%20design%20tutorials%20and%20published%20them%20here%20and%20we%20take%20this%20step%20further.the%20design%20process%20is%20the%20first%20step%20for%20a%20wordpress%20theme%20but%20the%20most%20important%20and%20cool%20part%20is%20the%20development%20of%20the%20theme.Slicing%20and%20coding%20may%20seem%20very%20hard%20to%20do%20b&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=78&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.shareaholic.com/api/share/?title=HOW-TO%3A+Create+your+own+Wordpress+Theme&amp;link=http://www.afiffattouh.com/2010/10/22/how-to-create-your-own-wordpress-theme/&amp;notes=A%20few%20months%20ago%20we%E2%80%99ve%20collected%20many%20WordPress%20theme%20design%20tutorials%20and%20published%20them%20here%20and%20we%20take%20this%20step%20further.the%20design%20process%20is%20the%20first%20step%20for%20a%20wordpress%20theme%20but%20the%20most%20important%20and%20cool%20part%20is%20the%20development%20of%20the%20theme.Slicing%20and%20coding%20may%20seem%20very%20hard%20to%20do%20b&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=236&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.afiffattouh.com/2010/10/22/how-to-create-your-own-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Roundup of 35+ WordPress CMS Plugins</title>
		<link>http://www.afiffattouh.com/2010/10/08/ultimate-roundup-of-35-wordpress-cms-plugins/</link>
		<comments>http://www.afiffattouh.com/2010/10/08/ultimate-roundup-of-35-wordpress-cms-plugins/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 12:00:17 +0000</pubDate>
		<dc:creator>Afif Fattouh</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.afiffattouh.com/?p=8689</guid>
		<description><![CDATA[<a href="http://www.afiffattouh.com/2010/10/08/ultimate-roundup-of-35-wordpress-cms-plugins/"><img align="left" hspace="5" width="150" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/wordpress-preview.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>WordPress, a powerful blogging platform has seen a huge development with growing technologies, large number of users and many innovative features in recent years and to grow with WordPress, we also need to fine tune those skills. It is practically not possible to remember everything through programs and coding, So we have these WordPress CMS [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.1stwebdesigner.com/resources/wordpress-cms-plugins/"><img class="alignleft" style="margin-right: 5px;" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/01/wordpress-preview.jpg" alt="" width="150" height="150" /></a>WordPress, a powerful blogging platform has seen a huge development with growing technologies, large number of users and many innovative features in recent years and to grow with WordPress, we also need to fine tune those skills. It is practically not possible to remember everything through programs and coding, So we have these WordPress CMS enabled plugins which are a boon to all those who want to be updated with WordPress. Their advantage is they are very easy to use and learn, Just download and install the plugin and use it. No technical knowledge required in this case. The plugins do your job. There are specific plugins for each area. Just identify the appropriate plugin and get started with it.</p>
<p>These plugins help you with your content by either adding any fields or hiding it from certain users. You can set roles for each user visiting your site and set some exclusive rights for each one about how much they should be accessing your blog, some plugins help you with a smooth navigation which can be in the pages or in the sidebars which also supports the CSS drop down menus and manages you pages and posts. These plugins also help you in a case where you are too much obsessed with multi languages or find it hard to manage with more than one language.</p>
<p>For all those avid WordPress users, we have collected some of the most used and popular plugins which helps you grow as a professional blogger.</p>
<h2>Easily Manage Categories, Pages and Posts</h2>
<h2>1.<a href="http://wordpress.org/extend/plugins/idealien-category-enhancements/" target="_blank">Idealien category enhancements</a></h2>
<p>Idealien category enhancements makes the category and post templates selectable through the drop down lists as easy as page templates and includes configuration of sub-categories to inherit templates from their parent or not and applies for both category and post templates and sub-category inheritance also applies and deleting a category will delete all the record too.</p>
<p><a href="http://wordpress.org/extend/plugins/idealien-category-enhancements/" target="_blank"><img class="alignnone size-full wp-image-26893" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/idealien-category1.jpg" alt="" width="570" height="246" /></a></p>
<h2>2.<a href="http://wordpress.org/extend/plugins/pagemash/" target="_blank">Pagemash</a></h2>
<p>The Page Management plugin images you pages by customizing the order of the pages and rearranging the page menus with the drag and drop style with AJAX interface which allows sorting and hiding easily and toggling the page to be hidden from the output making the page hierarchy very easy. Allows features quick page renaming, alternate list coloring, reordering and modifying the page by dragging a page to become a chill and toggling it from the view.</p>
<p><a href="http://wordpress.org/extend/plugins/pagemash/" target="_blank"><img class="alignnone size-full wp-image-26895" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/pagemash1.jpg" alt="" width="470" height="237" /></a></p>
<h2>3.<a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/" target="_blank">Yet another related posts plugin</a></h2>
<p>Yet another related posts plugin gives you pages related to the current entry and other relevant content on you site to the reader which features an advanced, versatile and customizable algorithm which considers the post titles, contents, tag and categories. You can know, how your related posts and pages are displayed and caches the relates posts data which improves its performance, displays the related posts in RSS and allows to disable certain tags and categories.</p>
<p><a href="http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/" target="_blank"><img class="alignnone size-full wp-image-26882" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/yet-another-related-posts-plugin.jpg" alt="" width="516" height="120" /></a></p>
<h2>4.<a href="http://wordpress.org/extend/plugins/exclude-pages/" target="_blank">Exclude pages</a></h2>
<p>Exclude Pages adds a check box for the user ‘include the page in menus’ which is checked by default and uncheckable it makes to page disappear from the listings of pages and do not show in the menu listings and pages which come under the excluded pages or children of excluded pages will also not show up.</p>
<p><a href="http://wordpress.org/extend/plugins/exclude-pages/" target="_blank"><img class="alignnone size-full wp-image-26899" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/exclude-pages.jpg" alt="" width="220" height="275" /></a></p>
<h2>5.<a href="http://wordpress.org/extend/plugins/wp-no-category-base/" target="_blank">Wp no category base</a></h2>
<p>The plugin WP No Category Base will remove the mandatory category base from the category permalinks and will not break any links taking care of the redirection of the old category links to the new ones. Does not require any set up and other plugins to work. Is compatible with the sitemap plugins and works with multiple sub categories making it good for SEO.</p>
<h2>Better &amp; Smart Navigation</h2>
<h2>6.<a href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank">Wp pagenavi</a></h2>
<p>WP PageNavi plugin adds an advanced and numbered paging navigation . You can use this plugin to replace the Previous pages and Next ones links from the home pages. The look and feel of this plugin is adapted from the original WordPress PageNavi plugin to match the LightWord WordPress theme. Has an option to display the texts for first, last, current, previous and next pages.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank"><img class="alignnone size-full wp-image-26901" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/wp-pagenavi.jpg" alt="" width="570" height="735" /></a></p>
<h2>7.<a href="http://wordpress.org/extend/plugins/multi-level-navigation-plugin/" target="_blank">Multi level navigation plugin</a></h2>
<p>Multi-level Navigation plugin adds a CSS based, SEO friendly accessible dropdown or slider menu to your blog. Produces W3C valid XHTML and CSS. This plugin allows you to control the animation speed of the dropdown menu, mouseover delay, what type of content should be displayed, keyboard accessibility, hover sensitivity and allows to hide the delay. This plugin also has a similar functionality to the PixoPoint menu plugin.</p>
<p><a href="http://wordpress.org/extend/plugins/multi-level-navigation-plugin/" target="_blank"><img class="alignnone size-full wp-image-26904" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/multi-level-navigation-plugin.jpg" alt="" width="480" height="360" /></a></p>
<h2>8.<a href="http://yoast.com/wordpress/breadcrumbs/" target="_blank">Breadcrumbs</a></h2>
<p>Yoast Breadcrumbs plugin allows you add to breadcrumbs in your theme for WordPress SEO here the posts, newletters, presentations everything comes under the SEO guide to WordPress. This is also decustomised for any website running WordPress and makes setting the options easy for administrator and making available a direct class for theme developers and adventurous users. Has a translation in more than eight languages.</p>
<h2>9.<a href="http://wordpress.org/extend/plugins/simple-sidebar-navigation/" target="_blank">Simple sidebar navigation</a></h2>
<p>Simple Sidebar Navigation creates a navigation in sidebars and other pre-defined areas with a support for the CSS custom drop down menus in a much simpler way. Also adds a widget or unlimited number of navigation widgets into the Widgets dashboard without any PHP coding and conditional tags are included while specifying the pages along with an option to add navigation links with title, URL and target attributes.</p>
<p><a href="http://wordpress.org/extend/plugins/simple-sidebar-navigation/" target="_blank"><img class="alignnone size-full wp-image-26906" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/simple-sidebar-navigation.jpg" alt="" width="549" height="530" /></a></p>
<h2>Making Your Content Unbreakable</h2>
<h2>10.<a href="http://wordpress.org/extend/plugins/more-fields/" target="_blank">More fields</a></h2>
<p>More Fields plugin, as the name says adds additional fields or boxes to the Edit or Site page. The fields can be input field, such as the name, work, title etc., Also you can add check boxes, radio buttons, create archives and create buttons programmatically, add Web forms or HTML5 fields. These fields or boxes can be placed either to the right or to the left of the Write/ Edit pages.</p>
<h2>11.<a href="http://wordpress.org/extend/plugins/fresh-page/" target="_blank">Fresh page</a></h2>
<p>Flutter is a plugin which simplifies the content management by creating customized write panels like radio buttons, check boxes, file and image uploads i.e. offers you all sorts of options for each of the field. Allows you to create different content on different pages. Flutter allows to modulate your themes and includes image manipulations such as cropping, resizing, editing in place, watermarking etc.,</p>
<p><a href="http://wordpress.org/extend/plugins/fresh-page/" target="_blank"><img class="alignnone size-full wp-image-26909" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/fresh-page.jpg" alt="" width="540" height="504" /></a></p>
<h2>12.<a href="http://wordpress.org/extend/plugins/wp-cms-post-control/" target="_blank">Wp cms post control</a></h2>
<p>Sometimes, you may feel that you don’t want to show certain items to others, in that case WP CMS Post Control plugin hides the unwanted items within the write / edit page for every user and alos gives you the complete control to create content. You can set an option of what kind of users need to see what type of content, and enable or disable the revisions, auto saves and Flash uploader.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-cms-post-control/" target="_blank"><img class="alignnone size-full wp-image-26913" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/wp-cms-post-control.jpg" alt="" width="570" height="398" /></a></p>
<h2>Managing Users and their Roles</h2>
<h2>13.<a href="http://wordpress.org/extend/plugins/user-access-manager/" target="_blank">User access manager</a></h2>
<p>The plugin User Access Manager gives you complete control to manage your pages, files and posts where you can create a group separately for readers and editors, set the rights and allow only registered users to use the group which is accessible only for the members of that group. The main advantage in this plugin is that other people can write in your blog but not everywhere.You can hide pages, limit the access to uploaded files or give access even by IP address.</p>
<p><a href="http://wordpress.org/extend/plugins/user-access-manager/" target="_blank"><img class="alignnone size-full wp-image-26917" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/user-access-manager.jpg" alt="" width="570" height="356" /></a></p>
<h2>14.<a href="http://wordpress.org/extend/plugins/role-scoper/" target="_blank">Role scoper</a></h2>
<p>Role Scoper gives you complete access in reading and editing permissions for access control and editing where you can set the access and roles to specified pages or posts or categories ie control the categories where users can post, grant access for a limited time, limit the post / page publishing dates and inherit the restrictions and roles to certain categories and exclude the un-editable post and set default restrictions for any new post.</p>
<p><a href="http://wordpress.org/extend/plugins/role-scoper/" target="_blank"><img class="alignnone size-full wp-image-26918" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/role-scoper.jpg" alt="" width="530" height="702" /></a></p>
<h2>15.<a href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/" target="_blank">Role manager</a></h2>
<p>Role Manager plugin gives you the rights to define a role for each user who can have individual capabilities i.e.  he can perform a set of assigned tasks to him and he can belong only to that role. Also you can work or create multiple subscriber profiles and set controls for each role setting the access of what they should do and what they should not do like give certain user permissions like unfiltered HTML posting.</p>
<p><a href="http://www.im-web-gefunden.de/wordpress-plugins/role-manager/" target="_blank"><img class="alignnone size-full wp-image-26919" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/role-manager.jpg" alt="" width="570" height="326" /></a></p>
<h2>16.<a href="http://wordpress.org/extend/plugins/member-access/" target="_blank">Member access</a></h2>
<p>Member Access is a plugin for Administrator to set permissions for members to make pages and posts accessible only to logged in members i.e either you can make them globally accessible or only to the members. This plugin also let you configure the search results, archives ad RSS feeds to omit entire content available to members or include some excerpt for non-members to use and make it viewable only to members. Redirection to the login page can also be configured for non members.</p>
<p><a href="http://wordpress.org/extend/plugins/member-access/" target="_blank"><img class="alignnone size-full wp-image-26921" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/member-access.jpg" alt="" width="532" height="196" /></a></p>
<h2>17.<a href="http://wordpress.org/extend/plugins/custom-post-type-ui/" target="_blank">Custom post type UI</a></h2>
<p>Custom Post Type UI plugin create for WordPress 3.0 manages to create and manage the custom post types, content sorting which makes the developers work easy especially if they are new to WordPress , panels and taxonomies without any PHP coding. You can also assign both the custom and built-in taxonomies to post types and label the post types.</p>
<p><a href="http://wordpress.org/extend/plugins/custom-post-type-ui/" target="_blank"><img class="alignnone size-full wp-image-26922" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/custom-post-type-ui.jpg" alt="" width="570" height="573" /></a></p>
<h2>Having a Multilingual Site</h2>
<h2>18.<a href="http://wordpress.org/extend/plugins/sitepress-multilingual-cms/" target="_blank">Sitepress multi lingual CMS</a></h2>
<p>Language support is a problem faced by many users in WordPress but with WPML Multilingual you can build multilingual sites with WordPress making the multi lingual content management easy and makes you feel like you are running the site in one language. This plugin features a Comments translation which allows you to reply to comments in your own language, a Professional translation to connect translators with the site owners. Includes CMS navigation elements to use site-wide navigation and for easy customization.</p>
<p><a href="http://wordpress.org/extend/plugins/sitepress-multilingual-cms/" target="_blank"><img class="alignnone size-full wp-image-26928" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/sitepress-multilingual-cms.jpg" alt="" width="530" height="340" /></a></p>
<h2>19.<a href="http://wordpress.org/extend/plugins/xlanguage/" target="_blank">Xlanguage</a></h2>
<p>The xLanguage plugin is for multi language lovers who love to blog in many languages and the users can select which to read. You can use this on all the blog UI elements, page, tags, categories and blog posts. The language is detected from the browser’s preferences and can also be configured to facilitate multiple fallbacks. Displays each language in a different theme and allows the user to switch the languages with the widget and template functions provided which can also be customized without the code getting disturbed.</p>
<p><a href="http://wordpress.org/extend/plugins/xlanguage/" target="_blank"><img class="alignnone size-full wp-image-26930" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/xlanguage.jpg" alt="" width="570" height="306" /></a></p>
<h2>20.<a href="http://wordpress.org/extend/plugins/qtranslate/" target="_blank">Qtranslate</a></h2>
<p>You may love to work in multi languages but creating a muliti linugual content is not that easy. qTranslate is a plugin which makes the multi language content management and translation very easy as working in a single language with some of the features like human and machine automated translation in 2 clicks, language customizations, switching languages with a single click and a support for multiple built-in languages and one URL for each language for friendly SEO.</p>
<p><a href="http://wordpress.org/extend/plugins/qtranslate/" target="_blank"><img class="alignnone size-full wp-image-26931" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/qtranslate.jpg" alt="" width="532" height="583" /></a></p>
<h2>Highly customizable Widgets</h2>
<h2>21.<a href="http://wordpress.org/extend/plugins/widgets-reloaded/" target="_blank">Widgets reloaded</a></h2>
<p>Widget Reloaded was derived to correct the default WordPress widgets which don’t offer much control over their output on screen. This plugin replaces many of its predecessors and these widgets come with highly customizable control panels and are packed with archives, authors, bookmarks, calendar, pages, menus, tags, categories etc., This is very useful when you use a sub menu in your header using the sub menu widget area and base on Pages.</p>
<p><a href="http://wordpress.org/extend/plugins/widgets-reloaded/" target="_blank"><img class="alignnone size-full wp-image-26933" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/widgets-reloaded.jpg" alt="" width="570" height="1383" /></a></p>
<h2>22.<a href="http://wordpress.org/extend/plugins/flexi-pages-widget/" target="_blank">Flexi pages widget</a></h2>
<p>Flexi Pages Widget is sidebar widget which is configurable and is used to list the pages and sub pages, also can be used in place of ‘Pages’ widget. This plugin has many features like includes a link to the home page, has an option where only selected pages and sub pages can be displayed only in parent pages and related pages and lists. If you don’t want to use the widget, then you can use the function flexipages() which can be called anywhere from the template.</p>
<p><a href="http://wordpress.org/extend/plugins/flexi-pages-widget/" target="_blank"><img class="alignnone size-full wp-image-26935" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/flexi-pages-widget.jpg" alt="" width="411" height="447" /></a></p>
<h2>23.<a href="http://wordpress.org/extend/plugins/sideposts/" target="_blank">Side posts</a></h2>
<p>Alkivia SidePosts widget displays the selected category and its entries in the sidebar giving a link to each entry in the sidebar or you can set another option in this plugin which shows only the private posts which are hidden in the home page. You can choose to display the full post or the excerpt of the post, can show a link to the selected category feeds or archives page or create your own template to show everything other than the provided templates.</p>
<p><a href="http://wordpress.org/extend/plugins/sideposts/" target="_blank"><img class="alignnone size-full wp-image-26937" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/sideposts.jpg" alt="" width="298" height="359" /></a></p>
<h2>24.<a href="http://justintadlock.com/archives/2009/03/15/query-posts-widget-wordpress-plugin" target="_blank">Query posts widget wordpress plugin</a></h2>
<p>Query Posts Widget lets you display anything on your posts by any criteria without knowing any code. You can choose to display your posts by tag, category, author, custom field key, date / time. Also show the full post or an excerpt or show the pages and order them by any term. This widget has almost 40 options to customize the display format.</p>
<p><a href="http://justintadlock.com/archives/2009/03/15/query-posts-widget-wordpress-plugin" target="_blank"><img class="alignnone size-full wp-image-26946" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/query-posts-widget.jpg" alt="" width="570" height="139" /></a></p>
<h2>SEO</h2>
<h2>25.<a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google sitemap generator</a></h2>
<p>Google XML sitemaps generates a special XML map to help search engines like Google, Yahoo, Bing to index your blog easily. Makes it easier to see the complete structure of your blog and also supports all kinds of WordPress generated pages and notifies the search engines whenever you create a post and calculates a priority for each post and is available in multi languages and doesn’t require any PHP knowledge. Also has a WordPress filter which allows other plugins to add their pages to the sitemap.</p>
<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank"><img class="alignnone size-full wp-image-26960" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/google-sitemap-generator.jpg" alt="" width="461" height="328" /></a></p>
<h2>26.<a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in one SEO pack</a></h2>
<p>SEO is the most important part for any blog and All in one SEO pavk plugin optimizes you blog for search engines taking care of the custom Post types, supports CMS style WordPress, finetunes the navigation links, generates the META tags automatically and over rides any title and allows you to set META description and keywords, optimizes the titles and avoids the duplicate content on the blog, is compatible with other plugins because of its built-in API.</p>
<p><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank"><img class="alignnone size-full wp-image-26962" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/all-in-one-seo-pack.jpg" alt="" width="570" height="218" /></a></p>
<h2>27.<a href="http://wordpress.org/extend/plugins/redirection/" target="_blank">Redirection</a></h2>
<p>Redirection is a WordPress plugin which makes it easier to migrate from an old website or while changing the directory for WordPress installations because this plugin keeps track and maintains a log of 404 errors and maps these to 301 redirection which are based upon login status, redirect based on the referrer and random pages. Maintains a log for all redirected URL’s and has a pass-through redirection which allows you to pass an URL to another website or page.</p>
<p><a href="http://wordpress.org/extend/plugins/redirection/" target="_blank"><img class="alignnone size-full wp-image-26964" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/redirection.jpg" alt="" width="511" height="122" /></a></p>
<h2>28.<a href="http://wordpress.org/extend/plugins/seo-automatic-links/" target="_blank">SEO smart links</a></h2>
<p>Initially to improve ranking in search engines, a manual work was done to interlink the old blog posts to the new one but SEO smart links plugin  gets your blogs interlinked and adds links to other sites which automates SEO benefits to you site. This plugin automatically links the keywords and phrases to corresponding pages and categories in your blog and also allows you to create or set up your own keywords and matching URL’s. These changes which are done by default can also be changed from the options in the administrative settings panel.</p>
<p><a href="http://wordpress.org/extend/plugins/platinum-seo-pack/" target="_blank"><img class="alignnone size-full wp-image-26967" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/seo-automatic-links.jpg" alt="" width="570" height="678" /></a></p>
<h2>28.<a href="http://wordpress.org/extend/plugins/platinum-seo-pack/" target="_blank">Platinum SEO pack</a></h2>
<p>In addition to the features incorporated with the All in one SEO plugin, Platinum SEO plugin offers additional features like adding index, meta tags, nofollow or follow, noodp to any post or page. This plugin not only automates the WordPress SEO but also provides an ultimate onsite SEO solution for the blogs. Also avoids the duplicate content, is compatible with other plugins, adds meta description and keywords automatically and generates the META tags relevant to SEO automatically.</p>
<p><a href="http://wordpress.org/extend/plugins/platinum-seo-pack/" target="_blank"><img class="alignnone size-full wp-image-26968" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/platinum-seo-pac.jpg" alt="" width="570" height="441" /></a></p>
<h2>29.<a href="http://wordpress.org/extend/plugins/permalinks-moved-permanently/" target="_blank">Permalinks moved permanently</a></h2>
<p>Migration of your WordPress blog from one permalink structure to another may result in a loss of Pagerank or traffic which accessed through the old permalinks sometimes, but if you dont want to happen this then ‘Permalinks Moved Permanently’ plugins is for you which grabs and checks the slug from the end of the request to the post with slug somewhere else on the blog. (before the generation of 404 from the old permalink) and generates a ‘301 moved permanently’ error to the visitor and forwards him to the new location.</p>
<h2>Must Check Plugins</h2>
<h2>30.<a href="http://wordpress.org/extend/plugins/search-everything/" target="_blank">Search everything</a></h2>
<p>Search Everything is a plugin which increases the search functionality by activating the Configure options Search (covers two steps) where the options (metadata) may be searching every page, tag, every category, highlighting, comments, excerpts, custom fields, custom taxonomies, exclude posts and exclude categories.</p>
<p><a href="http://wordpress.org/extend/plugins/search-everything/" target="_blank"><img class="alignnone size-full wp-image-26970" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/search-everything.jpg" alt="" width="570" height="727" /></a></p>
<h2>31.<a href="http://wordpress.org/extend/plugins/subscribe2/" target="_blank">Subscribe2</a></h2>
<p>Subscribe2 is a plugin to send email notifications to a list of subscribers when you publish any new content in your blog providing a comprehensive subscription management. The emails sent can be on periodical or pre-post basis where certain categories can be excluded for individuals through a custom field. This plugin also lets you handle requests for subscription or to register with your blog by submitting their email addresses in a simple user form where the format of the email can also be customized as an excerpt or full post.</p>
<p><a href="http://wordpress.org/extend/plugins/subscribe2/" target="_blank"><img class="alignnone size-full wp-image-26978" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/subscribe2.jpg" alt="" width="570" height="293" /></a></p>
<h2>32.<a href="http://wordpress.org/extend/plugins/exec-php/" target="_blank">Exec PHP</a></h2>
<p>The Exec-PHP plugin executes the PHP code in the content portion of your posts and in the excerpts which can also be restricted to certain users by using the roles and capabilities of theirs, also works in your news feeds. Updates the notifications is a new version of this plug-in is available and issues any user warnings for inappropriate blog and its settings. Supports multi languages which write the code in familiar syntax.</p>
<p><a href="http://wordpress.org/extend/plugins/exec-php/" target="_blank"><img class="alignnone size-full wp-image-26979" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/exec-php.jpg" alt="" width="500" height="726" /></a></p>
<h2>32.<a href="http://wordpress.org/extend/plugins/wp-e-commerce/" target="_blank">Wp ecommerce</a></h2>
<p>WP e-Commerce is a shopping cart plugin which features shopping cart application used for selling your products, services or fess online can be primarily used for crafters, artists, books, DVD’sm bands &amp; record labels. This plugin is designed for great presentation and aesthetics.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-e-commerce/" target="_blank"><img class="alignnone size-full wp-image-26982" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/wp-e-commerce.jpg" alt="" width="570" height="356" /></a></p>
<h2>33.<a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank">Next gen gallery</a></h2>
<p>A fully integrated image gallery plugin, NextGEN come with a slideshow option along with role settings where each gallery has an author, sortable albums, watermark functions, option to upload pictures via a zip file, sidebar widget, tag support for images, JavaScript effect like Lightbox, Shutter, Highslide and Thickbox. Also has a multiple CSS stylesheet which gives a shadow effect for the thumbnails and a TinyMCE button for easily adding the gallery tags.</p>
<p><a href="http://wordpress.org/extend/plugins/nextgen-gallery/" target="_blank"><img class="alignnone size-full wp-image-26983" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/nextgen-gallery.jpg" alt="" width="400" height="311" /></a></p>
<h2>34.<a href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank">Contact form</a></h2>
<p>Another simple and flexible plugin, ContactForm7 manages multiple contact forms which can be customized with the mail contents with a simple markup. This plugin also supports AJAX submitting, spam filtering, CAPTCHA etc. Comes with more than 35 translators.</p>
<p><a href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank"><img class="alignnone size-full wp-image-26871" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/contact-form-7.png" alt="" width="500" height="415" /></a></p>
<h2>35.<a href="http://wordpress.org/extend/plugins/vipers-video-quicktags/" target="_blank">Vipers video quick tags</a></h2>
<p>Viper’s Video Quicktags plugin valid posting of videos with easy XHTML from websites like YouTube, DailyMotion, Vimoe and so on. You don’t have to copy and paste the embed HTML just click the ‘new’ button from this plugin and paste the site’s URL in the prompt box where you can configure the display option like alter the height, width, alignment and colors.</p>
<p><a href="http://wordpress.org/extend/plugins/vipers-video-quicktags/" target="_blank"><img class="alignnone size-full wp-image-26984" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/vipers-video-quicktags.jpg" alt="" width="570" height="559" /></a></p>
<h2>Other plugins</h2>
<h2>36.<a href="http://wordpress.org/extend/plugins/contemplate/" target="_blank">Contemplate</a></h2>
<p>Contemplate plugin us manages commonly used content like text, HTML, CSS or JavaScript which appears on site pages,you can define the content template in the options page of the plugin and insert them anywhere in the site any number of times in the post, pages, widget or comments. and the change in the template is automatically updated everywhere in the site wherever defined.</p>
<p><a href="http://wordpress.org/extend/plugins/contemplate/" target="_blank"><img class="alignnone size-full wp-image-26998" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/contemplate.jpg" alt="" width="570" height="521" /></a></p>
<h2>37.<a href="http://scribu.net/wordpress/front-end-editor" target="_blank">Front end editor</a></h2>
<p>Front-end Editor, a WordPress 3.0 plugin comes with fully editable widgets where you can also see the controls on the widget scree, can handle custom Post type including Posts and Pages, add or remove buttons from the settings page, double clicking in the thumbnail will display your images whatever be the overlay script. It is light and fast and compatible with any theme eliminating the need to load the admin back end.</p>
<p><a href="http://scribu.net/wordpress/front-end-editor" target="_blank"><img class="alignnone size-full wp-image-26999" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/front-end-editor.jpg" alt="" width="570" height="347" /></a></p>
<h2>38.<a href="http://wordpress.org/extend/plugins/multiple-post-thumbnails/" target="_blank">Multiple post thumbnails</a></h2>
<p>Multiple Post Thumbnails plugin adds multiple post thumbnails to a post type i.e. you can have more than one Featured image on your post.</p>
<p><a href="http://wordpress.org/extend/plugins/multiple-post-thumbnails/" target="_blank"><img class="alignnone size-full wp-image-27001" src="http://www.1stwebdesigner.com/wp-content/uploads/2010/10/multiple-post-thumbnails.jpg" alt="" width="570" height="566" /></a></p>


<div class="shr-bookmarks shr-bookmarks-spaced shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Ultimate+Roundup+of+35%2B+WordPress+CMS+Plugins&amp;link=http://www.afiffattouh.com/2010/10/08/ultimate-roundup-of-35-wordpress-cms-plugins/&amp;notes=WordPress%2C%20a%20powerful%20blogging%20platform%20has%20seen%20a%20huge%20development%20with%20growing%20technologies%2C%20large%20number%20of%20users%20and%20many%20innovative%20features%20in%20recent%20years%20and%20to%20grow%20with%20WordPress%2C%20we%20also%20need%20to%20fine%20tune%20those%20skills.%20It%20is%20practically%20not%20possible%20to%20remember%20everything%20through%20programs&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Ultimate+Roundup+of+35%2B+WordPress+CMS+Plugins&amp;link=http://www.afiffattouh.com/2010/10/08/ultimate-roundup-of-35-wordpress-cms-plugins/&amp;notes=WordPress%2C%20a%20powerful%20blogging%20platform%20has%20seen%20a%20huge%20development%20with%20growing%20technologies%2C%20large%20number%20of%20users%20and%20many%20innovative%20features%20in%20recent%20years%20and%20to%20grow%20with%20WordPress%2C%20we%20also%20need%20to%20fine%20tune%20those%20skills.%20It%20is%20practically%20not%20possible%20to%20remember%20everything%20through%20programs&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Ultimate+Roundup+of+35%2B+WordPress+CMS+Plugins&amp;link=http://www.afiffattouh.com/2010/10/08/ultimate-roundup-of-35-wordpress-cms-plugins/&amp;notes=WordPress%2C%20a%20powerful%20blogging%20platform%20has%20seen%20a%20huge%20development%20with%20growing%20technologies%2C%20large%20number%20of%20users%20and%20many%20innovative%20features%20in%20recent%20years%20and%20to%20grow%20with%20WordPress%2C%20we%20also%20need%20to%20fine%20tune%20those%20skills.%20It%20is%20practically%20not%20possible%20to%20remember%20everything%20through%20programs&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Ultimate+Roundup+of+35%2B+WordPress+CMS+Plugins&amp;link=http://www.afiffattouh.com/2010/10/08/ultimate-roundup-of-35-wordpress-cms-plugins/&amp;notes=WordPress%2C%20a%20powerful%20blogging%20platform%20has%20seen%20a%20huge%20development%20with%20growing%20technologies%2C%20large%20number%20of%20users%20and%20many%20innovative%20features%20in%20recent%20years%20and%20to%20grow%20with%20WordPress%2C%20we%20also%20need%20to%20fine%20tune%20those%20skills.%20It%20is%20practically%20not%20possible%20to%20remember%20everything%20through%20programs&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=Ultimate+Roundup+of+35%2B+WordPress+CMS+Plugins&amp;link=http://www.afiffattouh.com/2010/10/08/ultimate-roundup-of-35-wordpress-cms-plugins/&amp;notes=WordPress%2C%20a%20powerful%20blogging%20platform%20has%20seen%20a%20huge%20development%20with%20growing%20technologies%2C%20large%20number%20of%20users%20and%20many%20innovative%20features%20in%20recent%20years%20and%20to%20grow%20with%20WordPress%2C%20we%20also%20need%20to%20fine%20tune%20those%20skills.%20It%20is%20practically%20not%20possible%20to%20remember%20everything%20through%20programs&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.shareaholic.com/api/share/?title=Ultimate+Roundup+of+35%2B+WordPress+CMS+Plugins&amp;link=http%3A%2F%2Fwww.afiffattouh.com%2F2010%2F10%2F08%2Fultimate-roundup-of-35-wordpress-cms-plugins%2F&amp;notes=WordPress%2C%20a%20powerful%20blogging%20platform%20has%20seen%20a%20huge%20development%20with%20growing%20technologies%2C%20large%20number%20of%20users%20and%20many%20innovative%20features%20in%20recent%20years%20and%20to%20grow%20with%20WordPress%2C%20we%20also%20need%20to%20fine%20tune%20those%20skills.%20It%20is%20practically%20not%20possible%20to%20remember%20everything%20through%20programs&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=78&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.shareaholic.com/api/share/?title=Ultimate+Roundup+of+35%2B+WordPress+CMS+Plugins&amp;link=http://www.afiffattouh.com/2010/10/08/ultimate-roundup-of-35-wordpress-cms-plugins/&amp;notes=WordPress%2C%20a%20powerful%20blogging%20platform%20has%20seen%20a%20huge%20development%20with%20growing%20technologies%2C%20large%20number%20of%20users%20and%20many%20innovative%20features%20in%20recent%20years%20and%20to%20grow%20with%20WordPress%2C%20we%20also%20need%20to%20fine%20tune%20those%20skills.%20It%20is%20practically%20not%20possible%20to%20remember%20everything%20through%20programs&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=236&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.afiffattouh.com/2010/10/08/ultimate-roundup-of-35-wordpress-cms-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugins to Power-Up Your WordPress Installation</title>
		<link>http://www.afiffattouh.com/2010/09/26/plugins-to-power-up-your-wordpress-installation/</link>
		<comments>http://www.afiffattouh.com/2010/09/26/plugins-to-power-up-your-wordpress-installation/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 17:49:22 +0000</pubDate>
		<dc:creator>Afif Fattouh</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.afiffattouh.com/?p=7939</guid>
		<description><![CDATA[<a href="http://www.afiffattouh.com/2010/09/26/plugins-to-power-up-your-wordpress-installation/"><img align="left" hspace="5" width="150" src="http://line25.com/wp-content/uploads/2010/wordpress-plugins/akismet.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>WordPress is a fantastic, easy to install application that’s packed full of useful features. It’s all ready to rock straight out of the box, but there’s a few easy customisations you can make with a cocktail of plugins that will enhance the functionality as well as offer crucial protection. This is my collection of post-install [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org">WordPress</a> is a fantastic, easy to install application that’s packed full of useful features. It’s all ready to rock straight out of the box, but there’s a few easy customisations you can make with a cocktail of plugins that will enhance the functionality as well as offer crucial protection. This is my collection of post-install plugins that I immediately add to every WordPress install I work on – There’s no fancy gallery plugins here, just back-to-basics additions to improve speed, SEO and security.</p>
<p><span> </span></p>
<h3>Akismet</h3>
<p><a href="http://akismet.com/"><img src="http://line25.com/wp-content/uploads/2010/wordpress-plugins/akismet.jpg" alt="" /></a></p>
<p>Akismet is so crucial to a WordPress blog it even comes pre-installed. All you need to do is sign up for an API key from WordPress.com in order to activate the plugin.</p>
<h4>What does it do?</h4>
<p>Akismet works on the front line in the battle against spam. It picks out spammy comments from your blog and helps protect your site against those pesky spam bots.</p>
<p><a href="http://wordpress.org/extend/plugins/akismet/">Download the plugin</a></p>
<h3>All in One SEO Pack</h3>
<p><a href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/"><img src="http://line25.com/wp-content/uploads/2010/wordpress-plugins/all-in-one-seo-pack.jpg" alt="" /></a></p>
<p>Changing your Permalink structure is the first step you should take to a more optimised blog. The second step is to install the All in One SEO pack to allow complete customisation of every post and page to squeeze out the best search optimisation you can.</p>
<h4>What does it do?</h4>
<p>The All in One SEO pack makes a few important SEO improvements to your WordPress blog, such as canonical URL redirection and reconfiguration of page titles. More importantly it gives you complete control over the page title, meta description and keywords for every post and page so you can completely optimise your site.</p>
<p><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">Download the plugin</a></p>
<h3>Google XML Sitemaps</h3>
<p><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/"><img src="http://line25.com/wp-content/uploads/2010/wordpress-plugins/google-xml-sitemaps.jpg" alt="" /></a></p>
<p>After settings up your permalinks and installing the All in One SEO pack, all that’s left to do to completely SEO’ify your blog is to provide the Googlebots a sitemap to feast on. The Google XML Sitemaps plugin does exactly what it says on the tin…</p>
<h4>What does it do?</h4>
<p>The Google XML Sitemaps plugin creates and regenerates an XML based sitemap file that lists every page of your site in order of popularity. This allows the bots to easily crawl your pages, as well as quickly update changed pages in the search index.</p>
<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Download the plugin</a></p>
<h3>Login Lockdown</h3>
<p><a href="http://www.bad-neighborhood.com/login-lockdown.html"><img src="http://line25.com/wp-content/uploads/2010/wordpress-plugins/login-lockdown.jpg" alt="" /></a></p>
<p>Brute force attacks are one of the most common ways blogs are hacked. One way to protect against this is with the Login Lockdown plugin, which provides a sturdy security wall between your site and the bad people by limiting the number of login attempts and blocking out IPs that exceed this set amount.</p>
<h4>What does it do?</h4>
<p>The Login Lockdown can be configured to allow X number of login retries. Once these retries have been exceeded, that particular IP will be locked out for a period of time (also configurable). The plugin also allows you to mask login errors, so WordPress will no longer give hackers a clue if they correctly guessed your username.</p>
<p><a href="http://wordpress.org/extend/plugins/login-lockdown/">Download the plugin</a></p>
<h3>W3 Total Cache</h3>
<p><a href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/"><img src="http://line25.com/wp-content/uploads/2010/wordpress-plugins/w3-total-cache.jpg" alt="" /></a></p>
<p>I’ve played around with just about every caching plugin out there, but W3 Total Cache definitely gets my recommendation. Caching is one of the most important additions to any WordPress blog. The W3 Total Cache plugin not only provides page caching, but also has database caching, object caching and a minify system built right in – All with customisable options.</p>
<h4>What does it do?</h4>
<p>W3 Total Cache speeds up your WordPress site by caching pages. Instead of WordPress making multiple calls to the server upon every visit, it displays a ready-made static file or reuses queries from the cache. This provides a huge speed increase and eases the load on your web server.</p>
<p><a href="http://wordpress.org/extend/plugins/w3-total-cache/">Download the plugin</a></p>
<h3>WP-DBManager</h3>
<p><a href="http://lesterchan.net/portfolio/programming/php/#wp-dbmanager"><img src="http://line25.com/wp-content/uploads/2010/wordpress-plugins/wp-dbmanager.jpg" alt="" /></a></p>
<p>Regularly taking backups of your WordPress database is as important as remembering breathe. There’s a good selection of ‘scheduled backup’ plugins out there, but my favourite is WP-DBManager. Not only does this plugin provide useful scheduling options, but it also allows you to browse, restore and optimize your database directly in WordPress.</p>
<h4>What does it do?</h4>
<p>WP-DBManager allows you to browse your database tables, restore existing backups, automatically optimize your database and set regular scheduled backups at interval of hours, days or months.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-dbmanager/">Download the plugin</a></p>
<h3>WP Smush.it</h3>
<p><a href="http://dialect.ca/code/wp-smushit/"><img src="http://line25.com/wp-content/uploads/2010/wordpress-plugins/wp-smushit.jpg" alt="" /></a></p>
<p>The images you upload to your WordPress blog will account for a large portion of the load your server deals with. Smushing these images strips out the meta data, optimizes compression and removes unused colours from JPEG, GIF and PNG files, which in turn reduced their size by a couple of percent. This change isn’t huge on a per-file basis, but it all adds up when calculated across the whole site!</p>
<h4>What does it do?</h4>
<p>WP Smush.it automatically sends all the images you upload via the WordPress media uploader through the Smush.it API to optimize the images. You can even go back and Smush all your existing images using the handy button in the media browser.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-smushit/">Download the plugin</a></p>


<div class="shr-bookmarks shr-bookmarks-spaced shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-facebook">
			<a href="http://www.shareaholic.com/api/share/?title=Plugins+to+Power-Up+Your+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/09/26/plugins-to-power-up-your-wordpress-installation/&amp;notes=WordPress%20is%20a%20fantastic%2C%20easy%20to%20install%20application%20that%E2%80%99s%20packed%20full%20of%20useful%20features.%20It%E2%80%99s%20all%20ready%20to%20rock%20straight%20out%20of%20the%20box%2C%20but%20there%E2%80%99s%20a%20few%20easy%20customisations%20you%20can%20make%20with%20a%20cocktail%20of%20plugins%20that%20will%20enhance%20the%20functionality%20as%20well%20as%20offer%20crucial%20protection.%20Th&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Plugins+to+Power-Up+Your+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/09/26/plugins-to-power-up-your-wordpress-installation/&amp;notes=WordPress%20is%20a%20fantastic%2C%20easy%20to%20install%20application%20that%E2%80%99s%20packed%20full%20of%20useful%20features.%20It%E2%80%99s%20all%20ready%20to%20rock%20straight%20out%20of%20the%20box%2C%20but%20there%E2%80%99s%20a%20few%20easy%20customisations%20you%20can%20make%20with%20a%20cocktail%20of%20plugins%20that%20will%20enhance%20the%20functionality%20as%20well%20as%20offer%20crucial%20protection.%20Th&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.shareaholic.com/api/share/?title=Plugins+to+Power-Up+Your+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/09/26/plugins-to-power-up-your-wordpress-installation/&amp;notes=WordPress%20is%20a%20fantastic%2C%20easy%20to%20install%20application%20that%E2%80%99s%20packed%20full%20of%20useful%20features.%20It%E2%80%99s%20all%20ready%20to%20rock%20straight%20out%20of%20the%20box%2C%20but%20there%E2%80%99s%20a%20few%20easy%20customisations%20you%20can%20make%20with%20a%20cocktail%20of%20plugins%20that%20will%20enhance%20the%20functionality%20as%20well%20as%20offer%20crucial%20protection.%20Th&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=88&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Plugins+to+Power-Up+Your+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/09/26/plugins-to-power-up-your-wordpress-installation/&amp;notes=WordPress%20is%20a%20fantastic%2C%20easy%20to%20install%20application%20that%E2%80%99s%20packed%20full%20of%20useful%20features.%20It%E2%80%99s%20all%20ready%20to%20rock%20straight%20out%20of%20the%20box%2C%20but%20there%E2%80%99s%20a%20few%20easy%20customisations%20you%20can%20make%20with%20a%20cocktail%20of%20plugins%20that%20will%20enhance%20the%20functionality%20as%20well%20as%20offer%20crucial%20protection.%20Th&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-gmail">
			<a href="http://www.shareaholic.com/api/share/?title=Plugins+to+Power-Up+Your+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/09/26/plugins-to-power-up-your-wordpress-installation/&amp;notes=WordPress%20is%20a%20fantastic%2C%20easy%20to%20install%20application%20that%E2%80%99s%20packed%20full%20of%20useful%20features.%20It%E2%80%99s%20all%20ready%20to%20rock%20straight%20out%20of%20the%20box%2C%20but%20there%E2%80%99s%20a%20few%20easy%20customisations%20you%20can%20make%20with%20a%20cocktail%20of%20plugins%20that%20will%20enhance%20the%20functionality%20as%20well%20as%20offer%20crucial%20protection.%20Th&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.shareaholic.com/api/share/?title=Plugins+to+Power-Up+Your+WordPress+Installation&amp;link=http%3A%2F%2Fwww.afiffattouh.com%2F2010%2F09%2F26%2Fplugins-to-power-up-your-wordpress-installation%2F&amp;notes=WordPress%20is%20a%20fantastic%2C%20easy%20to%20install%20application%20that%E2%80%99s%20packed%20full%20of%20useful%20features.%20It%E2%80%99s%20all%20ready%20to%20rock%20straight%20out%20of%20the%20box%2C%20but%20there%E2%80%99s%20a%20few%20easy%20customisations%20you%20can%20make%20with%20a%20cocktail%20of%20plugins%20that%20will%20enhance%20the%20functionality%20as%20well%20as%20offer%20crucial%20protection.%20Th&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=78&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.shareaholic.com/api/share/?title=Plugins+to+Power-Up+Your+WordPress+Installation&amp;link=http://www.afiffattouh.com/2010/09/26/plugins-to-power-up-your-wordpress-installation/&amp;notes=WordPress%20is%20a%20fantastic%2C%20easy%20to%20install%20application%20that%E2%80%99s%20packed%20full%20of%20useful%20features.%20It%E2%80%99s%20all%20ready%20to%20rock%20straight%20out%20of%20the%20box%2C%20but%20there%E2%80%99s%20a%20few%20easy%20customisations%20you%20can%20make%20with%20a%20cocktail%20of%20plugins%20that%20will%20enhance%20the%20functionality%20as%20well%20as%20offer%20crucial%20protection.%20Th&amp;short_link=&amp;shortener=bitly&amp;shortener_key=afiffattouh|R_fc1b634bfa3a187f0081885b36f65e36&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=236&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.afiffattouh.com/2010/09/26/plugins-to-power-up-your-wordpress-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

