Menu

Blog

Adding An Auto-Responder

8 January 2013

When you need to tell your customers you will be away for any period of time, it’s helpful to set an “out of office” message for your email to advise them when you will be next looking at your email. This article will guide you through how to do this in Roundcube.

Read More…

Coding with PHP, jQuery and HTML

Using jQuery with other libraries

3 January 2013

I recently coded a site for a customer which used jQuery. I also wanted to use Lokesh Dhakar’s Lightbox 2. The problem? jQuery uses the $() function by default but since LightBox 2 is based on Prototype which also requires the use of the $() function, there will be a conflict of interests. We’ll have a look at the problem and then what can be done to solve it.

Read More…