Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Different Types Of Software Design Levels

Different Types Of Software Design Levels:- In the software engineering field software designing is a main section. We can categorized into three sections of the software designing these are as-- Architectural Design High-level Design Detailed De

Get user by using screenname in liferay

Hello Guys ScreenName is uniquely identify to user and we can use screenname as user tag name in liferay. Here, two ways to get user by using screenname with companyId : Step 1: Get user by using screenname in jsp(view.jsp) page in lifera

Adding card with braintree

Hi All , These are simple steps to add card to braintree account in iOS. 1.Initialize braintree object with valid client token. BTAPIClient *token = [[BTAPIClient alloc] initWithAuthorization:@"cleintToken received from tree"]; BTCardClien

What is toArray() method in jquery ?

Hello Readers, toArray() is the jquery method which is used to convert the elements to array. This method returns the jquery elements matched by the jquery selector as an array. Syntax : $(selector).toArray() Code Example : <html> <h

Filtering multiple variables

Here we will learn how to filter multiple variable using the filter_var_array() function.It returns an array of values for all the requested variables else it will return FALSE if failed. Example $abcd = array ( "firstname" => "ravi",

get a array of a column from a multidimensional array

Hello friends, Here I am explaining that if you want to get all the values from a specific column from a multidimensional array then you can use a php predefined function which is "array_column()". array_column returns the values from a single colu

TO_BASE64(str) function MySQL

TO_BASE64('string') TO_BASE64 function in mysql is used for encode any string with the string encode rule BASE64. This function returns a encoded string. This function is added with the mysql version 5.6.1 In mysql there is different base-64 encodi

setting portlet preferences from portlet controller in liferay

Hello Guys Portlet preferences is use for layout setup in liferay. Here, We have setup layout from controller of the custom portlet in liferay. Follow the below steps to setup layout: Step 1: add below lines in Liferay-portlet.xml <prefere

What is unwrap() in jquery method ?

Hello Readers, unwrap() is the jquery method which is used to removes the element of the parent of the selected or matched element in jquery and after that it returns the jquery object as a result. Syntax : $(selector).unwrap() In the above syn

What is parent() method in jquery ?

Hello Readers, parent() is the jquery method which is used to return the parent element of the given selector or the current element in jquery. We use parent() method without parameter as default but if we pass any parameter inside the parent() meth

1 540 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: