If you’re finding that a website containing a lot of JavaScript is performing badly on a particular browser/device you can run the Browserbench.org Speedometer. That will check the performance of that device and you can then compare it against some known results.
Continue readingCategory: Web development
If you make changes to the appearance of the theme on your WordPress site and then find that you can’t edit what you need using the built-in tools, it may be time to swap to a child theme.
A child theme allows you to modify as little or as much as you need, without affecting the parent (original) theme and also makes updating the theme easier.
However, if you go ahead and create a child theme after you’ve already customised the appearance of the parent theme, you’ll find that all your customisations are lost.
Continue readingWe needed to display 2 images, one under the other, floated to the right of a paragraph of text and a list.
If you just use float:right
on each image, the images appear side-by side.