Push notifications are very useful in the mobile applications and it is fast and efficient way to communicate directly with customers. Push notifications are used to send real time updates,share important news and exciting offers to customers, To achieve the Cordova…

I come across the Jenkins when i worked on Selenium webdriver(Test Automation tool) and i am looking for tool which provides continuous integration and continuous deployment tool and i heard about jenkins,and after learning about it, I come to know that…
bluecreazione
PHP 7.3 + Mysql 8 Connection Issues? The only way is the create a new MySQL user with the authentication type as “Standard” and not Caching_SHA2_Password . Contact us for technical assistance at support@bluegamerzstudio.com. bluecreazione
PHP 7.3 + Mysql 8 Connection issue? This blog is going to be a small one. But it will definitely fix the issue which many of us are facing. First thing is you would require MySQL WorkBench. Download it for free…
Inception Adding Custom fields into WordPress and insert/update the custom fields is even more tough task Story Initially when i was trying to add custom fields into wordpress,i searched alot regarding this and also downloaded the ACF plugin and it is…
Inception File is not sending to server because there is no space on windows server through source tree and the reason behind is temp and cache files. Solution To solve the issue,below are the steps to follow. 1.press window r 2.Type…
After sending the cordova ajax post method it is working fine on browser but when u tested it on mobile then issue occurred and you are unable to post or get request from server The solution of this issue is you…
Get and post request are basically used to fetch response from server so here are the following steps to achieve this, 1.we need to add following two header files into server side Php file. header(‘Access-Control-Allow-Origin:*’); header(‘Access-Control-Allow-Methods: GET,POST,PATCH,PUT,DELETE,OPTIONS’); 2.we need to call…