When developing a new library in PHP, it’s sometimes useful to symlink the library into a project while you work on it. Find out how to update your Composer config to achieve this.
- Home
- Blog (Page 2)
0
Making Ajax Calls Sequentially using jQuery
In a recent project, there was a need to make ajax calls to a remote server in a sequential manner to synchronise data. Each call would wait for the previous one to complete, before triggering the next one. See the code here.
Ajax, JavaScript, jQuery, TutorialSecuring Your WordPress Site with .htaccess
Meeting your GDPR Obligations with New Export Features in WordPress
By now, your WordPress blog or website should be GDPR compliant (the law came into affect today). WordPress 4.9.6 makes it easy for you to fulfil some of your GDPR obligations by providing owners with new tools.
Data Export, GDPR, WordPress, WordPress Plugins