MailChimp is a simple and effective and relatively cheap web-based system for E-mail Marketing and the one that we will invariably recommend to our clients. With Mailchimp you can create ‘lists’ for Newsletters etc that collect standard and custom form details from a simple signup form that can be placed on your web siter. Typically this is done via the …
jQuery Equal Height Children Methods
Here are a number of useful snippets that will find the height of child elements in a parent div/ul etc and unify the hight throughout to the highest of all of them:- Method 1 – This works best across a list with multiple rows. It takes each row in turn and makes it the highest height of the tallest element …
Take E-commerce orders by Xmas and don’t pay processing fees with Sagepay
To help you enjoy even greater returns over the festive period we’ve secured a fantastic offer giving you / your business 3 months free payment processing via the excellent Sage Pay Payment Gateway. Also benefit from 2 months free rental of their Card machines. Take advantage of this offer now and:- you won’t pay a penny on payment Gateway fees …
jQuery Hide until Page Loads
Recently we were using the great EU Cookie Compliance plugin Cookie Control on a client site (also seen on this site bottom left of page), but found that within the custom WordPress Theme that the Cookie Compliance scripts and CSS were loading with a flash of the unformatted and unhidden content. That looked rather ugly so we decided to implement …
jQuery change Rel of element
A quick snippet on how to change/add a new Rel to an element. This could be useful in instances where you wish to add say a prettyPhoto del ‘prettyPhoto’ to a set of links that have been generated by a 3rd party script.
jQuery Apply to all but First
A quick snippit for you to apply jQuery selection to all but first element:- As per our example this is useful in unordered / ordered lists and therefor menus etc. We are prepending a span with x2 spaces to every li except the first.
Headway Themes Discount Code 2012
Headway Themes are one of our favourite Drag & Drop WordPress Frameworks / Theme Builders and they are currently offering a whopping 33% discount for anyone that purchases either Headway Base or Headway Developer. Headway Themes 33% Discount Code HW33 Valid from 22 October – November 1st, 2012 Click Here and enter the code above code with your order
jQuery Add Title to Div
A very quick one for you on how to add a ‘Title’ attribute to a div/element. Unsuprisingly we are using the jQuery ‘attr’ function:-
TinyMCE Blank WordPress
We recently had an issue whereby the TinyMCE HTML editor was appearing blank. Here are a couple of things that may solve a similar problem for others:- 1. Reinstall WordPress via WordPress Dashboard ‘Updates’ – click on ‘Re-install Now’ button 2. Search for a rogue .htaccess file in wp-includes folder and delete it 3. Add the following to your wp-config.php …
How to use a PHP include with WordPress
For those of you who are familiar with PHP then you’ll know that using an include is an effective way of adding a file that is easily up-dateable site-wide. A good example would be a navigation, header or footer that is ‘included’ on the page from a source file (usually a .php or .html file). You may however not be …