<?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>WisdmLabs</title>
	<atom:link href="http://wisdmlabs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wisdmlabs.com</link>
	<description>Wordpress, Internet, SEO, Development and Marketing</description>
	<lastBuildDate>Thu, 15 Jul 2010 06:31:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why developers Love WordPress</title>
		<link>http://wisdmlabs.com/content-management-systems/why-developers-love-wordpress/</link>
		<comments>http://wisdmlabs.com/content-management-systems/why-developers-love-wordpress/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 06:31:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Open Source CMS]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Website design]]></category>

		<guid isPermaLink="false">http://wisdmlabs.com/?p=122</guid>
		<description><![CDATA[It’s Free
WordPress is absolutely for free. For the different features and functionality it provides, it is one of the Best CMSs to work on. You do have to pay for hosting &#38; domain names, but having such a powerful code for free is simply amazing.
It’s Open Source and hence well supported
WordPress is absolutely free and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>It’s Free</strong><br />
WordPress is absolutely for free. For the different features and functionality it provides, it is one of the Best CMSs to work on. You do have to pay for hosting &amp; domain names, but having such a powerful code for free is simply amazing.</p>
<p><strong>It’s Open Source and hence well supported</strong><br />
WordPress is absolutely free and allows you to see the code and make changes and enhancements yourself. If you are an adroit coder and want to play around with code, WordPress is just for you. It is in fact the best source to play around with and learn the basics of PHP. There is a vast collection of documentation to help you with the WordPress framework. It also gives you a great insight and experience of working with advanced PHP and other API’s &amp; frameworks. You will also get immediate help on any issues since there are large number of developers out there to help you in case you are stuck or have found some bug in code.</p>
<p><strong>It Is Easy To Install and Use</strong><br />
WordPress takes just five minute for complete installation which has been its best feature. You can simply login once installation is completed and start posting your blog posts or articles or pages for your site. You can add functionality or enhance design too by simply adding widgets or plugins to the site. There are plugins available to make your site SEO friendly which is what you may want to work on once your site is up and ready.</p>
<p><strong>Its a complete CMS</strong><br />
Some may think its used for blogging, but WordPress is a very Powerful CMS and can be used to create fully functional websites for business. You can create you own themes to choose your own layout and design for the site. You can integrate shopping carts, payment modules and also use other plugins to have your own functionalities.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisdmlabs.com/content-management-systems/why-developers-love-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Exclude Pages from WordPress Search Results</title>
		<link>http://wisdmlabs.com/wordpress/how-to-exclude-pages-from-wordpress-search-results/</link>
		<comments>http://wisdmlabs.com/wordpress/how-to-exclude-pages-from-wordpress-search-results/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 16:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Search Results]]></category>

		<guid isPermaLink="false">http://wisdmlabs.com/?p=112</guid>
		<description><![CDATA[Here is a good article on, &#8220;How to exclude pages from WordPress Search Results&#8221;.
By default, WordPress Search feature displays published posts and published pages in search results. Often when users are looking for something in a blog, it is most likely a post rather than a page. In this article, we will show you how [...]]]></description>
			<content:encoded><![CDATA[<p><a title="How to exclude Pages WordPress Search Results." href="http://www.wpbeginner.com/wp-tutorials/how-to-exclude-pages-from-wordpress-search-results/" target="_blank">Here</a> is a good article on, &#8220;How to exclude pages from WordPress Search Results&#8221;.</p>
<p>By default, WordPress Search feature displays published posts and published pages in search results. Often when users are looking for something in a blog, it is most likely a post rather than a page. In this article, we will show you how to make your search more relevant and less crowded by excluding pages from WordPress search results.</p>
<p>First open your theme’s <em>functions.php</em> file and paste this code:</p>
<blockquote>
<pre><span style="color: #3366ff;">function SearchFilter($query) {
           if ($query-&gt;is_search) {
                  $query-&gt;set('post_type', 'post');
          }
         return $query;
 }</span></pre>
<pre><span style="color: #3366ff;">add_filter('pre_get_posts','SearchFilter');</span></pre>
</blockquote>
<p><strong>Explanation:</strong> This code just searches for posts through setting the post_type. You can also make it do the opposite by setting the post_type to pages, so it only return pages in the search result.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisdmlabs.com/wordpress/how-to-exclude-pages-from-wordpress-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install WordPress Sites using WordPress Loader Script &#8211; A Much Faster and Easier way!</title>
		<link>http://wisdmlabs.com/wordpress/install-wordpress-sites-using-wordpress-loader-script-a-much-faster-and-easier-way/</link>
		<comments>http://wisdmlabs.com/wordpress/install-wordpress-sites-using-wordpress-loader-script-a-much-faster-and-easier-way/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 10:45:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[speed up WordPress]]></category>
		<category><![CDATA[WordPress Installation]]></category>
		<category><![CDATA[WordPress uploader]]></category>
		<category><![CDATA[WordPress wuick Installation]]></category>

		<guid isPermaLink="false">http://wisdmlabs.com/?p=108</guid>
		<description><![CDATA[Need a better way to upload and install WordPress on your site? Save time by using the WordPress Loader and get your site up and ready within seconds.]]></description>
			<content:encoded><![CDATA[<p>So you say, Daddy wants a blog for sharing his &#8220;Investment and Trading&#8221; knowledge and Mommy wants a little blog to document her recipes?  And, you are not too familar with Website designs?</p>
<p>Well, No problem! You can now set up new installations of <a title="WordPress" href="http://wordpress.org" target="_blank">WordPress </a>quicker than ever.</p>
<p>These days many use an autoinstaller provided by hosting companies. One of which is commonly used is <a title="Fantastico" href="http://www.netenberg.com/fantastico.php" target="_blank">Fantastico</a>. It is an automated code which gets you the WordPress code, uploads on the server and unzips too. But many complain that it does not always install the latest versions.</p>
<p>So what you can do is, download the <a title="Wordpress Download" href="http://wordpress.org/download" target="_blank">WordPress code</a>. Unzip it on your machine and then upload it to the server. Depending on the network connection this may take around 20 mintues to 30 minutes. This can get frustrating especially if you have many wordpress sites to create.</p>
<p>Well, now there is better way to do it. Its really simple! <a title="WordPress Loader" href="http://www.alistercameron.com/2010/04/09/wordpress-loader-faster-easier/" target="_blank">WordPress Loader</a> a single file created by <a title="Alister Cameron" href="http://www.alistercameron.com/" target="_blank">Alister Cameron</a> takes care of your installation.</p>
<p>Here is how you can use it:</p>
<p>Step 1: <a title="Download WordPress Loader" href="http://www.alistercameron.com/download/wordpress_loader.php.zip" target="_blank">Download the file from Alister’s site</a>.</p>
<p>Step 2: Upload <em>wordpress_loader.php</em> to the directory where you want to install WordPress.</p>
<p>Step 3: View the file on your web browser. You will find the file on your server @ <em>http://yourdomain.com/my-wordpress/wordpress_uploader.php</em></p>
<p>Step 3: Click the button you&#8217;ll find there.</p>
<p>The script will automatically place all of the WordPress files on your server in about five seconds.</p>
<p><strong>Note:</strong> You’ll still need to create your database and edit your wp-config file as you usually would, but you won’t have to spend time uploading all the files.</p>
<p>Use WordPress Loader and save some bit of your time!</p>
]]></content:encoded>
			<wfw:commentRss>http://wisdmlabs.com/wordpress/install-wordpress-sites-using-wordpress-loader-script-a-much-faster-and-easier-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating Social Media Marketing Across Your Organization</title>
		<link>http://wisdmlabs.com/social-media-marketing/integrating-social-media-marketing-across-your-organization/</link>
		<comments>http://wisdmlabs.com/social-media-marketing/integrating-social-media-marketing-across-your-organization/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 14:15:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Social Media Marketing]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://wisdmlabs.com/?p=104</guid>
		<description><![CDATA[Here&#8217;s an interesting article, which talks about how you can integrate social media strategies across your entire organization. Here are some tips picked from the blog.
 * Create social media-friendly content on a regular basis: This content should be used across corporate communications. Make sure the content is not leftover or recycled content. To work [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an interesting <a title="Integrating SOcial Media Marketing Across your organization" href="http://www.clickz.com/3640096" target="_blank">article</a>, which talks about how you can integrate social media strategies across your entire organization. Here are some tips picked from the blog.</p>
<p><strong> * Create social media-friendly content on a regular basis:</strong> This content should be used across corporate communications. Make sure the content is not leftover or recycled content. To work effectively, it must be useful information that consumers want and find interesting, effective and useful. Examples include additional ways to use your product or showing step-by-step how to install your product. Ask visitors what type of information they want.</p>
<p><strong> * Cross-promote social media marketing in online and offline marketing:</strong> Mention social media marketing efforts in online advertising, Web site, e-mail, mobile, packaging, direct mail, television, print, out-of-home, and other advertising/marketing efforts.</p>
<p><strong> * Extend customer service reach and responsiveness:</strong> Use social media to respond to customer questions, comments, and appropriate conversations. A relevant, personalized response is recommended. Avoid giving an automated answer.</p>
<p><strong> * Extend the reach of company events online:</strong> Extend by using a variety of social media tools such as Twitter, slide sharing, and video sharing. This includes live demonstrations and/or live blogging and/or tweeting of meetings, shows, and conferences.</p>
<p><strong> * Extend PR efforts through social media use:</strong> This includes social media press releases, blogs, video, photographs, Facebook Fan Pages, Twitter, slide sharing, and other social media options to get the word out quickly and broadly.</p>
<p><strong> * Provide faster, more effective crisis management for public issues through the use of social media tools:</strong> Have on-going social media monitoring, provide social media training to appropriately engage consumers, and have a process to raise potential issues that you may face. Use social media to respond quickly and appropriately.</p>
<p><strong> * Gather customer input and feedback for market research purposes:</strong> This is good for gaining useful insights about your products through forums, in-person meetups, blogs, Facebook, Twitter, and reviews. Consumers may provide suggestions that wouldn&#8217;t have surfaced within the organization.</p>
<p><strong> * Expand human resources&#8217; reach and effectiveness:</strong> New talent can be acquired more quickly and cost-effectively through social networking. Managers can preview job seekers&#8217; work online. Additionally, good work by existing employees can be showcased through a variety of social media formats and environments like, the month might be highlighted on a Facebook Fan Page.</p>
<p><strong> * Enhance investor relations through the use of social media: </strong>Use videos, slides, podcasts, and Webinars. Create and share content that gives investors a feel for your business such as new business performance and promoting your investor day.</p>
<p><strong> * Facilitate cross-organizational relationships:</strong> This can be done through corporate networking presence such as LinkedIn or private social networks.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisdmlabs.com/social-media-marketing/integrating-social-media-marketing-across-your-organization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A good comparision between Open-Source CMS and Custom CMS</title>
		<link>http://wisdmlabs.com/content-management-systems/comparision-between-open-source-cms-and-custom-cms/</link>
		<comments>http://wisdmlabs.com/content-management-systems/comparision-between-open-source-cms-and-custom-cms/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 07:53:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wisdmlabs.com/?p=101</guid>
		<description><![CDATA[Kieron Hughes, in his article, compares both, Open-Source CMS and Custom CMS. What he says is true &#8211; when you go to a company to build your website, more than often, you will be asked to build your website on a cms. No one wants to use static web pages today. Scalability, flexibility and robustness [...]]]></description>
			<content:encoded><![CDATA[<p>Kieron Hughes, in his <a title="Open-Source CMS vs Custom CMS" href="http://blog.pushon.co.uk/web-development/open-source-cms-vs-custom-cms/" target="_blank">article</a>, compares both, Open-Source CMS and Custom CMS. What he says is true &#8211; when you go to a company to build your website, more than often, you will be asked to build your website on a cms. No one wants to use static web pages today. Scalability, flexibility and robustness , that a CMS offers is not what we get from static sites built from scratch.</p>
<p>You can read his article <a title="Open-Source CMS vs Custom CMS" href="http://blog.pushon.co.uk/web-development/open-source-cms-vs-custom-cms/" target="_blank">here</a>.  In short, this is what he says,</p>
<p><strong>Maintenance</strong></p>
<p>Once your website is launched you may presume that nothing needs to be changed and that all your requirements are taken care of by your developer. But, this he says, is never true. You will agree too. As your site matures, there may be many changes you now want to incorporate. You may want to enhance your site for better accessibility and usability.</p>
<p>Using a custom made CMS means you are usually locked in, with the web company. You will have to contact the company and pay for the service for anything that needs to be changed. However small the change or update may be, like updating a home page image or content.</p>
<p>The value of an open-source content management system means that you can usually complete the changes yourself, and if not, there are hundreds of support forums and people available to help you along your way.</p>
<p><strong>Scalability</strong></p>
<p>With static websites, one of the most common problem is when you want to add more content to your site, you need to code the html pages. Even for a simple form that you may want to have on your site, it may be tedious to add functionality of sending mails or accepting forms etc. Hence, we see scaling a static site is challenging.</p>
<p>With custom-made CMS, it may allow adding pages very easily, but you need not go back to your web design company for small changes. Again, you will need to pay for the service and get it done.</p>
<p>All this can be done easily in house, if you have open source CMS set up.</p>
<p><strong>Contracts</strong></p>
<p>Most web companies that develop using custom content management systems often try to get you involved in ongoing maintenance contracts, or simply don’t provide the client with the neccasary details to pass on to another company to use (such as FTP and CMS login details).</p>
<p>This is definitely bad for two reasons,<br />
1. You are tied to the original web-design company for any updates you want to make on your site.<br />
2. If for some reason, you are not in good terms with that company and do not want to give the contract to them in future, you won’t be able to get any changes made at all in the future as you do not have any login details shared.</p>
<p>Further Kieron  says, a large aspect of running a succesful business is being efficent with money, so you shouldn’t want to be paying ongoing contracts or one-off charges where they are simply not neccasary. If the worst comes to worst and you can’t count on the original company to make changes (or you don’t want to go back to them), this is potentially going to cost you a lot more money as the simplest solution for a new company would be to rebuild the website entirely (using an open-source content management system, I would hope).</p>
<p>In the end he summerizes:</p>
<p>Not all custom CMS are bad – as they may be needed in some cases where an open-source solution doesn’t do the job in hand. But for 5 or 10 page websites for a standard business, or websites without the need for bespoke solutions, there is simply no need to restrict somebody or cause potential issues in the future.</p>
<p><a title="Wisdmlabs" href="http://wisdmlabs.com" target="_blank">Wisdmlabs </a>also develop search engine friendly websites with WordPress, which is open-source content management systems. It also has a whole heap of support online.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisdmlabs.com/content-management-systems/comparision-between-open-source-cms-and-custom-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 3.0 Beta released.</title>
		<link>http://wisdmlabs.com/wordpress/wordpress-3-0-beta-released/</link>
		<comments>http://wisdmlabs.com/wordpress/wordpress-3-0-beta-released/#comments</comments>
		<pubDate>Thu, 13 May 2010 14:59:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[wordpress3.0]]></category>

		<guid isPermaLink="false">http://wisdmlabs.com/?p=88</guid>
		<description><![CDATA[Early this month, wordpress released Wordpress 3.0. It is an early beta version. The team is still working on this release.
This release has a revised user interface. Some of the many features in this release that are pretty interesting are:


Custom Menu system: Jane Wells in the blog does mention that this is not finished. New functionality [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Early this month, wordpress released Wordpress 3.0. It is an early beta version. The team is still working on this release.</div>
<div id="_mcePaste">This release has a revised user interface. Some of the many features in this release that are pretty interesting are:</div>
<div id="_mcePaste">
<ol>
<li><strong>Custom Menu system:</strong> Jane Wells in the blog does mention that this is not finished. New functionality will be added and layout will be improved.</li>
<li><strong>Merge of Wordpress MU and Wordpress:</strong> Wordpress MU is similar to Wordpress but allows users to run multiple sites under one installation. This is again in its early stage and needs to be tested thoroughly. <a href="http://wordpress.com/" target="_blank">wordpress.com</a> is actually a wordpress MU site where it holds multiple blogs of so many users.</li>
<li> <strong>Custom Background:</strong> You can now add a custom background image to your admin panel which will replace the default color that currently exists. The theme should also support this option to use this feature. The default theme in this release supports it.</li>
<li> <strong>Author Specific Template:</strong> You can now have a specific template per author with a short bio for each and picture.<br />
<strong><br />
</strong></li>
<li><strong>Choose Username when Installing Wordpress:</strong> Till now, the first user that you create to login into the system has been &#8220;admin&#8221;. With this release, you can create a username which no longer needs to be &#8220;admin&#8221; and hence keep the hackers guesing of the username to login.</li>
<li><strong>Welcome Guide:</strong> What was missing till now is a Wordpress Guide. Now, available is a wordpress guide that helps user get familiar with using wordpress.<br />
<strong><br />
</strong></li>
<li><strong>New Theme:</strong> Twenty Ten is the new theme that comes as a default theme in this release. This theme allows to customize the default background of admin panel and more.</li>
</ol>
</div>
<div id="_mcePaste">Get the <a href="http://wordpress.org/wordpress-3.0-beta1.zip" target="_blank">new wordpress</a> now.</div>
]]></content:encoded>
			<wfw:commentRss>http://wisdmlabs.com/wordpress/wordpress-3-0-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Intelligence&#8221; Feature added into Google Analytics for Real-time Reports and Alerts on Website activity.</title>
		<link>http://wisdmlabs.com/google-analytics/intelligence-feature-added-into-google-analytics-for-real-time-reports-and-alerts-on-website-activity/</link>
		<comments>http://wisdmlabs.com/google-analytics/intelligence-feature-added-into-google-analytics-for-real-time-reports-and-alerts-on-website-activity/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 06:07:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[GA]]></category>
		<category><![CDATA[Site Activity Reports]]></category>
		<category><![CDATA[Website Insights]]></category>

		<guid isPermaLink="false">http://wisdmlabs.com/?p=115</guid>
		<description><![CDATA[Google analytics recently added a new “Intelligence” feature which is a great attempt to gain insights about your customers, campaigns and site usability without getting lost in the sea of data that is being collected. Google analytics now keeps track of “expected” data patterns on your site and can notify you via email or online [...]]]></description>
			<content:encoded><![CDATA[<p>Google analytics recently added a new “Intelligence” feature which is a great attempt to gain insights about your customers, campaigns and site usability without getting lost in the sea of data that is being collected. Google analytics now keeps track of “expected” data patterns on your site and can notify you via email or online reporting if there are any significant changes on your site activity.</p>
<p>The intelligence feature could now alert you if there was a high growth in the number of visits from Twitter referrals during last 24 hours or let you know that bounce rates of visitors from a certain geo since a particular period. Now, instead of you having to monitor reports and comb through all the data, Analytics Intelligence alerts you to the most significant information to pay attention to, saving you time and surfacing traffic insights that could affect your online business.</p>
<p>Take a look at the video below to learn more about the new feature:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/gRvUpoTT-Bo&amp;feature" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/gRvUpoTT-Bo&amp;feature"></embed></object></p>
<p>It does not end here. Now you can also setup custom alerts to tell Google Analytics what to watch for. You can set triggers on pretty much any dimension &amp; metric such as conversion or orders, and be notified by email  when the changes actually occur.</p>
<p>This is indeed a great addition and will really help one operate thier online store with more intelligence and insights that would otherwise have taken significant amount of time to analyze.</p>
<p>Here are some specific examples of how online retailers can use these intelligence features effectively:</p>
<p>1. Understanding seasonality of the products – Setup alerts for changes in conversion rates for specific products or categories over a time dimension so that you can be notified when it is time to review your product assortment from seasonality and relevance perspective.<br />
2. Understanding changes in zero search results – You can setup alerts that would inform you if the % of zero search results spikes above normal. This is usually an indicator that more customers are not able to find the products they are looking for. You can then evaluate the top searched keywords to find assortment gaps.<br />
3. Understanding the effectiveness of PPC campaigns – Lets say you setup a PPC campaign that results in a drop in the conversion rate. This is typically an indicator that the PPC campaign is not driving productive traffic to your website. Setting up an alert in these cases would allow you to aggressively manage your Adwords and other marketing campaigns so that you can avoid throwing money on campaigns that are not very effective.<br />
4. Impact of social media – You posted a new story on Digg which went hot last night. It would be nice to get an alert if the traffic pattern on your site changes due to your social marketing efforts.<br />
5. Drop in conversion rate – Lets say your server receives a huge surge of traffic and the users are not able to complete checkout due to performance problems. Wouldn’t you want to be notified immediately so that you can take corrective action? You can setup an alert that notifies you whenever the conversion rate or the order volume on the site deviates from the expected range.</p>
<p>This is one of the best features now in Google Analytics that will provide you access to more real time data that will allow you to make better decisions and also inform you about the problems on your website on a realtime basis.</p>
<p>Source: Google Analytics: Web Intelligence tips for Online Retailers</p>
<p>http://www.commercewiki.com/customer-experience/web-analytics-intelligence/</p>
]]></content:encoded>
			<wfw:commentRss>http://wisdmlabs.com/google-analytics/intelligence-feature-added-into-google-analytics-for-real-time-reports-and-alerts-on-website-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Jobs</title>
		<link>http://wisdmlabs.com/content-management-systems/wordpress-jobs/</link>
		<comments>http://wisdmlabs.com/content-management-systems/wordpress-jobs/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 10:01:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Freelancing]]></category>
		<category><![CDATA[Jobs]]></category>

		<guid isPermaLink="false">http://wisdmlabs.com/?p=61</guid>
		<description><![CDATA[We are a rapidly expanding web consulting company who specializes in WordPress development, Open Social and Facebook apps and SEO. We have an in-house team of developers, but are looking to outsource some web development and web design projects to meet demanding time schedules.
As a WordPress consultant, our focus has been to push the limits [...]]]></description>
			<content:encoded><![CDATA[<p>We are a rapidly expanding web consulting company who specializes in WordPress development, Open Social and Facebook apps and SEO. We have an in-house team of developers, but are looking to outsource some web development and web design projects to meet demanding time schedules.</p>
<p>As a WordPress consultant, our focus has been to push the limits of WordPress beyond a CMS. Most of our projects use WordPress as an underlying framework / platform and our projects are a good blend of custom PHP code and API based data XML or JSON data feeds into WordPress. We have done projects like news portal, shopping affiliate site, coupon sites, payment gateway integration etc using WordPress as a platform.</p>
<p>We are looking for experienced and talented PHP/MySQL developers who have experience in developing WordPress plugins and themes meeting the following criteria:</p>
<ol>
<li>1.5 to 2 years experience in PHP and MySQL</li>
<li>0.5 to 1.5 years experience in WordPress</li>
<li>Extremely familiar with WordPress theme architecture and template tags</li>
<li>Experience in developing cross browser XHTML and CSS front-ends based on mock-ups. Exposure to libraries like jQuery is an add-on.</li>
<li>Basic Photoshop (or any other similar software) skills for tasks related to image manipulation and optimization.</li>
<li>Fair knowledge of WordPress plugin API, functions and architecture (Admin pages, widgets, custom taxonomies, loop manipulation, hooks, filters and actions)</li>
<li>Experience of parsing XML or JSON feeds in PHP (optional but desired)</li>
</ol>
<p>We would be engaging the applicants on a per-hour fixed fee based on your overall expertise and past work. Drop us a mail at info[at]wisdmlabs[dot]com to discuss this further.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisdmlabs.com/content-management-systems/wordpress-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is your site Search Engine Optimized?</title>
		<link>http://wisdmlabs.com/search-engine-optimization-seo/is-your-site-search-engine-optimized/</link>
		<comments>http://wisdmlabs.com/search-engine-optimization-seo/is-your-site-search-engine-optimized/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 05:21:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google webmaster tools]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://wisdmlabs.com/?p=97</guid>
		<description><![CDATA[Here is a beginner&#8217;s check list to ensure your site has some basic elements to ensure it is Search Engine optimized. These tasks will help develop the necessary web development skills and guarantee a successful Search Engine Optimized website.
1. Focus on a simple HTML coding for your site.
2. Ensure your site has CSS styles.
3. Do not [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a beginner&#8217;s check list to ensure your site has some basic elements to ensure it is Search Engine optimized. These tasks will help develop the necessary web development skills and guarantee a successful Search Engine Optimized website.</p>
<div id="_mcePaste">1. Focus on a simple HTML coding for your site.</div>
<div id="_mcePaste">2. Ensure your site has CSS styles.</div>
<div id="_mcePaste">3. Do not use Tables or Frames in your HTML code.</div>
<div id="_mcePaste">4. Pick a list of keywords for your pages. Do not choose competitive keywords which may be difficult to rank on. This is one of the most important step for SEO.</div>
<div id="_mcePaste">5. Choose your domain name such that it consits of the important keywords for your site. This will boost for keyword ranking.</div>
<div id="_mcePaste">6. Most importantly, set up Google and Bing website Analytics. These tools help track visitors coming to your site.</div>
<div id="_mcePaste">7. Also set up Google webmaster tools. Verify your site as per the instructions.</div>
<div id="_mcePaste">8. Have a simple tree structure for all the pages on your site.</div>
<div id="_mcePaste">9. Have a sitemap.xml file which lists all the pages of your site.</div>
<div id="_mcePaste">10. Optimize the Title tag, HTML structures, URLs and content to include a fair collection of the keywords.</div>
<div id="_mcePaste">Contact info@wisdmlabs.com to get more information on SEO and how we can help your site.</div>
]]></content:encoded>
			<wfw:commentRss>http://wisdmlabs.com/search-engine-optimization-seo/is-your-site-search-engine-optimized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using WordPress as a CMS</title>
		<link>http://wisdmlabs.com/content-management-systems/using-wordpress-as-a-cms/</link>
		<comments>http://wisdmlabs.com/content-management-systems/using-wordpress-as-a-cms/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 11:43:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wisdmlabs.com/?p=41</guid>
		<description><![CDATA[WordPress is first and foremost a blogging platform however over the years, it has graduated into a full fledged Content Management System (CMS) with a robust admin back-end and  highly modular and extendable functionality.  We have installed and used WordPress  for several clients the last year or so and have had no complains yet.
The fact [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is first and foremost a blogging platform however over the years, it has graduated into a full fledged Content Management System (CMS) with a robust admin back-end and  highly modular and extendable functionality.  We have installed and used WordPress  for several clients the last year or so and have had no complains yet.</p>
<p>The fact that we use WordPress as a CMS for clients doesn’t mean that the other options out there are poor choices. Just that WordPress is extremely easy to use (as opposed to, say, Joomla) for not so familiar clients and this comes very handy if the client intends to manage the CMS all by himself without an elaborate team. WordPress adds a solid support for “static” content, being the WordPress Pages, and more newsy update flows controlled by the Posts, and you’ve got your needs pretty much covered for most websites online today.</p>
]]></content:encoded>
			<wfw:commentRss>http://wisdmlabs.com/content-management-systems/using-wordpress-as-a-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

