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

Search In

jquery slideToggle method

In many site we have seen that when we click on some div,other div will slide down from it , this will happen with the help of  slideDown() method in jquery. If we want to make some div to slide up we can do that by using slideUp() method . Sl

Adding/Removing input fields on button click

In this blog, we are adding input field by clicking on more button and removing input field by clicking on erase button. The procedure of doing this is very simple and easy. I have provided the code for doing this below . In below code fir

Javascript HTML DOM

In Javascript, we can add, delete or edit any HTML element, attributes, values and their corresponding content. DOM stands for Document Object Model that is used in Javascript to represent complete HTML document displayed in web browser. We can get

Database Auto Backup System in OpenERP/Odoo

Step-1 Go to menu settings->Configuration-> Configuration backup   Step-2 In OpenERP/Odoo Database to enable Auto-Backup system you have to first enable the user to make configurations for the automatic backup of the database in Odoo S

PHP FILTERS

1. filter_var():- filter_var() function is used to check if the given variable is a valid IPv6 Address <?php $ip = "2001:cdba:0000:0000:0000:0000:3257:9652"; if (!filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6) === false) { echo("Vali

Automatic icon resizing plugin for Cordova: Phonegap

In this post, you will learn about the plugin for automatic resizing of icons. You must know that both android and iOS platform needs different size of icons according to different devices.     If you need to change your app icon in yo

How to send a request with parameters in Alamofire

Alamofire is HTTP networking library for iOS and Mac OS X, which is written in swift. Alamofire is based on NSURLSession,but it make network code much easy to write. Following function is available in Alamofire.  .upload  .download &nb

Remove Red eye using Photoshop

Hello everyone , In this tutorial, you will learn how to remove red eye using Photoshop. While clicking any picture, mostly when using flash or in dim light, a red color is seen in the  in the person's eye . It can be easily removed by -

Capybara Test if string is a number

Many times we have a situation when we have to test the value of a web-element is a number or not. If the web-element stores the value in integer format then we can easily check that whether the desired element is number or not but suppose if we

How to use jQuery :first Selector?

Hi Reader's,  Welcome to FindNerd, today we are going to discuss how to use jQuery :first Selector?  Basically :first selector is used for selecting the first element and it is always use in a group.  The :first selector  can

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