Broken WP dashboard and stats panel
Another week has gone by and another post needs to be written to explain why some people are probably seeing errors on their WordPress dashboard. Having trouble seeing your site stats from Jetpack, or being asked “Are you human?” … likelihood is your suffering the same Heart Internet ‘problems’ I am. Have you recently started seeing this [...]
Securing WordPress: 4 tips to help lock it down
With the recent spate of brute force attacks hitting WordPress installations around the world, its not surprising that hosting companies such as Heart Internet have taken some steps in protecting its users, even if it does raise a few eyeborws. But what can we, as users of WordPress, do to help protect our own blogs or [...]
Suspicious www.webhostingstatus.com popup for WordPress Admins
Like me you’ve probably seen a lot of activity in the media recently about WordPress being targeted by hackers for weaknesses. Well today I looked at my WP installs dotted around the virtual world and saw that some of them had a suspicious popup appear before I could log in to the admin section. The [...]
How to order and group custom WordPress posts by their custom taxonomies
Working on a project for a client, I needed to group an archive of custom post types by their categories. To complicate things further the categories were implemented as a custom taxonomy. On top of this the taxonomies had to be ordered alphabetically. After a lot of experimenting with loops and different configurations of arguments, [...]
Updating Chromium on Debian 6 (Squeeze)
Switching between Ubuntu and Debian machines, you notice the benefits of both system OS’ quite quickly. The first major thing you’ll probably have noticed with Debian 6 (Squeeze) is that its bundled with Chromium. After a bit of use though, you’ll also notice how unstable Chromium is. Lots of web pages freezing up, tabs not [...]
Whats new in WordPress 3.5
This week we finally got our hands on version 3.5 of the WordPress CMS. It was way back in the middle of June that we saw the previous release, ‘Green’ version 3.4, boasting new Twitter integration etc. So what new features does ‘Elvin’ version 3.5 give us? Here’s a quick review of some of the [...]
Font Rendering Explained
One aspect of web design that still limits everyday, is the horrendously poor choice of fonts we have at our finger tips. With only a handful of truly system universal fonts at our disposal, its not a surprise that font delivery systems such as Font Squirrel or TypeKit have appeared to fill in the holes. But [...]
Learning LESS: Nesting Rules
So you’ve managed to complete the simple LESS setup, written a few variable declarations, even used some of the built in functions to calculate new stylesheet colours… but you’re still writing line after line of code. Is there something in LESS to simplify the amount you’re writing? Yes… thanks to nested rules! Ever seen something [...]
Learning LESS: Maths + Colour Functions
Continuing from my previous article on setting up LESS to improve your stylesheet efficiency and control, this week I’ll be covering the use of operators and pre-built functions within LESS. If you remember correctly we can declare variables like: If you read the previous tutorial on variables, that shouldn’t be anything new. Mathmetical operators in [...]