
$(".tip_CMS").qtip({
   content: 'Content Management System - thanks to this technology the client is in charge of all updates on the website',
   style: { name:'dark', width:300 },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_Ajax").qtip({
   content: 'Asynchronous JavaScript and XML - this technology enriches users\' experience by reloading only certain elements of the page',
   style: { name:'dark', width:360 },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_js").qtip({
   content: 'Client-side scripting language ',
   style: { name:'dark' },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_php").qtip({
   content: 'Server-side programming language ',
   style: { name:'dark' },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_jquery").qtip({
   content: 'JavaScript library designed for rapid web development ',
   style: { name:'dark' },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_xhtml").qtip({
   content: 'My websites are always designed to meet the standards. XHTML is a World Wide Web Cosortium recommended markup language for web design. ',
   style: { name:'dark', width:360 },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_css").qtip({
   content: 'Cascading Style Sheets ',
   style: { name:'dark' },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_flash").qtip({
   content: 'Flash animation was used to enhance visual presentation',
   style: { name:'dark' },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_photo").qtip({
   content: 'Mostly photo sessions and my stock photo library',
   style: { name:'dark' },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_photo2").qtip({
   content: 'See the gallery page',
   style: { name:'dark' },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_joomla").qtip({
   content: 'Joomla is an open source Content Management System',
   style: { name:'dark' },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_wordpress").qtip({
   content: 'Custom Wordpress Theme',
   style: { name:'dark' },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_mailchimp").qtip({
   content: 'Custom MailChimp Email Newsletter Template',
   style: { name:'dark' },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});

$(".tip_eurostat").qtip({
   content: 'The Statistical Office of the European Communities',
   style: { name:'dark', width:300 },
   position: { corner: { target: 'topRight', tooltip: 'bottomLeft'} }
});
