
Search In
With several programming languages currently available in the market, it’s very easy to get confused when it comes to choosing the path that suits your goals. Choosing a technology that you’ll use to develop a web app is one challenge tha
There are new app development and game development platforms being introduced rapidly that are full filling consumer demands and are upgraded in order to cater to those needs. Though, it’s a win situation for the consumers as there are so many
Technology grows and advances every day. Because of technological advancements, e-commerce has emerged and flourished in a way that global businesses of all sizes have benefited from.
The owners of those same online businesses see stories in
Ajax Request in Liferay Portlet:- In below code we will show you how you will call the ajax request in the Liferay. We can pass the aui form values to the PatientSearch portlet then get the result from database and display records in HTML table.
se
In node.js authentication and login could be a difficult task but there are some modules available in node that makes it easier for a node developer. One of them is Passport.
Passport is a middleware that allows us to authenticate using username and
Difference between Static, Dynamic and Responsive Website
Static, dynamic, responsive are the common terms you must have heard somewhere or the other. But many people still aren’t aware about these as they are not from the technical ba
Authentication plugin provides facility for user to authenticate the user from any source such as database. As all the plugins in Joomla are inherited by jPlugin class so we can create our own custom plugin which will inherit from base class for usin
Call stored procedure in JPA : Here I am going to tell you that how you can call the stored procedure using JPA entity manager. Following is the example to call stored procedure using entity manger.
Suppose we have a stored procedure called 'get_log
Hello Reader's!,If you want to change User Active / inactive status on click or dropdown change,Then I wrote this blog for you.
first you need to create dropdown box which contain user status 0 for Suspend 1 for active.
Example:
<?php $opti
While retriving or inserting data into the database we use SqlClasses.
But we can also create dynamic data or dynamic table if we want.
For doing that we need to use the classes:
DataTable : Table where rows and column are stored.
