I’ve currently disabled page navigation on this site as it appears to be broken. While I can’t be 100% certain, the culprit appears to be the Jetpack plugin I use that incorporates WordPress.com Stats.
(more…)WordPress Jetpack Plugin and Broken Page Navigation
Syncing OS X Address Books and iCal Calendars across Multiple Macs using Dropbox
Entering File and Folder Paths on the macOS Command Line
The one thing that trips me up time and again when using the command line in Terminal or other terminal emulator is being able to navigate the directory structure and target files or folders. After struggling getting the correct file or folder path I’m usually greeted with No such file or directory reminding me that the command line doesn’t like spaces in file and folder paths.
With that in mind here are a few ways to enter file and folder paths on the command line.
(more…)Excluding Pages and Posts from WordPress Search Results
Although I rarely use the search option on my site I noticed that my Contact page was being included in the search results. Not only did this seem pointless, it also looked strange slap-bang in the middle of the results page.
(more…)Displaying Statistics from WordPress.com Stats
I recently had a problem with the WordPress.com Stats plugin I use. On reading the documentation for an answer I saw that, on an unrelated note, it’s possible to retrieve statistics, such as post view counts, using the WordPress.com Stats API.
I never did find an answer to my problem and it since appears to have rectified itself, but I thought I’d have a go at getting view counts for my posts using the API and including them on my blog.
(more…)Global Variables in PHP vs JavaScript
I’m still relatively new to PHP and the one thing that continues to trip me up is the use of global variables. I cut my programming teeth many years ago on languages like C and Visual Basic and more recently JavaScript, all of which handle global variables differently to PHP.
(more…)Getting a Post’s ID from the Post’s URL in WordPress
Expandable Sidebar Lists in WordPress
A few people have been asking about the expandable lists I have in the sidebar, so I thought I’d share how I did this. The effect is actually quite easy to achieve and uses some simple JavaScript to change the CSS display property of the element containing the list. However, there are a few things to note.
(more…)Accessing localhost and Virtual Hosts Across a Local Network
I have several computers on my local network each with a local server environment provided by XAMPP. As it stands, the local server on each computer can only serve pages stored on that machine. This means that if I have a local site on computer A that I wish to access on computer B I have to replicate that site’s entire folder structure on computer B and on all other computers I want to access the site from.
No big deal really as I currently use ChronoSync to synchronise my site’s folder structure across computers. However, it is possible to have any computer on a local network serve pages that are stored on another computer on that same network. Here’s how.
(more…)Google Public DNS: Faster Internet Access?
You may have heard about Google’s recent release of Google Public DNS which, amongst other claims, aims to speed-up your browser’s interaction with DNS servers thereby making the internet appear faster. Well, that’s my interpretation anyway.
Google states that “…Google Public DNS takes some new approaches that we believe offer more valid results, increased security, and, in most cases, better performance.”
I was particularly interested in the possible speed increase after finding these benchmarks where the comparative speed of Google Public DNS (8.8.8.8), Level 3 (4.2.2.2) and OpenDNS (208.67.222.222) were tested.
Using these same DNS servers, here are my results for a handful of sites I visit regularly:
(more…)