<?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>NGCoders - Next Generation Coders &#187; Joodr</title>
	<atom:link href="http://www.ngcoders.com/category/projects/joodr/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ngcoders.com</link>
	<description>Personal Blog of Vikas Patial.</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:01:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joodr Profile System &#8211; Content profile vs Core profile</title>
		<link>http://www.ngcoders.com/projects/joodr/joodr-profile-system-content-profile-vs-core-profile</link>
		<comments>http://www.ngcoders.com/projects/joodr/joodr-profile-system-content-profile-vs-core-profile#comments</comments>
		<pubDate>Tue, 04 Nov 2008 20:25:10 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[Joodr]]></category>
		<category><![CDATA[content profile]]></category>
		<category><![CDATA[core.module]]></category>
		<category><![CDATA[drupal 6]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=62</guid>
		<description><![CDATA[As Joodr is based on Drupal 6 , Neither Nodeprofile or Bio can be used for profile system. So basically I had two options Content Profile and the core profile.module .  Both have their own advantages and disadvantages.
So after some digging around and looking how it works Joodr will be using a profile as node [...]]]></description>
			<content:encoded><![CDATA[<p>As Joodr is based on Drupal 6 , Neither Nodeprofile or Bio can be used for profile system. So basically I had two options Content Profile and the core profile.module .  Both have their own advantages and disadvantages.</p>
<p>So after some digging around and looking how it works Joodr will be using a profile as node system using content profile. The main reason for me choosing this is how the data is stored when using core module and when using profile with CCK . I found profile with CCK is much better. There are other reasons too but overall for a SNS to be as scalable and configurable as possible content profile would be better, for smaller ones core profile should do just fine.</p>
<p>So i will be finally using content profile as profile module for Joodr.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/projects/joodr/joodr-profile-system-content-profile-vs-core-profile/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JTemplate &#8211; Joomla tempaltes on Drupal</title>
		<link>http://www.ngcoders.com/php/jtemplate-joomla-tempaltes-on-drupal</link>
		<comments>http://www.ngcoders.com/php/jtemplate-joomla-tempaltes-on-drupal#comments</comments>
		<pubDate>Wed, 29 Oct 2008 06:37:05 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Joodr]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[tempalte]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=55</guid>
		<description><![CDATA[Jtemplate is the first step towards Joodr,It aims at allowing usage of vast number of premium joomla templates with drupal with minimal effort. It is basically a set of Drupal Module and a templating Engine based on phptemplate. The idea is to allow the use of Joomla templates on Drupal as good templates for drupal [...]]]></description>
			<content:encoded><![CDATA[<p>Jtemplate is the first step towards Joodr,It aims at allowing usage of vast number of premium joomla templates with drupal with minimal effort. It is basically a set of Drupal Module and a templating Engine based on phptemplate. The idea is to allow the use of Joomla templates on Drupal as good templates for drupal are missing, drupal templating is expensive and few premium template providers who are there charge really high.Currently you just need to<strong> upload the template to the themes directory and just create a dummy template_name.infofile in the directory</strong>  and the rest everything is taken care by Jtemplate.</p>
<p>Currently a lot of work is still remaining but here are a few features -</p>
<ul>
<li>Drupal 6 supported</li>
<li>Joomla 1.5 templates compatible</li>
<li>Little to no changes required to Joomla templates</li>
<li>Support for Template params and Template styes from admin</li>
<li>Effects and Suckerfish menus supported</li>
<li>Tested with premium templates from some providers.</li>
</ul>
<p>Anyhow will be releasing the download soon , am looking for people to help me improve it for now.As everything does not work <img src='http://www.ngcoders.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . </p>
<p>You can check a demo here &#8211; <a href="http://joodr.org/demo/">http://joodr.org/demo/</a> . The demo is running plain Drupal 6.5 with Jtemplate installed. The template is from rocketheme , with no changes or editing done <img src='http://www.ngcoders.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . </p>
<p>Here is an alpha release as im not getting time to work on it , this is meant for people comfortable with drupal and know what they are doing.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p>Upload the site structure in the zip file and enable jtemplate module in the admin. To create menus use joomla like names mainmenu,footer,usermenu etc for drupal menu name. Also make the default drupal theme as admin theme from settings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/php/jtemplate-joomla-tempaltes-on-drupal/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Joomla and Drupal together &#8211; Joodr ( Social Networking Script )</title>
		<link>http://www.ngcoders.com/php/joomla-and-drupal-together-joodr-social-networking-script</link>
		<comments>http://www.ngcoders.com/php/joomla-and-drupal-together-joodr-social-networking-script#comments</comments>
		<pubDate>Sat, 18 Oct 2008 18:46:31 +0000</pubDate>
		<dc:creator>Vikas Patial</dc:creator>
				<category><![CDATA[Joodr]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Social networking script]]></category>

		<guid isPermaLink="false">http://www.ngcoders.com/?p=51</guid>
		<description><![CDATA[I have been building sites for a long time. and have user both drupal and Joomla , even built a lite version of Joomla called Limbo CMS long time back. They are both quite good CMS&#8217;s. Given  the two I would choose drupal any day for myself ( though would never recommend it , cause [...]]]></description>
			<content:encoded><![CDATA[<p>I have been building sites for a long time. and have user both drupal and Joomla , even built a lite version of Joomla called Limbo CMS long time back. They are both quite good CMS&#8217;s. Given  the two I would choose drupal any day for myself ( though would never recommend it , cause its still not easy to make it do what u want ) , but am no designer and drupal templates are a big let down, though not hard but templating drupal is just a pain.  And template wise Joomla simply is Awesome ( the quality of premium templates available is just so good ) , and its easier to work with for not so technically inclined.</p>
<p>And i have been looking for a good social networking script since last year , and having looked far and wide from paid scripts like phpfox,handshakes,socialengine etc to free ones like Dolphin(not really free),elgg,phpizabi,Joomla+CB. Most of them are really bad and nothing i would build a big site on , its just that bad. There is hope in hosted platforms like ning,socialgo,colletivex but they are hosted , never recommended for anything serious. The only good social networking platform out there is Drupal &#8211; has everything i need from scalabilty , security , documentation etc . But again the base install requires hours of tweaking to make it look anything like a normal social script.</p>
<p>So my after taking a few months off from freelancing , ive decided to work on  a new personal project called Joodr. It aims to be something like ning but free, based on drupal so that its as flexible,scalable,secure and use Joomla 1.5 templates so your sites look awesome without much effort. The name <strong>Joodr</strong> i simpley got from <strong>Joo</strong>mla + <strong>Dr</strong>upal , though its a basically a customized install profile of Drupal.</p>
<p>Work has started so keep reading for further updates !!! And if you have any ideas and suggestions let them flow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ngcoders.com/php/joomla-and-drupal-together-joodr-social-networking-script/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
