
Search In
This series would be introducing simple examples of the widget along with the problems and the solutions that were used during execution of a project.
Kendo UI is a set library extended from Jquery developed and managed by Telerik.com.
It has bin b
Data validation becomes an important part of any of the application. It helps to make it sure that the data input by the user is proper or not.
Defining the validation rules in any application makes the form handling easier. Validation differs from
As the name itself defines Ring Topology is the topology which forms a ring in network. In Ring Topology one computer is connected to second computer and second computer is connected to third computer and following the same way&nb
FormCollection class in MVC is used to send or retrieve form data from one view to another.
Using this you can access every element of your form means all the controls
Form collection is the collection of all the object that we use in our vi
In magento if we are required to create a simple slider of products which are recently edited for say between from previous month to the current month.
Lets see how we can create it :
1. Create a module with namespace and module.
2. Then Create a fi
In magento if we are required to create a simple slider of products which are recently Added for say between from previous month to the current month.
Lets see how we can create it :
1. Create a module with namespace and module.
2. Then Create a fil
Hello readers, In this tutorial I will guide you to "Create Parent Child theme in Wordpress".
The web that modifying a theme and even slightly prevents you from updating it to more recent version in the future, because in case you try to u
Hi there ,
Here I am showing with the example how you can develop your custom plugin in wordpress,To develop a Plugin in Wordpress, you should know some basics concepts of Wordpress files and folders.
So now I will create a plugin which will shows
In our previous blog we know that how to generate signature to perform valid api request. Now we ll see how to get target image id from vuforia database.
We know that how to find the path of an image after taking it from camera or gallery so we have
Function in SQL
There are two type of function in sql
SQL aggregate function
1) AVG() - Returns the average value
SELECT AVG(column_name) FROM table_name
2) COUNT() - Returns the number of rows
SELECT COUNT(column_name) FROM table_name
