<?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>AjaxMasters Blog &#187; list</title> <atom:link href="http://blog.ajaxmasters.com/tag/list/feed/" rel="self" type="application/rss+xml" /><link>http://blog.ajaxmasters.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Thu, 24 Jun 2010 11:55:25 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>New WordPress blog for us</title><link>http://blog.ajaxmasters.com/new-wp-blog-for-us/</link> <comments>http://blog.ajaxmasters.com/new-wp-blog-for-us/#comments</comments> <pubDate>Thu, 24 Sep 2009 11:24:15 +0000</pubDate> <dc:creator>Chocksy</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[404]]></category> <category><![CDATA[great]]></category> <category><![CDATA[halo]]></category> <category><![CDATA[list]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[super]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://blog.ajaxmasters.com/?p=119</guid> <description><![CDATA[<a
href="http://blog.ajaxmasters.com/new-wp-blog-for-us/"><img
align="left" hspace="5" width="150" height="150" src="http://blog.ajaxmasters.com/wp-content/uploads/2009/09/halo_wordpress-170x170.jpg" class="alignleft wp-post-image tfe" alt="Super WordPress" title="halo_wordpress" /></a>Hello guys since we were working on a lot of WordPress based websites we decided is time to convert our blog into one since is such a great CMS.
So why am i writing this post to let you know? Because I think it would be a nice thing to share with you the problems we run into and the plugins we are using right now for our blog.Our list of [...]]]></description> <content:encoded><![CDATA[<div
id="attachment_120" class="wp-caption aligncenter" style="width: 440px"><a
href="http://blog.ajaxmasters.com/wp-content/uploads/2009/09/halo_wordpress.jpg"><img
src="http://blog.ajaxmasters.com/wp-content/uploads/2009/09/halo_wordpress.jpg" alt="Super WordPress" title="halo_wordpress" width="430" height="334" class="size-full wp-image-120" /></a><p
class="wp-caption-text">Super WordPress</p></div><p>Hello guys since we were working on a lot of WordPress based websites we decided is time to convert our blog into one since is such a great CMS.</p><p>So why am i writing this post to let you know? Because I think it would be a nice thing to share with you the problems we run into and the plugins we are using right now for our blog.</p><p><br/></p><div
class="in_title">Our list of plugins</div><p>We use the following plugins for our blog and I think you might think about using them too.</p><ul><li><a
href="http://wordpress.org/extend/plugins/smart-404/" target="_blank" class="in_title">Smart 404</a><p>I modified this plugin so that it can fit our needs. The idea of it is that will search for the term you enter in the url and find the post or page that you might be looking for. But we had a very crazy url at our old blog so i had to do something about it. So here is the code i added to the plugin:</p><pre class="brush: php;">
        if($search=='post.htm'){
            $search = preg_match('/year\/(.*)\/month\/(.*)\/title\/(.*)\/post.htm/', $_SERVER[&quot;REQUEST_URI&quot;], $matches);
            $search = $matches[3];
        }
</pre><p>This will just check and see if the string that the plugin came up with is &#8216;post.hm&#8217; because that was the case in our url format. So what i just use is a regex and get the title and correct the great plugin by giving him a hand in that particular case. So you can try that out by clicking this <a
href="http://blog.ajaxmasters.com/twitter%20followers%20tutorial" target="_blank">link</a> and see. Pretty cool right?</p></li><li><a
href="http://wordpress.org/extend/plugins/google-analyticator/" target="_blank" class="in_title">Google Analyticator</a><p>This one is a fancy thing. I like it because it shows stats of google analytics in your blog dashboard and it will place your analytics code in the footer without you modifying any file.</p></li><li><a
href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank" class="in_title">All in One SEO Pack</a><p>One of the most famous plugins of wordpress. It helps you blog by making it more SEO friendly and get up in the search engines.</p></li><li><a
href="http://wordpress.org/extend/plugins/antivirus/" target="_blank" class="in_title">AntiVirus</a><p>Antivirus is a plugin that checks posts and comments for spam injections or attacks from hackers. A very nice plugin that i think you should try. As you know if you are reading this blog for some time we had some problems with our blog.</p></li><li><a
href="http://wordpress.org/extend/plugins/db-cache/" target="_blank" class="in_title">DB Cache</a><p>I find this plugin better than super cache or WP cache because instead of making html files or your blog and load those up this one saves your queries and when you load a page it will load them from tose files. It&#8217;s the same idea &#8220;<b>memcache</b>&#8221; used by YouTube.com, Wikipedia.com etc.</p></li><li><a
href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank" class="in_title">Google XML Sitemaps</a><p>This plugin is a must in my opinion since it creates sitemaps for YAHOO, GOOGLE and BING so that your blog is indexed the right way.</p></li><li><a
href="http://wordpress.org/extend/plugins/underconstruction/" target="_blank" class="in_title">underConstruction</a><p>If you visited our blog while we were making the transition to WP then you saw our &#8220;Coming soon&#8221; page. That was created with this plugin. Well the page was made by me but the plugin just gives you the option to make your visitors see that page and you see the blog. So if you are loged in then you see the blog. Very useful in my opinion especially when you make major changes to your blog.</p></li><li><a
href="http://wordpress.org/extend/plugins/wordpress-popular-posts/" target="_blank" class="in_title">Wordpress Popular Posts</a><p>Ion found this plugin when i told him we should place some featured posts at the top for users to see some of the most important posts. This one is better since it will let you chose the criteria of sorting the posts. You have by most viewed post, most commented or average daily views. Very nice plugin i think you should try it. PS: don&#8217;t do like me! I installed the plugin and tried to see if it works, well it didn&#8217;t since i was logged in and it only records data when you are not logged in.</p></li><li></li></ul><p>Ok let&#8217;s wrap it up this is a list of the plugins we used for our blog. I will create a new post with some of the functions we created for our blog. And maybe come up with a plugin too for &#8220;imageROLL&#8221;, by the way we have that on our blog right now but is not a plugin yet. The image roll is based on vi.sualize.us.</p> ]]></content:encoded> <wfw:commentRss>http://blog.ajaxmasters.com/new-wp-blog-for-us/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 6/27 queries in 0.031 seconds using disk

Served from: blog.ajaxmasters.com @ 2010-07-31 13:29:41 -->