
Search In
Hello Reader's! if you want to get the name of function and method being called, Then by using PHP you can do this as explain below:-
Lets's see the example as below here we are using the info provided by a php exception, it's an ele
Here are some features of Android Support library 23.2
1. Support vector drawable (support-vector-drawable).
Help to replace multiple bitmap images to single vector graphic xml file. While vector drawable only support in lollipop and
In the below example I have created a simple fragment app code. Here, first I have created two new fragment xml layouts and neamed them fragmentone and fragmenttwo then in this I have added TextView and backgraund image. Now In activity_main.xml I ha
The problem is that a positive integer n is given and check if it is perfect square or not using only addition operation.
// C++ program to check if n is perfect square or not
#include<bits/stdc++.h>
using namespace std;
// T
This blog will help you to modify the column name of paginator sorting. I am writing this blog specially for beginners as I was also facing this small issue. If you want to rename the column then you need to pass second parameter as desired colu
Java doesn’t support multi-value returns but if all returned elements are of same type then an array can be returned which in turn is returning multiple values.
// A Java program to demonstrate that a method
// can return multiple values
it helps in reducing set matched of elements to those that have descendant to the matched set of values
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>has demo</title>
<sty
Hello Readers, This post is going to explain "how to import - export all categories of one setup to new setup in magento through extension".
Manually, it will take a lot of time to import category one by one. So, here you can download impor
Sending email becomes a very common feature for web applications, Emails generally used for sending notifications, newsletters and invoices etc. Email can be send in simple text format or in HTML format. This tutorial demonstrate different methods fo
On viewing the responsive website in our mobile device, the responsiveness of the website can be maintained via @media queries but on double click to the web page it will make a zoom effect in the device and than the horizontal scroll will appear in
