Login     Register
Select Website 

Recruitment Directory's Blog - Australia's #1 Recruitment Technology Blog!

Next Page Next Page


CareerBuilder vs Monster. 2010 Super Bowl Commercial

Author: Thomas Shaw
Date: 4:30pm Monday 08 February 2010

  Email Article Email Article   SMS Article SMS Article   Print Article Print Article

Super Bowl XLIV has just finished airing in the United States. One of the highlights each year is the release of new commercials. Over the past few years we have seen CareerBuilder battle against Monster for the best commercial. Who will take out the title this year?

In the Monster Super Bowl Ad, Monster.com helps a busy fiddling beaver realize his dreams. "Get a Monster Advantage".

CareerBuilder's ad was labeled "too hot for TV" Love Casual Fridays? You might not if you worked here.

CareerBuilder gets my vote. What do you think? CareerBuilder or Monster.






Direct URL: http://www.recruitmentdirectory.com.au/Blog/careerbuilder-vs-monster-2010-super-bowl-commercial-a329.html

Tags: 2010 superbowl commercials tv commercial football youtube video careerbuilder.com monster.com

Comments View Comments (0)



Examples of Search Suggest and Auto-Complete use in a job search

Author: Thomas Shaw
Date: 6:23pm Sunday 07 February 2010

  Email Article Email Article   SMS Article SMS Article   Print Article Print Article

Search Suggest and/or Auto-Compete is a function usually applied to the keyword field of a job search form. The use of these functions enhances the users search experience through a "suggest as you type" or auto-complete functionality built into the job search form.

For example, as you start to enter letters/numbers into the search field, the function automatically conducts a search and returns any search results matched to that query. You can then either select the relevant keywords or continue typing. You can read more about this topic in a dissertation (PDF) by Ingmar Webar titled Efficient Index Structures for and Applications of the CompleteSearch Engine.

Using a search suggest or auto-complete function can...
  • reduces the chance of misspelled queries by guiding users to desired queries
  • reduces the typing effort required by users
  • speeds up the search-experience by reducing the need to type long queries
  • improves the quality and precision of queries
  • lets the website influence search choices instead of being passive observer
Metrics you can use to determine if this function could be a success for your job search form...
  • fewer keyword misspellings
  • fewer "did you mean" requests and lower usage of "did you mean" suggestions
  • fewer "0 results returned" searches
  • lower number of searches/session metrics
  • can lead to lower "time on site" metrics
  • users can find what they are after faster
The MyCareer job search example (above right) starts the search based on 2 letters/numbers. Recruit.net search function is based on 1 letter/number and shows the number of jobs matching the search criteria. Unfortunately the search function on both these examples only matches the start of a keyword string. ie it will not return suggested results if you type "ccount" of "accounting".



CareerZone search is based on 1 letter/number and returns search results that are in the job title. These results are grouped and sorted by the job title.




One of the best examples of search suggest is from Jobs.co.nz as it matches results within in the job title, and also within the job advertisement.




This search suggest example from Yahoo7 has the option to turn the function on or off.




You can also apply this functionality to the location field. Below are examples from MyCareer and Hippo.







Direct URL: http://www.recruitmentdirectory.com.au/Blog/examples-of-search-suggest-and-auto-complete-use-in-a-job-search-a328.html

Tags: did you mean keyword misspellings job search metrics job search form recruit.net careerzone.co.nz hippo.com.au jobs.co.nz. mycareer.com.au search suggest drop-down ux user experience recruitment website job board job search autofill autosuggest autocomplete 0 results returned

Comments View Comments (0)



Recruitment Consultant vs HR

Author: Thomas Shaw
Date: 5:54pm Friday 05 February 2010

  Email Article Email Article   SMS Article SMS Article   Print Article Print Article

Is this why Recruitment gets a bad name?




Direct URL: http://www.recruitmentdirectory.com.au/Blog/recruitment-consultant-vs-hr-a327.html

Tags: recruitment consultant hr youtube using video in recruitment

Comments View Comments (2)



Job Board Statistics - January 2010

Author: Thomas Shaw
Date: 1:53pm Tuesday 02 February 2010

  Email Article Email Article   SMS Article SMS Article   Print Article Print Article

Australian Job Board Statistics measuring the total unique browsers during January 2010. Data source - Nielsen NetRatings. SEEK 3.872m, CareerOne 1.747m, MyCareer 1.448m




Direct URL: http://www.recruitmentdirectory.com.au/Blog/job-board-statistics-january-2010-a326.html

Tags: seek january 2010 job board job board statistics nielsen netratings careerone mycareer

Comments View Comments (2)



Creating a custom Apple iPhone icon for your website

Author: Thomas Shaw
Date: 11:14am Monday 01 February 2010

  Email Article Email Article   SMS Article SMS Article   Print Article Print Article

We are all used to creating a fancy favicon for our websites. But have you got around to creating a custom iPhone or iTouch icon yet?

To configure this icon, iPhone and iPod touch allow a user to save a WebClip bookmark to your site on their Home Screen. To specify a bookmark icon for all pages of a web site, place a PNG image named "apple-touch-icon.png" at the root directory of your web server.

To override the site bookmark icon on a specific web page, insert a <link rel="apple-touch-icon" href="[ICON-URL]" />within the element of the page.

The bookmark icon dimensions should be 57px by 57px. If the icon is a different size it will be scaled and cropped to fit.

Safari will automatically composite the icon with the standard "glassy" overlay so it looks like a built-in iPhone or iTouch application.

If you are having trouble creating the icon, you could always use an automatic generator.

So why do you need create a custom icon? As Apple pointed out it's attractive - so users want to keep it on their Home screens; and distinctive - so users can easily find it among all other icons.



Direct URL: http://www.recruitmentdirectory.com.au/Blog/creating-a-custom-apple-iphone-icon-for-your-website-a323.html

Tags: recruitment website job board apple-touch-icon apple icon webclip itouch iphone favicon

Comments View Comments (0)



Tips for sending valid emails from your Recruitment Website

Author: Thomas Shaw
Date: 1:24am Monday 01 February 2010

  Email Article Email Article   SMS Article SMS Article   Print Article Print Article

Most recruitment websites have some sort of online form capabilities - contact form, online timesheet, job order, newsletter signup form, email to friend form, online application form, etc. But could these emails be going directly to the users junk/spam folder or just never reaching the inbox in the first place?

Although it is not always possible to detect the reasons for this, there are several things you can do to minimise the risk. Here is an adaption of an interesting blog post I tweeted last week Tips For Sending Valid E-mails From Websites.


Send emails through a valid email server with authentication

It is a good idea to choose website software that sends your emails through your email server (this will require authentication rather than the web server's SMTP server). Servers that are specifically set to send emails generally have Reverse DNS & SPF records, support greylisting, etc.

There should be no excuse why you are not able to implement this on your recruitment website, as every scripting language offers different methods to send emails with authentication.

On the other hand, sometimes just using email servers is not good enough. You may need to send lots of emails but the hosting provider may be applying limits. This is often the case when you use cheap or shared hosting providers.


Reverse DNS (rDNS)

As every domain resolves to an IP address. Optionally, IPs can resolve to domain names which are called reverse DNS. Many spammers use non-existing or dynamic emails without reverse DNS records. Email servers generally check if the sender IP has a reverse DNS record or not.

How do you add reverse DNS records? Reverse resolving uses the pointer DNS record type (PTR record) which you should be asking your hosting provider to create it or check if it exists.


SPF Records

Sender Policy Framework is being used by more & more email providers everyday (Gmail, Hotmail, Yahoo, etc) as a criteria to detect if a message is spam or not. It simply allows the owner of a domain to specify their mail sending policy (like which mail servers they use to send mail from their domain).

SPF records are DNS TXT records which an online setup wizard can help you creating it (you'll need to create new DNS records).
  • Sender transmits email
  • Receiver's mail server receives email.
  • Server checks which domain claims to have sent the message
  • Server checks DNS record; verifies SPF record of sending domain
  • Does sending server's IP address match IP addresses in published SPF record?
  • If the IP addresses match, email is delivered
  • If addresses do not match, email fails

Using a SMTP server that supports greylisting

A very powerful spam prevention method used by mail servers is called greylisting. When you send an email, the server receiving it can say to your SMTP server "send it to me again in x minutes" which is mostly not supported by the methods spammers use.

So, you need a smart SMTP server who can understand this command that will re-send the e-mails when requested.


No bulk mailing

Both the SMTP server you'll be sending emails and the servers that will receive them generally have rules to define an IP/email as spammer who sends x number of mails in Y seconds. So, if you have a large database to send emails - it will be a good idea to send them in intervals.


Do not send emails in alphabetical order

If you are sending emails to a large database, don't send them in alphabetical order as mail servers can mark them as a dictionary attack.


Check if the server IP is blacklisted

Blacklists are systems that are used by most of the email service providers. It has bot and human email accounts which analyze the common email traffic and can blacklist IPs according to emails sent from them.

The server you're using to send e-mails can be shared by many other users. If spam is sent by anyone on that server can lead to a "blocking" by email blacklists which will damage the communication of every account on it.


Direct URL: http://www.recruitmentdirectory.com.au/Blog/tips-for-sending-valid-emails-from-your-recruitment-website-a322.html

Tags: spf records smtp blacklisting greylisting email tips online application form newsletters bulk email reverse dns job board email route recruitment websites email management sender policy framework

Comments View Comments (2)



Job ads of the year

Author: Thomas Shaw
Date: 6:41pm Sunday 24 January 2010

  Email Article Email Article   SMS Article SMS Article   Print Article Print Article

Forget the bland and boring job ads. 2010 has started with a bang! This week we bring you 3 contenders for job ad of the year. These 3 job ads have gone viral across the globe and continue to give us a laugh.

The first job ad caused a public relations nightmare for Albury truck company Border Express.

A disgruntled former employee of the company was able to modify a job ad for an IT Developer.

He added a number of extra requirements for the job including "DD Cup breasts, slim waist, tight twat" and "applicants must be prepared to undergo a pre-employment strip search to ensure they meet the requirements of the position".

Border Express first tried to blame SEEK for an apparent hack, and then the company later found out it was a former employee who used to work in the HR department.

So who knows your passwords?

The second job ad was posted by marketing agency Razor on behalf of one of their clients Electronic Arts (EA) Australia for the upcoming release of the Xbox game Mass Effect 2.

The job ad titled "Biotic-Powered Super-Solider" attracted over 12,000 views in 2 hours before it was pulled down by SEEK for violation of their terms and conditions (the ad was obviously a fake).

The viral ad also attracted over 100 applications for the fake role. Some of the applications can be found here.

The third was posted by Jobadder who are looking for a new c# / .NET Developer. "Chris was a cardigan-wearing up and coming .Net Developer working in a large Local Government organisation"

A very clever and well written job ad. Well done Brett.

So what do your job ads say about your company?

How can you stand out in the crowd?






















































Direct URL: http://www.recruitmentdirectory.com.au/Blog/job-ads-of-the-year-a321.html

Tags: biotic-powered super-solider dd cup breasts fake job ads electronic arts razor mass effect 2 jobadder.com jobadder passwords border express job board funny job ads job ads

Comments View Comments (0)



Cut the fat. CAPTCHA

Author: Thomas Shaw
Date: 11:32pm Monday 18 January 2010

  Email Article Email Article   SMS Article SMS Article   Print Article Print Article

CAPTCHA is a program that protects websites against bots and spam by generating and grading tests that humans can pass but computer programs cannot. Nobody wants to use CAPTCHAs. They're a necessary evil. So why do we use them on application forms?

The term CAPTCHA is an acronym for “Completely Automated Public Turing test to tell Computers and Human Apart”

If your application form needs protection from abuse, CAPTCHA will not solve your problem. Instead of adding CAPTCHA, look at the reasons why bots are processing queries on your website. 3rd party programs like Bad Behavior or Akismet may solve your problems.

Have a read of 10 things to check before using a CAPTCHA and The End is Nigh for CAPTCHAs

No one likes CAPTCHAs. They are not fun. They can not be used by everyone, such as those with impaired vision or without graphics enabled. They slow down the sign-up process and, ultimately, they will lead to fewer real registrations.

The worst problem with CAPTCHAs is that they put the onus on the user. Users do not care if you are receiving thousands of spam messages or bogus accounts: that’s your problem. CAPTCHAs should be the last barrier of defense – not the first.











Direct URL: http://www.recruitmentdirectory.com.au/Blog/cut-the-fat-captcha-a320.html

Tags: user experience akismet bad behavior spam application form spam job board application form cut the fat captcha captcha.net vvc visual verification code

Comments View Comments (1)



Geolocation based sourcing or stalking?

Author: Thomas Shaw
Date: 4:58pm Thursday 14 January 2010

  Email Article Email Article   SMS Article SMS Article   Print Article Print Article

If you have been reading all the technology predictions for 2010, you may have noticed that location based services feature predominately. Online websites such as Foursquare, Gowalla and Twitter all have the ability to publically share and promote your current location.

Geolocation is the practice of determining the physical, real world location of a person, device, and address using digital information processed through the internet or other electronic means of communication.

Foursquare is like Twitter, but for locations. It is more of a game, and some people use it to obtain a high score and get badges (for checking in certain places). Just like every other social network, you build a friends list and when you decide to check-in (or publicly announce your location), it uses your phone's GPS to get your coordinates.

New mashup websites like Demand Spot plot geotagged tweets using the Google Maps API.

Geotagging will open up a plethora of privacy and security implications for the recruitment industry. We can now easily find, follow, track or stalk with the click of a button.





Direct URL: http://www.recruitmentdirectory.com.au/Blog/geolocation-based-sourcing-or-stalking-a319.html

Tags: twitter gowalla.com gowalla privacy issues data manipulation google maps api stalking ip address mobile recruitment demandspot.com using foursquare for recruitment demand spot foursquare.com foursquare online recruitment proximity job search location based sourcing location based recruitment geotagging geolocation geocodes

Comments View Comments (2)



SMS referral programs

Author: Thomas Shaw
Date: 3:38pm Tuesday 12 January 2010

  Email Article Email Article   SMS Article SMS Article   Print Article Print Article

Over the past few weeks I have been integrating SMS functionality into a number of recruitment agency websites. We are all used to having the ability to email a job to a friend, but these days you are more likely to remember your friends mobile number compared to their email address.

Like any technology, SMS has its limitations. My biggest concerns have always been around the message and the process. You can read my previous articles on using SMS in recruitment and SMS job alerts.









Direct URL: http://www.recruitmentdirectory.com.au/Blog/sms-referral-programs-a318.html

Tags: sms using sms in recruitment mobile recruitment job boards online recruitment refer a friend sms job alerts sms job to a friend sms referral program

Comments View Comments (0)


Next Page Next Page


Random Blog Articles

Cut the fat. 1 job per job advert
Published: 9:28pm Sunday 03 January 2010

Interview with Simon Appleton from Workcircle
Published: 7:07pm Friday 16 January 2009

Creating an Effective Social Media Strategy, Part 7 - Find Quality Followers to Engage, Don’t Worry About Numbers
Published: 3:07pm Sunday 16 August 2009

Improving your Recruitment Website - jQuery Modal Boxes
Published: 10:55pm Tuesday 29 September 2009

Share your LinkedIn profile
Published: 9:18pm Sunday 29 March 2009


Newsletter Mailing List

Stay informed of current news, upcoming events and promotional offers.

To subscribe to our mailing list, enter your email address below.

Latest Blog Comments

Andy Stevens - 8:16pm Monday 08 February 2010
No one wants to follow your Recruitment Agency on Twitter

kanika - 5:01pm Monday 08 February 2010
Recruitment Consultant vs HR

Thomas Shaw - 2:09pm Monday 08 February 2010
Consolidating Unofficial Social Networking Groups

Ann - 1:49pm Monday 08 February 2010
Consolidating Unofficial Social Networking Groups

Helena Smith - 12:53pm Monday 08 February 2010
Recruitment Consultant vs HR

Leigh Kostiainen - 11:52pm Thursday 04 February 2010
Job Board Statistics - January 2010

Leigh Kostiainen - 11:48pm Thursday 04 February 2010
Tips for sending valid emails from your Recruitment Website

Dunken Francis - 2:30pm Tuesday 02 February 2010
Job Board Statistics - January 2010

Dunken Francis - 2:28pm Tuesday 02 February 2010
When will Print die? Online vs Print

Gareth Jenkins - 7:01am Tuesday 02 February 2010
This job has been sourced from...

Upcoming Webinars

Mobile Recruiting
11:00am Thu 18 February 2010 AEST