<?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>Carlos Acosta</title>
	<atom:link href="http://www.carlos.pixelgrafx.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.carlos.pixelgrafx.net/blog</link>
	<description>Media Studies Process Journal</description>
	<lastBuildDate>Fri, 19 Mar 2010 05:34:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Custom Interface Revisited</title>
		<link>http://www.carlos.pixelgrafx.net/blog/?p=358</link>
		<comments>http://www.carlos.pixelgrafx.net/blog/?p=358#comments</comments>
		<pubDate>Sun, 14 Mar 2010 22:12:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Media Studies Project]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Jobforum]]></category>
		<category><![CDATA[selflearning]]></category>

		<guid isPermaLink="false">http://www.carlos.pixelgrafx.net/blog/?p=358</guid>
		<description><![CDATA[I am still trying to figure out how to remove the Latest News block from the employers interface and to change the layout to a two column page layout. The first thing I focused on was trying to find some setting in Drupal that could deal with this issue. I looked at permissions, roles, access [...]]]></description>
			<content:encoded><![CDATA[<p>I am still trying to figure out how to remove the Latest News block from the employers interface and to change the layout to a two column page layout. The first thing I focused on was trying to find some setting in Drupal that could deal with this issue. I looked at permissions, roles, access rules, workflow, site configuration, blocks, job posting setting and a bunch of other dead ends, so no luck there. <span id="more-358"></span></p>
<p>I then tried a more programmatic approach and searched for a solution at the theming level, my hope was that I could build a condition that would detect for the employer role then add a unique class to the body tag that would only appear for employers. This class could be used to style the employer pages as required, including the removal of the Latest News block. All attempts to implement such a routine have been ineffective. Resulting in either nothing happening or the breaking of the site. I&#8217;ve spent sooo much time trying to figure this one out and I really am no further along than I was last week. It is really very discouraging.</p>
<p>On the bright side of this is that in trying to find a solution to the layout problems, I found solutions for almost all of the other tasks our group identified as deliverables for our project! Specifically:</p>
<ol>
<li>incorporating the elements for the employer front page (as identified in the Pei&#8217;s mock ups)</li>
<li>figuring out how to make unpublished posting invisible to students and</li>
<li>having unpublished postings show for admins</li>
<li>customizing the create a posting form</li>
<li>getting pagination to work on the job listings page</li>
</ol>
<p>I initially created the job listings page with the Views module, but later struggled with getting pagination to work on this page. As it turns out, the Job Posting module comes with a built in listing of job postings and comes with built in pagination. An added bonus is that unpublished postings DO NOT appear on the listing pages (as they should). This was something else that I was struggling with. The work I did with views was not a waste however, as this is the page I&#8217;m referring admins to in order to approve postings. Postings that are pending for approval are watermarked as UNPUBLISHED on the Views module page. The whole thing worked out quite well, I couldn&#8217;t be happier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carlos.pixelgrafx.net/blog/?feed=rss2&#038;p=358</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changing the &#8216;Post a Job Form&#8217;</title>
		<link>http://www.carlos.pixelgrafx.net/blog/?p=351</link>
		<comments>http://www.carlos.pixelgrafx.net/blog/?p=351#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:01:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Media Studies Project]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Jobforum]]></category>
		<category><![CDATA[selflearning]]></category>

		<guid isPermaLink="false">http://www.carlos.pixelgrafx.net/blog/?p=351</guid>
		<description><![CDATA[Our group determined that the &#8216;create a job form&#8217; had to be modified. We wanted the wording used in the form to be more friendly and less technical (it suffered from Drupal speak). In addition, it was important to remove the application processing section as Doug did not want to have that feature in the [...]]]></description>
			<content:encoded><![CDATA[<p>Our group determined that the &#8216;create a job form&#8217; had to be modified. We wanted the wording used in the form to be more friendly and less technical (it suffered from Drupal speak). In addition, it was important to remove the application processing section as Doug did not want to have that feature in the system.</p>
<p>In order to do both changes I had to modify the PHP code for the job_posting module. I found the template file at /drupal/sites/all/modules/job_posting/ the file that I had to modify was job_posting.module. I found what I was after in the &#8216;Implementation of hook_form()&#8217; section. <span id="more-351"></span></p>
<p>All form elements including the descriptions on the form were organized in arrays, so it was a matter of tracking down the appropriate passage and modifying it to our needs.</p>
<ol>
<li>I tweaked the description for the e-mail address section, removing any reference to application processing as this feature was soon to be removed.</li>
<li>After changing the default setting for application processing to &#8216;disabled&#8217; I remarked the entire section out, just in case we want it back at some future point.</li>
<li>I simplified the language explaining the application deadline section, replacing the words &#8216;nodes&#8217; and &#8216;view&#8217; and &#8216;module&#8217; to something more friendly and generic.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.carlos.pixelgrafx.net/blog/?feed=rss2&#038;p=351</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screening Job Posts</title>
		<link>http://www.carlos.pixelgrafx.net/blog/?p=347</link>
		<comments>http://www.carlos.pixelgrafx.net/blog/?p=347#comments</comments>
		<pubDate>Tue, 02 Mar 2010 21:48:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Media Studies Project]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Jobforum]]></category>
		<category><![CDATA[selflearning]]></category>

		<guid isPermaLink="false">http://www.carlos.pixelgrafx.net/blog/?p=347</guid>
		<description><![CDATA[Preliminary research pointed me in the direction of a Drupal module called workflow. The Drupal forums talked about workflows and how they can be used to screen content. I noticed that this module was installed on the MS site but not activated, so I activated it and began exploring this possibility. As it turns out [...]]]></description>
			<content:encoded><![CDATA[<p>Preliminary research pointed me in the direction of a Drupal module called workflow. The Drupal forums talked about workflows and how they can be used to screen content. I noticed that this module was installed on the MS site but not activated, so I activated it and began exploring this possibility.</p>
<p>As it turns out the solution isn&#8217;t through the workflow module, although it may be possible to use this module to give us the functionality we require. It is more complex to implement and <span id="more-347"></span>to be frank I couldn&#8217;t figure it out. After activating this module and creating a pending-approval workflow I got to a point where Drupal was spitting out warnings that the sites&#8217; permissions had to be re-created. A scary idea, and one that I could not predict the consequences of, so I elected not to go this route.</p>
<p>Instead, I turned to Content Types. This area can be found at: admin menu &gt; administer &gt; content management &gt; content types.</p>
<ol>
<li>I went into the content type for Job Posting (clicking on it&#8217;s edit link in the listing)</li>
<li>Unchecked &#8220;published&#8221; under the workflow section</li>
<li>Since we don&#8217;t want the general public to see our advertised jobs, we only want students and faculty to see job postings, I also unchecked the &#8216;promote to front page&#8217; option as well.</li>
</ol>
<p>Now when employers create a job posting (when save is pressed) the posting is flagged as unpublished (by the word unpublished watermarked in the background) until such time that the post is published by a technician or administrator. It appears that authenticated users can still view the post,<em> so I still have to figure out how to make it invisible to students</em>. If all else fails this could be removed with CSS as unpublished postings are wrapped with a container with a &#8216;node-unpublished&#8217; class, <em>but I&#8217;ll have to figure out a way of making these viewable for techs and admins only</em>.</p>
<p>I still needed to find a way to notify admins (the role that will approve job postings) of new job posting requests. For that I turned to actions and triggers. Actions are automated tasks that Drupal can do when a certain event occurs:</p>
<p>Located at: admin menu &gt; administer &gt; site configuration &gt; actions-<br />
I added a system action that sends an e-mail to the Web site administrator whenever a post is created for approval. I&#8217;m not sure but now that I think of it Doug mentioned that as a policy the server that the MS site is hosted on is not configured to send e-mail. <em>I&#8217;ll have to follow up on this with Doug</em>.</p>
<p>Triggers are events that occur in Drupal such as when a user logs in or in our case when a job posting is added:</p>
<ol>
<li>Located at: admin menu &gt; administer &gt; site building &gt; triggers</li>
<li>I assigned a trigger to this new action above for the post a job routine</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.carlos.pixelgrafx.net/blog/?feed=rss2&#038;p=347</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customized Interface for Employers</title>
		<link>http://www.carlos.pixelgrafx.net/blog/?p=335</link>
		<comments>http://www.carlos.pixelgrafx.net/blog/?p=335#comments</comments>
		<pubDate>Wed, 24 Feb 2010 05:21:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Media Studies Project]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Jobforum]]></category>
		<category><![CDATA[selflearning]]></category>

		<guid isPermaLink="false">http://www.carlos.pixelgrafx.net/blog/?p=335</guid>
		<description><![CDATA[One of the tasks we identified as a group was that employers required a customized interface tailored for adding job posts. This interface would be drastically simplified in order to avoid confusion. Our idea was that after the employer logs in she/he is presented with a two column page layout with a very simple menu [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-342 alignleft" title="media_theme_logo" src="http://www.carlos.pixelgrafx.net/blog/wp-content/uploads/2010/02/media_theme_logo-150x150.png" alt="media_theme_logo" width="150" height="150" />One of the tasks we identified as a group was that employers required a customized interface tailored for adding job posts. This interface would be drastically simplified in order to avoid confusion. Our idea was that after the employer logs in she/he is presented with a two column page layout with a very simple menu on the left-hand side. A menu that displayed only four tasks:<span id="more-335"></span></p>
<ol>
<li>the ability to alter their own profile</li>
<li>the ability to list all the job postings on the system</li>
<li>the ability to post a job</li>
<li>and a link to log out of the site</li>
</ol>
<h4>The Menu</h4>
<p>The following is the series of steps I took to accomplish this task. The first thing I tackled was developing a custom menu just for employers:</p>
<ol>
<li>Create a new menu item just for employers. This is done via admin menu &gt; administer &gt; site building &gt; menus and creating a new menu (the add menu tab)</li>
<li>Add the appropriate menu items to the new menu. This is done via admin menu &gt; administer &gt; site building &gt; menus &gt; menu name (in our case Menu) and press the add item tab, fill out the form and repeat the process as required. Finally adjust the order as necessary.</li>
<li>Add the new menu block to the page region that you wish it to appear. This is done through the block manager via admin menu &gt; administer &gt; site building &gt; blocks. This in effect creates a new block for our menu. I made the menu appear in the left-hand side bar</li>
<li>Edit the configuration of the new menu block so that only employers can view the menu. Done via admin menu &gt; administer &gt; site building &gt; blocks and clicking on the configure link for the block of interest.</li>
<li>Edit the configuration of all the other menu blocks so they do not appear for employers, but do appear for all other roles (faculty, students, and techs)</li>
</ol>
<h4>Blocks</h4>
<p>Blocks was also  key in simplifying the employer interface. Again each block that you do not wish to appear on the employer interface has to be turned off for employers through blocks configuration. I did this for the following items on the MS front page:</p>
<ul>
<li>In the media block</li>
<li>The four course offering teasers</li>
<li>The random quotes</li>
<li>The spring fall course spotlight (the right column, although I had to leave spring 2010 item until we sort out the 2 column issue through css)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.carlos.pixelgrafx.net/blog/?feed=rss2&#038;p=335</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Job Posting Module &#8211; Setup</title>
		<link>http://www.carlos.pixelgrafx.net/blog/?p=324</link>
		<comments>http://www.carlos.pixelgrafx.net/blog/?p=324#comments</comments>
		<pubDate>Sun, 14 Feb 2010 01:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Media Studies Project]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Jobforum]]></category>
		<category><![CDATA[selflearning]]></category>

		<guid isPermaLink="false">http://www.carlos.pixelgrafx.net/blog/?p=324</guid>
		<description><![CDATA[Configuring After downloading and installing the Job Posting module (with a little help from Chris), we were ready to start learning and using the module in order to evaluate it for our use. The &#8216;Job Posting&#8217; menu item is the first and most obvious thing that appears (in the Admin Menu &#8212; of the MS [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-36" title="drupal-logo1" src="http://www.carlos.pixelgrafx.net/blog/wp-content/uploads/2009/09/drupal-logo1-150x150.jpg" alt="drupal-logo1" width="150" height="150" /></p>
<h4>Configuring</h4>
<p>After downloading and installing the <a href="http://drupal.org/project/job_posting">Job Posting</a> module (with a little help from Chris), we were ready to start learning and using the module in order to evaluate it for our use. The &#8216;Job Posting&#8217; menu item is the first and most obvious thing that appears (in the Admin Menu &#8212; of the MS site) after installing Job Posting. It appears in two locations:<span id="more-324"></span></p>
<ol>
<li>Under Admin Menu &gt; Administer &gt; Site Configuration &gt; Job posting settings &#8212; this is the area were one can control the behavior of the application by adjusting the job reference number prefix, job posting display order, and controlling the number of postings per page. I left all settings at their default settings.</li>
<li>Admin Menu &gt; Job Posting &#8212; the area were job postings are actually created</li>
</ol>
<h4>Working With Views</h4>
<p>The other important aspect of getting the job forum to work was to set up a new view specific to the Job Forum. This is done via the Views manager at Admin Menu &gt; Administer &gt; Site Building &gt; Views. Working with views can be confusing and to be frank, I know very little about them. However, it&#8217;s my understanding that the Views module is a kind of visual interface for building MySQL queries, but it&#8217;s complexity can be overwhelming. The way I ended up getting the Job Posting view to work was to clone the screencast view and modifying this copy in order to give me what I needed. There were three setting I had to change with the cloned copy:</p>
<ol>
<li>The name of the view</li>
<li>Renamed the page path setting</li>
<li>Changed the filter from Screencast Videos to Job Posting</li>
</ol>
<h4>Dealing with User Access and Permissions</h4>
<p>Once this is set up and a few job postings are entered into the system its a matter of setting up Drupal with the job postings module. The main work centered around setting up the various levels of access to the job forum, this was done by adjusting user roles within Drupal:</p>
<ol>
<li>I&#8217;ve given administrators and technicians full viewing, adding, and editing ability to the  job postings module</li>
<li>Faculty now has the ability to view all job postings, and can also add, modify, and alter all job postings</li>
<li>I have created a new user role for employers and provided the same level of access (with respect to the job forum) as faculty, the only difference being that employers can only modify postings they own.</li>
<li>I&#8217;ve Given students the ability to view job postings only</li>
</ol>
<p>Note that user and role management is done through the Drupal&#8217;s user manager component under Admin Menu &gt; Administer &gt; User Management</p>
<h4>Creating Menu Items</h4>
<p>Finally, I had to add a menu item to the main navigation system so that when authenticated users visit the site they&#8217;ll be able to access the job forum. I did this via the menus module at <em>Admin Menu &gt; Administer &gt; Menus &gt; Explore</em> in order to add the item to the <strong>Explore Menu</strong> and went to <em>Admin Menu &gt; Administer &gt; Menu &gt; Navigation</em> in order to manage the <strong>Admin Menu</strong>. I&#8217;ve added a few bogus  job postings and will be giving access to this site to the rest of the team.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carlos.pixelgrafx.net/blog/?feed=rss2&#038;p=324</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joobsbox</title>
		<link>http://www.carlos.pixelgrafx.net/blog/?p=316</link>
		<comments>http://www.carlos.pixelgrafx.net/blog/?p=316#comments</comments>
		<pubDate>Fri, 12 Feb 2010 19:44:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Media Studies Project]]></category>
		<category><![CDATA[Jobforum]]></category>
		<category><![CDATA[selflearning]]></category>

		<guid isPermaLink="false">http://www.carlos.pixelgrafx.net/blog/?p=316</guid>
		<description><![CDATA[Joobsbox is an open source job forum Web application that our team is evaluating in order to determine its suitability for the Media Studies job forum project. I downloaded joobsbox and attempted to install it locally on my development server, however after repeated attempts could not get it working. I was able to get joobsbox [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-321 alignleft" title="joobsbox" src="http://www.carlos.pixelgrafx.net/blog/wp-content/uploads/2010/02/joobsbox.jpg" alt="joobsbox" width="124" height="77" />Joobsbox is an open source job forum Web application that our team is evaluating in order to determine its suitability for the Media Studies job forum project. I downloaded joobsbox and attempted to install it locally on my development server, however after repeated attempts could not get it working.<span id="more-316"></span></p>
<p>I was able to get joobsbox running on my Web hosted space (with Dreamhost). The process was quite similar to installing a WordPress or Drupal powered site in the sense that you must create a database first, take note of the database meta data (db name, user, password and hostname) for later entry, and finally run a PHP script that configures the Web application (this routine also creates an admin account for back end management). Once you go through the process joobsbox is fully functional and ready to accept job applications.</p>
<p>The nice thing about joobsbox is it&#8217;s simplicity the front end seems to be straight forward in its design and layout. A categorized listing of jobs dominates the core page (the first page you see when viewing the site). Adding jobs can be done anonymously, but has to be approved by the administrator for display. Joobsbox has a built in search feature and has RSS capabilities how well these features work however remains to be seen.</p>
<p>This simplicity is carried over to the back end of the site, where the administrator can create job categories, manage postings (this includes approval of postings), switch themes, and adjust various other settings. The ability to create themes in joobsbox suggests that the appearance and layout of joobsbox is highly customizable, good news for our team.</p>
<p>Our team reviewed joobsbox and agreed that it does show potential, but if we were to go ahead with joobsbox we would have to sacrifice some of the functionality that we imagined for our job forum application. The main shortfalls being:</p>
<ul>
<li>anonymous access to content (although there are ways to mitigate this issue)</li>
<li>anonymous access to creating job postings, which may prove taxing to the administrator as all job postings have to be approved before being published</li>
<li>single access to the back end&#8211;in other words, only the admin user can gain entry to the back end and other users can not be created</li>
<li>a very basic job posting entry form that is used to collect job posting information</li>
<li>no ability to manage e-mail</li>
</ul>
<p>Even with its shortcomings, we are still open to implementing a joobsbox powered solution. However we will be looking at other solutions, the most promising of which is a Drupal powered add on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carlos.pixelgrafx.net/blog/?feed=rss2&#038;p=316</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Research &#8211; V Recommendations</title>
		<link>http://www.carlos.pixelgrafx.net/blog/?p=306</link>
		<comments>http://www.carlos.pixelgrafx.net/blog/?p=306#comments</comments>
		<pubDate>Mon, 08 Feb 2010 06:05:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Media Studies Project]]></category>
		<category><![CDATA[Jobforum]]></category>
		<category><![CDATA[selflearning]]></category>

		<guid isPermaLink="false">http://www.carlos.pixelgrafx.net/blog/?p=306</guid>
		<description><![CDATA[It&#8217;s a little too early to recommend a definitive course of action, but I&#8217;m kind leaning towards the Drupal add on solution. I think it offers the most potential considering the time constraints that we are under. I&#8217;m thinking we should dismiss any proprietary solutions as the ones I&#8217;ve located don&#8217;t seem to be in-line [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a little too early to recommend a definitive course of action, but I&#8217;m kind leaning towards the Drupal add on solution. I think it offers the most potential considering the time constraints that we are under.</p>
<p>I&#8217;m thinking we should dismiss any proprietary solutions as the ones I&#8217;ve located don&#8217;t seem to be in-line with our objectives. However I think that it&#8217;s worth test driving joobsbox (an open source solution), I think it would be worth installing this on our development server.<span id="more-306"></span></p>
<h5>Next Steps</h5>
<ol>
<li>Get FTP access to mediastudies.viu.ca (request to Chris sent out)</li>
<li>Install and evaluate Job Posting Drupal Module</li>
<li>Evaluate what is better for the project; the Drupal add on module or the custom content type</li>
<li>Come to some kind of conclusion (or at least offer recommendation) on how we should proceed. Its too early for this as we need to go through steps one to three above first.</li>
<li>Continue to firm up project scope. We will need to meet with the client</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.carlos.pixelgrafx.net/blog/?feed=rss2&#038;p=306</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Research &#8211; IV Build Our Own App</title>
		<link>http://www.carlos.pixelgrafx.net/blog/?p=304</link>
		<comments>http://www.carlos.pixelgrafx.net/blog/?p=304#comments</comments>
		<pubDate>Sat, 06 Feb 2010 06:01:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Media Studies Project]]></category>
		<category><![CDATA[Jobforum]]></category>
		<category><![CDATA[selflearning]]></category>

		<guid isPermaLink="false">http://www.carlos.pixelgrafx.net/blog/?p=304</guid>
		<description><![CDATA[Build Our Own Web Application We could build our own Web application from scratch. We would have to build our own database, normalize it, then create all the scripts that would interface with it. Most of the work would involve designing a CMS (or back-end) component that would include a user manager, job posting manager, [...]]]></description>
			<content:encoded><![CDATA[<h4>Build Our Own Web Application</h4>
<p>We could build our own Web application from scratch. We would have to build our own database, normalize it, then create all the scripts that would interface with it. Most of the work would involve designing a CMS (or back-end) component that would include a user manager, job posting manager, student and employers manager. In parallel to this we would have to build the public or front-end from scratch, also a significant amount of work. The main advantage of this approach is that it could look like anything we imagine it to be, including having the same (or a similar) interface as the new MS site. This offers the most flexibility but also will involve the most work and the steepest learning curve.<span id="more-304"></span></p>
<p>Pros</p>
<ul>
<li>The most flexible solution, this can be tailored to our needs</li>
</ul>
<p>Cons</p>
<ul>
<li>Time constraints, we may not have enough time to build all the features we have imagined</li>
</ul>
<p><img title="More..." src="http://www.carlos.pixelgrafx.net/blog/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.carlos.pixelgrafx.net/blog/?feed=rss2&#038;p=304</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Research &#8211; III External Solutions</title>
		<link>http://www.carlos.pixelgrafx.net/blog/?p=300</link>
		<comments>http://www.carlos.pixelgrafx.net/blog/?p=300#comments</comments>
		<pubDate>Tue, 02 Feb 2010 05:57:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Media Studies Project]]></category>
		<category><![CDATA[Jobforum]]></category>
		<category><![CDATA[selflearning]]></category>

		<guid isPermaLink="false">http://www.carlos.pixelgrafx.net/blog/?p=300</guid>
		<description><![CDATA[Open Source / Proprietary Job Forums There are a number of open source and proprietary solutions out there. The following are the ones we researched in order of perceived suitability to the job forum project: Open Source Solutions http://www.joobsbox.com/ &#8211; Seems like a viable solution, however more research is required. May be worth downloading in [...]]]></description>
			<content:encoded><![CDATA[<h4>Open Source / Proprietary Job Forums</h4>
<p>There are a number of open source and proprietary solutions out there. The following are the ones we researched in order of perceived suitability to the job forum project:</p>
<h5>Open Source Solutions</h5>
<p>http://www.joobsbox.com/ &#8211; Seems like a viable solution, however more research is required. May be worth downloading in order to evaluate further. Offers the following features:</p>
<ul>
<li> Plugins and Themes are available (which means we can create our own theme)</li>
<li>Categorized jobs</li>
<li> Search Engine</li>
<li> Approve, edit and delete job postings</li>
<li> Has the ability to set duration of job postings</li>
<li>RSS feed capable</li>
<li>Seamless integration into existing site (I`ll believe it when I see it)</li>
</ul>
<p><span id="more-300"></span><br />
Pros</p>
<ul>
<li>Free Download available</li>
<li>Appears to be fully CSS customizable</li>
</ul>
<p>Cons</p>
<ul>
<li>A bit of an unknown without installing and testing it. Don`t know what the backend looks like yet</li>
</ul>
<p>http://www.jobberbase.com/ &#8211; Seems like it could be used for a basic job forum, but the demo is not very impressive. More research is required. From looking at their demo site it looks like it has the following capabilities:</p>
<ul>
<li>Listing of all jobs</li>
<li>Categorized job listings</li>
<li>Ability to search for jobs</li>
</ul>
<p>Pros</p>
<ul>
<li>Free Download available</li>
<li>Looks like it could be fully CSS customizable, I`m assuming this as it appears that it is downloaded and installed on the server. At this point it would be open for manipulation.</li>
</ul>
<p>Cons</p>
<ul>
<li>Unclear whether or not it has the ability to set various levels of user access</li>
<li>Appears to be a lack of documentation</li>
<li>An unknown without installing and testing it. Don`t know what the back end looks like yet</li>
<li>Anonymous job postings &#8211; not good</li>
</ul>
<p>http://www.jobamatic.com/ &#8211; A fully hosted solution meaning that the Web site lives on their servers including the database of jobs, students, and employers.</p>
<p>Pros</p>
<ul>
<li>Completely CSS customizable (the term they use is brandable)</li>
<li>Free &#8211; but not sure if there are any catches like advertising</li>
<li>Easy to setup and start using (big assumption, but there would be no setup)</li>
</ul>
<p>Cons</p>
<ul>
<li>Data resides on external servers</li>
<li>Less flexible</li>
<li>Not sure if it will meet the requirements of the MS project</li>
</ul>
<h5>Proprietary Solutions</h5>
<p>We didn`t spend too much time investigating proprietary solutions as we were not sure how receptive VIU would be towards a solution that has a cost associated with it.</p>
<p>http://www.applicantstack.com/ &#8211; A recruiting system and applicant tracking, this looks to be a hosted enterprise solution. Sounds like its beyond our scope seems like this will do the job (and a whole lot more), but its proprietary and will cost a monthly fee. One user with 4,000 applicants version costs $35.00 per month. We don&#8217;t think this is quite in-line with what we want to accomplish with the MS job forum.</p>
<p>http://www.talentpen.com/ &#8211; recruiting system sounds like its beyond our scope, more research required. Proprietary, not sure of cost. We don&#8217;t think this is in-line with what we want to accomplish with the MS job forum.</p>
<p>http://www.24x7softech.com/ &#8211; recruiting system sound like its beyond our scope, more research required. Proprietary, not sure of cost. We don&#8217;t think this is in-line with what we want to accomplish with the MS job forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carlos.pixelgrafx.net/blog/?feed=rss2&#038;p=300</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Research – II Drupal Solutions</title>
		<link>http://www.carlos.pixelgrafx.net/blog/?p=297</link>
		<comments>http://www.carlos.pixelgrafx.net/blog/?p=297#comments</comments>
		<pubDate>Fri, 29 Jan 2010 05:53:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital Media Studies Project]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[Jobforum]]></category>
		<category><![CDATA[selflearning]]></category>

		<guid isPermaLink="false">http://www.carlos.pixelgrafx.net/blog/?p=297</guid>
		<description><![CDATA[Drupal Module Solutions As a result from the job forum concept map that our team assembled it was identified that there needs to be three levels of access to the job forum in order to effectively manage the site. Administrative access, employer access, and student access. Theoretically, this is already built into Drupal. In other [...]]]></description>
			<content:encoded><![CDATA[<h4>Drupal Module Solutions</h4>
<p>As a result from the job forum concept map that our team assembled it was identified that there needs to be three levels of access to the job forum in order to effectively manage the site. Administrative access, employer access, and student access. Theoretically, this is already built into Drupal. In other words, it may be possible to handle this functionality using the existing MS site. Further research will have to be conducted in order to verify this possibility.<span id="more-297"></span></p>
<h5>The &#8216;Job Posting&#8217; Module</h5>
<p>The Job Posting module adds a new node content type (&#8216;job posting&#8217;) intended to facilitate the advertisement of available employment opportunities. This module is recommended for use with Drupal version 6.x, so it offers the most promise with regards to a Drupal powered solution. The module brief indicates the following features. Located at http://drupal.org/project/job_posting:</p>
<ul>
<li>Display of most recently added job postings</li>
<li>Paginated display of job postings</li>
<li>A mechanism to control the duration of job postings, in other words the posting could expire after a certain date</li>
<li>Includes a basic job application routine that allows students to apply on-line, including the ability to upload their resume in MSWord or PDF format</li>
</ul>
<p>Pros</p>
<ul>
<li>offers the most potential</li>
<li>existing solution that could work without too much effort</li>
<li>no cost with the exception of labour to set it up and learn how to use it.</li>
</ul>
<p>Cons</p>
<ul>
<li>unknown, we don`t know what it looks like or how it works</li>
<li>may not meet all the requirements identified in the concept map</li>
<li>could be a steep learning curve</li>
</ul>
<h5>Job Plus Job Board System</h5>
<p>This is a complete ready to use Job Board System that uses the job module to create a full system. It comes with the necessary Views and creates a descriptive breadcrumb. Unfortunately it is recommended for use with Drupal 5 and so it&#8217;s not officially supported and tested with Drupal 6 (the version of Drupal that the MS site employs). I don&#8217;t think this would be a viable solution for us to consider. Located at http://drupal.org/project/jobplus</p>
<p>Pros</p>
<ul>
<li>N/A &#8211; not a viable solution</li>
</ul>
<p>Cons</p>
<ul>
<li>N/A &#8211; not a viable solution</li>
</ul>
<h4>Custom Content Type</h4>
<p>We could create our own custom content type in Drupal that effectively deals with Job postings. With the help of the CKK and Views (two other modules that are already installed on the MS site), it may be possible to produce a listing of all the job postings.</p>
<p>Pros</p>
<ul>
<li>Has the potential to be highly flexible and adaptable to our requirements, everything would be custom built for our needs</li>
</ul>
<p>Cons</p>
<ul>
<li>May not be as robust as the Job Posting module above</li>
<li>Steep learning curve</li>
</ul>
<p><!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.carlos.pixelgrafx.net/blog/?feed=rss2&#038;p=297</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

