
Search In
Hello Friends,
If you are looking to add aggregate functions(MAX, MIN, AVG, SUM) in Codelgniter. Please use the below code for the same:
// Use Max function to get maximum salary in employee table
$this->db->select_max('salary');
$queryExe =
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use jQuery clone () Method ?
The clone () Method is used for making a copy of matched element.This Method makes the
duplicate of the matched elements.
clone () Method also ma
Coding has become one of the fastest growing skills in the world today. The ability to write and understand complex lines of characters and execute them into interactive, useful programs can bring about a ton of positive changes in one'
Blog 3 :- Skeleton animation in Unity
Hey Guys, this blog is part of a series " Skeleton animation in Unity". In this, I'll try to explain "how to manage animation speed of spine objects in Unity".
For this make sure you hav
In previous posts we discussed about how to generate youtube video thumb and video_id. Now we are going to implement how to play videos in your android app by going through below easy steps.
Step1: First adding YouTubeAndroidPlayerApi library
Hi,
This blog is continuation with my previous blogs in which I had discuss type of CSS gradient properties,
In this blog i am going share how to use css linear gradient property in different ways.
Go through the following examples below to lea
1) To create notification UI content and action we make use of NotificationCompat.Builder object and Builder object must include the following:-
Small icon that would be shown when your notification will arrive at your device and it is done
Hi Friends,
This is a small article about editor templates in Asp.net MVC. What are they? Why do we need them and what are the scenarios where these editor templates can be used?. Let's find out.
Editor templates are provided in asp.net MVC to
I'm working on a project that publish to a multiple websites using a multiple accounts. each account can publish to a specific website. as shown in the 'Dict' below. The problem is I'm trying to distribute the publishing jobs on accou
Ionic is a Phone Gap which is driven by AngularJs and has a common code for both Iphone and Andorid devices, it is free open-sources mobile SDK used for developing hybrid/native apps. Today in this tutorial, we will learn how to make a simple login i
