
Search In
In C programming language when a function calls itself over and over again , that function is called recursive function .The process of function calling itself repeatedly is known as recursion .
Recursion is supported by C programming language i.e.
1> To go-to any particular page(i.e to search the files by name)
Ctrl + P (and then type the name of the page you want to navigate to)
2> To go-to a particular word in the file you are currently working on
Ctrl + ; (and then type the
Hello friends,
Many times while doing a calculation in excel we got stuck with errors such as, #N/A, #REF!, #NAME?, #DIV/0!, #NULL!, #VALUE! or #NUM!.
So here in this blog I am picking up #NUM! error and providing you the solution for this, please
Hello Guys
Portlet used to write business logic in liferay and liferay also provide page creation functionality. Portlet add on a particular page of the website of liferay. Liferay page create from website administration in the liferay.
Below examp
Hello all,
In this blog, I will continue on my previous blog What are the building blocks of Xamarin.Android , and we will discuss about the building blocks of Xamarin.
One of the most important and interesting building block of the Xamarin.Android
It is easy to merge different images to make a single image. It is like pasting images to a canvas and taking picture of that canvas. Below I have explained how to do it.
-(UIImage*)combineImages:(NSMutableArray *)images{
CGRect frame = self.vi
Global Theme Configuration
I am asuming this is the fresh installaiton of drupal.
From the menu bar click on Appearance you would see that Bartik is selected as the default frontend and seven is the Administrative theme,
Where to change the setti
The statement which allows you to execute a set of SQL ststements on the basis of certain conditions is known as MYSQL IF statement.
Below I am explaining the structure for if-else statement.
MySQL IF statement syntax-
IF expression THEN
Hello Everyone, In this blog I teach you How to remove parent widget and sidebar in child theme wordpress.
Below code is the parent theme sidebar code.
class PWidgetName extends WP-Widget {
// your widget code
}
You can remove this code or ove
Hi All,
We most of the time in web development get stuck with responsive designs, the best way to handle that now a days is to use Bootstrap classes which take cares of your site but that helps you to achieve responsiveness width wise.
What if we w
