Tag Archives: Javascript

New website design trends

Update your website with latest trends.

This year has seen many new trends in website design, the updates in CSS3, JavaScript and Jquery along with some innovative designers and coders have seen sites get more engaging for the user. The sites that make use of social media to encourage their users to spread the word about their fantastic new websites will no doubt have benefited from increased awareness and sales as a result. Continue reading

‘Access to restricted URI denied’ and BASE href in MooTools

Whilst performing a standard Request.HTML with MooTools 1.2 I suddenly encountered an unexpected ‘Access to restricted URI denied’ error even though the .PHP page I was referencing was in the same directory as the file which was referencing it.

var sendform = new Request.HTML({
url:'ajax-email.php',
update: $('email-response')
}).post($('contact'));

Continue reading