Latest Work
Author Archives: admin
A quote about me
I was laying there in bed last night and wrote this quote about myself, I liked it. I am driven by anger and competition, motivated …
Setting Default WordPress FTP, SSH & SFTP Details
Sometimes hosts are really un-helpful and don’t set up your WordPress ftp details for you, or maybe you set your WordPress install up yourself and …
Tagged:ftpsftpWordpress
Leave a Comment
Mac Screenshot Shortcuts + Commands
I find this continuously frustrating to remember so I thought i’d write a quick blog about the possible mac os x commands for screenshot capturing …
How to use dig to get the TTL (time to load) of a domain
Obtaining the TTL for a domain is quite simple. Open up a terminal and meet your new friend ‘dig’. Type the follow, replacing my website …
Tagged:digmac terminal
Leave a Comment
Enqueue WordPress script on certain theme template pages only
Enqueuing scripts the proper way in WordPress can help avoid annoying javascript problems and allows us to specify dependancies of our scripts I.E. jQuery, so …
Custom URL structure in WordPress using filters and hooks
WordPress, as we all know is one of the greatest open source website platforms available right now and what with it being open source and …
UK Government should practise top down innovation
I was thinking about this last night and it occurred to me that really our government does not practise innovation itself. Long gone are the …
Tagged:UK Government
Leave a Comment
How to create WordPress pages with just pure PHP
I’ve seen alot of people ask how to create pages within WordPress with some simple PHP code so I thought i’d give answering it a …