
Search In
Liferay provide default logging functionality, So you can instantiate your Log4j Log object through LogFactory, identified by the current class name, then enable the log category on the control panels "Log level" settings tab.
Following steps help y
Hi,
I am having an android mobile Canvas Turbo A250 model, 16 GB ROM, 2 GB RAM. When I'm trying to use its camera, then the application is not running and two error messages are displaying one after another "Gallery Has Stopped
Hello Readers,
In jquery when we use the two or more than two same id's as a selector or elements and operate over jquery event than sometimes effect on its performance due to caching.
For Example :
$("#mydemo").css("color", "red");
//Doing some
Standard deviation is a measure used in statistics to understand how spread out or dispersed a set of values is from their average or mean. It helps us grasp the variability within a dataset, showing the extent to which individual values differ
In today's world, there are lots of client side scripts to make a better user interface. In this article, we are going to bind the data and apply sorting and filtering using AngularJS.
Open your favourite text editor and create directory structu
Usability testing is a Black Box testing technique. It is the best way to know how end/real users experience our application/website. Its a technique to know how user friendly our application is and whether real users feel comfortable with our applic
to login using facebook in iPhone sdk please use the code below.
install the pods for facebook using
pod "FBSDKCoreKit";
pod "FBSDKLoginKit";
pod "FBSDKShareKit";
pod "FBSDKMessengerShareKit"
import FBSDKLoginKit
import FBSDKC
Inserting data to a database would be possible by using SQL statements, specifically the INSERT command. Data can be entered into the database using insert query into the function, here is simple line of code that will create a database using i
I have this simple project built by oop php but it seems that i cant make the autoload class working properly.
I keep getting this error unable to load class. So how can i make the autoloader working in the right way
I have at
Validation states
We can denote the state of a form through visual,color-based indications.This can be done through using classes as .control-label, .form-control, and .help-block.These are the validation styles for warning, error and success states
