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

Search In

Custom select box

Hello Friends, If you are looking to create a custom select box, you can use below HTML and CSS code I have provided. Below an example of custom select box. HTML - <div class="wrapper"> <input id="textfield" type="text" name="" v

PHP Filters

Welcome to Findnerd. We are going to discuss PHP filtering today. We all knows version by version PHP introducing new ways of coding and many improvements. PHP has launched the PHP7. There are many new features added as well as did many improvement.

How to implement select event of Autocomplete feature in jsp?

Sometimes we need do functionality when we select any item from the suggestions that display by autocomplte feature. Example: In the below example I'm using autocomplete() function to get suggestions with the provided keyword. As below by implementi

How Git store its files

In my Last Blog (init git) I metioned how to initialize git repository, Now lets see what git init did and also understand where git stores its files to do version control on our project. On terminal use the UNIX ls command to list what's in the d

Add nested portlets through code in liferay

Hello Guys We can add nested portlets through code in liferay. Liferay provide this funcationlity, for complete example I will assume that you want to add nested portlet to current page using another portlets action handler. Add these methods to y

How to create custom module in joomla

A module is light weight extension which pulls information from database or from joomla components.It can be placed in any predefined module position within joomla template. For Creating any custom module we need to create four basic files which

replace() method in JavaScript

JavaScript String replace() method : The replace() method is used to replace a string from new value. The replace() method has two parameters, first parameter is a string or regular expression which need to be replace by new value and the second para

Remove 'provision' from selection list when configuring Cash Flow Codes in OpenERP(Odoo)

In below example, I have written Python script to remove 'provision' from selection list when configuring Cash Flow Codes . see below python code and use it in .py file : def fields_get(self, cr, uid, fields=None, context=None): res = super(accoun

How to make Sensor in android

If you want to create Sensor function you can use my below example code. The android platform supports three categories of sensors. 1st Motion Sensors, 2nd Environmental sensors and 3rd is Position sensors. In the below code I have used SensorEventLi

Arrays in JavaScript

JavaScript Arrays : Array is a like a container which contains the same type of objects or elements. Arrays has fixed length. We can access the array elements using the index value.The index of the array starts from 0. Example of creating array in

1 533 720
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: