This site is fully content managed and build on thelatest version of Drupal.
You can see the full site at http://www.apex-recruitment.co.uk/
This site is fully content managed and build on thelatest version of Drupal.
You can see the full site at http://www.apex-recruitment.co.uk/
A new Drupal module that allows you to run your own Groupon style campaign. This type of marketing is getting evermore popular as newspapers and magazines have started to roll out their own versions. So if you run a community site the http://www.opendealsapp.com/ will allow you to offer your visitors one off deals easily.

Groupon is a localised daily deal site, that is to say you choose your city and each day a new deal appears on the site, maybe a hotel break offered at a very low rate or a great discount at a particular restaurant. You buy the deal at the price offered, but the deal is only “on” and your card only debited when enough people go for the deal, a number specified by the business seller. The deal is cancelled if at the end of the time frame not enough people have gone for it.
The power of voucher sites like Groupon lie in their reach. Groupon itself is a slickly run and marketed operation, with a huge number of users and access via the web and phone apps. As a business, you are getting exposure to a huge audience. In addition Groupon claims that not only do they send new customers business’s way fast, but these usually turn into repeat customers.
But be warned! While Groupon may draw you in with their promise of “you don’t have to send us a penny” -they will take a sizeable chunk out of whatever you take on your deal, sometimes as much as 60% of the money you make. So you’ll need to check and recheck your figures before diving in with your monster offer.
The Guardian recently wrote a pretty unfavourable article -no change there – concerning users’ experiences of Groupon. A lot of their feedback concerned customers having bad experiences with the retailers themselves rather than the site, but some businesses were also none to pleased with the response:
A company that runs boat tours described what it was like to partner with Groupon. The firm said it had received just £6 per person from a two-person voucher for £30. With a boat full of Groupon customers, the firm soon realised it was costing them money to put on the trip. “Groupon would work much better for everyone concerned if they lowered the commission that they take – 50% plus VAT is just pure greed,” the boat company claimed. “Additionally, Groupon holds on to all the funds until the voucher has been used and redeemed. Thousands of vouchers do not get redeemed, and if the use-by date has passed we understand Groupon retains the funds.”
So we’ve discussed why businesses and customers use voucher sites like Groupon, but why would you build your own site? Isn’t this just reinventing the wheel?
Well, not exactly. Clearly there’s a market for daily deal sites, but the Open Deal module for Drupal seems to be making some pretty big claims. Number one being, as is the norm with the open source platform, the module is free! But perhaps the quick and easy set-up is what’ll prove the biggest draw for developers and entrepreneurs alike.
Have a gander at some of these points and see if you fancy starting your own Groupon style empire! And if you have any feedback on using the module, or indeed Groupon, we’d love to hear from you.
This website is coming soon!
Dave has used his graphic skills to create a strong graphic styled website that sells this high street shop’s unique product range. This site will be content managed and built in Drupal.

I am currently backing up the old artsfoundation.co.uk site and will be uploading the new Zone1 Creative developed Drupal site to the server.
As a case study I have taken snapshots of the old site and will be placing the new pages alongside them to show how we have improved the site.
OLD SITE

New Homepage

New Artist Directory

New Artists Profile
I have developed a lot of websites now using Drupal. Nearly any requirement thrown at me I have managed to code or build using Drupal 6. But life can be made a lot easier is someone has already done most of the work in terms of functionality but all I have to do is implement the theme and layout.
I came across Open Publish this morning via my google reader/Delicious bookmark for sites bookmarked as Drupal. I have yet to try it out but the screenshots and features look impressive. It is on version 2.2 so not in its early stages anymore.
Check it out at http://openpublishapp.com/
Upgrading Drupal to the latest version is always a pain. End to end it takes about an hour to upgrade the core code and all related modules.
Chris Shattuck’s blog explains how this can be done easily using using Drush
Build Questionnaires and surveys with drupal module Webform.
One project I recently worked involved building questionnaries that the clients employees could complete as part of an interview process. Once an interview is completed a radar graph would be shown to show an instant response or feedback about the interview.
I used Drupals webform module for this. This module is very good for building these type of questionnaires and collecting data. But as this module does not actually create a node for every completed questionnaire I could not integrate this into a view to then display a graph easily.
At the end I wrote a separate php script to get the data from webforms tables to this.
Today I have come across the ‘Question field’ module which is in alpha release state. It uses CCK to build the content types and so when a questionnaire is completed a drupal node is generated. Not tried it yet, but will do soon. Anyone tried this module?