<?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>CSSReflex &#187; Plugins</title>
<atom:link href="http://www.cssreflex.com/plugins/feed/" rel="self" type="application/rss+xml" />
<link>http://www.cssreflex.com</link>
<description>The CSSReflex blog covers all of Tutorials, Design News, Web Development, Showcases, Freebies, WordPress Tutorials And Blogger Templates.</description>
<lastBuildDate>Fri, 03 Feb 2012 13:23:02 +0000</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<item>
<title>Tips to Make WordPress Website more Secured from Hackers</title>
<link>http://www.cssreflex.com/2012/01/tips-wordpress-website-secured-hackers.html/</link>
<comments>http://www.cssreflex.com/2012/01/tips-wordpress-website-secured-hackers.html/#comments</comments>
<pubDate>Thu, 12 Jan 2012 16:21:40 +0000</pubDate>
<dc:creator>Mark Wilston</dc:creator>
<category>
<![CDATA[WordPress]]>
</category>
<category>
<![CDATA[Hack]]>
</category>
<category>
<![CDATA[Plugins]]>
</category>
<category>
<![CDATA[Security]]>
</category>
<category>
<![CDATA[Tips]]>
</category>
<guid isPermaLink="false">http://www.cssreflex.com/?p=7051</guid>
<description>
<![CDATA[Web applications are not perfect. They can be easily manipulated and misused. A technology is nothing but just a tool, and it all depends on the minds operating these tools. WordPress is perhaps the most adored and preferred customized open source CMS for the purpose of website development. A pool of over 60,000 million users...]]>
</description>
<content:encoded>
<![CDATA[<p>Web applications are not perfect. They can be easily manipulated and misused. A technology is nothing but just a tool, and it all depends on the minds operating these tools. <a title="10 KickAss Infographics About WordPress" href="http://www.cssreflex.com/2011/12/10-wordpress-infographics.html/">WordPress</a> is perhaps the most adored and preferred customized open source CMS for the purpose of website development. A pool of over 60,000 million users employs WordPress to connect to the virtual world.</p>
<p><img class="alignnone size-full wp-image-7060" title="tips-hacking-wordpress" src="http://www.cssreflex.com/wp-content/uploads/2012/01/tips-hacking-wordpress.jpg" alt="tips-hacking-wordpress" width="600" height="298" /></p>
<p>However hackers have found there way through the WordPress <a title="10 Outstanding Open Source Content Management Systems (CMS)" href="http://www.cssreflex.com/2009/02/10-outstanding-open-source-content-management-systems-cms.html/" target="_blank">CMS</a> and have reduced efforts of many WordPress users, The security concerns have always revolved around the WordPress, and loyalists of other open source technologies have often reprimanded the use of WordPress CMS because of the same reason. Though WordPress offers an in-built security system against the spams (Akismet), the WordPress users may have to work a little extra hard and bit more cleverly to maintain the security of their WordPress powered websites.</p>
<p>The write up further comprises of detailed description of various tips which users can practice in order to keep their website safe against the hackers. It will also help in opposing the harm caused by other non human entities like PC&#8217;s or robots. Furthermore, the article also elaborates upon using a few WordPress generated Plug-ins in order to keep the WordPress website and blog safe and secure.</p>
<h2>Update your website on a regular basis.</h2>
<p>The WordPress community is maintained by fervent WordPress developers across the globe, and time to time they come up with the latest updates for your WordPress powered website or blog. It is mandatory for you to keep your website updated with all the latest features. WordPress developers work hard to maintain the security of your website, and by constantly updating it, you move a step closer towards the security of your website. Updating has added advantages as well. When you update your website, it facilitates your website to run better and make a lot many more plug-ins compatible with your website or blog thus adding to the scope and functionality of your website. Besides, updating your WordPress website is not at all a tedious process. It is very convenient and your entire data will be saved before updating the website, and it only takes a few seconds to perform the entire task. There are two options available to update your website. You may do it either from your dashboard or in case you wish to do it manually, use no site other than WordPress.org.</p>
<h2>Select a strong Password.</h2>
<p>Password is the key to your entire hard work in the virtual world. Anyone who has been around the Internet scenario for sometime now knows this as a basic rule to choose a unique and unpredictable password for the website or the blog. It should be a complete “NO” to select date of births, name of children, spouse, parents, best friends etc as password. While selecting a password include both small and capital case alphabets, a number and etc to make it impossible for people to guess your password.</p>
<h2>Carefully check the entire file permission</h2>
<p>One of the intelligent steps which you can take to secure your WordPress website is keep a constant check on the file permissions. The file permissions can be established with the FTP clients and FileZilla is another functional option to carry out the same.</p>
<h2>Use .htaccess</h2>
<p>The .htaccess file is available by default in your hosting folder. It stands for Hypertext Access and is used to get an easy access to directory level configuration files and be able to manage the web server configurations at a decentralized level. You can use .htaccess to block various IP adresses. Various other SEO and security advantages of .htaccess are offered in through the following tricks: Canonical robots.txt, Canonical Favicons, Canonical Sitemaps, Canonical Category, Tag &amp; Search URLs, Canonical Feeds and Simpler Login URL. Canonicalization means being able to keep the useful and functional bots on tracks, chck any sort of illegitimate behavior and offer a user friendly experience to every user.</p>
<h2>Use SSL Encryption</h2>
<p>The SSL Encryption in general is a paid service that you receive in order to safeguard the data that your blog exhibits. An encrypted data means that no other person who is using your router will be able to intercept the data which belongs to you. The advantage with WordPress is that SSL encryption is for free here and you can avail the benefits of the same just by adding “define (‘FORCE_SSL_ADMIN’, true)” into your wp-config.php. SSL Encryption makes it really difficult for others to both intercept and decrypt your data.</p>
<h2>Never expose the wp-config.php file:</h2>
<p>Your WordPress powered website will not have a more important file than wp-config,php and hence you must safeguard it against all odds. Keep it out of reach from and you can easily do the same by inserting doing a little coding in the htaccess file,<br />
&lt;Files wp-config.php&gt;<br />
order allow, deny<br />
deny from all<br />
&lt;/Files&gt;<br />
it increases the security of your blog or website by hiding it away from the reach of hackers or such illegal entities who mean harm.</p>
<h2>Remember “admin” shouldn&#8217;t be the “login”</h2>
<p>Be a little creative while deciding a login name. Mostly people put the “admin” as the login name while creating the default WordPress profile. It is perhaps one of the bad practices people do and has the potential to get your website being noticed by spammers and other non human entities like robots etc.</p>
<h2>Use an SFTP</h2>
<p>Instead of uploading files through FTP, try using a secured version of FTP, SFTP which automatically encrypts whatever files that you send.</p>
<h2>Back-up on a regular basis</h2>
<p>We live in a very uncertain world where anything may turn around, any problem can creep up any moment and such stuff may happen which we could never imagine. So the most wise thing to do, would be to maintain a regular back up of your website. There is WordPress available plug-in called the Backup Buddy which easily creates a back up for your website if you don&#8217;t wish to do it manually.</p>
<p>There are plug-ins also which are being provided to the users, to easily safeguard their WordPress web application. Some of these plug-ins are discussed below in the write-up,</p>
<h2><strong>Plug-ins for securing WordPress based websites</strong></h2>
<p>Use only those plug-ins which belongs to the original WordPress Directory:<br />
Before getting started with the use of Plug-ins, always opt for only those Plug-ins which have been listed in the WordPress directory. Though we do not intent to run down the customized plug-in installation, the fundamental reason behind using WordPress Plug-ins only is the fact that they are completely safe, doesn&#8217;t contain any viruses or bugs and will do no harm to your website. If you are not much of a technical person and do not understand PHP, it will be a good idea to stick to WordPress generated Plug-ins.</p>
<h2>Login Lockdown</h2>
<p>This plug-in takes it upon itself to lock the number of login attempts a user can make. More often than not, a hacker may try several various options while guessing the password. If you have enabled Login Lockdown, you will be able to check that out. Login Lockdown takes into consideration every failed login attempt and IP address from where the request was made. Also it disables the ability to login from different IP if the failed login attempts increased beyond the number stipulated by you. However the admin panel allows you to remove the IP address</p>
<p>if required, from the admin panel. The only requirement before using Login Lockdown, is the simple fact that you would have to remember your own password, else even you will be locked down.</p>
<h2>WP-DB-Backup</h2>
<p>This plug-in solve all of your back up related problems. It is very essential to maintain a back up of all of the data base for the website and this plug-in provides efficient back up of the data base, either on your e-mail account or on the web server. You have the liberty to adjust how often you wish the plug-in to generate the back up of your data base.</p>
<h2>WP Security Scan</h2>
<p>WP Security Scan helps you keeping your website protected against the hackers and other attackers, simply removing the version of WordPress from the top of each page. It is other wise very difficult to remove the version number from header section of the <a title="10 Great Websites To Learn PHP" href="http://www.cssreflex.com/2011/11/websites-learn-php.html/" target="_blank">PHP</a>, but WP Security Scan does it seamlessly. It is important for you to remove the version number because once the hackers know the version of your WordPress website, they would know what all security issues you have with your website and they will manipulate the same for their own advantage.</p>
<p>WordPress, though is a widely used and preferred customized content management system for a website, but since the very beginning the security concerns have haunted it. Because of the amazing functionalities that WordPress offer, it is an undeniable option to create a website, but waking up one day and finding out that the web application has been hacked and all the useful information is lost, is definitely not a pretty sight. As they say better safe than worried, thus employ all the above mentioned tips and make sure that your WordPress website is safe and protected.</p>
]]>
</content:encoded>
<wfw:commentRss>http://www.cssreflex.com/2012/01/tips-wordpress-website-secured-hackers.html/feed/</wfw:commentRss>
<slash:comments>2</slash:comments>
</item>
<item>
<title>Top 15 Plugins For Optimizing Your WP Site</title>
<link>http://www.cssreflex.com/2012/01/top-15-plugins-optimizing-wp-site.html/</link>
<comments>http://www.cssreflex.com/2012/01/top-15-plugins-optimizing-wp-site.html/#comments</comments>
<pubDate>Fri, 06 Jan 2012 06:09:49 +0000</pubDate>
<dc:creator>PeyoPeev</dc:creator>
<category>
<![CDATA[WordPress]]>
</category>
<category>
<![CDATA[Optimization]]>
</category>
<category>
<![CDATA[Plugins]]>
</category>
<category>
<![CDATA[SEO]]>
</category>
<category>
<![CDATA[Top]]>
</category>
<guid isPermaLink="false">http://www.cssreflex.com/?p=7025</guid>
<description>
<![CDATA[Optimizing your site is the most important thing you need to do. Doing so will assure the well-arranged and approachable content of your blog. Plugins are among the most preferred applications used for the purpose of SEO optimization. There are many plugins and they cover the wide range of tasks required for successful SEO campaign....]]>
</description>
<content:encoded>
<![CDATA[<p><img class="alignnone size-full wp-image-7034" title="top-wordpress-plugins" src="http://www.cssreflex.com/wp-content/uploads/2012/01/top-wordpress-plugins.jpg" alt="" width="600" height="394" /></p>
<p>Optimizing your site is the most important thing you need to do. Doing so will assure the well-arranged and approachable content of your blog. Plugins are among the most preferred applications used for the purpose of SEO optimization. There are many plugins and they cover the wide range of tasks required for successful SEO campaign. Here are listed the top 15 that will help you achieve that.<strong> </strong></p>
<h2><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in one SEO Pack</a></h2>
<p>Many website owners refer to this plugin as one of the most helpful. All in one SEO Pack is easy to use plugin that will add meta tags, optimize your post titles and as overall help your blog to avoid duplicate content. Also important is that you can manually adjust the meta data such as keywords, titles and descriptions for every page and post on your site.</p>
<h2><a href="http://urbangiraffe.com/plugins/headspace2/">HeadSpace2</a></h2>
<p>This plugin is also a good helper for the site owners. You can handle the meta data and many other various SEO tasks. Tagging your posts, writing descriptions and creating SEO friendly titles – all this results improved ranking of the page and increased relevance on search engines. There are many other features that allow you wide customization of the pages. The multiple languages make this plugin widely used.</p>
<h2><a href="http://easywpseoplugin.com/">Easy WP SEO</a></h2>
<p>It is a SEO plugin which is very effective and keyword related, helping for the On-Page optimization. The main tasks are related to managing of the keywords as follow: calculating the density of the keywords, analyzing the tags, making SEO friendly keywords. You can see the score of your pages and posts – a task that would usually take you a lot of time. The plugin makes suggestions for changes that have to be made thus improving the performance of your website and making it more visible for the search engines.</p>
<h2><a href="http://wordpress.org/extend/plugins/seo-image/">SEO Friendly Images</a></h2>
<p>The proper ALT and TITLE tags on pictures are crucial for the better acceptance of the search engines. This plugin will help you to optimize all your images and to make them friendlier in the perspective of SEO. This plugin will not only help your pages to rank better, but you can rank with your pictures in places such as Google Images.</p>
<h2><a href="http://wordpress.org/extend/plugins/platinum-seo-pack/">Platinum SEO plugin</a></h2>
<p>It is a good SEO plugin offering a lot of features that can be helpful in the improvement process of your website. The features start from optimizing the posts and pages, auto generating meta tags, adding automatic 301 redirects for changed permalinks and many more.</p>
<h2><a href="http://www.bestseopluginforwordpress.com/pingback-optimizer.html">Pingback Optimizer</a></h2>
<p>Backlinks are important part of your website optimization. Many blogs pingbacks and trackbacks, these types of notifications are when another site linked to yours. Usually they remain unnoticed by the search engines but if you treat them properly they can work for you. Pingback Optimizer is plugin that places the trackbacks and pingbacks in RSS feeds, which are submitted in RSS directories. The directories in their turn link to the url of you trackback or pingback and enhances the ranking on search engines.</p>
<h2><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps</a></h2>
<p>XML sitemaps are used by Bing, Google, Ask, Yahoo and etc. Creating sitemaps will make the crawling task much easier for the search engine bots. The better structure of your website ensures that the information will be distributed better. It is a good way to notify the search engines about every new post on your site. The option to rebuild the sitemap manually in case of errors or problems remains.</p>
<h2><a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/">Sitemap Generator</a></h2>
<p>If you are looking for a way to make widely customizable WordPress sitemap then this is the plugin for you. You can choose what to include and what not to with the help of the multi-level permalinks, categories and pages.</p>
<h2><a href="http://wordpress.org/extend/plugins/seo-slugs/">SEO Slugs</a></h2>
<p>If you have long file names that are assigned to your blog posts for example website.com/how-to-find-solutions-for-your-website, this is called a slug. SEO Slugs removes the commonly used words ( like, you, how ,the and etc. ) and in this way makes the posts friendlier to the search engines.</p>
<h2><a href="http://wordpress.org/extend/plugins/seo-title-tag/">SEO Title Tag</a></h2>
<p>Useful plugin that allows you to generate custom title tags, also you can define title tags for pages with error 404. The option to edit slugs and title tags all over the site make this plugin very helpful.</p>
<h2><a href="http://wordpress.org/extend/plugins/automatic-seo-links/">Automatic SEO links</a></h2>
<p>This plugin can help you to link words or phrases that you desire. When you set word or phrase, the Automatic SEO links changes all the matches over the website. You can also customize the target, the title and the relevance for every link, and change the status to no-follow.</p>
<h2><a href="http://wordpress.org/extend/plugins/seo-automatic-links/">SEO Smart links</a></h2>
<p>The usage of this plugin will automatically link keywords and phrases on your site to relevant categories, posts and pages that are also on your site. You can setup keywords and match urls to then, also adding no-follow attribute.</p>
<h2><a href="http://www.linksback.org/wordpress/wordpress-plugins/wp-backlinks-wordpress-plugin/">WP Backlinks</a></h2>
<p>Link exchange is now very simple task thanks to this plugin. Upon installation, a small form is generated on the sidebar of your site. This form allows other bloggers and web masters to submit link to your site in exchange for link on their. WP Backlinks searches the web master site and one it finds reciprocal link – the link exchange is successful.</p>
<h2><a href="http://wordpress.org/extend/plugins/robots-meta/">Robots Meta</a></h2>
<p>The plugin provides you with the opportunity to set no-index to feeds and the index of pages, posts and archives. It is quite useful for setting no-index attribute to great range of content.</p>
<h2><a href="http://wordpress.org/extend/plugins/seo-rank-reporter/">SEO Rank Reporter</a></h2>
<p>It is simple and very useful plugin that tracks your keywords in Google rankings and on every 3 days you receive report. This is useful to summarize the traffic flow in your site and helpful when you are trying new techniques. You will be notified with emails for any major changes in the ranks.</p>
]]>
</content:encoded>
<wfw:commentRss>http://www.cssreflex.com/2012/01/top-15-plugins-optimizing-wp-site.html/feed/</wfw:commentRss>
<slash:comments>3</slash:comments>
</item>
<item>
<title>16 Useful Twitter Plugins for WordPress</title>
<link>http://www.cssreflex.com/2011/10/twitter-plugins-wordpress.html/</link>
<comments>http://www.cssreflex.com/2011/10/twitter-plugins-wordpress.html/#comments</comments>
<pubDate>Sat, 29 Oct 2011 14:21:24 +0000</pubDate>
<dc:creator>Abdullah</dc:creator>
<category>
<![CDATA[Other]]>
</category>
<category>
<![CDATA[Plugins]]>
</category>
<category>
<![CDATA[Social Media]]>
</category>
<category>
<![CDATA[Twitter]]>
</category>
<category>
<![CDATA[WordPress]]>
</category>
<guid isPermaLink="false">http://www.cssreflex.com/?p=5031</guid>
<description>
<![CDATA[In this post I&#8217;d like to share 16 Awesome Useful Twitter Plugins for WordPress. Twitter is one the most popular social media sites which can be very useful with the following plugins for WordPress. 1. TwitPic This plugin displays your latest pictures from TwitPic in the sidebar of your blog. 2. Tweet Old Post Tweet...]]>
</description>
<content:encoded>
<![CDATA[<p>In this post I&#8217;d like to share 16 Awesome Useful <strong>Twitter Plugins</strong> for <strong>WordPress</strong>. Twitter is one the most popular social media sites which can be very useful with the following plugins for WordPress.</p>
<h2><strong>1. TwitPic</strong></h2>
<p><a href="http://wordpress.org/extend/plugins/twitpic/"><img class="alignnone size-full wp-image-5032" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-twitpic.jpg" alt="Useful Twitter Plugins for WordPress-twitpic" width="600" height="250" /></a></p>
<p>This plugin displays your latest pictures from TwitPic in the sidebar of your blog.</p>
<h2>2. <strong>Tweet Old Post</strong></h2>
<p><a href="http://wordpress.org/extend/plugins/tweet-old-post/"><img class="alignnone size-full wp-image-5034" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-tweetpost.jpg" alt="Useful Twitter Plugins for WordPress-tweetpost" width="600" height="250" /></a></p>
<p>Tweet Old Posts randomly picks your older post based on the interval specified by you. The primary use of this plugin is to promote older blog posts by tweeting about them and getting more traffic.</p>
<h2>3. TwitterCounter</h2>
<p><a href="http://wordpress.org/extend/plugins/twittercounter/"><img class="alignnone size-full wp-image-5035" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-tweetcounter.jpg" alt="Useful Twitter Plugins for WordPress-tweetcounter" width="600" height="250" /></a></p>
<p>Using this plugin, you can integrate TwitterCounter.com badges on your blog that show the number of followers you have on Twitter.</p>
<h2>4. Twitter Tools</h2>
<p><a href="http://wordpress.org/extend/plugins/twitter-tools/"><img class="alignnone size-full wp-image-5036" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-tweetertools.jpg" alt="Useful Twitter Plugins for WordPress-tweetertools" width="600" height="250" /></a></p>
<p>Twitter Tools is a useful WordPress plugins with several functions. If you have a Twitter account, these plugins tools directly twits the content to the relevant account. Twitter Tools is uniquely different from other Twitter plugins for WordPress. It uses a certain application to cut the URL’s short, add a hash tags and to post a regular and weekly updates of what other twits on your blogs and contents.</p>
<h2>5. <strong>Twitter Feed for WordPres</strong>s</h2>
<p><a href="http://wordpress.org/extend/plugins/wp-twitter-feed/"><img class="alignnone size-full wp-image-5038" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-tweeterfeeds.jpg" alt="Useful Twitter Plugins for WordPress-tweeterfeeds" width="600" height="250" /></a></p>
<p>The WordPress Twitter Feed Plugin lets you simply output any user’s tweets into your WordPress page, template or sidebar. You can customize the username, number of tweets, and style of output.</p>
<h2>6. TwitterLink Comments</h2>
<p><a href="http://wordpress.org/extend/plugins/twitterlink-comments/"><img class="alignnone size-full wp-image-5039" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-twitterlinkcomments.jpg" alt="Useful Twitter Plugins for WordPress-twitterlinkcomments" width="600" height="250" /></a></p>
<p>This plugin will add an extra field to your comment form so a user can add their Twitter username. A user configured ‘follow me’ link is then displayed along with their details on all their comments.</p>
<h2>7. WP to Twitter</h2>
<p><a href="http://wordpress.org/extend/plugins/wp-to-twitter/"><img class="alignnone size-full wp-image-5040" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-wptotwitter.jpg" alt="Useful Twitter Plugins for WordPress-wptotwitter" width="600" height="250" /></a></p>
<p>The WP-to-Twitter plugin posts a Twitter status update from your WordPress blog using your selected URL shortening service to provide a link back to your post from Twitter.</p>
<h2>8. <strong>Tweetable</strong></h2>
<p><a href="http://wordpress.org/extend/plugins/tweetable/"><img class="alignnone size-full wp-image-5041" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-tweetable.jpg" alt="Useful Twitter Plugins for WordPress-tweetable" width="600" height="250" /></a></p>
<h2>9. Tweet Blender</h2>
<p><a href="http://wordpress.org/extend/plugins/tweet-blender/"><img class="alignnone size-full wp-image-5042" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-tweeterfeeds1.jpg" alt="Useful Twitter Plugins for WordPress-tweeterfeeds" width="600" height="250" /></a></p>
<p>Provides several Twitter widgets: show your own tweets, show tweets relevant to post’s tags, show tweets for Twitter lists, show tweets for hashtags and more.</p>
<h2>10. Simple Twitter Connect</h2>
<p><a href="http://wordpress.org/extend/plugins/simple-twitter-connect/"><img class="alignnone size-full wp-image-5043" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-tweetterconnect.jpg" alt="Useful Twitter Plugins for WordPress-tweetterconnect" width="600" height="250" /></a></p>
<p>Simple Twitter Connect is a series of plugins that let you add any sort of Twitter functionality you like to a WordPress blog. This lets you have an integrated site without a lot of coding, and still letting you customize it exactly the way you’d like.</p>
<h2>11. HL Twitter</h2>
<p><a href="http://wordpress.org/extend/plugins/hl-twitter/"><img class="alignnone size-full wp-image-5047" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-hltwitter1.jpg" alt="Useful Twitter Plugins for WordPress-hltwitter" width="600" height="250" /></a></p>
<p>HL Twitter lets you display your tweets as a widget in your sidebar or even browse your entire Twitter history right on your blog. But it also does a whole lot more. You can track multiple Twitter accounts and store all of the tweets on your blog indefinitely (currently Twitter only keep your 3,200 most recent tweets) as well as pulling in any tweets that you reply to for future reference</p>
<h2>12. <strong>Topsy Retweet Button</strong></h2>
<p><a href="http://wordpress.org/extend/plugins/topsy/"><img class="alignnone size-full wp-image-5049" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-retweetbutton.jpg" alt="Useful Twitter Plugins for WordPress-retweetbutton" width="600" height="250" /></a></p>
<p>Provides a Twitter retweet button for your posts that shows all tweets, enables retweeting, and adds tweets as comments.</p>
<h2>13. Twitter Goodies</h2>
<p><a href="http://wordpress.org/extend/plugins/twitter-goodies/"><img class="alignnone size-full wp-image-5050" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-twittergoodies.jpg" alt="Useful Twitter Plugins for WordPress-twittergoodies" width="600" height="250" /></a></p>
<p>Official Tweet Button + Twitter Goodies Profile &amp; Search Widget. Plugin shows your tweets on Page/Post/Widget area.</p>
<h2>14. <strong>Twitter Fans</strong></h2>
<p><a href="http://wordpress.org/extend/plugins/twitter-fans/"><img class="alignnone size-full wp-image-5051" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-twitterfans.jpg" alt="Useful Twitter Plugins for WordPress-twitterfans" width="600" height="250" /></a></p>
<p>Twitter Fans lets you display your twitter followers in the sidebar as a widget just like Facebook’s fan widget in appearance.</p>
<h2>15. Twitter Blackbird Pie</h2>
<p><a href="http://wordpress.org/extend/plugins/twitter-blackbird-pie/"><img class="alignnone size-full wp-image-5053" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-twitterblackbirdpie.jpg" alt="Useful Twitter Plugins for WordPress-twitterblackbirdpie" width="600" height="251" /></a></p>
<p>Add awesome looking embedded HTML representations of actual tweets in your blog posts just by adding simple shortcodes.</p>
<h2>16. TweetMeme Button</h2>
<p><a href="http://wordpress.org/extend/plugins/tweetmeme/"><img class="alignnone size-full wp-image-5054" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Useful-Twitter-Plugins-for-WordPress-tweettermemebutton.jpg" alt="Useful Twitter Plugins for WordPress-tweettermemebutton" width="600" height="250" /></a></p>
<p>Easily allows your blog post or page to be retweeted. It provides a live count of how many times your post/page has been retweeted throughout Twitter.</p>
]]>
</content:encoded>
<wfw:commentRss>http://www.cssreflex.com/2011/10/twitter-plugins-wordpress.html/feed/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>Collection Of MooTools Powered Plugins (Free)</title>
<link>http://www.cssreflex.com/2011/10/mootools-powered-wordpress-plugins.html/</link>
<comments>http://www.cssreflex.com/2011/10/mootools-powered-wordpress-plugins.html/#comments</comments>
<pubDate>Fri, 28 Oct 2011 15:43:38 +0000</pubDate>
<dc:creator>Abdullah</dc:creator>
<category>
<![CDATA[Other]]>
</category>
<category>
<![CDATA[Free]]>
</category>
<category>
<![CDATA[Mootools]]>
</category>
<category>
<![CDATA[Plugins]]>
</category>
<guid isPermaLink="false">http://www.cssreflex.com/?p=4431</guid>
<description>
<![CDATA[MooTools (My Object-Oriented Tools) is a lightweight, object-oriented, web-application framework for JavaScript, written in JavaScript. 1. MooPlay – Customize HTML5 Video Player Download 2. Power Tools For Moo Tools Download 3. FancyForm Download 4. Javascript Calendar Based On MooTools Download 5. Form Check Validation Download 6. Gradually – Image Slider Download 7. Skype-Style Buttons Using...]]>
</description>
<content:encoded>
<![CDATA[<p><em>MooTools</em> (My Object-Oriented Tools) is a lightweight, object-oriented, web-<wbr>application framework for JavaScript, written in JavaScript. </wbr></p>
<h2>1. MooPlay – Customize HTML5 Video Player</h2>
<p><a href="http://mooplay.challet.eu/"><img class="alignnone size-full wp-image-4955" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-mooplay.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-mooplay" width="600" height="274" /></a></p>
<p><strong></strong><a href="http://mooplay.challet.eu/" target="_new">Download</a></p>
<h2>2. Power Tools For Moo Tools</h2>
<p><a href="http://cpojer.net/PowerTools/#%21"><img class="alignnone size-full wp-image-4958" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-powertools.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-powertools" width="600" height="265" /></a></p>
<p><strong></strong><a href="http://cpojer.net/PowerTools/#%21" target="_new">Download</a></p>
<h2>3. FancyForm</h2>
<p><a href="http://pub.lipidity.com/fancy-form.zip" target="_blank"><img class="alignnone size-full wp-image-4959" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-fancyform.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-fancyform" width="600" height="250" /></a></p>
<p><a href="http://pub.lipidity.com/fancy-form.zip">Download</a></p>
<h2>4. Javascript Calendar Based On MooTools</h2>
<p><a href="http://www.web3mantra.com/downloads/moogenda.zip"><img class="alignnone size-full wp-image-4964" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-javascriptcalender.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-javascriptcalender" width="600" height="250" /></a></p>
<p><a href="http://www.web3mantra.com/downloads/moogenda.zip">Download</a></p>
<h2>5. Form Check Validation</h2>
<p><a href="http://www.web3mantra.com/downloads/formcheck.gz"><img class="alignnone size-full wp-image-4965" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-formvalidationcheck.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-formvalidationcheck" width="600" height="250" /></a></p>
<p><a href="http://www.web3mantra.com/downloads/formcheck.gz">Download</a></p>
<h2>6. Gradually – Image Slider</h2>
<p><a href="https://github.com/holyshared/Gradually"><img class="alignnone size-full wp-image-4966" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-imageslider.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-imageslider" width="600" height="265" /></a></p>
<p><strong></strong><a href="https://github.com/holyshared/Gradually" target="_new">Download</a></p>
<h2>7. Skype-Style Buttons Using MooTools</h2>
<p><a href="//www.web3mantra.com/downloads/mootools-skype.zip"><img class="alignnone size-full wp-image-4968" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-skypestlyebuttons.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-skypestlyebuttons" width="600" height="250" /></a></p>
<p><a href="http://www.web3mantra.com/downloads/mootools-skype.zip" target="_blank">Download</a></p>
<h2>8. Scroll Gallery</h2>
<p><a href="https://github.com/BMo-design/scrollGallery/"><img class="alignnone size-full wp-image-4972" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-scrollgallery1.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-scrollgallery" width="600" height="263" /></a></p>
<p><a href="https://github.com/BMo-design/scrollGallery/" target="_blank">Download</a></p>
<h2>9. Media Box Advanced</h2>
<p><a href="http://iaian7.com/webcode/mediaboxAdvanced"><img class="alignnone size-full wp-image-4973" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-mediabox.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-mediabox" width="600" height="250" /></a></p>
<p><a href="http://iaian7.com/webcode/mediaboxAdvanced" target="_blank">Download</a></p>
<h2>10. Nivoo Slider – Image Gallery Transition Effects</h2>
<p><a href="http://mootools.net/forge/p/nivoo_slider"><img class="alignnone size-full wp-image-4974" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-nivooslider.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-nivooslider" width="600" height="260" /></a></p>
<p><a href="http://mootools.net/forge/p/nivoo_slider" target="_blank">Download</a></p>
<h2>11. Vista-like Ajax Calendar</h2>
<p><a href="http://www.web3mantra.com/downloads/Ajax-Calendar.zip"><img class="alignnone size-full wp-image-4975" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-ajaxcalender.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-ajaxcalender" width="600" height="250" /></a></p>
<p><a href="http://www.web3mantra.com/downloads/Ajax-Calendar.zip" target="_blank">Download</a></p>
<h2>12. CkEditor – MooTools Adapter</h2>
<p><a href="https://github.com/SunboX/CKEditor-MooTools-adapter#readme"><img class="alignnone size-full wp-image-4979" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-ckeditior3.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-ckeditior" width="600" height="264" /></a></p>
<p><a href="https://github.com/SunboX/CKEditor-MooTools-adapter#readme" target="_blank">Download</a></p>
<h2>13. Custom Missing Image Graphics Using MooTools</h2>
<p><a href="http://davidwalsh.name/custom-missing-image"><img class="alignnone size-full wp-image-4980" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Collection-Of-Mootools-Powered-Plugins-Free-missingimage.jpg" alt="Collection-Of-Mootools-Powered-Plugins-Free-missingimage" width="600" height="250" /></a></p>
<p><a href="http://davidwalsh.name/custom-missing-image" target="_blank">Download</a></p>
]]>
</content:encoded>
<wfw:commentRss>http://www.cssreflex.com/2011/10/mootools-powered-wordpress-plugins.html/feed/</wfw:commentRss>
<slash:comments>0</slash:comments>
</item>
<item>
<title>11 Free Scroll To Top jQuery Plugins</title>
<link>http://www.cssreflex.com/2011/10/free-scroll-to-top-jquery-plugins.html/</link>
<comments>http://www.cssreflex.com/2011/10/free-scroll-to-top-jquery-plugins.html/#comments</comments>
<pubDate>Tue, 25 Oct 2011 16:46:38 +0000</pubDate>
<dc:creator>Abdullah</dc:creator>
<category>
<![CDATA[Web Development]]>
</category>
<category>
<![CDATA[Back to top]]>
</category>
<category>
<![CDATA[jQuery]]>
</category>
<category>
<![CDATA[Plugins]]>
</category>
<category>
<![CDATA[Scroll to top]]>
</category>
<guid isPermaLink="false">http://www.cssreflex.com/?p=4810</guid>
<description>
<![CDATA[Scroll to top jQuery plugins are used mostly in every website and are popular among newbies, so here I&#8217;ve collected 11 Back to Top jQuery powered plugins which can be used freely. 1. David Walsh’s jQuery topLink Plugin Created by David Walsh, this ‘Back to Top’ plugin is one of the cleanest options available. 2....]]>
</description>
<content:encoded>
<![CDATA[<p>Scroll to top jQuery plugins are used mostly in every website and are popular among newbies, so here I&#8217;ve collected 11 Back to Top jQuery powered plugins which can be used freely.</p>
<h2>1.<a href="http://davidwalsh.name/jquery-top-link" target="_blank"> David Walsh’s jQuery topLink Plugin</a></h2>
<p>Created by David Walsh, this ‘Back to Top’ plugin is one of the cleanest options available.</p>
<p><a href="http://davidwalsh.name/jquery-top-link"><img class="alignnone size-full wp-image-4812" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-Davidwalshtoplin.gif" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-Davidwalshtoplin" width="600" height="250" /></a></p>
<h2>2. <a href="http://agyuku.net/2009/05/back-to-top-link-using-jquery/" target="_blank">Back to top’ link using jQuery</a></h2>
<p>This jQuery option adds a ‘Back to Top’ link on the bottom right of the page, which fades into view.</p>
<p><a href="http://agyuku.net/2009/05/back-to-top-link-using-jquery/"><img class="alignnone size-full wp-image-4815" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-backtotop1.gif" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-backtotop" width="600" height="228" /></a></p>
<h2>3. <a href="http://www.mattvarone.com/web-design/uitotop-jquery-plugin/" target="_blank"> UItoTop jQuery Plugin</a></h2>
<p>Matt Varone made a similar plugin but with two key differences, this one does not require you to add extra html markup or extra plugins to function. It will only work when JavaScript is turned on.</p>
<p><a href="http://www.mattvarone.com/web-design/uitotop-jquery-plugin/"><img class="alignnone size-full wp-image-4817" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-ultotop.jpg" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-ultotop" width="600" height="250" /></a></p>
<h2>4. <a href="http://briancray.com/2009/10/06/scroll-to-top-link-jquery-css/" target="_blank"> Disappearing “Scroll to top” link with jQuery and CSS</a></h2>
<p>This tutorial will help you build a scroll to top link, that appears when the user scrolls down, and disappears when users reach the top of the page using a combination of CSS and jQuery.</p>
<p><a href="http://briancray.com/2009/10/06/scroll-to-top-link-jquery-css/"><img class="alignnone size-full wp-image-4818" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-dissapearinglink.jpg" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-dissapearinglink" width="600" height="250" /></a></p>
<h2>5. <a href="http://forrst.com/posts/Animated_jQuery_Back_to_top_plugin-giM#" target="_blank">Animated jQuery “Back to top” plugin</a></h2>
<p>The styling of this option isn’t great, but the animation is pretty cool.</p>
<p><a href="http://forrst.com/posts/Animated_jQuery_Back_to_top_plugin-giM#"><img class="alignnone size-full wp-image-4819" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-animatedjquerybacktotop.jpg" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-animated" width="600" height="250" /></a></p>
<h2>6. <a href="http://jonraasch.com/blog/scrolling-parallax-jquery-plugin" target="_blank">Scrolling Parallax: A jQuery Plugin</a></h2>
<p>Scrolling Parallax is a new jQuery plugin that binds a parallax effect to the scrollbars and mouse wheel. This allows a background image or anything else to scroll at a different pace than the web page when a user scrolls around.</p>
<p><a href="http://jonraasch.com/blog/scrolling-parallax-jquery-plugin"><img class="alignnone size-full wp-image-4821" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-scrollingparallax.jpg" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-scrollingparallax" width="600" height="250" /></a></p>
<h2>7. <a href="http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm" target="_blank">jQuery Scroll to Top Control v1.1</a></h2>
<p>If your pages are long winded, it&#8217;s a good idea to provide viewers with an easy way to quickly/ automatically scroll back to the top of the page. That&#8217;s where this script comes in. It displays a stationary control at the lower right corner of the window that when clicked on gently scrolls the page back up to the top. And instead of always being visible on the user&#8217;s screen, the script lets you specify how far down the page the user is at (in pixels) before revealing the control.</p>
<p><a href="http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm"><img class="alignnone size-full wp-image-4822" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-scrolltop.jpg" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-scrolltop" width="600" height="250" /></a></p>
<h3>8. <a href="http://tympanus.net/codrops/2010/01/03/scrolling-to-the-top-and-bottom-with-jquery/" target="_blank">Scrolling to the Top and Bottom with jQuery</a></h3>
<p>This is another useful option, in this version you have both down <em>and</em> up arrows.</p>
<p><a href="http://tympanus.net/codrops/2010/01/03/scrolling-to-the-top-and-bottom-with-jquery/"><img class="alignnone size-full wp-image-4825" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-toptobottom.jpg" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-toptobottom" width="600" height="250" /></a></p>
<h2>9.<a href="http://logicbox.net/jquery/simplyscroll/" target="_blank"> jQuery SimplyScroll Logic Box</a></h2>
<p>simplyScroll is a jQuery plugin that can animate (scroll) a set of elements either automatically or manually, horizontally or vertically. It can also accept dynamic image input via a Flickr feed (note not full API integration) or a local JSON source.</p>
<p><a href="http://logicbox.net/jquery/simplyscroll/"><img class="alignnone size-full wp-image-4827" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-simplyscroll1.jpg" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-simplyscroll" width="600" height="245" /></a></p>
<h2>10. <a href="http://wordpress.org/extend/plugins/wp-to-top/" target="_blank">WP To Top</a></h2>
<p>Yet another WordPress ‘Back to Top’ plugin solution</p>
<p><a href="http://wordpress.org/extend/plugins/wp-to-top/"><img class="alignnone size-full wp-image-4828" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-wptotop.gif" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-wptotop" width="600" height="224" /></a></p>
<h2>11. <a href="http://www.bennadel.com/blog/1801-Creating-An-Infinite-Scroll-Effect-With-jQuery-And-ColdFusion.htm" target="_blank"> Infinite Scroll Effect With jQuery and ColdFusion</a></h2>
<p>This is not a new effect but, this “infinite scrolling” effect is definitely interesting and something that you’ve never played around with.</p>
<p><a href="http://www.bennadel.com/blog/1801-Creating-An-Infinite-Scroll-Effect-With-jQuery-And-ColdFusion.htm"><img class="alignnone size-full wp-image-4829" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-infinitescrolling.jpg" alt="Free-Scroll-to-Top-jQuery-PluginsFree-Scroll-to-Top-WordPress-Plugins-infinitescrolling" width="600" height="250" /></a></p>
]]>
</content:encoded>
<wfw:commentRss>http://www.cssreflex.com/2011/10/free-scroll-to-top-jquery-plugins.html/feed/</wfw:commentRss>
<slash:comments>2</slash:comments>
</item>
<item>
<title>13 Free Contact Form Plugins for WordPress</title>
<link>http://www.cssreflex.com/2011/10/contact-form-wordpress.html/</link>
<comments>http://www.cssreflex.com/2011/10/contact-form-wordpress.html/#comments</comments>
<pubDate>Mon, 24 Oct 2011 18:51:52 +0000</pubDate>
<dc:creator>Abdullah</dc:creator>
<category>
<![CDATA[WordPress]]>
</category>
<category>
<![CDATA[Contact Form]]>
</category>
<category>
<![CDATA[Free]]>
</category>
<category>
<![CDATA[Plugins]]>
</category>
<guid isPermaLink="false">http://www.cssreflex.com/?p=4773</guid>
<description>
<![CDATA[In this article I will show you some of the top 13 Free Contact Form Plugins for WordPress available for download. 1. Contact Form 7 Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam...]]>
</description>
<content:encoded>
<![CDATA[<p>In this article I will show you some of the top 13 Free Contact Form Plugins for WordPress available for download.</p>
<h2>1. <a href="http://wordpress.org/extend/plugins/contact-form-7/">Contact Form 7</a></h2>
<p><a href="http://wordpress.org/extend/plugins/contact-form-7/"><img class="alignnone size-full wp-image-4774" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-contactform7.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-contactform7" width="600" height="250" /></a></p>
<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>
<h2>2. <a href="http://www.ericmmartin.com/projects/smcf/">SimpleModal Contact Form (SMCF)</a></h2>
<p><a href="http://www.ericmmartin.com/projects/smcf/"><img class="alignnone size-full wp-image-4776" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-simplemodal.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-simplemodal" width="600" height="250" /></a></p>
<p>SimpleModal Contact Form (SMCF) is an Ajax powered contact form plugin for WordPress. SMCF is built on the jQuery JavaScript library and uses the SimpleModal modal dialog plugin.</p>
<h2>3. <a href="http://blog.foaa.de/plugins/scaleable-contact-form-plugin/">Scaleable Contact Form Plugin</a></h2>
<p><a href="http://blog.foaa.de/plugins/scaleable-contact-form-plugin/"><img class="alignnone size-full wp-image-4777" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-scaleablecontactform.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-scaleablecontactform" width="600" height="250" /></a></p>
<p>a very customizable contact form on your wordpress blog.</p>
<h2>4. <a href="http://wordpress.org/extend/plugins/contactme/">Contact Form by ContactMe.com</a></h2>
<p><a href="http://wordpress.org/extend/plugins/contactme/"><img class="alignnone size-full wp-image-4778" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-contactme.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-contactme" width="579" height="250" /></a></p>
<p>Contact Form by ContactMe.com is yet another feature-rich contact form plugin for WordPress. The plugin offers three variants: two paid plans and a free plan. The free version allows you to create a contact form for your WordPress-powered site, but lacks some features (such as the ability to attach files) and has a limit of one contact form per site. Once installed, you’ll need to provide your email address in order to create an account on <a href="http://www.contactme.com/">ContactMe.com.</a></p>
<h2>5. <a href="http://www.tomsdimension.de/wp-plugins/tiny-contact-form">Tiny Contact Form</a></h2>
<p><a href="http://www.tomsdimension.de/wp-plugins/tiny-contact-form"><img class="alignnone size-full wp-image-4780" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-tinycontact.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-tinycontact" width="600" height="250" /></a></p>
<p>Use <code>[TINY-CONTACT-FORM]</code> within any post or page. Add the widget to your sidebar.</p>
<h2>6. <a title="Clean Contact" href="http://wordpress.org/extend/plugins/clean-contact/" target="_blank">Clean Contact</a></h2>
<p><a href="http://wordpress.org/extend/plugins/clean-contact/"><img class="alignnone size-full wp-image-4782" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-cleancontact.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-cleancontact" width="600" height="258" /></a></p>
<p>Clean Contact is a simple contact form for WordPress. It requires less to no configuration and able to run out of the box upon installation. You can specify the Thank You Message and also Thank You Url, which is the URL that users would be redirect to after the form is being sent.</p>
<h2>7. <a href="http://wordpress.org/extend/plugins/spam-free-contact-form/">Spam-Free Contact Form</a></h2>
<p><a href="http://wordpress.org/extend/plugins/spam-free-contact-form/"><img class="alignnone size-full wp-image-4783" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-spamfreefoam.jpg" alt="" width="584" height="250" /></a></p>
<p>Spam Free Contact Form. On errors, displays elegant error messages and confirmation messages on successful mail delivery.</p>
<h2>8. <a href="http://www.checkfront.com/dev/extras/wp-clean-contact">WP Clean-Contact</a></h2>
<p><a href="http://www.checkfront.com/dev/extras/wp-clean-contact"><img class="alignnone size-full wp-image-4785" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-wpcleancontact.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-wpcleancontact" width="600" height="250" /></a></p>
<p>Clean-Contact shields itself from Spam-bots by embedding the contact form via script, and optionally will filter messages using The WordPress Akismet plugin.</p>
<h2>9. <a href="http://plugins.motionmill.com/mm-forms/">MM Forms</a></h2>
<p><a href="http://plugins.motionmill.com/mm-forms/"><img class="alignnone size-full wp-image-4786" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-mmforms.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-mmforms" width="600" height="250" /></a></p>
<p>Supports multiple contact forms. You can customize form and mail contents with simple mark up. AJAX submitting with jQuery Form Plug in. Bot prevention with CAPTCHA. Save form submissions to database Send HTML formatted emails</p>
<h2>10. <a href="http://wordpress.org/extend/plugins/slick-contact-forms/">Slick Contact Forms</a></h2>
<p><a href="http://wordpress.org/extend/plugins/slick-contact-forms/"><img class="alignnone size-full wp-image-4787" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-slickform.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-slickform" width="600" height="250" /></a></p>
<p>Slick contact forms allows you quickly and easily create contact forms for any area on your WordPress site using widgets.</p>
<h2>11. <a href="http://wordpress.org/extend/plugins/wp-flex-contact-form/">WP Flex Contact Form</a></h2>
<p><a href="http://wordpress.org/extend/plugins/wp-flex-contact-form/"><img class="alignnone size-full wp-image-4788" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-wpflex.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-wpflex" width="600" height="250" /></a></p>
<p>WP Flex Contact Form is a WordPress plugin made in Flex/Flash. It claims to reduce spam messages because most spam bots can’t deal with Flash. You can tweak the background color of the form and set custom error messages.</p>
<h3>12.<a href="http://wordpress.org/extend/plugins/super-contact-form/"> Super Contact Form</a></h3>
<p><a href="http://wordpress.org/extend/plugins/super-contact-form/"><img class="alignnone size-full wp-image-4790" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-supercontact.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-supercontact" width="600" height="241" /></a></p>
<p>Super Contact Form is a small plugin that’s also super simple to use. You just need to specify your email address in the WordPress admin panel after it has been installed.</p>
<h2>13. <a href="http://wordpress.org/extend/plugins/visitorcontact/">Visitor Contact Forms</a></h2>
<p><a href="http://wordpress.org/extend/plugins/visitorcontact/"><img class="alignnone size-full wp-image-4792" src="http://www.cssreflex.com/wp-content/uploads/2011/10/Free-Contact-Form-Plugins-for-WordPress-visitors1.jpg" alt="Free-Contact-Form-Plugins-for-WordPress-visitors" width="600" height="250" /></a></p>
]]>
</content:encoded>
<wfw:commentRss>http://www.cssreflex.com/2011/10/contact-form-wordpress.html/feed/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>15 Top WordPress Plugins For SEO 2011</title>
<link>http://www.cssreflex.com/2011/10/top-wordpress-plugins-for-seo-2011.html/</link>
<comments>http://www.cssreflex.com/2011/10/top-wordpress-plugins-for-seo-2011.html/#comments</comments>
<pubDate>Mon, 10 Oct 2011 15:37:21 +0000</pubDate>
<dc:creator>Abdullah</dc:creator>
<category>
<![CDATA[WordPress]]>
</category>
<category>
<![CDATA[2011]]>
</category>
<category>
<![CDATA[Free]]>
</category>
<category>
<![CDATA[Plugins]]>
</category>
<category>
<![CDATA[SEO]]>
</category>
<category>
<![CDATA[Top]]>
</category>
<guid isPermaLink="false">http://www.cssreflex.com/?p=3897</guid>
<description>
<![CDATA[Here, I&#8217;ve compiled a list of top SEO Plugins for WordPress 2011. Feel free to add any plugins which I&#8217;ve missed thru commenting below and don&#8217;t forget to subscribe! 1. All in One SEO Pack Any basic research on SEO plugins for WordPress will lead you to All in One SEO Pack. It is the...]]>
</description>
<content:encoded>
<![CDATA[<p>Here, I&#8217;ve compiled a list of top <a title="Top 10 SEO Tips for Web Designers" href="http://www.cssreflex.com/2011/10/top-10-seo-tips-for-web-designers.html/">SEO</a> Plugins for WordPress 2011. Feel free to add any plugins which I&#8217;ve missed thru commenting below and don&#8217;t forget to subscribe!</p>
<h2>1. <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a></h2>
<p>Any basic research on SEO plugins for WordPress will lead you to <em>All in One SEO Pack</em>. It is the most popular solution for your WordPress site’s search engine optimization.</p>
<h2>2. <a href="http://wordpress.org/extend/plugins/seo-image/" target="_blank">SEO Friendly Images</a></h2>
<p>The best SEO plugin for WordPress to optimize your images and make them SEO friendly. Search engines penalize pages for images without th eproper ALT and TITLE tags. So this not only helps you rank higher in the search engines, but also helps your blog get found through services such as Google Image.</p>
<h2>3. <a href="http://wordpress.org/extend/plugins/seo-rank-reporter/" target="_blank">SEO Rank Reporter</a></h2>
<p>This WordPress SEO plugin allows you to track certain keywords in your site, and then issues you a report every 3 days (with all sorts of pretty graphs to boot). The plugin will also notify you via email whenever certain keywords experience major changes in search engine ranking.</p>
<h2>4. <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a></h2>
<p>This plugin will generate an XML sitemap that is supported by Google, Bing, Yahoo and Ask. Your sitemap will make it easier for crawlers to find and index the complete structure of your WordPress blog and retrieve it’s content more efficiently.</p>
<h2>5. <a href="http://wordpress.org/extend/plugins/seo-ultimate/">SEO Ultimate</a></h2>
<p><em>SEO Ultimate</em> is a suite of tools for, well, <em>ultimate</em> SEO. It has a feature called Canonical-izer, which extends WordPress’s native canonical features to ensure that web spiders are pointed to the primary post in the case of web pages with the same content, but different URLs.</p>
<h2>6. <a href="Sitemap Generator">Sitemap Generator</a></h2>
<p>There is another type of sitemap called a Human Sitemap for people who visit your blogsite and want to navigate to specific sections that may or may not be accessible from the homepage or inner pages.</p>
<h2>7. <a href="http://wordpress.org/extend/plugins/seo-automatic-links/">SEO Smart Links</a></h2>
<p><em>SEO Smart Links</em> is a WordPress SEO plugin that automatically links keywords and phrases in your blog posts based on previous pages and posts. SEO Smart Links gives you the ability to set up your own unique keywords and sets of matching URLs.</p>
<h2>8. <a href="http://wordpress.org/extend/plugins/cbnet-ping-optimizer/">cbnet Ping Optimizer</a></h2>
<p>Did you know your WordPress blog pings unnecessarily every time you edit a post? Think about how many times you’ve clicked “Edit &gt; Publish Post” or “Save and Continue Editing”. Your blog has pinged the ping notification services every time you’ve clicked those buttons.</p>
<h2>9. <a href="http://wordpress.org/extend/plugins/platinum-seo-pack/">Platinum SEO Pack</a></h2>
<p>This SEO plugin for WordPress is loaded with plenty of features, including automatically generating meta tags, helping you optimize page and post titles for search engines.</p>
<h2>10. <a href="http://wordpress.org/extend/plugins/wp-noexternallinks/" target="_blank">WP No External Links</a></h2>
<p>Mask all external links – make them internal or hide. On your own posts, comments pages, authors page. No more unnecessarily leaking valuable Page Rank.</p>
<h2>11. <a href="http://wordpress.org/extend/plugins/seo-rank-reporter/">SEO Rank Reporter</a></h2>
<p>This WordPress SEO plugin allows you to track certain keywords in your site, and then issues you a report every 3 days (with all sorts of pretty graphs to boot). The plugin will also notify you via email whenever certain keywords experience major changes in search engine ranking.</p>
<h2>12. <a href="http://www.bestseopluginforwordpress.com/pingback-optimizer.html" target="_blank">Pingback Optimizer</a></h2>
<p>Many WordPress blogs receive in the Comments section what are called “ping-backs” and “trackbacks”. These are notifications that another blog has linked to you. These back-links are useless and go unnoticed by search engines unless the search engines are properly notified.</p>
<h2>13. <a href="http://wordpress.org/extend/plugins/redirection/" target="_blank">Redirection</a></h2>
<p>This highly effective plugin keeps track of your 404 errors and automatically corrects them, manages your 301 redirects and gives you a full log of everything. In addition whenever you change a post URL it will automatically add a redirection.</p>
<h2>14. <a href="http://wordpress.org/extend/plugins/automatic-seo-links/" target="_blank">Automatic SEO links</a></h2>
<p>The best SEO plugin for WordPress to automatically link any word or phrase to any page on the web. Just select a word or phrase, the URL you want it to link to, the Title, Target, Anchor Text and whether you want it to be No-Follow or not and you’re done.</p>
<h2>15. <a href="http://wordpress.org/extend/plugins/seo-content-control/">SEO Content Control</a></h2>
<p>This nifty plugin helps you identify weak content in your site. For example, many WordPress owners forget to include descriptions of their categories, which is a potential point of improvement for enhancing your search engine rankings.</p>
]]>
</content:encoded>
<wfw:commentRss>http://www.cssreflex.com/2011/10/top-wordpress-plugins-for-seo-2011.html/feed/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
<item>
<title>5 Great WordPress Plugins To Enhance Your Content-Managed Website</title>
<link>http://www.cssreflex.com/2011/07/5-great-wordpress-plugins-to-enhance-your-content-managed-website.html/</link>
<comments>http://www.cssreflex.com/2011/07/5-great-wordpress-plugins-to-enhance-your-content-managed-website.html/#comments</comments>
<pubDate>Mon, 04 Jul 2011 07:49:50 +0000</pubDate>
<dc:creator>Jay Pick</dc:creator>
<category>
<![CDATA[WordPress]]>
</category>
<category>
<![CDATA[Plugins]]>
</category>
<category>
<![CDATA[web design]]>
</category>
<guid isPermaLink="false">http://www.cssreflex.com/?p=2745</guid>
<description>
<![CDATA[Today I’m going to take a look at 5 plugins that, as a web designer, I recommend using when building customized content-managed websites in WordPress (all plugins are compatible with version 3.1.3). For more information on using plugins with WordPress, check out the Codex. 1. Custom Post Types UI There are a few plugins available...]]>
</description>
<content:encoded>
<![CDATA[<p><img class="alignnone size-full wp-image-2756" title="wp-cms-plug" src="http://www.cssreflex.com/wp-content/uploads/2011/07/wp-cms-plug1.jpg" alt="" /></p>
<p>Today I’m going to take a look at 5 plugins that, as a web designer, I recommend using when building customized content-managed websites in <a href="http://www.cssreflex.com/category/wordpress" target="_blank">WordPress</a> (all plugins are compatible with version 3.1.3). For more information on using plugins with WordPress, check out the Codex.</p>
<h2>1. <a href="http://wordpress.org/extend/plugins/custom-post-type-ui/" target="_blank">Custom Post Types UI</a></h2>
<p><img class="alignnone size-full wp-image-2760" title="custom-post-type-ui" src="http://www.cssreflex.com/wp-content/uploads/2011/07/custom-post-type-ui2.jpg" alt="" /></p>
<p>There are a few plugins available that allow you to create custom post types in WordPress, but I recommend Custom Post Types UI from WebDevStudios. It’s more of a preference than anything else, as they all essentially do the same thing.</p>
<p>Justin Tadlock explains what custom post types are and how to use them in his blog post.</p>
<p>The Custom Post Type UI offers Advanced Options when creating your custom post types, such as slug rewrites and defining taxonomies. They also work a treat with the next plugin on my list…</p>
<h2>2. <a href="http://wordpress.org/extend/plugins/verve-meta-boxes/" target="_blank">Verve Meta Boxes</a></h2>
<p><img class="alignnone size-full wp-image-2759" title="verve-meta-boxes" src="http://www.cssreflex.com/wp-content/uploads/2011/07/verve-meta-boxes.jpg" alt="" /></p>
<p>Verve Meta Boxes allow you to add custom fields to your posts and pages. You can then call these custom values out using the function get_post_cutom_values and manipulate the data as you wish.</p>
<p>Perhaps not the most intuitive UI, but they’re pretty straightforward to setup. You can choose from a variety of field types including text, select and checkbox, and easily edit which custom post types you wish to use your meta boxes too.</p>
<h2>3. <a href="http://wordpress.org/extend/plugins/custom-field-template/" target="_blank">Custom Field Template</a></h2>
<p><img class="alignnone size-full wp-image-2761" title="custom-field-template1" src="http://www.cssreflex.com/wp-content/uploads/2011/07/custom-field-template1.jpg" alt="" /></p>
<p>I find the Custom Field <a href="http://www.cssreflex.com/category/web-development" target="_blank">Template</a> plugin particularly useful when I want to use one page template but customize it specifically for a number of pages. For example, I have 5 pages that all use template-1.php but I want to have a unique banner at the top of each page. So, not only a great plugin form a UX point of view; it also makes life easier for me and reduces the number of template files I’ll need to build my site.</p>
<p>Once the plugin is installed and you’ve set up your custom template, all you need to do is add a small amount of code to your page templates to call it out. Kevin Leary has written a great tutorial on how to use this plugin.</p>
<h2>4. <a href="http://wordpress.org/extend/plugins/breadcrumb-navxt/" target="_blank">Breadcrumbs NavXT</a></h2>
<p><img class="alignnone size-full wp-image-2762" title="breadcrumb-navtxt" src="http://www.cssreflex.com/wp-content/uploads/2011/07/breadcrumb-navtxt.jpg" alt="" /></p>
<p>This is a great little plugin for adding dynamic, easily customizable page breadcrumbs to your WordPress site. The settings page allows you to edit the “Home” link and change things like the character between each link.</p>
<p>Breadcrumbs NavXT not only looks really smart but is also very user friendly, particularly if your site contains several subpage levels that the user can drill down into. Highly recommended.</p>
<h2>5. <a href="http://wordpress.org/extend/plugins/wordgento/" target="_blank">WordGento</a></h2>
<p><img class="alignnone size-full wp-image-2766" title="wpgento" src="http://www.cssreflex.com/wp-content/uploads/2011/07/wpgento.jpg" alt="" /></p>
<p>WordGento is a recently released plugin developed by James Kemp, which allows you to quickly and easily integrate Magento blocks into your WordPress site. Like me, you may have spent several hours in the past trying to get your Magento categories and shopping cart to show up in your WordPress header… with WordGento, you simply install and echo out your blocks in your theme with a single line of code.</p>
<p>James is looking to develop the plugin further in coming versions, by allowing integration of custom Magento blocks (as the plugin currently only works with default blocks).</p>
<p>I hope you’ve enjoyed reading this post and if you’re looking to create an engaging <a href="http://www.cssreflex.com/category/web-design-2/" target="_blank"><strong>web design</strong></a> be sure to check out the plugins for your future WordPress developments.</p>
]]>
</content:encoded>
<wfw:commentRss>http://www.cssreflex.com/2011/07/5-great-wordpress-plugins-to-enhance-your-content-managed-website.html/feed/</wfw:commentRss>
<slash:comments>6</slash:comments>
</item>
<item>
<title>13 WordPress Plugins I Really Use</title>
<link>http://www.cssreflex.com/2011/04/13-wordpress-plugins-i-really-use.html/</link>
<comments>http://www.cssreflex.com/2011/04/13-wordpress-plugins-i-really-use.html/#comments</comments>
<pubDate>Tue, 12 Apr 2011 15:38:41 +0000</pubDate>
<dc:creator>Naeem Noor</dc:creator>
<category>
<![CDATA[WordPress]]>
</category>
<category>
<![CDATA[List]]>
</category>
<category>
<![CDATA[Plugins]]>
</category>
<guid isPermaLink="false">http://www.cssreflex.com/?p=2314</guid>
<description>
<![CDATA[Ever wondered which WordPress plugins i use in CSSReflex.com? the wait is now over, below is a list of my most frequently used WordPress plugins, along with descriptions. I hope you will like the list and will use one of these plugins on your blog which i recommend. Feel free to Subscribe if you would...]]>
</description>
<content:encoded>
<![CDATA[<p><img class="alignnone size-full wp-image-2366" title="wordpress-logo" src="http://www.cssreflex.com/wp-content/uploads/2011/04/wordpress-logo.jpg" alt="" width="600" height="273" /></p>
<p>Ever wondered which WordPress plugins i use in CSSReflex.com? the wait is now over, below is a list of my most frequently used <a title="wordpress" href="http://www.cssreflex.com/category/wordpress/">WordPress</a> plugins, along with descriptions. I hope you will like the list and will use one of these plugins on your blog which i recommend. Feel free to <a href="http://feeds2.feedburner.com/cssreflex">Subscribe</a> if you would like to be informed for the latest posts.</p>
<p><strong>You may also be interested in one of these older posts</strong><br />
<a href="http://www.cssreflex.com/2010/10/10-super-clean-and-minimal-free-wordpress-themes.html" rel="bookmark">10 Super Clean and Minimal Free WordPress Themes</a><br />
<a href="http://www.cssreflex.com/2010/09/10-great-wysiwyg-html-editors.html" rel="bookmark">10 Great WYSIWYG HTML Editors</a><br />
<a href="http://www.cssreflex.com/2010/09/50-fantabulous-free-and-premium-wordpress-portfolio-themes.html" rel="bookmark">50 Fantabulous Free And Premium WordPress Portfolio Themes</a><br />
<a href="http://www.cssreflex.com/2010/09/15-must-have-google-chrome-extensions-for-web-development.html" rel="bookmark">15 Must Have Google Chrome Extensions for Web Development</a><br />
<a href="http://www.cssreflex.com/2010/09/18-awesome-free-thematic-child-themes.html" rel="bookmark">18 Awesome Free Thematic Child Themes</a></p>
<h2>1. <a href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Akismet</a></h2>
<p><a href="http://wordpress.org/extend/plugins/akismet/" target="_blank"><img class="alignnone size-full wp-image-2370" title="akismet" src="http://www.cssreflex.com/wp-content/uploads/2011/04/akismet.jpg" alt="" width="600" height="273" /></a></p>
<p>Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blog’s “Comments” admin screen.</p>
<h2>2. <a title="Conditional CAPTCHA " href="http://rayofsolaris.net/code/conditional-captcha-for-wordpress" target="_blank">Conditional CAPTCHA for WordPress</a></h2>
<p><a href="http://rayofsolaris.net/code/conditional-captcha-for-wordpress" target="_blank"><img class="alignnone size-full wp-image-2369" title="conditional-captcha" src="http://www.cssreflex.com/wp-content/uploads/2011/04/conditional-captcha.jpg" alt="conditional-captcha" width="600" height="273" /></a></p>
<p>Services like Akismet and TypePad AntiSpam are great at detecting spam, but if you get lots of it then you have to trawl through the spam queue in case there are any false positives.</p>
<h2 id="site-title">3. <a title="Contact Form 7" href="http://contactform7.com/" rel="home">Contact Form 7</a></h2>
<p><a href="http://contactform7.com/" target="_blank"><img class="alignnone size-full wp-image-2372" title="contactform-7" src="http://www.cssreflex.com/wp-content/uploads/2011/04/contactform-7.jpg" alt="" width="600" height="273" /></a></p>
<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>
<h2>4. <a title="FV Community News" href="http://www.frank-verhoeven.com/wordpress-plugin-fv-community-news/" target="_blank">FV Community News</a></h2>
<p><a href="http://www.frank-verhoeven.com/wordpress-plugin-fv-community-news/" target="_blank"><img class="alignnone size-full wp-image-2373" title="fv-community-news" src="http://www.cssreflex.com/wp-content/uploads/2011/04/fv-community-news.jpg" alt="" width="600" height="273" /></a></p>
<p>With this new Community News plugin you allow your visitors to add articles to the sidebar. Complete with moderation panel and a settings page, you can sit back while you have full control about the look and articles that being posted.</p>
<h2>5. <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a></h2>
<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank"><img class="alignnone size-full wp-image-2374" title="xml-sitemap" src="http://www.cssreflex.com/wp-content/uploads/2011/04/xml-sitemap.jpg" alt="" width="600" height="273" /></a></p>
<p>This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. It supports all of the WordPress generated pages as well as custom ones. Everytime you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like ASK.com, Google, MSN Search and YAHOO, are notified about the update.</p>
<h2>6. <a title="W3 Total Cache" href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/" target="_blank">W3 Total Cache</a></h2>
<p><a href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/" target="_blank"><img class="alignnone size-full wp-image-2375" title="w3-total-cache" src="http://www.cssreflex.com/wp-content/uploads/2011/04/w3-total-cache.jpg" alt="" width="600" height="273" /></a></p>
<p>W3 Total Cache improves the user experience of your site by improving your server performance, caching every aspect of your site, reducing the download times and providing transparent content delivery network (CDN) integration.</p>
<h2>7. <a title="WP-DBManager" href="http://lesterchan.net/portfolio/programming/php/#wp-dbmanager" target="_blank">WP-DBManager</a></h2>
<p><a href="http://lesterchan.net/portfolio/programming/php/#wp-dbmanager" target="_blank"><img class="alignnone size-full wp-image-2376" title="dbmanager" src="http://www.cssreflex.com/wp-content/uploads/2011/04/dbmanager.jpg" alt="" width="600" height="273" /></a></p>
<p>Manages your WordPress database. Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up and optimizing of database.</p>
<h2>8. <a title="WP Smush.it" href="http://dialect.ca/code/wp-smushit/" target="_blank">WP Smush.it</a></h2>
<p><a href="http://dialect.ca/code/wp-smushit/" target="_blank"><img class="alignnone size-full wp-image-2377" title="smushit" src="http://www.cssreflex.com/wp-content/uploads/2011/04/smushit.jpg" alt="" width="600" height="273" /></a></p>
<p>Reduce image file sizes and improve performance using the Smush.it API in WordPress. Yahoo’s excellent Exceptional Performance series recommends optimizing images in several lossless ways: stripping meta data from JPEGs, optimizing JPEG compression, converting certain GIFs to indexed PNGs and stripping the un-used colours from indexed images. Smush.it offers an API that performs these optimizations (except for stripping JPEG meta data) automatically, and this plugin seamlessly integrates Smush.it with WordPress.</p>
<h2>9. <a title="WordPress seo" href="http://yoast.com/wordpress/seo/" target="_blank">WordPress SEO</a> (My favourite!)</h2>
<p><a href="http://yoast.com/wordpress/seo/" target="_blank"><img class="alignnone size-full wp-image-2378" title="wpseo-wide" src="http://www.cssreflex.com/wp-content/uploads/2011/04/wpseo-wide.jpg" alt="" width="600" height="273" /></a></p>
<p>WordPress SEO is the most complete SEO plugin that exists today for WordPress.org users. It incorporates everything from a snippet preview that helps you optimize your page titles, meta descriptions and keywords to XML sitemaps, and loads of optimization options in between.</p>
<h2>10. <a title="SEO Friendly Images" href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images" target="_blank">SEO Friendly Images</a></h2>
<p><a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-friendly-images" target="_blank"><img class="alignnone size-full wp-image-2379" title="seo-friendly-images" src="http://www.cssreflex.com/wp-content/uploads/2011/04/seo-friendly-images.jpg" alt="" width="600" height="273" /></a></p>
<p>SEO Friendly Images is a WordPress optimization plugin which automatically updates all images with proper ALT and TITLE attributes. If your images do not have ALT and TITLE already set, SEO Friendly Images will add them according the options you set. Additionally this makes the post W3C/xHTML valid as well.</p>
<h2>11. <a title="Subscribe to comments" href="http://txfx.net/wordpress-plugins/subscribe-to-comments/" target="_blank">Subscribe To Comments</a></h2>
<p><a href="http://txfx.net/wordpress-plugins/subscribe-to-comments/" target="_blank"><img class="alignnone size-full wp-image-2380" title="subscribe-to-comments" src="http://www.cssreflex.com/wp-content/uploads/2011/04/subscribe-to-comments.jpg" alt="" width="600" height="273" /></a></p>
<p>Subscribe to Comments is a robust plugin that enables commenters to sign up for e-mail notification of subsequent entries. The plugin includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts, block all notifications, or even change their notification e-mail address!</p>
<h2>12. <a title="Comment redirect" href="http://yoast.com/wordpress/comment-redirect/">Comment Redirect</a></h2>
<p><a href="http://yoast.com/wordpress/comment-redirect/" target="_blank"><img class="alignnone size-full wp-image-2382" title="comment-redirect" src="http://www.cssreflex.com/wp-content/uploads/2011/04/comment-redirect1.jpg" alt="" width="600" height="273" /></a></p>
<p>Your first time commenters are precious people, once you <em>realize</em> that they&#8217;re first time commenters. This plugin allows you to redirect just those people to a page of your choosing!</p>
<h2>13. <a href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank">Login Lockdown</a></h2>
<h3><a href="http://wordpress.org/extend/plugins/login-lockdown/" target="_blank"><img class="alignnone size-full wp-image-2383" title="login-lockdown" src="http://www.cssreflex.com/wp-content/uploads/2011/04/login-lockdown.jpg" alt="" width="600" height="273" /></a></h3>
<p>This plugin records the IP address and timestamp of every failed login attempt. If more than a certain number of attempts are detected within a short period of time from the same IP range, then the login function is disabled for all requests from that range.</p>
]]>
</content:encoded>
<wfw:commentRss>http://www.cssreflex.com/2011/04/13-wordpress-plugins-i-really-use.html/feed/</wfw:commentRss>
<slash:comments>11</slash:comments>
</item>
<item>
<title>Most Recommended WordPress Plugins</title>
<link>http://www.cssreflex.com/2010/12/most-recommended-wordpress-plugins.html/</link>
<comments>http://www.cssreflex.com/2010/12/most-recommended-wordpress-plugins.html/#comments</comments>
<pubDate>Tue, 07 Dec 2010 19:00:03 +0000</pubDate>
<dc:creator>Mohamad Hakim</dc:creator>
<category>
<![CDATA[WordPress]]>
</category>
<category>
<![CDATA[akismet]]>
</category>
<category>
<![CDATA[comluv]]>
</category>
<category>
<![CDATA[google xml]]>
</category>
<category>
<![CDATA[Plugins]]>
</category>
<category>
<![CDATA[spam]]>
</category>
<guid isPermaLink="false">http://www.cssreflex.com/?p=1887</guid>
<description>
<![CDATA[One of the reason why I really love WordPress is there are thousand of plugin and theme available. If you visit the WordPress plugin repository, you will find thousands of awesome plugins. In this post, I am going to present you some of really awesome WordPress plugins which I highly recommend. You may also be...]]>
</description>
<content:encoded>
<![CDATA[<p>One of the reason why I really love <a href="http://www.cssreflex.com/category/wordpress" target="_blank">WordPress</a> is there are thousand of plugin and theme available. If you visit the WordPress plugin repository, you will find thousands of awesome plugins. In this post, I am going to present you some of really awesome WordPress plugins which I highly recommend.</p>
<p><img class="alignnone size-full wp-image-1896" title="best-wordpress-plugins" src="http://www.cssreflex.com/wp-content/uploads/2010/12/best-wordpress-plugins.jpg" alt="" width="600" height="250" /></p>
<p><strong>You may also be interested in one of these older posts</strong><br />
<a rel="bookmark" href="http://www.cssreflex.com/2010/10/10-super-clean-and-minimal-free-wordpress-themes.html">10 Super Clean and Minimal Free WordPress Themes</a><br />
<a rel="bookmark" href="http://www.cssreflex.com/2010/09/10-great-wysiwyg-html-editors.html">10 Great WYSIWYG HTML Editors</a><br />
<a rel="bookmark" href="http://www.cssreflex.com/2010/09/50-fantabulous-free-and-premium-wordpress-portfolio-themes.html">50 Fantabulous Free And Premium WordPress Portfolio Themes</a><br />
<a rel="bookmark" href="http://www.cssreflex.com/2010/09/15-must-have-google-chrome-extensions-for-web-development.html">15 Must Have Google Chrome Extensions for Web Development</a><br />
<a rel="bookmark" href="http://www.cssreflex.com/2010/09/18-awesome-free-thematic-child-themes.html">18 Awesome Free Thematic Child Themes</a></p>
<h2><a href="http://wordpress.org/extend/plugins/akismet/">Akismet</a></h2>
<p>Every blogger hate SPAM. If you already start gaining traffic to you blog, you will also get a lot of SPAM comments. So what you need is protection. Akismet will move all the spam comment to the spam comment section without publishing it. You can review those comments in future and publish them if you think those comment are not SPAM.</p>
<p><a href="http://wordpress.org/extend/plugins/akismet/">Download Akismet Plugin</a></p>
<h2><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in one SEO Pack</a></h2>
<p>This awesome plugin will help you do all the optimization of your blog Search Engines. Using this plugin also can increase your blog ranking and this is must have plugin for a wordpress blog.</p>
<p><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">Download All in one SEO Pack</a></p>
<h2><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps</a></h2>
<p>The best way to make sure Google and other search engines aware of ever page on your blog, you need to submit an XML sitemap. This great plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog.</p>
<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Download Google XML Sitemaps Plugin</a></p>
<h2><a href="http://wordpress.org/extend/plugins/commentluv/">Commentluv</a></h2>
<p>Increase your blog comment using this great wordpress plugin comluv. Using this plugin, you and your readers will get benefits and I am sure both will be happy. You will get comment and your readers will get a link to their blog.</p>
<p><a href="http://wordpress.org/extend/plugins/commentluv/">Download Commentluv Plugin</a></p>
<h2><a href="http://wordpress.org/extend/plugins/addthis/">AddThis</a></h2>
<p>No doubt, content is the king but what is the queen? Yes, promotion is the queen. Great content without promotion is nothing. One way to promot your blog content is by submitting it to social network. What you need now is a simple button which make you easier to submit your blog content to social networks. Thanks to AddThis plugin allow you and your visitor to bookmark and share your site easily with many popular services.</p>
<p><a href="http://wordpress.org/extend/plugins/addthis/">Download AddThis Plugin</a></p>
<h2>More Plugins</h2>
<ul>
<li><strong><a href="http://wordpress.org/extend/plugins/wp-greet-box/">WP Greet Box</a></strong> - Display a different greeting message to your visitor depending on which site they are coming from..</li>
<li><strong><a href="http://wordpress.org/extend/plugins/wordpress-thread-comment/">WordPress Thread comment</a></strong> - This Plugin is an enhancement for WordPress&#8217;s comment function. It enables users to reply on a exist comment, and the discussion will be displayed threaded or nested.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/wptouch/">WPtouch</a></strong> &#8211;  A simple, powerful and elegant mobile theme for your website. WPtouch automatically transforms your WordPress blog into an iPhone application.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/thank-me-later/">Thank Me Later</a></strong> &#8211;  Automatically send a &#8216;thank you&#8217; e-mail to those who comment on your blog. This plugin engages visitors by reminding them to check back for responses.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/wp-pagenavi/">WP-PageNavi</a></strong> &#8211;  Adds a more advanced paging navigation to your WordPress site.</li>
</ul>
]]>
</content:encoded>
<wfw:commentRss>http://www.cssreflex.com/2010/12/most-recommended-wordpress-plugins.html/feed/</wfw:commentRss>
<slash:comments>18</slash:comments>
</item>
</channel>
</rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 17/69 queries in 0.167 seconds using disk: basic
Object Caching 703/804 objects using disk: basic

Served from: www.cssreflex.com @ 2012-02-04 07:49:51 -->
