
Search In
As we know that these days every web application needs an admin panel which allows the owner or the manager of the web application to manage all the data and restrict the accessibility of certain things to certain users.
For that there is a gem of A
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to send SMTP mail in codeigniter?
In a web applications sending email is a very common feature.This is used for sending Emails messages,notifications and newsletters.
If you are
Hi Reader's,
Welcome to FindNerd,today we are going to discuss how to use Validation in CakePHP using Ajax in 2.4.1 version?
Validation is very important feature for user input in a web application. By validation we can make sure that the data in
In part 1 of this series we have seen how easily we can export environment variables to .bash_profile file with Linux "export" command and then using it with "process.env" . But this approach do have some drawbacks does not scale
Hi Reader's,
Welcome to FindNerd,today we are going to discuss how to upload multiple file upload in CakePHP 2.x?
If we want to upload multiple images in our CakePHP web application with the help of input browse box. So for that we have to follo

Hii,
I had shared few example of animation effects using CSS and jQuery,This blog is continuation with my previous blogs on "animation effects" using CSS and jQuery
Learn how to create a slider in html with different animation effects usi
Hello Everyone,
In this blog, we will be learning about that how to use AJAX in cakePHP. There is not much difference of using Ajax with cakePHP or with HTML.
Ajax is defined as Asynchronous JavaScript. It is a client-side scripting language that com
Hi reader's, If you are developing website using google map and want to show location image and detail inside the marker then in this we will see how to do this.
Step 1: Create a blank space as an HTML div where the google map will load by
In this blog, I am going to explain how to make a simple to-do list with the help of jQuery. The to-do list which we are going to create will contain an input box and an add button, so when we put our task to the input box and click the add button th
Hello Readers !!
Today we are going to discuss about the Unity Services. What all services unity provides and how we can use them in our game or apps.
Below is the main services which unity provides.
Lets discuss all of these one
