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

Search In

How to find portlets added on a particular page in Liferay

Hello Guys Portlet used to write business logic in liferay and liferay also provide page creation functionality. Portlet add on a particular page of the website of liferay. Liferay page create from website administration in the liferay. Below examp

What is HTML Local Storage?

What is HTML Local Storage Objects ? Local Storage is that method we can store data on user browser. Its work same as cookies. Cookies was use in old time means before html5 and Local Storage is much better then it because we can store more data (m

ASP.NET MVC : ActionResult Types

An ActionResult is a return type of a controller method in MVC. We can return various types of results as ActionResult. Here, we will discuss about some of the ActionResults available as part of ASP.NET MVC. 1) ViewResult It renders a specified vi

How to get a category in wordpress

Hello reader's, we discussed about "How to get a category in wordpress". In the below code gallery is the custom post type. For this you can create a taxonomy-gallery-category.php file. You can put the below code into this file. <?php /** *

Merge images to make a single image

It is easy to merge different images to make a single image. It is like pasting images to a canvas and taking picture of that canvas. Below I have explained how to do it. -(UIImage*)combineImages:(NSMutableArray *)images{ CGRect frame = self.vi

How to write a basic Plugin in wordpress

Hello reader's today we discuss about "How to write a simple Plugin in wordpress". If you want a to write own Plugin in WordPress there are some steps you must follow and these steps are mention below: Plugin name should be unique(the name should

What is the use of jQuery.data method in jquery?

Hello Readers, jquery.data() method or we call it as $.data is the jquery method and it is used in this DOM element associate with the data and the JavaScript objects. And, this method is used to make the jquery code clear and concise. Syntax : j

Sample SOAP request for executeBatchDelete

By using executeBatchDelete api you can clean the records in BO and its child BO. Sample SOAP request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:siperian.api"> <soapenv:Header/> <

What is .siblings() method in jQuery?

Hello Readers, If we want to fetch or return the all sibling elements of the selected or matched elements then we use the .siblings() method in jQuery. It is the elements that belong to the same parent. Syntax : selector.siblings( [selector] )

Explain the each() function in jquery?

Hello Readers, each() is the jquery function and it is used to iterate over jquery matched object list. each() is a traversing method which works only jquery objects. syntax : $(selector).each(function(index,element)) Parameters : function(inde

1 629 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: