Blog
Technical
25th June, 2012 in Technical
We have released a plugin for Expression Engine that allows a user to easily be subscribed to an Interspire Email Marketer contact list from an Expression Engine template. Perfect for a newsletter subscription form or a contact form thank you page if a user has opted in to receive newsletters.
17th June, 2012 in Technical
It's tricky center aligning a drop down menu using CSS only, so we use a simple JQuery method to calculate the parent width and work out the child menu widths, and set them accordingly. If a user does not have Javascript enabled, then the menu still works, but is left aligned to the parent menu instead.
14th June, 2012 in Technical
There are many options and configurations the AddThis code could have for your setup. This is ours.
1st February, 2012 in Technical
Our custom META tag coding for SEO LITE, the META tag manager for Expression Engine
7th December, 2011 in Technical
If using a 100% DIV width for a JQuery Cycle container, JQuery Cycle will find the width of the container when its rendered and fix it to this width so when you then resize the browser the container stays at the fixed width. This means if you have a 100% wide DIV that is required to be centered, it will not stay central when resizing the browser. Here is a fix...