Building a PWA vuejs app with wordpress API – Part 7
By now in out Building a PWA vuejs app with wordpress API journey, we have a basic vuejs app which can fetch data from a Wordpress API using axios and…
By now in out Building a PWA vuejs app with wordpress API journey, we have a basic vuejs app which can fetch data from a Wordpress API using axios and…
in skateboarding its about competing with yourself (personal development)
It turns out that adding cordova to an existing vue app is pretty easy. If only I'd known this before trying at least 10 different ways: First, make sure your…
Vagrant with sshfs. You can use sshfs in vagrant with only a private network. This is fine if you are doing all your devlopment from a single machine and dont…
Remote Debugging PHP in Eclipse with XDebug prereqs: 1) This post assumes you already have a working xdebug install2) Eclipse Configuring Eclipse and Xdebug Open Eclipse Inside Eclipse, goto preferences…
service-oriented architecture and frameworks IntroductionPapazoglou, (2003) organised SOA in four architectural layers: Service Foundations, Service Composition, Service Management and Service Engineering and outlined a host of technologies that could be…
It turns out that coding in php on android is possible (even if its not as good as on a mac, linux or even windows). In this blog post I'll…
Making a WordPress Theme. From Scratch. Research + Information Architecture Introduction Making a new WordPress theme from scratch can seem daunting, but it's pretty easy if you know the steps.…
Interesting talk about the process of developing a blockchain app - talking about integrations with businesses legacy systems to enable the transition to the new platforms. A lot of companies…
Vagrant with NFS and public_network. You can use NFS in vagrant, but it requires a private_network to work; This is fine if you are doing all your devlopment from a…
Google recently announced the google partners mobile sites certification program. The Mobile Sites certification is a professional accreditation that Google offers to individuals who demonstrate proficiency in basic and advanced…
How to install birdwatcher in kali linux Birdwatcher is an OSINT data analysis and data gathering tool for twitter. Birdwatcher has been designed to feel like metasploit or recon-ng, so…
There are a couple of different ways to install php7 on centos7 - Installing yum-plugin-replace and inline-replaceing the whole php subsystem seems to be the easiest way: You need to…
Multiple ip addresses on one physical NIC. I have a gigabyte brix running esxi to host a few virtualised servers. I have one server for my web development. I have…
What is an sql injection attack? All websites process data entered by users. An input-validation attack is when unexpected user input is processed by a web server or database and…
Challenges of SOA / Comparison of SOA and traditional apps Traditional enterprise applications present themselves as islands of data, automation and security. Integration is needed because of the nature of…
There are 4 roles in SOA: Architecture team Business analysts Management / executive team Technical team (design / development) Roles in SOA - Technical team (design / development) Answers…
Setting up brackets editor with git and phpcs with wordpress coding standard etc Brackets editor (brackets.io) is an editor that I've wanted to try out for a while now, but…
Changelog development aff5dd1 - typo fix development 2335783 - get_header_image instead of get_custom_header development 849b69c - custom header suport changing readme development e314785 - using custom-header for the default post…
Multiloquent 6 3 7 Changelog development 6e0d9f5 - updates to post templates development 2064899 - version bump for wordpress development e492fc8 - removing margins development cd612d9 - h1 tag with…
Jonathan Mitchell Portfolio About Me I have a BSc in Electronic Engineering, and an MSc in Advanced Computer Systems Development with Distinction. I was awarded the University Court Medal for…
Changelog development 1e003fc - better images in the paralax slider development 02964a8 - better way to do images development 7a08d14 - better way to do the images behind the sliders…
Changelog development c59c382 - code formatting development 9b51dc2 - version bump for wordpress submit development 15b3e3b - change for text inside the wee side-links development 662767b - test development 9dcebd0…
Multiloquent 6 3 1 changelog development 4f1d71d - lowercase true and false development c35fd69 - minor css fix and version bump to submit to wordpress development 8f84831 - version bump…
Multiloquent 6 2 01 Changelog development c33c95d - fix for mce content body development 8a1cbaf - fix for background colour inside tinymce development 864c9c8 - code cleanup development 37cc370 -…
Multiloquent 6 2 0 changelog development 646e320 - fix for readme file adding multiloquent url at jonathansblog.co.uk development 90f0277 - revert - its easier to read development 708ca0f - fix…
I'm studying a Masters Degree in 'Advanced Computer Systems Design'. I have an upcoming exam in project management. One of the areas I'm studying is SDLC [software development life-cycles]. This…
RCA 6226 Aeropessure Type microphone The âAeropressureâ was a rugged radio announcing and public address microphone designed for on-location use, featuring exceptional wind noise suppression. During its some five decades…
While probably not the best platform to do web development on, an ipad can be used to create code for your website. I use my ipad mini (in emergencies) to…
Bootsnipp.com is another twitter bootstrap site that I found on my travels around the internets It has some nice examples and snippets of code if you are looking for some…
This post will show you how to delete dmg disk image automatically - it will delete a mac disk image file (dmg) when you eject it from your mac There…
Seomoz has lots of great information. I subscribe to their blog posts to make sure that I keep up to date on the latest findings and developments across the seo…
This post is a comparison of the various email clients available on mac osx (and some mac osx email clients and sparrow alternatives if you are looking for them -…
/etc/hosts host file editor for mac osx: gasmask is an app that sits in your system tray and lets you edit the hosts file when you need, and allows for…
This post will show you how to setup a LAMP [linux apache mysql php] development environment in linux mint or ubuntu firstly, open a shell. then, type sudo apt-get install…
Re-arrange virtual desktop spaces in osx: Virtual desktop spaces are a very powerful tool, Ive been using them in linux for years, and they are very powerful in osx too,…
This will show you how to get syntax highlighting in wordpress posts using the code tag. you need to install the 'Syntax Highlighter MT 2.0' plugin goto the wp-admin goto…
This post will show you a range of ways to detect and remove unused css from your site. removing unused css will help your stylesheets load faster which, in turn…
This is an excellent extension for google chrome that will give your chrome source code view syntax highlighting when you view source.It supports bash files; css files; javascript files; xml…