
Search In
AngularJS has provided a $http service that works as an ajax call in jquery. It performs a function of reading data from the server. $http makes a call to the database and retrieves the desired data or records.
How to use?
1. you need to inject $ht
Let's consider this example.We have two tables events and tags in our database having a many-to-many relationship between them.So We create a third table taggings behaving as a junction table .So taggings table has a many-to-one relationship agai
In this blog we will go trough best practices for handling DateTime in .NET applications:
1) We should always use a consistent date format across the application.
2) When accepting user input we need to ensure that user enters date time in co
In a web-application, we may interact with every element having some unique xpath or css. The elements were easily located with its attributes but the problem arises when each element in a list have same attributes.
Lets suppose we have HTML
Welcome to FindNerd. We are going to discuss the installation process of CakePHP 3.x. You can simply download the CakePHP setup from github or you can download using composer. You need a web server and CakePHP setup to start the installation. Here we
Sometime you may need to form a tree structure from the values of the database table.
For Ex-
You may need to form a hierarchy of categories and subcategories like this:
My Categories
Fun
Sport
Surfing
Extreme k
ServletConfig interface:
For each servlet, an instance of this interface is created by the container. With the help of this instance, information can be fetched from the configuration file (web.xml).
Advantage:
You don't need need to do chang
Hellow Reader's ! In This Blog we are going to import excel file into MySql table using PHP. If you have Excel files that need to be imported into MySQL, you can import them easily with PHP. First you need to download Excel reader File. In this b
In Odoo first create the modules and then create a new field that saves images. Now to upload them correctly in your database and to resize images automatically and store them in database you can use the below function or steps I have mentioned:
Ste
Search Engine Optimization (SEO) is a recurrent concern for any website. What most people do not understand is that Content Management System (CMS) driven websites should be approached differently than static sites. Each web page on a stati
