The Vue Model or v-model can be used for basic two-way data binding of form input. You can alter data on the frontend in form data and if will be
Web Development
Articles categorized in: Web Development
Mailchimp Comment Optin is a plugin we still use for some of our clients. Fixing Outdated Constructor Errors is needed to work with it properly. The error you get will
If you want to set up a Valet Bedrock based WordPress website and you run into this Valet Can’t connect to local MySQL server error. It will block you from
The Jupiter Page Background Image Position can be a challenge with certain images. Sometimes the background image added behind your page winds up looking horribly cut off. So how can
We bumped into an PHP Strict standards: Declaration of A should be compatible with B issues.We had a theme made by us quite some time stop working recently. One we
When you are working on a project in Sublime 3 it is sometimes useful to exclude files and folders in Sublime 3 search. You typically do not want to search
If you forget to exclude node_modules directory add a .gitignore with the following or add this line to an existing one: /node_modules Then run the following command to remove the
If you are using Let’s Encrypt or any other SSL certificates at Dreamhost and you need to add the SSL certificate to StackPath (formerly MaxCDN) CDN for your content delivery network
Often when clients run WordPress on shared hosting they eventually run into PHP errors like maximum execution time or out of memory errors. This as inevitably you will run into
To upgrade from PHP 7.0 to 7.1 on Homebrew you have to first inlink 7.0 and then install 7.1: brew unlink php70 brew install php71 Then you can check the
Just installed Digital Ocean monitoring beta on one of my Digital Ocean droplets where I have Trellis running for a WordPress client of mine. It is a new way to
Had a client ask me the other day if the existing name of the Custom Post Type in question could be changed as the url or taxonomy. So how do