<?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/"
	>

<channel>
	<title>Radar Maker Web Development and Design</title>
	<atom:link href="http://www.radar-maker.ie/feed" rel="self" type="application/rss+xml" />
	<link>http://www.radar-maker.ie</link>
	<description></description>
	<pubDate>Fri, 13 Feb 2009 14:23:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrading Drupal 6 Modules</title>
		<link>http://www.radar-maker.ie/blog/upgrading-drupal-6-modules</link>
		<comments>http://www.radar-maker.ie/blog/upgrading-drupal-6-modules#comments</comments>
		<pubDate>Fri, 13 Feb 2009 12:47:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://www.radar-maker.ie/?p=270</guid>
		<description><![CDATA[A step-by-step guide to upgrading a module and backing up your files and database.
This tutorial assumes you are using Drupal 6 and have access to your site’s database via phpMyAdmin.
Any modules that may require updating can be viewed at yoursite/admin/reports/updates, or you can follow the Available updates link in the reports section of the administration [...]]]></description>
			<content:encoded><![CDATA[<p>A step-by-step guide to upgrading a module and backing up your files and database.</p>
<p><em>This tutorial assumes you are using Drupal 6 and have access to your site’s database via phpMyAdmin.<span id="more-270"></span></em></p>
<p>Any modules that may require updating can be viewed at <em>yoursite/admin/reports/updates</em>, or you can follow the<em> Available updates</em> link in the reports section of the administration panel.</p>
<p><img class="alignnone size-full wp-image-271" title="Available Drupal module update" src="http://www.radar-maker.ie/wp-content/uploads/2009/02/available-update.png" alt="Available Drupal module update" width="580" height="97" /></p>
<p>Follow the <em>Download </em>link, and save the zipped update on what, by rights, should be your appallingly messy desktop.</p>
<p>Throw your site into <em>Maintenance mode</em> through the<em> yoursite/admin/settings/site-maintenance</em> url, or use the <em>Site maintenance</em> link under <em>Site Configuration</em>. If you harbour any pretences of being a professional and good at your job, then you should style the site maintenance page (maintenance-page.tpl.php) to suit your theme. If you harbour no such pretences, you’re laughing. *chuckles*</p>
<p>Sticking the site in <em>Maintenance mode</em> will prevent file uploads and changes to your database whilst you perform the pesky but completely necessary task of backing up.</p>
<p>Backing up your site’s files is easy: FTP in and drag them all down. Backing up your database is slightly more complicated.</p>
<p>Log in to phpMyAdmin through whatever means your host allows, and select your database from the left. Now don’t go marauding in here drunk or insomniacally tired and start dropping tables, or you’ll be fending off kicks to the teeth from your client with the awesome skills you’ve learnt playing Tekken.</p>
<p>Click on the‘<em>Export </em>tab at the top of the window, then select all of the tables.</p>
<p><img class="alignnone size-full wp-image-273" title="Select MySQL tables" src="http://www.radar-maker.ie/wp-content/uploads/2009/02/select-tables.png" alt="Select MySQL tables" width="580" height="149" /></p>
<p>Check the <em>Add DROP TABLE / DROP VIEW</em> checkbox. This will remove the existing tables when you re-install the database before re-creating and populating them.</p>
<p><img class="alignnone size-full wp-image-274" title="Add drop table" src="http://www.radar-maker.ie/wp-content/uploads/2009/02/add-drop-table.png" alt="Add drop table" width="580" height="55" /></p>
<p>Select the <em>Save as file</em> option and and your preferred compression, and then hit <em>Go</em>.</p>
<p><img class="alignnone size-full wp-image-275" title="Save MySQL backup as a file" src="http://www.radar-maker.ie/wp-content/uploads/2009/02/save-as-file.png" alt="Save MySQL backup as a file" width="580" height="85" /></p>
<p>With your database backed up, return to the admin section of your Drupal installation. Browse to the modules page (<em>/admin/build/modules</em>) and disable the module you’re upgrading.</p>
<p><img class="alignnone size-full wp-image-276" title="Disable Drupal module" src="http://www.radar-maker.ie/wp-content/uploads/2009/02/disable-module.png" alt="Disable Drupal module" width="580" height="66" /></p>
<p>Delete the existing module’s files and upload the new version (usually to <em>sites/all/modules</em>).</p>
<p>Enable the module and run update.php: <em>yoursite/update.php</em>. This script will iron out any changes made to the database by the new module. Select the updates you want to run, if any, and hit <em>Update</em>.</p>
<p>Take your site out of <em>Maintenance mode</em>, and like Ben Affleck in the awful mess of a film that is Boiler Room, you’ll be done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radar-maker.ie/blog/upgrading-drupal-6-modules/feed</wfw:commentRss>
		</item>
		<item>
		<title>Additional Services</title>
		<link>http://www.radar-maker.ie/faq/additional-services</link>
		<comments>http://www.radar-maker.ie/faq/additional-services#comments</comments>
		<pubDate>Tue, 10 Feb 2009 19:27:53 +0000</pubDate>
		<dc:creator>Aubrey</dc:creator>
		
		<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://www.radar-maker.ie/?p=265</guid>
		<description><![CDATA[Aside from our full website design and development services, Radar Maker offer a host of additional services, including blog installations, theming and flash animations.
Can you set-up a simple Wordpress Blog?
Yes, for a small fee we can assist in installing Wordpress and will provide training in how to use it. We can also upload an existing [...]]]></description>
			<content:encoded><![CDATA[<p>Aside from our full website design and development services, Radar Maker offer a host of additional services, including blog installations, theming and flash animations.</p>
<h4>Can you set-up a simple Wordpress Blog?</h4>
<p>Yes, for a small fee we can assist in installing Wordpress and will provide training in how to use it. We can also upload an existing theme for you.</p>
<h4>Do you provide Wordpress and Drupal templates/themes?</h4>
<p>We can create templates or themes for any of the major Content Management website types  - Joomla, Wordpress, Drupal and Motion Type.</p>
<h4>What about Flash banner ads?</h4>
<p>Yes, we can produce custom banner ads and videos where required. We can also assist with slideshow plugins and photo galleries for the major CMS distributions.</p>
<h3>I have a website that needs tweaking. Can you help?</h3>
<p>It depends on the website, but we are happy to look at it with you and advise you on a course of action. We will only charge for modifications we make to the site. <a href="http://www.radar-maker.ie/contact-us">Contact us</a> today to discuss your specific requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radar-maker.ie/faq/additional-services/feed</wfw:commentRss>
		</item>
		<item>
		<title>Introducing My Future</title>
		<link>http://www.radar-maker.ie/blog/introducing-my-future</link>
		<comments>http://www.radar-maker.ie/blog/introducing-my-future#comments</comments>
		<pubDate>Wed, 04 Feb 2009 17:25:31 +0000</pubDate>
		<dc:creator>Aubrey</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://www.radar-maker.ie/?p=182</guid>
		<description><![CDATA[As we’re now in the final testing phase of My Future, I feel it’s a good time to introduce it properly. We will shortly be releasing it as a free download and hope to partner with educational groups to distribute it on CD. If anyone is interested in helping with distribution, please contact us.


Back in [...]]]></description>
			<content:encoded><![CDATA[<p><em>As we’re now in the final testing phase of My Future, I feel it’s a good time to introduce it properly. We will shortly be releasing it as a free download and hope to partner with educational groups to distribute it on CD. If anyone is interested in helping with distribution, please <a href="http://www.radar-maker.ie/contact-us">contact </a>us.</em></p>
<p><span id="more-182"></span></p>
<p><img class="alignnone size-full wp-image-186" title="My Future screenshot01" src="http://www.radar-maker.ie/wp-content/uploads/2009/02/mf_sc03.jpg" alt="My Future screenshot01" width="422" height="304" /></p>
<p>Back in 2005, when we were still working in Cape Town with <a href="http://www.mamelani.org.za">Mamelani</a>, we came up with the concept of a practical career guidance programme that was specifically tailored to South African school children. The education system in South Africa is failing for a number of reasons, but the lack of adequate career guidance is one that’s had little attention.</p>
<p>With further research, we identified a fairly hefty number of issues that needed to be addressed:</p>
<ul>
<li>teachers being overburdened and lacking the skills or qualifications to deal with career guidance properly.</li>
<li>lack of personal awareness among learners</li>
<li>inability of learners to make choices.</li>
<li>lack of interest from teachers</li>
<li>narrow scope of guidance to choices that were mostly available in the past, e.g. nursing and teaching</li>
<li>parents making choices instead of learners.</li>
<li>guidance education not addressing the practical realities of job changes, redundancy and need for entrepreneurship.</li>
<li>lack of information on careers and tertiary courses.</li>
<li>learners enrolling in university with little idea of their objectives or studying the wrong subjects for their field of interest.</li>
<li>poor quality of CV writing</li>
<li>lack of access to educational resources due to majority of schools running old computers and little or no internet.</li>
</ul>
<p>We collaborated with a career guidance specialist to develop the content and plan activities that we could make interactive, and output data that the teacher could use to help the learner. We wanted the software to be animated, with characters that school children from different backgrounds could identify with.</p>
<p><img class="alignnone size-full wp-image-197" title="mf_sc02" src="http://www.radar-maker.ie/wp-content/uploads/2009/02/mf_sc02.jpg" alt="mf_sc02" width="600" height="450" /></p>
<p>The idea was to create something fairly broad and substantial that would speak to children from a wide variety of backgrounds and “tell it like it is”. This idea was supported by a number of teachers we spoke to, who urged us to target the programme to as young an audience as possible and as honestly as possible.</p>
<p>The education figures tell a frightening story. Currently, only 14% of black and 17% of coloured South Africans over the age of 20 have a high school or higher qualification. The national pass rate for the end of school exams is around 65%, but only around 15% of the population study further at university. Of these, only 22% obtain an undergraduate degree. Too few teachers have the time or skills necessary to teach career education properly and students are being passed through the system with little direction or support.</p>
<p>Our aim is to paint this picture clearly to students (and teachers) and encourage them to plan better and make decent choices with what they have.</p>
<p>Teachers are given a manual and have password protected access to a back-end which displays data on each of their student&#8217;s answers. They can therefore use the software to help guide each learner individually.</p>
<p><img class="alignnone size-full wp-image-187" title="My Future screenshot 02" src="http://www.radar-maker.ie/wp-content/uploads/2009/02/mf_sc01.jpg" alt="My Future screenshot 02" width="600" height="450" /></p>
<p><img class="alignnone size-full wp-image-194" title="My Future screenshot 03" src="http://www.radar-maker.ie/wp-content/uploads/2009/02/mf_sc041.jpg" alt="My Future screenshot 03" width="600" height="451" /></p>
<p>The software has been developed using Flash and Zinc and will run on old computers (Windows 98 with 64MB RAM). I will be posting more updates with screenshots (and possibly a screencast) in the coming days.</p>
<p>The following is a breakdown of the course material:</p>
<h3>1. Introduction</h3>
<p>Introduction of the various characters<br />
Reasons to study and get a job.<br />
Positive and negative factors about each character.<br />
Factors and choices.<br />
What happened to the characters later on.</p>
<h3>2. Gaining appropriate self-information</h3>
<p>The importance of knowing yourself before making a career choice.<br />
Build a picture of yourself.<br />
Explanation of Holland’s personality types,<br />
matching jobs to types<br />
Holland’s activity - Learners input a series of answers and their personality type(s) is displayed.</p>
<h3>3. Gaining career information</h3>
<p>Collecting information about careers.<br />
How to find career information.<br />
Understanding what type of information to look for when researching careers</p>
<h3>4. The decision making process</h3>
<p>The need to make decisions and the decision making process.<br />
The job interview</p>
<h3>5. Planning a career</h3>
<p>Life after school, planning your career and career realities.<br />
Changing your career.</p>
<h3>6. Entrepreneurship</h3>
<p>What is entrepreneurship;<br />
Steps to creating your own business;<br />
Researching the business;<br />
Creating a business plan;<br />
Finding funding;<br />
Putting your business plan into action.<br />
Why is the business failing?</p>
<h3>7. A reality check</h3>
<p>The reality of the working world.<br />
The importance of back up options.</p>
<h3>8. How to write a CV</h3>
<p>A step-by-step process for compiling a CV, including structure, content, layout and an example.</p>
<h3>9. Job types</h3>
<p>A comprehensive list of jobs is provided. The learners can search through the list by category or personality type to find out detailed information about what the jobs entail, what qualifications and personal requirements they need, and the number of hours they would likely be expected to work.</p>
<h3>10. Tertiary education</h3>
<p>This section provides a list of the various departments at the main tertiary institutions of South Africa, as well as all the relevant contact details for applications and bursaries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radar-maker.ie/blog/introducing-my-future/feed</wfw:commentRss>
		</item>
		<item>
		<title>Croom Cycles</title>
		<link>http://www.radar-maker.ie/recent-work/croom-cycles</link>
		<comments>http://www.radar-maker.ie/recent-work/croom-cycles#comments</comments>
		<pubDate>Wed, 21 Jan 2009 16:28:13 +0000</pubDate>
		<dc:creator>Aubrey</dc:creator>
		
		<category><![CDATA[Recent Work]]></category>

		<category><![CDATA[cms]]></category>

		<guid isPermaLink="false">http://www.radar-maker.ie/?p=137</guid>
		<description><![CDATA[Radar Maker have re-designed a website for Croom Cycles in Co Limerick. They stock and extensive range of bicycles, mowers and gardening equipment, and were looking for a website that would allow them to add and arrange products into customised product categories.
The new website has a full content management system (CMS), allowing addition, editing and [...]]]></description>
			<content:encoded><![CDATA[<p>Radar Maker have re-designed a website for <a href="http://www.croomcycles.com">Croom Cycles</a> in Co Limerick. They stock and extensive range of bicycles, mowers and gardening equipment, and were looking for a website that would allow them to add and arrange products into customised product categories.</p>
<p>The new website has a full content management system (CMS), allowing addition, editing and arrangement of products, pages and menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radar-maker.ie/recent-work/croom-cycles/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Design Process</title>
		<link>http://www.radar-maker.ie/faq/the-design-process</link>
		<comments>http://www.radar-maker.ie/faq/the-design-process#comments</comments>
		<pubDate>Wed, 19 Nov 2008 22:00:25 +0000</pubDate>
		<dc:creator>Aubrey</dc:creator>
		
		<category><![CDATA[FAQ]]></category>

		<category><![CDATA[design process]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.radar-maker.ie/?p=93</guid>
		<description><![CDATA[So, you’ve decided you need a website.  Perhaps you already have one, but it looks like it was designed in the mid-90s by your 14 year old son in Microsoft Word and maybe it’s time for a fresh start.  What happens next?
The following is a general guide to the series of steps that [...]]]></description>
			<content:encoded><![CDATA[<p>So, you’ve decided you need a website.  Perhaps you already have one, but it looks like it was designed in the mid-90s by your 14 year old son in Microsoft Word and maybe it’s time for a fresh start.  What happens next?</p>
<p>The following is a general guide to the series of steps that Radar Maker follow in order to quickly move a website from the idea stage to finished article.</p>
<h3>1. Initial contact</h3>
<p>The first thing to do is to contact Radar Maker via phone or email. Our consultant will get a basic overview of the website you’re looking for, discuss the budget, and set up a meeting. At this stage, it’s a good idea to email us any information on the website so we can be properly briefed before the meeting.</p>
<h3>2. Meeting</h3>
<p>In the meeting, we discuss your requirements and advise on the various options available to you. Remember, you don’t need any technical knowledge - that’s our job. We need to get a good idea of what the site is for, who the audience is and what it is required to do. We’ll discuss the style and layout, what artwork you have, and what different functionality you need. Once we have an idea of all this, we can estimate a cost and time-frame for completing the project, and you can decide whether you want to move forward with us.</p>
<h3>3. Planning</h3>
<p>We then go off and plan the website based on the initial meeting and your ongoing input. You may need time to decide on various options, and to rework some content before a final plan is reached.</p>
<h3>4. The spec sheet</h3>
<p>Once a plan is agreed upon, we will create a spec sheet for you to sign off on. The ‘spec’ is a contract of work that outlines the structure and functionality of the website with a budget and development timeframe.</p>
<h3>5. Initial design</h3>
<p>The next step is to send us digital copies of your logo as well as photographs and branding material that will help us in creating a design. We then create a mock-up design and send it to you for comment. Changes are made at this stage and a final design is signed off, so that development can commence.</p>
<h3>6. Development</h3>
<p>At this point we code the website and any additional functionality outlined in the spec. We’ll keep you updated on the site’s progress, and send screenshots as required.</p>
<h3>7. Final testing</h3>
<p>Depending on the scale of the website, it may be necessary to upload it on a test server so that you can test it and make sure it’s working as you need it to, before it goes live.</p>
<h3>8. Completion</h3>
<p>The website is uploaded and everyone’s happy. Radar Maker can now advise you on additional services including online advertising and Search Engine Optimisation, so that you can start directing that all-important traffic to your website.</p>
<h3>9. Ongoing Support</h3>
<p>Radar Maker offer a range of service agreements to suit your needs. CMS websites require manditory security updates and therefore require ongoing support. We can also provide regular content updates and make any design updates you need at a later date.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radar-maker.ie/faq/the-design-process/feed</wfw:commentRss>
		</item>
		<item>
		<title>SEO Tips</title>
		<link>http://www.radar-maker.ie/faq/seo-tips</link>
		<comments>http://www.radar-maker.ie/faq/seo-tips#comments</comments>
		<pubDate>Wed, 19 Nov 2008 21:44:48 +0000</pubDate>
		<dc:creator>Aubrey</dc:creator>
		
		<category><![CDATA[FAQ]]></category>

		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.radar-maker.ie/?p=88</guid>
		<description><![CDATA[The following are some general tips for improving your website’s Search Engine Optimisation (SEO).
1. Make sure your website is designed and coded properly
Badly coded sites make it difficult for search engines to read and archive your site. It must be structured correctly and your code should be free from errors so that search engines can [...]]]></description>
			<content:encoded><![CDATA[<p>The following are some general tips for improving your website’s <a href="http://www.radar-maker.ie/faq/what-is-seo">Search Engine Optimisation (SEO)</a>.</p>
<h3>1. Make sure your website is designed and coded properly</h3>
<p>Badly coded sites make it difficult for search engines to read and archive your site. It must be structured correctly and your code should be free from errors so that search engines can do their job.</p>
<h3>2. Write plenty of original content</h3>
<p>Search engines sort and rank pages based on content. Ideally, you need at least 300 words of original text per page. Merely copying and pasting from other sites, or loading several pages with the same content won’t help your ranking.</p>
<h3>3. Make sure you use important keywords in your content</h3>
<p>Use keywords in your text but remember to write for humans. At the end of the day, you are creating a website for customers, not search engines. Think about all the words that people would use to find your site, write these words down, and incorporate them into the body of your text.</p>
<h3>4. Update your site regularly</h3>
<p>Regularly updating your content will improve your ranking with search engines. This is an immediate advantage of having a Content Management System (CMS), allowing you to update the site’s content as often as you need.</p>
<h3>5. Get inbound links</h3>
<p>This is very important. Search engines such as Google assess a site’s ranking based partly on the number of high-traffic sites linked to it. Request a link exchange with business partners and other websites relating to your industry. There are some free directories that allow links and others that you’ll need to pay for. Choose carefully where you list your website though, and don’t get too many too quickly, or Google may penalise you.</p>
<h3>6. Write articles.</h3>
<p>Market your product or service by writing original articles and submitting them to online directories.  Submitting articles can increase your search engine ranking and attract potential customers. Write about topics relating to your business. Pick out news items or latest trends and provide a viewpoint on them. This takes some time but it can be worth it. Radar Maker can assist you with writing and submitting articles.</p>
<h3>7. Don’t cheat</h3>
<p>If you up heaps of random keywords, have repetition of content, or try to hide links, Google can penalise you badly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radar-maker.ie/faq/seo-tips/feed</wfw:commentRss>
		</item>
		<item>
		<title>What is SEO?</title>
		<link>http://www.radar-maker.ie/faq/what-is-seo</link>
		<comments>http://www.radar-maker.ie/faq/what-is-seo#comments</comments>
		<pubDate>Wed, 19 Nov 2008 21:08:24 +0000</pubDate>
		<dc:creator>Aubrey</dc:creator>
		
		<category><![CDATA[FAQ]]></category>

		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.radar-maker.ie/?p=82</guid>
		<description><![CDATA[Search Engine Optimisation (SEO) has become an important element in web development. And yet, few clients know how it actually works.
SEO became popular due to the near total dominance of search engines in finding websites online. Search engines have become the new yellow pages. If you’re not listed on the first few pages of a [...]]]></description>
			<content:encoded><![CDATA[<p>Search Engine Optimisation (SEO) has become an important element in web development. And yet, few clients know how it actually works.</p>
<p>SEO became popular due to the near total dominance of search engines in finding websites online. Search engines have become the new yellow pages. If you’re not listed on the first few pages of a search, you might as well not exist.</p>
<p>Search engines have become increasingly sophisticated over time in order to avoid abuse by webmasters wishing to spam links and fill their site with irrelevant keywords.</p>
<p>Nowadays, they obtain more accurate results because they reward sites that are well coded with the proper combination of XHTML and CSS, are regularly updated with original content, and linked to by other highly ranked sites.</p>
<h3>How does it work?</h3>
<p>It’s fairly straightforward. <em>To get good search results, your website needs to be professionally coded using modern development techniques, have plenty of original and relevant content, and be linked to by well ranked sites.</em></p>
<p>The first part of SEO is structural, namely how well the site is coded and what formal elements are in place to make it ‘search engine friendly’. Each of our websites conforms to the latest W3C guidelines, using a sound menu structure and a correct combination of XHTML and CSS.</p>
<p>The second relates to the content on the site. Search engines identify keywords directly from the content and not just from the “meta tags”, as before. The regular updating of content will further improve a website’s ranking, and can be worth considering if budget allows.</p>
<p>The third aspect of SEO relates to inbound links, that is, the number of high-traffic sites that contain a link to your website. This side of SEO has produced a whole new industry with a multitude of directory sites charging big money for adding links. Some sites still allow for free links however, and most industry specific sites will agree to a ‘link exchange’.</p>
<p>SEO professionals can then improve a website’s rankings though writing and submitting articles to large article directories (linkbaiting), obtaining inbound links from a range of established link directories, and analysing your target market to develop search keyword strategies.</p>
<p>So, SEO represents two key elements – the structure and content of the website, and then how that website is marketed.</p>
<h3>Does Radar Maker provide SEO?</h3>
<p>At Radar Maker, we develop websites to SEO best practices. All our websites are designed with people in mind and then coded to suit search engines.</p>
<p>We can then provide additional marketing services such as copywriting, article writing and submission, and link building strategies which can greatly improve your website’s ranking.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radar-maker.ie/faq/what-is-seo/feed</wfw:commentRss>
		</item>
		<item>
		<title>My Future</title>
		<link>http://www.radar-maker.ie/news/my-future</link>
		<comments>http://www.radar-maker.ie/news/my-future#comments</comments>
		<pubDate>Wed, 19 Nov 2008 20:17:15 +0000</pubDate>
		<dc:creator>Aubrey</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[educational software]]></category>

		<guid isPermaLink="false">http://www.radar-maker.ie/?p=74</guid>
		<description><![CDATA[Radar Maker will shortly be releasing My Future, a free, fully animated and interactive career guidance package for South African schools.
The software was developed in collaboration with a career guidance specialist as a practical response to the severe shortage of career information and guidance in schools.
The software brings learners through a complete course in the [...]]]></description>
			<content:encoded><![CDATA[<p>Radar Maker will shortly be releasing <strong>My Future</strong>, a free, fully animated and interactive career guidance package for South African schools.</p>
<p>The software was developed in collaboration with a career guidance specialist as a practical response to the severe shortage of career information and guidance in schools.<span id="more-74"></span></p>
<p>The software brings learners through a complete course in the factors and process of making the right career decisions, both in school and beyond. It follows the stories of seven characters from different backgrounds, examining the decisions they make and the consequences they face. By answering a series of questions relating to their personality and interests, the learners are given a host of potential career types to match their personality. They can then research these options in a career database to find out what the career entails, the qualifications they require and the college options available to them. There is also a detailed course pack for teachers, who are able to monitor each student’s results through an admin section.</p>
<p>Education is possibly the greatest challenge facing South Africa.  The combined effects of poverty and ill-health, an overburdened education system and the continued failure by the government to implement efficient policies have left the country in crisis. Currently, only 14% of black and 17% of coloured South Africans over the age of 20 have a high school or higher qualification. The national pass rate for the end of school exams is around 65%, but only around 15% of the population study further at university. Of these, only 22% obtain an undergraduate degree.</p>
<p>These figures expose a serious problem that will lead to major skill shortages in the coming years. While the chief causes are structural and administrative (lack of school facilities, over-sized classrooms and underpaid teachers), the lack of career guidance education in schools means that students aren’t planning properly and end up making the wrong education choices. My Future was developed to assist teachers with little or no prior experience in career guidance, and covers the full RNCS life orientation curriculum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radar-maker.ie/news/my-future/feed</wfw:commentRss>
		</item>
		<item>
		<title>Amawele</title>
		<link>http://www.radar-maker.ie/recent-work/amawele</link>
		<comments>http://www.radar-maker.ie/recent-work/amawele#comments</comments>
		<pubDate>Wed, 19 Nov 2008 20:13:23 +0000</pubDate>
		<dc:creator>Aubrey</dc:creator>
		
		<category><![CDATA[Recent Work]]></category>

		<category><![CDATA[cms]]></category>

		<category><![CDATA[organisations]]></category>

		<guid isPermaLink="false">http://www.radar-maker.ie/?p=71</guid>
		<description><![CDATA[Radar Maker has just completed a new website for Amawele, an organisation that facilitates the ‘twinning’ of schools in Ireland and South Africa in order to promote a cultural exchange between the two countries.
The new website has a content management system (CMS) both for project coordinators and participating schools, enabling each school to maintain their [...]]]></description>
			<content:encoded><![CDATA[<p>Radar Maker has just completed a new website for <a href="http://www.amawele.org">Amawele</a>, an organisation that facilitates the ‘twinning’ of schools in Ireland and South Africa in order to promote a cultural exchange between the two countries.</p>
<p>The new website has a content management system (CMS) both for project coordinators and participating schools, enabling each school to maintain their own blog relating to the linking process.<span id="more-71"></span></p>
<p>Each school is twinned with one other, and the students and teachers exchange information with over a period of time to gain insight into some of the practical realities facing their counterparts. The new Amawele website will enable schools to maintain their own web space, where they can record this process and share their experiences with others.</p>
<p>In addition to the twinning project, Amawele work with around 50 schools in the Eastern and Western Capes, identifying needs and supporting them through new facilities, materials, training, food and healthcare. The new website will also serve to document this important work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radar-maker.ie/recent-work/amawele/feed</wfw:commentRss>
		</item>
		<item>
		<title>New Communities Partnership</title>
		<link>http://www.radar-maker.ie/recent-work/new-communities-partnership</link>
		<comments>http://www.radar-maker.ie/recent-work/new-communities-partnership#comments</comments>
		<pubDate>Wed, 19 Nov 2008 20:10:33 +0000</pubDate>
		<dc:creator>Aubrey</dc:creator>
		
		<category><![CDATA[Recent Work]]></category>

		<category><![CDATA[cms]]></category>

		<category><![CDATA[organisations]]></category>

		<guid isPermaLink="false">http://www.radar-maker.ie/?p=68</guid>
		<description><![CDATA[We have just completed a new website for New Communities Partnership (NCP), a national network of over 70 ethnic minority organisations in Ireland. Founded in 2003, The New Communities Partnership work to examine issues and address policies that hinder the successful integration of ethnic minorities into Irish society.
NCP required a clean re-design of their existing [...]]]></description>
			<content:encoded><![CDATA[<p>We have just completed a new website for <a href="http://www.newcommunities.ie">New Communities Partnership (NCP)</a>, a national network of over 70 ethnic minority organisations in Ireland. Founded in 2003, The New Communities Partnership work to examine issues and address policies that hinder the successful integration of ethnic minorities into Irish society.</p>
<p>NCP required a clean re-design of their existing site with an affordable Content Management System that would allow them to add and edit pages themselves. They also required a means of listing upcoming events, which we provided using an embedded <a href="http://www.newcommunities.ie/content/calendar">Google Calendar</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.radar-maker.ie/recent-work/new-communities-partnership/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
