How I Integrated reCAPTCHA v3 with AJAX in my Laravel 11 project
Are you adding reCAPTCHA validation to your website forms and Google for the first time and google's guide is going right above your head? That was me, today mo…
Read more →
Are you adding reCAPTCHA validation to your website forms and Google for the first time and google's guide is going right above your head? That was me, today mo…
Read more →To remove the pagination from wordpress search page, add the following script in your theme's functions.php file: function no_nopaging($query) { $query->set(…
Read more →SPF records are required for the EMail address verification by most of the email servers now a days. To help you generate the correct SPF record for your domain…
Read more →In cakephp most of us use ACL with Auth component to manage logins and access to various pages. When we need to implement this feature based on User Roles only.…
Read more →For one of my project I was required to upload files on an FTP server from the PHP script. Searching on Google I found code required but it was not completely a…
Read more →Recently while visiting a website I got infected by Live Security Platinum malware which disabled all security services on my PC. I was able to remove this usin…
Read more →Today I had to work on the Plesk server webmail vacation responder settings, and looking at the Horde webmail option I found that this is not available in the d…
Read more →Most of us work with Wordpress and while working we use the handy auto update feature in the admin panel to update the Wordpress plug-ins and core. On Plesk con…
Read more →I had a old Sony Ericsson phone working great for me since long. Recently I upgraded my PC with new Windows 7 professional. I usually does not need to connect m…
Read more →Recently I need to upgrade one Joomla 1.0.x installation to the new installation. If you are also dealing with Joomla 1.0 installation to upgrade or maintain an…
Read more →With the advent of modern browsers, web pages are using more and more javascript and stylesheets to make applications work faster and look better. And this is a…
Read more →When developing Ajax applications on local machine you may face this error on almost all browsers that cross referring a link from other domain is not allowed. …
Read more →It is very easy to show UTF characters in a FPDF generated PDF file. Just use the following conversion function and it will work. Assume you have initialized th…
Read more →If you ever need to export your wordpress blog to Google Blogger, then you can use a great tool for this I just found - Convert Wordpress Export to Blogger . Fo…
Read more →Today, I was analysing a website for performance improvements using the Page Speed tool by Google. One interesting thing I found out that it was recommending to…
Read more →This is not everyday that you need a Javascript function to convert the date and time string to UNIX timestamp. But if you do need this like me, then here it is…
Read more →When working on PHP and MySql development we rarely get a chance to install the application on Windows IIS server. And today I was asked to do the same. The fir…
Read more →When you try to push to a GIT Repository and you get this message that mean's that someone else has changed the repo after your last fetch. In this case you hav…
Read more →I am using CakePHP since last 5 years, and am quite used to of "AjaxHelper" for developing Ajax features using CakePHP. But from version 1.3 CakePHP has started…
Read more →When you need to take a backup of a large MySql database, then "mysqldump" command come most handy and does the task in few seconds. But for that we need to acc…
Read more →Usually when you save file as CSV file the fields are separated by ","; but sometimes this causes problems in field separation if the content also contains comm…
Read more →I just bought a Nokia E72, and like most of the people, when I came to know that the firmware has updates, I tried updating the phone software. As given in the …
Read more →When using special characters in UTF-8 character encoding, sometimes when you read something from mysql database then it is not displayed properly on the web pa…
Read more →I just faced this error message and the easy fix was to run following command:
Read more →