Tag › tips


Bootstrap 4, 3 and 2 css @media rules widths
Here is a quick reference guide containing the default @media rules used by Bootstrap 3 and Bootstrap2. Handy to know if customising things like font sizes.


How to use CSS @font-face for all browsers
I have always thought that using custom fonts via @font-face was only a CSS3, but actually it works in internet explorer 6 as well.


Changing a Joomla email link cloaking CSS color
Joomla's plugin called Email Cloaking, replaces any email in content with javascript to stop spam. One problem is changing the hyperlinks colour.


CSS3 border-radius fix for IE6 upwards
This post is a little helper to get around the infamous CSS3 Internet Explorer issue (of which there are many) that covers the CSS3 border-radius.


JQuery function not working in WordPress Post
You have placed some JQuery function in a WordPress post but it does nothing. Yet you know the code is correct. This is the way of getting it work.


MYSQL Select values containing any UpperCase characters
I recently had a problem searching for values containing any uppercase characters in a MYSQL database. I had this little query but with no luck.


Firefox issue with spaces in excel download file name
I did a php class to save down an excel file from a database. My client got back saying the file was the wrong format with no extension. Read the fix.


MySQL Function Tips
Here are some tips that can really be helpful for MYSQL queries for quick reference. Including Database control functions and the like.


Changing default error pages with htaccess
Nice little trick for replacing the default error pages that can appear on your server. Just add this code to your .htaccess file.


Problem putting C4D to sleep
There will be times when rendering in C4D, that your Macs monitor stays on for hours. And if try to put the screen to sleep it does nothing. Try this.


Apple Mail not deleting problem
You may have an issue when trying deleting old messages going back a few years in your Apple Mail, but they don't disappear. Try these options.


Duplicate object in C4D
Grab the object you want to duplicate and hold the ctrl key at the same time. The icon should change to a plus sign. Then you can place it anywhere.