<?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>farscan blogs &#187; Job Board</title>
	<atom:link href="http://www.farscan.com/blogs/tag/job-board/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.farscan.com/blogs</link>
	<description>technology, innovation &#38; real-world expertise</description>
	<lastBuildDate>Wed, 09 Feb 2011 18:41:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Jobberbase – the open source job board reviewed</title>
		<link>http://www.farscan.com/blogs/2009/03/jobberbase-%e2%80%93-the-open-source-job-board-reviewed/</link>
		<comments>http://www.farscan.com/blogs/2009/03/jobberbase-%e2%80%93-the-open-source-job-board-reviewed/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 21:01:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[farscan]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Job Board]]></category>
		<category><![CDATA[Jobberbase]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.farscan.com/blogs/?p=377</guid>
		<description><![CDATA[Jobberbase - an easy to use and powerful open source job board application is reviewed by the farscan team]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-378 alignleft" style="margin-left: 5px; margin-right: 5px;" title="jobber1" src="http://www.farscan.com/blogs/wp-content/upLoads/jobber1-300x143.jpg" alt="jobber1" width="300" height="143" />This week, we have been looking at the open source job board application &#8211; jobberbase. Originally derived from the successful Romanian IT job board jobber.ro, the current version (ver 1.6) of this job board package is very flexible and leverages smarty templates for customization. Head over to <a href="http://www.jobberbase.org/">www.jobberbase.org</a> for a standard jobberbase installation example.</p>
<p><img class="size-medium wp-image-380 alignright" style="margin-left: 5px; margin-right: 5px;" title="jobber2t" src="http://www.farscan.com/blogs/wp-content/upLoads/jobber2t-300x143.jpg" alt="jobber2t" width="300" height="143" /></p>
<p style="padding-left: 30px;"><strong>Jobberbase&#8217;s main features are:</strong></p>
<ul style="padding-left: 30px;" type="disc">
<li>Allows      job posts with a simple one time e-mail verification</li>
<li>Allows      applying to jobs without requiring an account</li>
<li>Browse      / Search based on type (Full-time / part-time), category (E.g: Programmer)      and locations of jobs</li>
<li>RSS      feeds of latest jobs</li>
<li>Counter      indicating # of applicants for each posted job</li>
<li> Clean      and crisp UI</li>
<li> Admin      control panel for maintaining jobs &amp; stats<span id="more-377"></span></li>
</ul>
<p style="padding-left: 30px;"><strong>Requirements for jobberbase:</strong></p>
<ul style="padding-left: 30px;" type="disc">
<li>PHP 5+      and MySQL 4.1+ installed with the Apache module mod_rewrite enabled.</li>
<li>Privileged      access to set/reset directory permissions</li>
<li>MySQL      Database creation privileges.</li>
</ul>
<p style="padding-left: 30px;">Installation instructions that come with the package are rather sketchy. However, the jobberbase community has more detailed installation guides that should enable someone with basic SQL &amp; PHP understanding and admin skills to install the package without much issue.</p>
<p style="padding-left: 30px;">Once installed, the package can be customized by editing the various templates included in the &#8216;css&#8217; and &#8216;_templates&#8217; directories. Note that these directories also exist separately for the admin user. So, you have to make the edits twice if you want them to change the admin as well. The smarty templates allow separating the presentation layer from the application layer. More information on smart can be found at http://www.smarty.net/</p>
<p style="padding-left: 30px;">While using the package is pretty intuitive, setting up / modifying it to suit individual needs could take a bit of work. For example, while allowing any one to post a job might be a desirable feature for a community job board, it may not be so if you wanted to use jobberbase as a job board for your business.<img class="size-medium wp-image-381 alignright" style="border: 1px solid black;" title="user-template" src="http://www.farscan.com/blogs/wp-content/upLoads/user-template-119x300.jpg" alt="user-template" width="119" height="300" /></p>
<p style="padding-left: 30px;">We found that it took modification in several files just to remove the prompt for posting a new job. We ended up modifying the home.tpl, no-job.tpl, header.tpl, index.php, posts-loop.tpl and footer.tpl just for this task. However, it looks like most basic modifications can be made by editing the header.tpl and footer.tpl.</p>
<p style="padding-left: 30px;">Jobberbase has a very active and often highly helpful community that&#8217;s constantly improving and extending its feature set. There are already commercial plugins that extends jobberbase support for supporting &#8216;pay for post&#8217; type of applications.</p>
<p style="padding-left: 30px;">All-in all, we were able to download, install and run a brand new job board with out of the box features in under an hour. Basic customization took several hours even with a PHP expert on hand for customization. It would have taken far less, if we didn&#8217;t have to look all over the jobberbase forums for even the most basic information.</p>
<p style="padding-left: 30px;">As long as your needs don&#8217;t go beyond what jobberbase offers out of the box, this is a great package that requires very little technical skills to deploy and administer. If you need anything beyond customizing the prompts, color schemes and what&#8217;s available through the admin panel (Job Categories etc), you will probably be best of hiring a jobberbase expert. The jobberbase forums are a great place to find them.</p>
<p style="padding-left: 30px;">Have a question about jobberbase that you can&#8217;t find an answer on the jobberbase board? Ask away &#8211; we can try to help</p>
]]></content:encoded>
			<wfw:commentRss>http://www.farscan.com/blogs/2009/03/jobberbase-%e2%80%93-the-open-source-job-board-reviewed/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

