
Search In
using wamp server ive created a table called tbl_users which has columns user fname, lname, email and password. ive populated all these fields already. ii am currently using note++ and need php code that will create a login form that will accept user
Hi I'm developing a php web application where the front end users are countless. Currently the sessions are saving in users web browser which are likely to remove after certain duration of time. I want to develop the session and save it to my Mys
In this tutorial, you will learn the Intents and its usage in Android
Intents are the Activity-launcher and also act as a message carrier.
Intents is very much helpful in performing various functions that make use of other application like camera, ph
Hello reader!
Installing WordPress is a bit of lengthy task for a beginner but in this blog you can learn installing the WordPress using a application from you cpanel. There is a application names 'Softaculous automatic app installer' and using this
Abstraction
Abstraction is a concept which shows only important(essential) feature and hide background details.
In other way, abstraction shows only those things to user which are important and hides the background details.
for eg :- example of ab
Apache Felix Gogo helps to get the details of all modules installed in Liferay 7. It is very useful when overriding JSP or Actions.
Before overriding, you must know the bundle in Liferay's module framework and its version so that you can
private void doAssign() {
String nameStr = fname.getText().toString();
String phoneStr = phone.getText().toString();
String bikeStr = bike.getText().toString();
String details = nameStr + "," + phoneStr + "," + bikeStr;
While performing crude operations in the gridview you can also use jquery code for the editing updating and the deletion of the details.
<script>
$(document).ready(function () {
$(".editLink").click(function (e) {
A histogram,
You might have seen after you open Photoshop, using camera raw. Its a graph playing with color highlights and tones of an image.
While it may be intimidating looking, histograms are nothing really all that complex. What they represent ar
Aggregation in Java
Aggregation in Java can be defined as relationship between two classes in which one class contain reference of another class therefore aggregation represent HAS-A relationship. An aggregate class containing reference of another c
