<?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>Techtracer &#187; Wordpress</title>
	<atom:link href="http://techtracer.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtracer.com</link>
	<description>Tracing the course of Web Technology</description>
	<lastBuildDate>Mon, 26 Sep 2011 12:30:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
<image>
  <link>http://techtracer.com</link>
  <url>http://techtracer.com/wp-includes/images/favicon.png</url>
  <title>Techtracer</title>
</image>
		<item>
		<title>WordPress Database Error &#8211; Table &#8216;wp_post2cat&#8217; doesn&#8217;t exist</title>
		<link>http://techtracer.com/2008/01/02/wordpress-database-error-table-wp_post2cat-doesnt-exist/</link>
		<comments>http://techtracer.com/2008/01/02/wordpress-database-error-table-wp_post2cat-doesnt-exist/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 15:58:14 +0000</pubDate>
		<dc:creator>nitinpai</dc:creator>
				<category><![CDATA[Issues]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techtracer.com/2008/01/02/wordpress-database-error-table-wp_post2cat-doesnt-exist/</guid>
		<description><![CDATA[I recently upgraded my hosted WordPress from version 2.2 to 2.3.1. The upgradation process went smoothly but something strange happened when I tried to log into the administration dashboard. When I logged in, the page showed me a message stating that my database was old and I needed to upgrade it. I did as it [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded my hosted WordPress from version <strong>2.2</strong> to <strong>2.3.1</strong>. The upgradation process went smoothly but something strange happened when I tried to log into the administration dashboard.  When I logged in, the page showed me a message stating that my database was <strong>old</strong> and I needed to <strong>upgrade</strong> it. I did as it suggested and the dashboard came into picture as usual. All till this point seemed fine, until I did the following things:</p>
<ul>
<li>Tried to add a new category</li>
<li>Tried to edit a post</li>
<li>Tried to comment from the blog post page</li>
</ul>
<p>When I tried to do the above things I was shown a big fat error message which cried out,</p>
<blockquote><p><em><strong> WordPress database error</strong>: [Table 'wordpress.wp_post2cat' doesn't exist]<br />
SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM wp_posts p LEFT JOIN wp_post2cat pc ON p.ID = pc.post_id LEFT JOIN wp_categories c ON pc.category_id = c.cat_ID WHERE post_status = &#8216;publish&#8217; GROUP BY cat_ID</em></p></blockquote>
<p>I managed to resolve this error in some time but those few moments were somewhat shocking. If you are getting the same error, the solution is quite easy. At first the error looks as something has gone wrong with your database but believe me, your <strong>database is fine</strong>. The problem maker are the <strong>plugins</strong>. The main cause of the above error are the following plugins:</p>
<ul>
<li>Google Sitemaps Generator</li>
<li>Posts by Author plugin</li>
<li>Ultimate Tag Warrior</li>
<li>Similar Posts</li>
</ul>
<p>Just disable these plugins and you should see your error disappear. You can later put in the latest versions of the above plugins and activate them. The <strong>Ultimate Tag Warrior</strong> plugin should not be required in my opinion since WordPress 2.3 + has the feature of <strong>tagging</strong> a particular post.</p>
<p>Always remember, before upgrading a WordPress to a newer version make a double check on the compatibility of the plugins you have already installed. The guys at WordPress have made out jobs much more easier by putting an <a href="http://codex.wordpress.org/Themes/Theme_Compatibility/2.3" target="_blank">alphabetically sorted list of compatible plugins with WordPress 2.3</a>.</p>
<p>So when you install a plugin for WordPress in future do the following:</p>
<ul>
<li>Download it from the <a href="http://codex.wordpress.org/Plugins" target="_blank">official WordPress plugin repository</a></li>
<li>Check the version of WordPress till which the plugin is compatible with</li>
<li>Backup your blog through WordPress Export feature before trying out a plugin.</li>
</ul>
<p>Sometimes if you have self coded the theme, the error might not disappear because you might have used some tables like &#8220;<strong>wp_post2cat</strong>&#8221; which has been discarded in the newer version. So if your error is still not resolved try using the <strong>default theme</strong> (Kubrick) and then work your way out.</p>
<h2>Related posts:</h2><ul><li><a href="http://techtracer.com/2007/07/18/wordpress-error-allowed-memory-size-of-8388608-bytes/" rel="bookmark" title="Permanent Link: WordPress Error &#8211; &#8220;Allowed memory size of 8388608 bytes&#8221;">WordPress Error &#8211; &#8220;Allowed memory size of 8388608 bytes&#8221;</a></li><li><a href="http://techtracer.com/2007/04/22/bluewhirl-new-wordpress-theme-for-techtracer/" rel="bookmark" title="Permanent Link: BlueWhirl &#8211; new wordpress theme for TechTracer">BlueWhirl &#8211; new wordpress theme for TechTracer</a></li><li><a href="http://techtracer.com/2007/09/26/seo-for-wordpress-beginners/" rel="bookmark" title="Permanent Link: SEO for WordPress Beginners">SEO for WordPress Beginners</a></li><li><a href="http://techtracer.com/2007/10/10/resolving-the-unsupported-majorminor-version-490-error/" rel="bookmark" title="Permanent Link: Resolving the &#8220;Unsupported major.minor version 49.0&#8243; Error">Resolving the &#8220;Unsupported major.minor version 49.0&#8243; Error</a></li><li><a href="http://techtracer.com/2007/10/14/unleash-the-power-in-your-blog-with-google-custom-search/" rel="bookmark" title="Permanent Link: Unleash the Power in Your Blog with Google Custom Search">Unleash the Power in Your Blog with Google Custom Search</a></li></ul><br /><a href="http://techtracer.com/">Techtracer.com</a> Copyright &copy; 2008<br /> ]]></content:encoded>
			<wfw:commentRss>http://techtracer.com/2008/01/02/wordpress-database-error-table-wp_post2cat-doesnt-exist/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Unleash the Power in Your Blog with Google Custom Search</title>
		<link>http://techtracer.com/2007/10/14/unleash-the-power-in-your-blog-with-google-custom-search/</link>
		<comments>http://techtracer.com/2007/10/14/unleash-the-power-in-your-blog-with-google-custom-search/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 08:40:30 +0000</pubDate>
		<dc:creator>nitinpai</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techtracer.com/2007/10/14/unleash-the-power-in-your-blog-with-google-custom-search/</guid>
		<description><![CDATA[Some bloggers often get confronted by the question which is, &#8220;If a blog already has written a custom search function then what is the need to replace it with a Google Search?&#8221;. Well, now that TechTracer is replacing the default wordpress search with Google Search, I am ready to answer the question. The answer is [...]]]></description>
			<content:encoded><![CDATA[<p>Some bloggers often get confronted by the question which is,  &#8220;If a blog already has written a custom search function then what is the need to replace it with a Google Search?&#8221;. Well, now that <a href="http://techtracer.com/google-search/" target="_blank">TechTracer is replacing the default wordpress search</a> with Google Search, I am ready to answer the question. The answer is simple. <strong>Google Custom Search</strong> not only benefits <strong>bloggers</strong> but also <strong>readers</strong> of the blog. The only thing required to understand is how does it actually benefits both.</p>
<p style="text-align: center"><img src="http://techtracer.com/wp-content/uploads/2007/10/google-custom-search.gif" alt="Google Custom Search" /></p>
<p><strong>For the Blog Owner</strong></p>
<p>It is <strong>very easy</strong> to setup Google Custom Search either through the <a href="https://www.google.com/adsense/adsense-products" target="_blank">Adsense Program</a> itself or by using<strong> </strong><a href="http://www.google.com/coop/cse/" target="_blank">Google Co-op</a><strong> </strong>which provides <strong>Customized</strong> external search engine which can be used either by an individual or by a collaboration. I personally like the second option than the Adsense customized search. Of course you can make money with both the counterparts.</p>
<p>For <strong>hosted WordPress users</strong>, the Google Custom Search can be easily incorporated into their blogs because it is much more easier. <a href="http://www.doshdosh.com/how-to-set-up-google-custom-search-and-make-money/" target="_blank">DoshDosh provides an excellent article</a> to integrate Google Custom Search with Adsense into a WordPress Blog. You have to remember that this <strong>cannot </strong>be done on a free WordPress Blog since <strong>Javascript </strong>posting has been <strong>disabled</strong> there. For users of other blogs like Blogger, free WordPress, the users will have to use the custom search page which is published when you make a custom search engine.</p>
<p>For those who would would like to setup a Custom Search for Adsense from their Adsense Setup itself, they can refer to a <a href="http://www.liewcf.com/blog/archives/2006/09/google-adsense-search-results-within-wordpress-pages/" target="_blank">tutorial written by Liew Cheon Fong</a>.</p>
<p>The benefit of using Google Custom Search on blogs is that the blog owner comes to know if his site has been optimized for search or not when a search is carried out in the custom search engine. If the pages from the blog are not indexed then he/she can carry out some <a href="http://techtracer.com/2007/09/26/seo-for-wordpress-beginners/">SEO techniques</a> to get them indexed because the sole purpose of writing is to get the article spread to the masses.</p>
<p>Apart from that, Google<strong> monetizes</strong> the search queries and also the search results page. So it is some sort of support in the terms of value of information provided by the blog. This helps the blogger to get monetary advantage for free information given out. One more important benefit is that the more a query is searched for in Google the <strong>more chances</strong> are there of the page containing the query being <strong>indexed</strong> by the crawlers.</p>
<p><strong>Benefits for the Readers</strong></p>
<p>A reader might be any one who either is a dedicated reader of the blog or any one who stumbles over an article through a search engine. Now if the reader finds the article interesting in the blog then he/she might wish to find <strong>similar</strong> such articles in the blog. Of course the blog can be search by using various Google Search techniques but not all users are blessed with <strong>technical</strong> skills so instead the reader to bear the brunt of not knowing how to search the blog through Google he/she can take the benefit of the Google Custom Search provided by the site itself.</p>
<p>The Google custom search proves superior to a Blog&#8217;s default search engine in the following aesthetics:</p>
<ol>
<li>Provides <strong>all</strong> the possibilities of results for a given query</li>
<li>Is very <strong>quick</strong> as compared to the local search engine</li>
<li>Pagination is typically done Google style which users are <strong>accustomed</strong> to.</li>
<li>Summary of what might be in the article is provided, adhering exactly to the search query. This is <strong>not</strong> possible in local search engines.</li>
<li><strong>Categories, comments</strong> too are indexed and provided in the results as opposed to just articles provided by local search engines.</li>
</ol>
<p>All these benefits will definitely culminate into a wonderful searching experience. You can see the benefits in action right here right now. Just put a query in the Google Custom <strong>Search box</strong> placed in the <strong>header region</strong> of TechTracer and see the wonders of Google with your own eyes.</p>
<p>What more benefits can Google Custom Search provide to a blogger and to a reader is something I would like to know from you.</p>
<h2>Related posts:</h2><ul><li><a href="http://techtracer.com/google-search/" rel="bookmark" title="Permanent Link: Search Results">Search Results</a></li><li><a href="http://techtracer.com/2008/03/10/5-most-exciting-search-tricks-with-google-operators/" rel="bookmark" title="Permanent Link: 5 Most Exciting Search Tricks with Google Operators">5 Most Exciting Search Tricks with Google Operators</a></li><li><a href="http://techtracer.com/2008/01/27/the-power-of-javascript-favelets/" rel="bookmark" title="Permanent Link: The Power of JavaScript Favelets">The Power of JavaScript Favelets</a></li><li><a href="http://techtracer.com/2007/09/26/seo-for-wordpress-beginners/" rel="bookmark" title="Permanent Link: SEO for WordPress Beginners">SEO for WordPress Beginners</a></li><li><a href="http://techtracer.com/2007/12/03/google-experiments-are-brilliant/" rel="bookmark" title="Permanent Link: Google Experiments are Brilliant">Google Experiments are Brilliant</a></li></ul><br /><a href="http://techtracer.com/">Techtracer.com</a> Copyright &copy; 2008<br /> ]]></content:encoded>
			<wfw:commentRss>http://techtracer.com/2007/10/14/unleash-the-power-in-your-blog-with-google-custom-search/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>SEO for WordPress Beginners</title>
		<link>http://techtracer.com/2007/09/26/seo-for-wordpress-beginners/</link>
		<comments>http://techtracer.com/2007/09/26/seo-for-wordpress-beginners/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 16:00:42 +0000</pubDate>
		<dc:creator>nitinpai</dc:creator>
				<category><![CDATA[Concepts]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techtracer.com/2007/09/26/seo-for-wordpress-beginners/</guid>
		<description><![CDATA[What is SEO? Search engine optimization (SEO) is a term commonly used for the techniques which ensure that your website becomes search engine friendly. This includes making you site adhere to certain rules which makes it easy for the search engine spiders to crawl effortlessly in your site pages and rank them or list them [...]]]></description>
			<content:encoded><![CDATA[<p><u><strong>What is SEO?</strong></u></p>
<p><strong>Search engine optimization</strong> (SEO) is a term commonly used for the techniques which ensure that your website becomes search engine <strong>friendly</strong>. This includes making you site adhere to certain rules which makes it easy for the search engine spiders to crawl effortlessly in your site pages and rank them or list them accordingly.</p>
<p><u><strong>Why is SEO required?</strong></u></p>
<p>SEO is must required for anyone who wants his/her website to reach to a <strong>large audience</strong>. For personal blogs, it does not matter much as the content in its sense is somewhat personal and does not cater to a large mass. But the web sites or blogs which cater to a reader&#8217;s needs should follow some SEO techniques without which the intention to get the idea across is left unintended. In other words, as you need expressions to make your thoughts move across to the people, you need SEO to make your <strong>online information</strong> accessible to the worldwide surfers. Thus, SEO is important.</p>
<p><u><strong>Can you provide any example?</strong></u></p>
<p><strong>Techtracer </strong>is a blog on technology. It includes articles, views, reviews, tutorials, news, resources which cater to a technology. Whatever I write, I make it a point that it should be <strong>well served</strong>. This means that whenever a person needs help in a particular aspect then my blog should be easily found. For this, I have to adopt SEO. Since SEO concepts are implemented in this site this is easily searchable on search engines.</p>
<p><u><strong>How to implement SEO?</strong></u></p>
<p>SEO is a very vast topic and it ranges from designing strategies of your site layout to the words you put in the site. In this particular article I would explain how to make it simple for <strong>wordpress</strong> users to implement SEO in their wordpress blogs. I will explain you <strong>5 tips</strong> by which your site will easily become search able. For the searching aspect I am targeting <strong>Google</strong> which forms a major part of the of the search queries.</p>
<p>1. Properly use that <strong>Title</strong><br />
2. Using <strong>Meta</strong> tags for targetted searches<br />
3. Making a <strong>Sitemap</strong> for your blog<br />
4. Using the <strong>robots.txt</strong> file<br />
5. Highlighting the proper <strong>keywords</strong>.</p>
<p>These are the 5 <strong>basic</strong> tips that I would like to elaborate in the forth coming posts which will be very helpful if you are using WordPress. I am talking about <strong>WordPress</strong> because you don&#8217;t have to do much since there are <strong>plugins </strong>which can do the majority of the things for you. So you don&#8217;t have to be a technical expert in implementing these basic yet <strong>powerful</strong> SEO tips. Bookmark this page or subscribe to this blog to get updated automatically for the <strong>upcoming</strong> posts on SEO for wordpress.</p>
<h2>Related posts:</h2><ul><li><a href="http://techtracer.com/2008/01/02/wordpress-database-error-table-wp_post2cat-doesnt-exist/" rel="bookmark" title="Permanent Link: WordPress Database Error &#8211; Table &#8216;wp_post2cat&#8217; doesn&#8217;t exist">WordPress Database Error &#8211; Table &#8216;wp_post2cat&#8217; doesn&#8217;t exist</a></li><li><a href="http://techtracer.com/2007/10/14/unleash-the-power-in-your-blog-with-google-custom-search/" rel="bookmark" title="Permanent Link: Unleash the Power in Your Blog with Google Custom Search">Unleash the Power in Your Blog with Google Custom Search</a></li><li><a href="http://techtracer.com/2007/04/22/bluewhirl-new-wordpress-theme-for-techtracer/" rel="bookmark" title="Permanent Link: BlueWhirl &#8211; new wordpress theme for TechTracer">BlueWhirl &#8211; new wordpress theme for TechTracer</a></li><li><a href="http://techtracer.com/2007/07/18/wordpress-error-allowed-memory-size-of-8388608-bytes/" rel="bookmark" title="Permanent Link: WordPress Error &#8211; &#8220;Allowed memory size of 8388608 bytes&#8221;">WordPress Error &#8211; &#8220;Allowed memory size of 8388608 bytes&#8221;</a></li><li><a href="http://techtracer.com/about/" rel="bookmark" title="Permanent Link: About">About</a></li></ul><br /><a href="http://techtracer.com/">Techtracer.com</a> Copyright &copy; 2008<br /> ]]></content:encoded>
			<wfw:commentRss>http://techtracer.com/2007/09/26/seo-for-wordpress-beginners/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Error &#8211; &#8220;Allowed memory size of 8388608 bytes&#8221;</title>
		<link>http://techtracer.com/2007/07/18/wordpress-error-allowed-memory-size-of-8388608-bytes/</link>
		<comments>http://techtracer.com/2007/07/18/wordpress-error-allowed-memory-size-of-8388608-bytes/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 17:13:07 +0000</pubDate>
		<dc:creator>nitinpai</dc:creator>
				<category><![CDATA[Issues]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techtracer.com/2007/07/18/wordpress-error-allowed-memory-size-of-8388608-bytes/</guid>
		<description><![CDATA[You sometimes might get the following error if you are trying to import a previous blog into a newly installation of WordPress through an RSS feed or while installing a new plugin as: Allowed memory size of 8388608 bytes exhausted (tried to allocate xxxxx bytes) This means that the server is not allowing to process [...]]]></description>
			<content:encoded><![CDATA[<p>You sometimes might get the following error if you are trying to <strong>import </strong>a previous blog into a newly installation of <strong>WordPress </strong> through an <strong>RSS feed</strong> or while installing a new <strong>plugin</strong> as:</p>
<blockquote><p><strong> Allowed memory size of 8388608 bytes exhausted (tried to allocate xxxxx bytes)</strong></p></blockquote>
<p>This means that the server is not allowing to process the size of the data than its maximum alloted size. Remember that there is<strong> nothing </strong>wrong with the WordPress installation. Its the matter of the amount of data that the server can process at one time.<br />
<a href="http://techtracer.com/2007/07/18/wordpress-error-allowed-memory-size-of-8388608-bytes/wordpress-logo/" rel="attachment wp-att-76" title="Wordpress Logo"></a></p>
<p>Don&#8217;t be scared, you can get it resolved in a matter of seconds. There are two ways of resolving this error.</p>
<p><strong>Method #1 : Without Restarting the Server</strong></p>
<p>If the error mentioned appears during the importing, what you need to do is get <strong>access</strong> to the source code of the WordPress where you have done the <strong>installation</strong>.</p>
<p>Once you get the access you will need to modify<strong> two files</strong> . They are:</p>
<ol>
<li><em>&lt;installation_directory&gt;</em>/wp-admin/import.php</li>
<li><em> &lt;installation_directory&gt;</em>/wp-admin/import/wordpress.php</li>
</ol>
<p>Now copy this line of code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'memory_limit'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'16M'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>This line increases the server processing capacity by the included size i.e <strong>16M</strong>. Paste the above line in the <strong>import.php</strong> file just <strong>after</strong> the line of code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">require_once</span> <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'admin-header.php'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Now in the second file i.e. <strong>wordpress.php</strong> paste the code <strong>after</strong> the line of code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span></pre></div></div>

<p><strong><em>Note:</em> </strong>If the error mentioned appears during the installation of a <strong>plugin</strong> then make a note of the <strong>path</strong> and the <strong>.php</strong> page which is given out in the error and paste the same line in the mentioned <strong>.php</strong> page.Remember, the code must be pasted within the php code block i.e in between <strong>&lt;?php</strong> and <strong>php?&gt;</strong> in the page since it is to be executed by the server.</p>
<p>Now once again access your WordPress URL and go to the <strong>manage &gt; import</strong> menu and try importing. If your problem still remains, just keep <strong>increasing</strong> the size mentioned in the pasted code in multiples of <strong>4</strong> i.e. in place of &#8220;16M&#8221;, try &#8220;20M&#8221;, &#8220;24M&#8221; etc.</p>
<p><strong>Method #2 : Which Requires a Server Restart</strong></p>
<p>If you want to eliminate this error once and for all then you need to target your server to make the changes. But you should have the permissions to <strong>restart</strong> the server.</p>
<p>If you have this permission then go to the server <strong>installed path</strong> and search for the file <strong>php.ini</strong> file. In this file there will numerous things mentioned. But all you have to do is search for the term &#8220;<strong>memory_limit</strong>&#8220;. Change the value of this variable from 8M to either 16M, 24M, etc as required.</p>
<p><strong>Save</strong> the file and <strong>restart</strong> your server. The error will be resolved once and for all. Good luck!</p>
<h2>Related posts:</h2><ul><li><a href="http://techtracer.com/2008/01/02/wordpress-database-error-table-wp_post2cat-doesnt-exist/" rel="bookmark" title="Permanent Link: WordPress Database Error &#8211; Table &#8216;wp_post2cat&#8217; doesn&#8217;t exist">WordPress Database Error &#8211; Table &#8216;wp_post2cat&#8217; doesn&#8217;t exist</a></li><li><a href="http://techtracer.com/2006/10/15/microsoft-internet-explorer-7-nothing-special/" rel="bookmark" title="Permanent Link: Microsoft Internet Explorer 7 &#8211; Nothing Special">Microsoft Internet Explorer 7 &#8211; Nothing Special</a></li><li><a href="http://techtracer.com/2007/04/22/bluewhirl-new-wordpress-theme-for-techtracer/" rel="bookmark" title="Permanent Link: BlueWhirl &#8211; new wordpress theme for TechTracer">BlueWhirl &#8211; new wordpress theme for TechTracer</a></li><li><a href="http://techtracer.com/2007/09/26/seo-for-wordpress-beginners/" rel="bookmark" title="Permanent Link: SEO for WordPress Beginners">SEO for WordPress Beginners</a></li><li><a href="http://techtracer.com/2007/04/10/optimal-use-of-ajax-use-web-20-the-smart-way/" rel="bookmark" title="Permanent Link: Optimal use of Ajax &#8211; use Ajax the smart way">Optimal use of Ajax &#8211; use Ajax the smart way</a></li></ul><br /><a href="http://techtracer.com/">Techtracer.com</a> Copyright &copy; 2008<br /> ]]></content:encoded>
			<wfw:commentRss>http://techtracer.com/2007/07/18/wordpress-error-allowed-memory-size-of-8388608-bytes/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>BlueWhirl &#8211; new wordpress theme for TechTracer</title>
		<link>http://techtracer.com/2007/04/22/bluewhirl-new-wordpress-theme-for-techtracer/</link>
		<comments>http://techtracer.com/2007/04/22/bluewhirl-new-wordpress-theme-for-techtracer/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 15:28:30 +0000</pubDate>
		<dc:creator>nitinpai</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techtracer.com/2007/04/22/bluewhirl-new-wordpress-theme-for-techtracer/</guid>
		<description><![CDATA[I designed this theme yesterday and have named it BlueWhirl since every thing in this theme has a shade of blue. Why blue? Because it&#8217;s one of my favorite colors. The design has the layout of the theme Andreas which is a fluid 4 column widget ready theme. I had loved the Garland theme which [...]]]></description>
			<content:encoded><![CDATA[<p>I designed this theme yesterday and have named it <strong>BlueWhirl</strong> since every thing in this theme has a shade of blue. Why blue? Because it&#8217;s one of my favorite colors. The design has the layout of the theme <strong>Andreas</strong> which is a fluid 4 column widget ready theme. I had loved the <strong>Garland</strong> theme which was ported to the free wordpress blog by the Drupal Team. I had used it for a long time in my <a href="http://nitinpai.wordpress.com">old blog</a> and had loved it. But surprisingly it hasn&#8217;t been made available as a free download. <strong>BlueWhirl</strong> has the shades of <strong>Garland</strong> theme especially if you notice the background and the sidebars.</p>
<p style="text-align: center"><img src="http://techtracer.com/wp-content/uploads/2007/04/bluewhirl.gif" alt="BlueWhirl - new wordpress theme for TechTracer" /></p>
<p>This theme is not a fancy theme nor purposefully made to look attractive. It is entirely made using <strong>CSS</strong> and does not utilize images for the sake of loading the site faster. I also have made the theme <strong>SEO</strong> and <strong>adsense</strong> friendly. I am not sure if <strong>BlueWhirl</strong> would be realeased as a free theme in the near future. But for the time being I am requesting readers to please report any bugs if found. It will be helpful to make sure that it works properly before a stable release. All kinds of suggestions are gladly appreciated. <img src='http://techtracer.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Related posts:</h2><ul><li><a href="http://techtracer.com/2007/04/25/reverting-the-theme-to-bosco/" rel="bookmark" title="Permanent Link: Reverting the theme to Bosco">Reverting the theme to Bosco</a></li><li><a href="http://techtracer.com/2007/07/29/new-theme-for-techtracer/" rel="bookmark" title="Permanent Link: New Theme for TechTracer">New Theme for TechTracer</a></li><li><a href="http://techtracer.com/2007/12/26/techtracer-20-is-coming/" rel="bookmark" title="Permanent Link: Techtracer 2.0 is Coming">Techtracer 2.0 is Coming</a></li><li><a href="http://techtracer.com/2007/12/31/theme-for-the-new-year-sleeko/" rel="bookmark" title="Permanent Link: Theme for the New Year &#8211; Sleeko">Theme for the New Year &#8211; Sleeko</a></li><li><a href="http://techtracer.com/2008/01/02/wordpress-database-error-table-wp_post2cat-doesnt-exist/" rel="bookmark" title="Permanent Link: WordPress Database Error &#8211; Table &#8216;wp_post2cat&#8217; doesn&#8217;t exist">WordPress Database Error &#8211; Table &#8216;wp_post2cat&#8217; doesn&#8217;t exist</a></li></ul><br /><a href="http://techtracer.com/">Techtracer.com</a> Copyright &copy; 2008<br /> ]]></content:encoded>
			<wfw:commentRss>http://techtracer.com/2007/04/22/bluewhirl-new-wordpress-theme-for-techtracer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>LinkedIn &#8211; start your own network today</title>
		<link>http://techtracer.com/2007/03/29/linkedin-start-your-own-network-today/</link>
		<comments>http://techtracer.com/2007/03/29/linkedin-start-your-own-network-today/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 17:34:01 +0000</pubDate>
		<dc:creator>nitinpai</dc:creator>
				<category><![CDATA[Social Networks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://techtracer.com/2007/03/29/linkedin-start-your-own-network-today/</guid>
		<description><![CDATA[LinkedIn is a a new growing community which I came across a few days ago. Quickly I got registered in it and since then it is a fun routine and enlightening one to visit my LinkedInÂ  account and getting linked to people across the globe sharing the same interests as mine or working in the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.linkedin.com/">LinkedIn</a> is a a new growing community which I came across a few days ago. Quickly I got registered in it and since then it is a fun routine and enlightening one to visit my LinkedInÂ  account and getting linked to people across the globe sharing the same interests as mine or working in the same field.</p>
<p>Once you open an account with LinkedIn you have to fill in proper details about yourself since without the details nobody would be interested to be linked to you. Once you are done with it you have the option of going inviting your colleagues to join the network or just goÂ  or just wait and watch until somebody eagerly invites you to join his network.</p>
<p>Such a network grows speedily if your profile is interesting so an advice would be to make it as interesting as possible. What else could be more satisfying when someone from the same fraternity makes you popular by recommending you to others through his LinkedIn network.</p>
<p>Not only this, but you have a lot of goodies such as meeting interesting people, searching jobs, making friends with the big wigs in the network, recommending your friends to others, getting updates of any changes in your friend&#8217;s profile and much more.It also gives you options to downloads vcard of a member&#8217;s contact details. Its very easy to use and the userÂ  interface is lovable.</p>
<p style="text-align: center"><a href="http://www.linkedin.com/"><img src="http://techtracer.com/wp-content/uploads/2007/03/linkedin.gif" alt="linkedin.gif" /></a></p>
<p>It is also an icing on the cake when your old long lost friends make an apperance somewhere in the same network as yours. Hey, you just got linked in!</p>
<p>You can promote your LinkedIn profile through your own custom link as I have done in my sidebar for <a href="http://www.linkedin.com/in/nitinapai">my profile</a> and get known in the web world. WordPress users will be more happy since there is a sleek LinkedIn script to decorate your blog&#8217;s sidebar.</p>
<p style="text-align: center"><a href="http://www.linkedinabox.com/" title="LinkedIn for wordpress"><img src="http://techtracer.com/wp-content/uploads/2007/03/linkedin-widget.gif" alt="linkedin-widget.gif" /></a></p>
<p>So what are you waiting for. Get connected, get <strong>LinkedIn</strong>.</p>
<h2>Related posts:</h2><ul><li><a href="http://techtracer.com/2007/04/01/json-web-services-the-xml-json-debate-further-ahead/" rel="bookmark" title="Permanent Link: JSON Web Services &#8211; the XML JSON debate further ahead">JSON Web Services &#8211; the XML JSON debate further ahead</a></li><li><a href="http://techtracer.com/2007/10/26/what-makes-facebook-win-over-orkut/" rel="bookmark" title="Permanent Link: What Makes Facebook Win Over Orkut?">What Makes Facebook Win Over Orkut?</a></li><li><a href="http://techtracer.com/2007/10/31/mozilla-prism-a-revolution-in-web-apps/" rel="bookmark" title="Permanent Link: Mozilla Prism &#8211; A Revolution in Web Apps">Mozilla Prism &#8211; A Revolution in Web Apps</a></li><li><a href="http://techtracer.com/2007/10/29/different-people-different-networks-shelfari-and-bottletalk/" rel="bookmark" title="Permanent Link: Different People Different Networks &#8211; Shelfari and BottleTalk">Different People Different Networks &#8211; Shelfari and BottleTalk</a></li><li><a href="http://techtracer.com/2007/07/22/soa-still-far-from-reality/" rel="bookmark" title="Permanent Link: SOA &#8211; Still Far from Reality">SOA &#8211; Still Far from Reality</a></li></ul><br /><a href="http://techtracer.com/">Techtracer.com</a> Copyright &copy; 2008<br /> ]]></content:encoded>
			<wfw:commentRss>http://techtracer.com/2007/03/29/linkedin-start-your-own-network-today/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

