<?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>Aditya Naik &#187; Code</title>
	<atom:link href="http://www.adityanaik.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adityanaik.com</link>
	<description>Obsessive Compulsive Technology Enthusiast</description>
	<lastBuildDate>Thu, 08 Jul 2010 12:07:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>bbPress Plugin</title>
		<link>http://www.adityanaik.com/bbpress-plugin/</link>
		<comments>http://www.adityanaik.com/bbpress-plugin/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 17:48:14 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.adityanaik.com/279/</guid>
		<description><![CDATA[Enhanced Tag Heat Map is my latest plugin for bbPress.. its been a long time since my work on bbpress. but schools taking a lot of my time. I&#8217;ll be releasing a few themes and a couple of plugins soon for wordpress 2.5 and bbpress 0.9 here is the plugin though]]></description>
			<content:encoded><![CDATA[<p>Enhanced Tag Heat Map is my latest plugin for bbPress.. its been a long time since my work on bbpress. but schools taking a lot of my time. I&#8217;ll be releasing a few themes and a couple of plugins soon for wordpress 2.5 and bbpress 0.9</p>
<p><a href="http://bbpress.org/plugins/topic/enhanced-tag-heat-map/">here is the plugin</a> though</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adityanaik.com/bbpress-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IntegratePress &#8211; Part II &#8211; Live Search</title>
		<link>http://www.adityanaik.com/integratepress-part-ii-live-search/</link>
		<comments>http://www.adityanaik.com/integratepress-part-ii-live-search/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 20:17:22 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.adityanaik.com/integratepress-part-ii-live-search/</guid>
		<description><![CDATA[Another one of the plugins that i tried to integrated with my redesign was <a href="http://addictedtonew.com/archives/145/wordpress-live-search-plugin/">Addicted Live Search</a>. The plugin is a really nice and simple plugin for wordpress. All I wanted to do with this is have the results show results from both forum and my blog. The first step was to <a href="http://www.adityanaik.com/integratepress-part-i/">integrated both bbpress and Wordpress</a>. Second step hack the plugin. 

You can download the changed files from <a href="http://www.adityanaik.com/download/bb_live_search.zip">here</a>. If you need explanation on the changes or customization. Read on.]]></description>
			<content:encoded><![CDATA[<p>Another one of the plugins that i tried to integrated with my redesign was <a href="http://addictedtonew.com/archives/145/wordpress-live-search-plugin/">Addicted Live Search</a>. The plugin is a really nice and simple plugin for wordpress. All I wanted to do with this is have the results show results from both forum and my blog. The first step was to <a href="http://www.adityanaik.com/integratepress-part-i/">integrated both bbpress and WordPress</a>. Second step hack the plugin.</p>
<p><strong>Installation Basics</strong></p>
<p>First thing that you will need to do is install <a href="http://addictedtonew.com/archives/145/wordpress-live-search-plugin/">Addicted Live Search</a> and make sure its working on your blog. <strong>Note:</strong> that this plugin adds the prototype javascript to the header. If you already are using the prototype package, comment our line 12 from live_search.php which says</p>
<p><code>echo '&lt;script type="text/javascript" src="' . get_bloginfo('siteurl') . '/wp-content/plugins/addicted_live_search/js/prototype.js"&gt;&lt;/script&gt;' . "\n";</code></p>
<p>To complete the hack you will also need to have the following things.</p>
<blockquote>
<ol>
<li> &#8211; The web path to the files in the plugin directory and the files in it</li>
<li> &#8211; Basics of XHTML, PHP, JS</li>
</ol>
</blockquote>
<p>You can download the changed files from <a href="http://www.adityanaik.com/download/bb_live_search.zip">here</a>. If you need explanation on the changes or customization. Read on.</p>
<p><strong>Plugin Basics</strong></p>
<p>The live search plugin has three files that are needed to be hacked<br />
<code>search_results.php - integrate bbpress<br />
js\live_search.js - fix a couple of quirks<br />
css\live_search.css - if you want to customize the plugin<br />
</code></p>
<p>Lets start with search_results.php</p>
<p><strong>Hack the Results</strong></p>
<p>Lets open search_results.php. Between lines 13 and 33, bbPress will fetch the titles matching the query, titles with recent posts matching the query and topics of relevant posts with matching content. If you don&#8217;t want any of these to show up in the results just comment out the respective query. Meat of the search is in here.</p>
<p>After retrieving the topics, they are displayed by the topics loop between lines 50 and 61. You can also show the results individually for titles, recent posts and relevant posts. For that adjust the queries on lines 13 and 23 and then run a loop for them.</p>
<p>Uncomment the lines between lines 63 and 65 to show a close results link under the results. In some cases, the results fluctuate before disappearing. If you are having that problem, replace</p>
<p><code>onclick="ls.close(); return false;" </code></p>
<p>with</p>
<p><code>onclick="Field.clear('s'); return false;" </code></p>
<p><strong>Showing the Results</strong></p>
<p>The plugin by default adds the results under the search box. But sometimes thats not where you would want the results to be. To place it anywhere else comment out the line 10 from js/live_search.js which looks like this</p>
<p><code>&lt;code&gt;new Insertion.Bottom(ls.search_form, '&lt;div id="addicted_results"&gt;&lt;/div&gt;');&lt;/code&gt;</code></p>
<p>Now just place the following div tag anywhere you want.</p>
<p><code>&lt;div id="addicted_results"&gt;&lt;/div&gt;</code></p>
<p><strong>Customizing the Results Display</strong></p>
<p>Edit the css/live_search.css file to customize your display.</p>
<p><strong>Adding links to Blog Search and Forum Search</strong></p>
<p>You can add links to blog search and forum search on the search results. here is the code that you will add to get the link to the blog results.</p>
<p><code>&lt;a href="&lt;?php bb_option('uri'); ?&gt;search.php?q=&lt;?php echo $_GET['s']; ?&gt;"&gt;Â» more results&lt;/a&gt;</code></p>
<p>And here is the code to get the link to the forum results.</p>
<p><code>&lt;a href="&lt;?php bloginfo('home'); ?&gt;/?s=&lt;?php echo $_GET['s']; ?&gt;"&gt;Â» more results&lt;/a&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adityanaik.com/integratepress-part-ii-live-search/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>integratePress &#8211; Part I</title>
		<link>http://www.adityanaik.com/integratepress-part-i/</link>
		<comments>http://www.adityanaik.com/integratepress-part-i/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 18:12:06 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.adityanaik.com/integratepress-part-i/</guid>
		<description><![CDATA[UPDATE: These steps are valid for previous version of BBPress. May not work with WP 2.6.X and BBpress Alpha. With the redesign of my site I have taken the integration of wordpress and bbpress a step beyond theme integration. This time I wanted to reuse the plugins for wordpress and also have forums showup with [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE: These steps are valid for previous version of BBPress. May not work with WP 2.6.X and BBpress Alpha.</strong></p>
<p>With the redesign of my site I have taken the <a href="http://www.adityanaik.com/bbpress-and-wordpress-integration/">integration of wordpress and bbpress</a> a step beyond theme integration. This time I wanted to reuse the plugins for wordpress and also have forums showup with wordpress. I received requests from many of you about how to do it. Also the previous post about the integration is sort outdated because of the consequent releases of bbpress.</p>
<p>For the purpose of this article I am assuming that the bbpress installed in a subdirectory of wordpress</p>
<p><strong>File: bbpress/config.php</strong></p>
<p>Add the following code to the top of config.php</p>
<p><code>define('WP_BB', true);<br />
if ( !defined('DB_NAME') ) {<br />
require_once( dirname(__FILE__) . '/../wp-config.php');<br />
}</code></p>
<p>Define the following variables.</p>
<p><code><br />
$bb-&gt;wp_table_prefix = 'wp__'; // your wordpress db prefix is<br />
$bb-&gt;wp_home = 'http://www.yourwebsite.com';<br />
$bb-&gt;wp_siteurl = 'http://www.yourwebsite.com';<br />
</code></p>
<p><strong>File: wordpress/wp-config.php</strong></p>
<p>In this file the last statement is which says</p>
<p><code>require_once(ABSPATH.'wp-settings.php');</code></p>
<p>After this statement (before the php closing tag &#8211; ?&gt;) add the following statements</p>
<p><code>if ( !defined('BBDB_NAME') )<br />
require_once(ABSPATH.'bbpress/bb-load.php');</code></p>
<p>replace bbpress with whatever the directory bbPress is in.</p>
<p><strong>bbPress Plugin: Display Name</strong></p>
<p>This plugin ensures that the name shown is the display name from the wordpress rather than the username.<br />
<a href="http://bbpress.org/plugins/topic/2">Download</a>, Upload and activate this plugin in bbPress.</p>
<p><strong>bbPress Plugin: WordPress Integration</strong></p>
<p>This plugin ensures that your existing wordpress users can log into your bbPress install.<br />
<a href="http://bbpress.org/plugins/topic/4">Download</a>, Upload and activate this plugin in bbPress.</p>
<p><strong>WordPress Plugin: bbPress Integration</strong></p>
<p>This plugin makes suer that the users created in wordpress have valid roles in bbpress.<br />
<a href="http://wordpress.org/extend/plugins/bbpress-integration/">Download</a>, Upload and activate this plugin in wordpress. After activating this plugin, go to Plugins » bbPress and enter the bbPress database prefix and update.</p>
<p><strong>Theme: Template Integration</strong></p>
<p><a href="http://www.adityanaik.com/wp-content/stuff/ThemePress-v-1.zip">Download this file</a> and drop the created directory in your my-templates directory. All this theme does is takes that header and footer from the wordpress theme and uses it.</p>
<p><strong>Note 1:</strong> You will still need to add some more css styling for the forum contents.<br />
<strong>Note 2:</strong> This theme does assumes that the footer and header will bring in any sidebar that you need automatically. If thats not the case you will have to add get_sidebar(); wherever needed.</p>
<p><strong>Enjoy the bliss</strong></p>
<p>That should do it. Now all your plugins and functions in wordpress should work with bbPress and also all the functions in bbpress should work with wordpress. You can all any of the bbpress functions in the wordpress themes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adityanaik.com/integratepress-part-i/feed/</wfw:commentRss>
		<slash:comments>194</slash:comments>
		</item>
		<item>
		<title>BBpress Plugin Browser!</title>
		<link>http://www.adityanaik.com/bbpress-plugin-browser/</link>
		<comments>http://www.adityanaik.com/bbpress-plugin-browser/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 21:53:15 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.adityanaik.com/blog/bbpress-plugin-browser/</guid>
		<description><![CDATA[Finally the secret is out!!]]></description>
			<content:encoded><![CDATA[<p>Finally the <a href="http://bbpress.org/plugins/">secret</a> is <a href="http://bbpress.org/blog/2007/01/bbpress-plugin-browser/">out!!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adityanaik.com/bbpress-plugin-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BBPress: Release Notes 0.74</title>
		<link>http://www.adityanaik.com/bbpress-release-notes-074/</link>
		<comments>http://www.adityanaik.com/bbpress-release-notes-074/#comments</comments>
		<pubDate>Fri, 05 Jan 2007 17:12:09 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.adityanaik.com/blog/bbpress-release-notes-074/</guid>
		<description><![CDATA[BBPress 0.74 will be released today. The release is consists for some small feature additions, new hooks and bug fixes. Here is a quick overview of the changes to the system. More &#8216;stylable&#8217; and &#8216;pluggable&#8217; Tag Heat Map: The heat map is now in a div to move around and has hooks to plug into. [...]]]></description>
			<content:encoded><![CDATA[<p>BBPress 0.74 will be released today. The release is consists for some small feature additions, new hooks and bug fixes. Here is a quick overview of the changes to the system.</p>
<ul>
<li><strong>More &#8216;stylable&#8217; and &#8216;pluggable&#8217; Tag Heat Map:</strong> The heat map is now in a div to move around and has hooks to plug into.</li>
<li><strong>Nuke the Users:</strong> Users are being deleted from the system &#8211; and i mean deleted, not just marked as deleted</li>
<li><strong>Spam Schmam:</strong> Better Spam Post handling. Delete the links to the spam posts.</li>
<li><strong>Login vs Login:</strong> &#8216;login&#8217; is username and &#8216;login&#8217; is &#8216;log in&#8217;. there is a difference.</li>
<li><strong>Better Installation:</strong> Easy and durable.Added sanity check to installation.</li>
<li><strong>Ajax improvements:</strong> Better Error handling and Performance Tweaks.</li>
<li><strong>Template improvements:</strong> New template for topic Tags. More customizable Forum and Topic templates.</li>
<li><strong>THE BIGGIE:</strong> Facility to store options to database through bb_get_option. Deprecate option().</li>
<li><strong>Hang &#8216;em:</strong> Numerous new hooks. I&#8217;ll document all the new hooks soon.</li>
</ul>
<p>To get a complete list of changes, read on&#8230;</p>
<p><span id="more-236"></span></p>
<p><code><strong>Updated: </strong>Changeset [574] bump version to 0.74</code></p>
<p><code><strong>Updated: </strong>Changeset [573] hard code the path for load_theme_textdomain for now.  Fixes #527</code></p>
<p><code>Changeset [572] CSS fixes for IE6. Fixes #485</code><code>Changeset [571] login-page for get_bb_location(). Fixes #518 props thomasklaiber</code></p>
<p><code>Changeset [570] Hooks for user types, labels, and titles. user_title, post_author_title. </code></p>
<p><code>Changeset [569] Search typo. Fixes #507 props chrishajer</code></p>
<p><code>Changeset [568] SQL typo. Fixes #510 props so1o</code></p>
<p><code>Changeset [567] try this get_bb_location(). Fixes #519</code></p>
<p><code>Changeset [566] wrapper for tags on tag page. Fixes #505.</code></p>
<p><code>Changeset [565] fix bb_nonce_ays. Fixes #503</code></p>
<p><code>Changeset [564] Fix link to tag page. Fixes #508</code></p>
<p><code>Changeset [563] get forums filtration. Fixes #498 props so1o. Uses filter on </code></p>
<p><code>Changeset [562] Faded Butts. Fixes #502 props so1o</code></p>
<p><code>Changeset [561] p logic from so1o. Fixes #501</code></p>
<p><code>Changeset [560] Nice bb_delete_option() fix from so1o. Fixes #500</code></p>
<p><code>Changeset [559] User deletion for real. Incorporates patch from so1o. Fixes #497</code></p>
<p><code>Changeset [558] Typo in registration email</code></p>
<p><code>Changeset [557] Update posts.forum_id on topic move. Props so1o. Fixes #487</code></p>
<p><code>Changeset [556] Fix login redirect loop. props so1o. Fixes #499</code></p>
<p><code>Changeset [555] Delete links for spam posts. Logic fixes for post/topic deletion. Fixes </code></p>
<p><code>Changeset [554] Filter tag_heat_map. Fixes #488</code></p>
<p><code>Changeset [553] Don't translate URL fixes #490</code></p>
<p><code>Changeset [552] login adj., login v.. Username. Fixes #486</code></p>
<p><code>Changeset [551] Don't globalize , just look there if needed</code></p>
<p><code>Changeset [550] remove global on tag_heat_map(). props so1o, Aditya. Fixes #484</code></p>
<p><code>Changeset [549] add bb_verify_email filter</code></p>
<p><code>Changeset [548] Typo in akismet. Props icwiener</code></p>
<p><code>Changeset [547] Fix for bb_delete_usermeta()</code></p>
<p><code>Changeset [546] bbPress is not a blog. Props icwiener</code></p>
<p><code>Changeset [545] Absolutize get_tag_page_link(). Props ear1grey fixes #482.</code></p>
<p><code>Changeset [544] More options cleanup. Fixes #478 and #479 and #480</code></p>
<p><code>Changeset [543] validate config.php on install. Fixes #477</code></p>
<p><code>Changeset [542] Further AJAX tweaks</code></p>
<p><code>Changeset [541] Ajax improvements</code></p>
<p><code>Changeset [540] Change init hook to bb_init. Fixes #476 and breaks some plugins.</code></p>
<p><code>Changeset [539] fix bb_head action. props SteveAgl? fixes #475</code></p>
<p><code>Changeset [538] ditch the vardump</code></p>
<p><code>Changeset [537] upgrade usermeta to fix slash problems</code></p>
<p><code>Changeset [536] slashes fixes</code></p>
<p><code>Changeset [535] Typo in topic deletion link</code></p>
<p><code>Changeset [534] Typo in option check</code></p>
<p><code>Changeset [533] Change nome to avoid conflicts with WP</code></p>
<p><code>Changeset [532] topic tags custom template props ear1grey</code></p>
<p><code>Changeset [531] [WP4438]</code></p>
<p><code>Changeset [530] Fix for akismet key</code></p>
<p><code>Changeset [529] Filter the title. Fixes #474</code></p>
<p><code>Changeset [528] Deprecate option(). Use bb_option(). Fixes #473.</code></p>
<p><code>Changeset [527] Clean up bb_get_option(). #472</code></p>
<p><code>Changeset [526] Remove hardcoded $bb-> reads. Fixes #472</code></p>
<p><code>Changeset [525] allow options to be stored in db fixes #470. bb_update_meta tweaks fixes </code></p>
<p><code>Changeset [524] encode_bad() now tries to respect bb_allowed_tags()</code></p>
<p><code>Changeset [523] forum and topic template tag improvements</code></p>
<p><code>Changeset [522] Typo in [521]</code></p>
<p><code>Changeset [521] Template tags for displaying what HTML markup is allowed by </code></p>
<p><code>Changeset [520] This is causing 500s on some servers</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adityanaik.com/bbpress-release-notes-074/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>bbPress &amp; WP Theme Integration</title>
		<link>http://www.adityanaik.com/bbpress-and-wordpress-integration/</link>
		<comments>http://www.adityanaik.com/bbpress-and-wordpress-integration/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 18:16:05 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/</guid>
		<description><![CDATA[Update: I have written an updated article after the new releases and it can be found here. http://www.adityanaik.com/integratepress-part-i/ I have been working on bbPress for quiet sometime now. Since most of use using both wordpress and bbPress integrated them and create similar themes, I thought I&#8217;ll add support for the bbPress forum Themes to all [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update: I have written an updated article after the new releases and it can be found here.<br />
<a href="http://www.adityanaik.com/integratepress-part-i/">http://www.adityanaik.com/integratepress-part-i/</a></strong></p>
<p>I have been working on bbPress for quiet sometime now. Since most of use using both wordpress and bbPress integrated them and create similar themes, I thought I&#8217;ll add support for the bbPress forum Themes to all the wordpress themes that I create from now onwards.</p>
<p>Here is primer for integrating WordPress and bbPress Themes:</p>
<p><strong>bbPress Configuration</strong></p>
<p><code>$bb-&gt;wp_table_prefix = 'wp_';</code></p>
<p>You can find this information in the wp-config.php file in the wordpress installation directory.</p>
<p><code>$bb-&gt;wp_home = 'http://www.<em>&lt;your_website&gt;</em>.com/ <em>&lt;your_blog_directory&gt;</em>';<br />
$bb-&gt;wp_siteurl = 'http://www.<em>&lt;your_website&gt;</em>.com/<em> &lt;your_wp_installation_directory&gt;</em>';</code></p>
<p>You can find these information in wordpress admin page. Go to <strong>Administration &gt; Options </strong>and you will find these values under the <strong>&#8216;General Options&#8217;</strong> Tab. If you are installing bbPress in a folder other that subfolder of the wordpress installation, you might run into some cookie trouble. Have a <a href="http://bbpress.org/forums/topic/113?replies=5#post-566">look at this</a> and fix the cookie definitions.</p>
<p><code>define('WP_BB', true);</code></p>
<p>Set this value in the config file so the functions defined in WordPress are not redefined.</p>
<p><code>require_once( '/path/to/wordpress/config/file/wp-config.php');</code></p>
<p><strong>Update:</strong> Add the above statement to the config.php in bbPress. <strong>Note that this statement goes on top of the file before everything!.</strong> This will get all the functions from WordPress into bbPress.</p>
<p><strong>Plugins</strong></p>
<p>You will have to install two plugins one for wordpress and one for bbpress. So that whenever a user signs up on either of the softwares it will add permissions for the other forum and the second one to manage how the name is displayed.</p>
<p>Download the <a href="http://trac.bbpress.org/ticket/438">WordPress plugin from here</a> and the <a href="http://trac.bbpress.org/ticket/430">bbPress Plugin from here</a></p>
<p><strong>And now you are all set.</strong></p>
<p>Integrating the themes is done. now you can just drop <a href="http://www.adityanaik.com/download/bb-my-template.zip">this template</a> (<strong>Update Note:</strong> the template is outdated. You can download the latest file from here <strong><a href="http://www.adityanaik.com/integratepress-part-i/">http://www.adityanaik.com/integratepress-part-i/</a></strong>) in my-template folder and the template is wordpress ready! All this template does is call get_header from wordpress rather that bb_get_header from bbpress. this way any change you make in wordpress template reflects in bbpress immediately.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adityanaik.com/bbpress-and-wordpress-integration/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>BBpress plugin for WP Search</title>
		<link>http://www.adityanaik.com/bbpress-plugin-for-wp-search/</link>
		<comments>http://www.adityanaik.com/bbpress-plugin-for-wp-search/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 19:21:09 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.adityanaik.com/blog/bbpress-plugin-for-wp-search/</guid>
		<description><![CDATA[I created a plugin which would search the wordpress blogs when a search is performed in the bbpress forum. you can see the details here]]></description>
			<content:encoded><![CDATA[<p>I created a plugin which would search the wordpress blogs when a search is performed in the bbpress forum.</p>
<p>you can see the details <a href="http://www.adityanaik.com/projects/plugins/wp-search-from-bbpress/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adityanaik.com/bbpress-plugin-for-wp-search/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Prototype Error</title>
		<link>http://www.adityanaik.com/prototype-error/</link>
		<comments>http://www.adityanaik.com/prototype-error/#comments</comments>
		<pubDate>Tue, 04 Apr 2006 15:25:21 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.adityanaik.com/blog/2006/04/04/prototype-error/</guid>
		<description><![CDATA[I was working with the sandbox examples of prototype and I&#8217;m in a fix with the following error. Error: missing ; before statement Source File: &#60;website&#62;/js/prototype.js Line: 143, Column: 5 Source Code: Objec!.extend(String.prototype, { the wired part is i get this error only with mozilla firefox! help anyone?]]></description>
			<content:encoded><![CDATA[<p>I was working with the sandbox examples of prototype and I&#8217;m in a fix with the following error.</p>
<blockquote><p>Error: missing ; before statement<br />
Source File: &lt;website&gt;/js/prototype.js<br />
Line: 143, Column: 5<br />
Source Code:<br />
Objec!.extend(String.prototype, {</p></blockquote>
<p>the wired part is i get this error only with mozilla firefox! help anyone?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adityanaik.com/prototype-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NuSOAP Hack</title>
		<link>http://www.adityanaik.com/nusoap-hack/</link>
		<comments>http://www.adityanaik.com/nusoap-hack/#comments</comments>
		<pubDate>Tue, 28 Mar 2006 03:21:38 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.adityanaik.com/blog/2006/03/27/nusoap-hack/</guid>
		<description><![CDATA[I was using the NuSOAP and i saw a typical problem. I uploaded the code to a webserver and it worked fine. But when I tested it on my localhost it bombed. The error was &#8220;Cannot redeclare class soapclient&#8221; I found the hack on oreillynet There seems to be a clash of PHP5 build-in soap [...]]]></description>
			<content:encoded><![CDATA[<p>I was using the <a href="http://dietrich.ganx4.com/nusoap">NuSOAP</a> and i saw a typical problem. I uploaded the code to a webserver and it worked fine. But when I tested it on my localhost it bombed. The error was </p>
<blockquote><p>&#8220;Cannot redeclare class soapclient&#8221;</p></blockquote>
<p>I found the hack on <a href="http://www.oreillynet.com/cs/user/view/cs_msg/56663">oreillynet</a></p>
<blockquote><p>
There seems to be a clash of PHP5 build-in soap class and the nusoap class. Simply rename all occurences of &#8220;soapclient&#8221; in all 10 nusoap files into &#8220;soapclientw&#8221; (or whatever instead of &#8220;w&#8221;) and for me it worked.<br />This is a workaround/ hack. Backup your files before trying it.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.adityanaik.com/nusoap-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ha! Hibernation</title>
		<link>http://www.adityanaik.com/ha-hibernation/</link>
		<comments>http://www.adityanaik.com/ha-hibernation/#comments</comments>
		<pubDate>Wed, 21 Sep 2005 19:00:21 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.adityanaik.com/blog/2005/09/21/ha-hibernation/</guid>
		<description><![CDATA[Its been a loooooooooooooong time :) i was busy shifting setting my new pad. yup. I shifted recently my base to New Jersey. The place I have now is a nice small and cozy &#8211; AND SAFE. we have the police station in the next compound :). any time I have a problem, i&#8217;ll open [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a loooooooooooooong time :)</p>
<p>i was busy shifting setting my new pad. yup. I shifted recently my base to New Jersey. The place I have now is a nice small and cozy &#8211; AND SAFE. we have the police station in the next compound :). any time I have a problem, i&#8217;ll open the windows and shout instead of calling 911!! </p>
<p>Also i have been working on the webDEMS which is a Diabetes Electornic Management System for a while now. Finally <a href="http://www.so1o.net/webdems/">managed to release it last week</a>. </p>
<p>You can read about it <a href="http://www.so1o.net/projects/diabetes-electronic-management-system/index.php">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adityanaik.com/ha-hibernation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
