Tips & Tricks

Tips & Tricks

Shorter articles that contain small nuggets of useful information to help you along …

June 29, 2011

Disable Autosave in WordPress

I’ve always come up against problems with the autosave feature in WordPress especially when working on more complex builds where content has in the past had a tendency to just disappear. Rather than trying to debug these issues myself and throwing myself into a blackhole of autosave hell, I’ve just started to (in effect) disable [...]

February 2, 2011

Using the native WordPress tinyMCE WYSIWYG editor with your custom post meta textareas

With WordPress 3.0, the creators really gave the blogging platform another dimension for those of us wanting to make the most of it as a fullly functioning CMS. One key addition was the introduction of custom post types, used in conjunction with the custom post meta features the two become a very powerful tool for [...]

December 5, 2009

Smoother @font-face embedding in IE 7 & 8

You could say I’ve become somewhat obsessed with @font-face embedding over the past few months. I’ve most certainly fell head over heels for the @font-face generator from fontsquirrel.com (see the recap below). One thing however that has always bothered me is IE7 and IE8′s rendering of embedded fonts, so today with IE tester at hand [...]

December 4, 2009

Contact form 7 – WordPress plugin, returning the validation message above the form

This is a very quick tip when using the wonderful contact form 7 plugin for wordpress. Whilst working on another web site recently I noticed that after installing the plugin and testing the form the success or warning message was appearing below the form on submit. This wasn’t ideal on longer forms as the messages [...]

December 3, 2009

Using jQuery to fix IE6 CSS annoyances

With the usage of IE6 finally declining the majority of us can now afford to be a bit more forgiving in our cross browser testing. Despite this in some circumstances the percentage of a site’s IE6 users is still far to high to do anything other than link a separate stylesheet and spend hours writing [...]

November 12, 2009

@font-face a guide to embedding gorgeous fonts that work cross-browser

Since launching the site I’ve had a few emails regarding the font being used on allcreatives and also the technique used to embed the font. Despite two previous posts on the progress on @font-face I realised I hadn’t actually posted up on how to implement @font-face effectively, so here it is.

August 21, 2009

IE Conditional browser comments in xslt – a quick snippet that will save a lot of time

XSLT is a great language used with XML files and is a language that we hope to cover a bit more of here on istmay. If you are new to XSLT and are dealing with stylesheets the following snippet of code could be invaluable.