Menu

Web diensten

Flexibiliteit, betrouwbaarheid, creativiteit, inventiviteit, specialisme en betrokkenheid

Enkele sites

Plusser.nl,Businessbookers.nl,Partnership.nl

Projecten

function expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle) {
var windowWidth = jQuery(window).width();
var windowHeight = jQuery(window).height();
if(jQuery(“div[id^=’articleblock-post-id’]”).length != 0)
{
//get the element of the expanded post
var oldpost = jQuery(“div[id^=’articleblock-post-id’]”);
//split the id of the element and the old post id
var thisID = oldpost.attr(‘id’).split(‘id’);
//get the old post id out of the array
var oldID = thisID[1];
}
//check if the old post id is set
if (oldID == null)
{
//content of the blogpost
var content = content;
if (hascontactform == 1)
{
var content = content + contactform;
}
//backgroundcolor of the section
var backgroundcolor = jQuery(‘.button-read-more’).css(‘color’);
//new content
var newDiv = ‘

‘+postThumbnail+’

‘+postTitle+’

‘+content+’

‘;
//append new content
if (windowWidth <= 480)
{
jQuery( "#post-"+postID).before(newDiv);
}
else
{
jQuery( ".expandUP-"+expandUpID).before(newDiv);
}
//show new content
jQuery("div[id^='articleblock-post-id']").slideDown();
//check if the old post element is set
if (oldpost != null)
{
//slideup the old postcontent and then remove it
oldpost.slideUp(400, function(){ oldpost.remove(); });
}
}
else
{
//check if the old id is not the same as the new one
if (oldID != postID)
{
//content of the blogpost
var content = content;
if (hascontactform == 1)
{
var content = content + contactform;
}
//new content
var newDiv = '

‘+postThumbnail+’

‘+postTitle+’

‘+content+’

‘;
//append new content
if (windowWidth <= 480)
{
jQuery( "#post-"+postID).before(newDiv);
}
else
{
jQuery( ".expandUP-"+expandUpID).before(newDiv);
}
//show new content
jQuery("div[id^='articleblock-post-id']").slideDown()
//check if the old post element is set
if (oldpost != null)
{
//slideup the old postcontent and then remove it
oldpost.slideUp(400, function(){ oldpost.remove(); });
}
}
}
};

jQuery(function ($) {
var postID = `1944`;
var content = `..`;
var hascontactform = `0`;
var contactform = “;
var expandUpID = `2591`;
var postThumbnail = ``;
var postTitle = `Avegoor.nl`;
$(document).on(‘click’,’#articleblock-close-id-‘+postID, function(event) {
$(‘#articleblock-post-id’+postID).slideUp(400, function(){ $(‘#articleblock-post-id’+postID).remove(); });
});
//check if a blogpost is clicked
$( “#post-“+postID ).click(function() {
expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle);
});
});


Avegoor.nl

<!–

–>


jQuery(function ($) {
var postID = `101`;
var content = `1 van onze nieuwe doelgroep sites is in BETA online. Seniorenreis.nl . Aantal weken testdraaien en dan nog wat aanpassingen en positie nemen in de markt.`;
var hascontactform = `0`;
var contactform = “;
var expandUpID = `2591`;
var postThumbnail = ``;
var postTitle = `Seniorenreis.nl`;
$(document).on(‘click’,’#articleblock-close-id-‘+postID, function(event) {
$(‘#articleblock-post-id’+postID).slideUp(400, function(){ $(‘#articleblock-post-id’+postID).remove(); });
});
//check if a blogpost is clicked
$( “#post-“+postID ).click(function() {
expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle);
});
});


Seniorenreis.nl

<!–

–>


jQuery(function ($) {
var postID = `100`;
var content = `1 van onze marketing- en boekingpartners , de leukste feest locatie van Gelderland, hebben we een nieuwe site opgeleverd.`;
var hascontactform = `0`;
var contactform = “;
var expandUpID = `2591`;
var postThumbnail = ``;
var postTitle = `IJsselhoeve.nl`;
$(document).on(‘click’,’#articleblock-close-id-‘+postID, function(event) {
$(‘#articleblock-post-id’+postID).slideUp(400, function(){ $(‘#articleblock-post-id’+postID).remove(); });
});
//check if a blogpost is clicked
$( “#post-“+postID ).click(function() {
expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle);
});
});


IJsselhoeve.nl

<!–

–>


jQuery(function ($) {
var postID = `99`;
var content = `Make over voor onze hotel portal. CRIO werkt al 15 jaar voor meer dan 100 hoteliers. Meer over onze activiteiten voor hoteliers.`;
var hascontactform = `0`;
var contactform = “;
var expandUpID = `2591`;
var postThumbnail = ``;
var postTitle = `Hotelidee.nl`;
$(document).on(‘click’,’#articleblock-close-id-‘+postID, function(event) {
$(‘#articleblock-post-id’+postID).slideUp(400, function(){ $(‘#articleblock-post-id’+postID).remove(); });
});
//check if a blogpost is clicked
$( “#post-“+postID ).click(function() {
expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle);
});
});


Hotelidee.nl

<!–

–>


Ik ben direct toen ik voor mijzelf begon met Businessbookers gaan samenwerken. Ik kende deze prettige partner al uit de tijd dat ik nog in loondienst werkte. De samenwerking loopt alweer 3 jaar en is net verlengd tot eind 2016.

Wilco Verschuren Binnenhof

Wat kunnen wij?

CakePHP

97 of 100 %

HTML5 & CCS3

100 of 100 %

MySQL

95 of 100 %

WordPress

87 of 100 %

PHP

90 of 100 %

jQuery & Javascript

82 of 100 %

Recreatief.nl staat wat ons betreft voor professionaliteit en accuratesse. Een dynamische onderneming met een gezonde ambitie zich verder te ontwikkelen, dat trots mag zijn op haar team van vriendelijke, gemotiveerde medewerkers.

Katja Bruil Badhotel Scheveningen

Onze Diensten

function expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle) {
var windowWidth = jQuery(window).width();
var windowHeight = jQuery(window).height();
if(jQuery(“div[id^=’articleblock-post-id’]”).length != 0)
{
//get the element of the expanded post
var oldpost = jQuery(“div[id^=’articleblock-post-id’]”);
//split the id of the element and the old post id
var thisID = oldpost.attr(‘id’).split(‘id’);
//get the old post id out of the array
var oldID = thisID[1];
}
//check if the old post id is set
if (oldID == null)
{
//content of the blogpost
var content = content;
if (hascontactform == 1)
{
var content = content + contactform;
}
//backgroundcolor of the section
var backgroundcolor = jQuery(‘.button-read-more’).css(‘color’);
//new content
var newDiv = ‘

‘+postThumbnail+’

‘+postTitle+’

‘+content+’

‘;
//append new content
if (windowWidth <= 480)
{
jQuery( "#post-"+postID).before(newDiv);
}
else
{
jQuery( ".expandUP-"+expandUpID).before(newDiv);
}
//show new content
jQuery("div[id^='articleblock-post-id']").slideDown();
//check if the old post element is set
if (oldpost != null)
{
//slideup the old postcontent and then remove it
oldpost.slideUp(400, function(){ oldpost.remove(); });
}
}
else
{
//check if the old id is not the same as the new one
if (oldID != postID)
{
//content of the blogpost
var content = content;
if (hascontactform == 1)
{
var content = content + contactform;
}
//new content
var newDiv = '

‘+postThumbnail+’

‘+postTitle+’

‘+content+’

‘;
//append new content
if (windowWidth <= 480)
{
jQuery( "#post-"+postID).before(newDiv);
}
else
{
jQuery( ".expandUP-"+expandUpID).before(newDiv);
}
//show new content
jQuery("div[id^='articleblock-post-id']").slideDown()
//check if the old post element is set
if (oldpost != null)
{
//slideup the old postcontent and then remove it
oldpost.slideUp(400, function(){ oldpost.remove(); });
}
}
}
};

jQuery(function ($) {
var postID = `112`;
var content = `Heel gericht analyseren wij het gebruikersgedrag op uw website.

Onze gemeenschappelijke doelen zijn een optimale klantbeleving, hoge conversies en terugkerende loyale website gebruikers.

• Gebruikersvriendelijkheid – usability check

• Online enquêtes

• Doelgroep analyse en onderzoek

• Expert beoordeling`;
var hascontactform = `0`;
var contactform = “;
var expandUpID = `324`;
var postThumbnail = ``;
var postTitle = `Analyse`;
$(document).on(‘click’,’#articleblock-close-id-‘+postID, function(event) {
$(‘#articleblock-post-id’+postID).slideUp(400, function(){ $(‘#articleblock-post-id’+postID).remove(); });
});
//check if a blogpost is clicked
$( “#post-“+postID ).click(function() {
expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle);
});
});


Analyse

<!–

–>


jQuery(function ($) {
var postID = `114`;
var content = `

U heeft een idee! Wat is de beste online aanpak?

Wij ondernemen sinds 1999 online en nog steeds zijn er enorm veel kansen vanwege de vele technologische ontwikkelingen. Met u bespreken wij deze kansen en helpen u dit te vertalen van idee naar een succesvol online concept. Wij focussen ons op een goede propositie richting uw klant.

Nadat uw bedrijfsmodel is besproken nemen we alle digitale kanalen door. Internet, telefoons, apps, social media , tablets. Gaan we al deze kanalen inzetten en zo ja hoe?`;
var hascontactform = `0`;
var contactform = “;
var expandUpID = `324`;
var postThumbnail = ``;
var postTitle = `Strategie`;
$(document).on(‘click’,’#articleblock-close-id-‘+postID, function(event) {
$(‘#articleblock-post-id’+postID).slideUp(400, function(){ $(‘#articleblock-post-id’+postID).remove(); });
});
//check if a blogpost is clicked
$( “#post-“+postID ).click(function() {
expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle);
});
});


Strategie

<!–

–>


jQuery(function ($) {
var postID = `116`;
var content = `Wij ontwerpen voor uw bezoeker.

Een optimale gebruikerservaring verzorgen onze vormgevers die jarenlange ervaring hebben met webdesign.

Uw website werkt goed op PC, Tablets en mobiel.

Extra aandacht schenken we aan uw boodschap voor de gebruiker. Die is tijdloos en moet krachtig en creatief zijn.

De website wordt blijvend onderhouden en voorzien van krachtige webmarketing activiteiten.`;
var hascontactform = `0`;
var contactform = “;
var expandUpID = `324`;
var postThumbnail = ``;
var postTitle = `Design`;
$(document).on(‘click’,’#articleblock-close-id-‘+postID, function(event) {
$(‘#articleblock-post-id’+postID).slideUp(400, function(){ $(‘#articleblock-post-id’+postID).remove(); });
});
//check if a blogpost is clicked
$( “#post-“+postID ).click(function() {
expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle);
});
});


Design

<!–

–>


jQuery(function ($) {
var postID = `118`;
var content = `Van een idee werken we samen naar een concept.

Het ontwikkelen van een webconcept gebeurt bij CRIO door de afdeling Research & Development.

Er zijn allerlei technische eisen aan een website. Bekijk onze systeemontwikkeling pagina voor meer informatie.`;
var hascontactform = `0`;
var contactform = “;
var expandUpID = `324`;
var postThumbnail = ``;
var postTitle = `Ontwikkeling`;
$(document).on(‘click’,’#articleblock-close-id-‘+postID, function(event) {
$(‘#articleblock-post-id’+postID).slideUp(400, function(){ $(‘#articleblock-post-id’+postID).remove(); });
});
//check if a blogpost is clicked
$( “#post-“+postID ).click(function() {
expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle);
});
});


Ontwikkeling

<!–

–>


jQuery(function ($) {
var postID = `120`;
var content = `Conversie Optimalisatie

Website Optimalisatie is een continu proces. Bij veel eigenaren van een website is er nog veel te weinig aandacht voor conversie optimalisatie. U vraagt zich af hoe u de bezoekers op uw website kunt veranderen in klanten? Wat is er nodig om vertrouwen uit te stralen en uw site optimaal vorm te geven? Er zijn talrijke boeken geschreven over Website Conversie Optimalisatie en niet voor niets. Door meer inzicht te krijgen in het gedrag van de online klant en aandacht te besteden aan uw website kunt u enorme conversie verhogingen behalen. Tientallen procenten en meer zijn geen uitzondering.

CRIO heeft enige jaren geleden een groot congres georganiseerd rondom Conversie Optimalisatie. Gemiddeld cijfer van de meer dan 100 congresdeelnemers was een 8,4. Bijna 80% van de deelnemers heeft de periode na het congres enige tientallen procenten meer conversie kunnen realiseren.

WEBSITE + OPTIMALISATIE = CONTINU PROCEs

 `;
var hascontactform = `0`;
var contactform = “;
var expandUpID = `324`;
var postThumbnail = ``;
var postTitle = `Optimalisatie`;
$(document).on(‘click’,’#articleblock-close-id-‘+postID, function(event) {
$(‘#articleblock-post-id’+postID).slideUp(400, function(){ $(‘#articleblock-post-id’+postID).remove(); });
});
//check if a blogpost is clicked
$( “#post-“+postID ).click(function() {
expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle);
});
});


Optimalisatie

<!–

–>


jQuery(function ($) {
var postID = `122`;
var content = `Wat gisteren werkte, werkt vandaag soms niet meer. Het succes van uw website monitoren, resultaten meten en verbeteringen doorvoeren is een continu proces. 1% Conversie verbetering kan al gauw erg veel omzet en winst betekenen. Wij ondersteunen u hier graag bij.`;
var hascontactform = `0`;
var contactform = “;
var expandUpID = `324`;
var postThumbnail = ``;
var postTitle = `Meten & Verbeteren`;
$(document).on(‘click’,’#articleblock-close-id-‘+postID, function(event) {
$(‘#articleblock-post-id’+postID).slideUp(400, function(){ $(‘#articleblock-post-id’+postID).remove(); });
});
//check if a blogpost is clicked
$( “#post-“+postID ).click(function() {
expand(postID,content,hascontactform,contactform,expandUpID,postThumbnail,postTitle);
});
});


Meten & Verbeteren

<!–

–>


Adres gegevens

Interesse in een inspirerend 1ste contact ?

U bent van harte welkom op ons kantoor in Didam. Uiteraard komen we ook graag bij u langs voor een kennismaking.

CRIO B.V.
Hoofdstraat 1
6942 AP Didam

Tel: 088-5405810
E-mail: info@crio.nl

Wilt u in contact komen met ons vul dan hiernaast uw gegevens in.
Wij zijn ook direct bereikbaar op telefoonnummer 088-5405810.

Neem contact met ons op

Heeft u interesse in een afspraak om te horen wat CRIO B.V. voor u kan betekenen? Neem dan contact op via onderstaand formulier.

Uw naam (verplicht)

Uw e-mail (verplicht)

Onderwerp

Uw bericht

Please leave this field empty.