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

Search In

How to Create an attribute of a product through mysql setup Installer Script ?

In order to create an attribute of a product we can use our mysql setup Installer Script. In the following example we will see how can we do it. Lets we are required to add an attribute 'Warranty Period' to the products in the group 'Gen

iPhone orientation doesn't work in iOS 6 using config file with Phonegap Build

Solution 1: By adding UISupportedInterfaceOrientations platroms/ios/{ProjectName}/{ProjectName-info.plist add these lines: For Iphone: <key>UISupportedInterfaceOrientations</key> <array>

How to append/add and remove input field in a form with just on a click?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to append/add and remove input field in a form with just on a click?  In this blog we will see how to append text input fields in a HTML form using jQuery and process the s

How to create animation effect using jQuery

The method used to create the custom animation of a set of CSS properties is the animate() method. Simple syntax to use this method is:   $(selector).animate({params},speed,callback);   The param parameter is the requi

Oops and its features

Hello Readers Oops was introduced in php version 4 but the area of php version 4 is not very fast, as version 4 consists few features, hence the major concept of Oops are introduced in php version 5 which is called php5. Oops include the below thi

How to use applet with portlet in liferay?

Hello Guys Below code will help you to build java applet in liferay portlet. Write below code in view.jsp : <applet name="Demo" id="Demo" code="com.AppletDemo" codebase='<%= themeDisplay.getCDNBaseURL()+"/PortletName" %>' width="450" heig

Captcha Implementation with Javascript

Hello!!  Captcha is stands for "Completely Automated Public Turing test to tell Computers and Humans Apart". It is a test for checking that the response is coming from human. People have tried to abu

Solution of exception: This row already belongs to another table

When you try to read row from one table and add to another table, if you get the exception i.e. ""This row already belongs to another table". For example: DataTable dtRead = new DataTable(); DataTable dtWrite = new DataTable(); fore

Closure in Javascript

A closure is a technique which helps us to access the variable of other function even when they are out side the scope of the calling function. We can also say that it has access to the outer function’s private variables. Example : The private va

Router Guards in Angular 4 Application - Functionalities, Types & Examples

Route Guards in angular are defined as interfaces which decides navigation to a particular requested route should be allowed or not. This decision is made based on the boolean value returned from class which implemented one of various guards interfac

1 367 481
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: