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

Search In

add( ) event jquery

add( ) event is used to add elements css to the matched set of elements.Through dis we can change the css and add add text to the matched set of elements.It helps in making site more user friendly and interacting.   <!doctype html> <

Return multiple values in Java

Java doesn’t support multi-value returns but if all returned elements are of same type then an array can be returned which in turn is returning multiple values. // A Java program to demonstrate that a method // can return multiple values

JavaScript Validation for Mobile Number in Asp.Net

JavaScript Validation for Mobile Number in Asp.Net Validate Mobile number in a web page using JavaScript validation in ASP.Net. In this example I am using one TextBox . The TextBox accepts Mobile number, it only allows 10 digit numbers. <%@ Pag

How to Search product name with different patterns in OpenERP(Odoo)?

Step-1 Install multi_search module. Step-2 inherit = 'product.product' class in .py(Python file) in multi_search module. In below example, I have custmozied .py file. You can directly copy the below python code in multi_search module - class prod

Splice method in javascript

The splice() method is used to add/remove items to/from an array, and returns the removed item(s). Syntax array.splice(index, howMany, [element1][, ..., elementN]); where index − Index at which to start changing the array. howMany − An integer i

What is Quality Control Planning in Project & Business Management?

What if a company brings about an economic cellphone being blindfolded to its quality?   On the flip side, there is another phone manufacturer who underscores its product quality, but his product is a little more expensive.  Certainly, th

Building Services in .NET Framework

  Web Services are made in .NET to reduce our task of doing something again and again for every website.   Any work that needs to be repeated again we will put that in web service.   Web service for ex if you are doing payment gat

Sending email using drupal_mail()

Sending email using function drupal_mail(). All you need to do is install and configure SMTP module and then add the given code in your custom module. function sendemail(){ $to = ' xyz@gmail.com '; $from = ' abc@gmail.com ';

How to Manage Subscriptions in Angular 4 App with Async Pipe

The async pipe is a special kind of pipe that automatically subscribes to an observable in order to display the emitted values. With this pipe manual subscription and unsubscription to observable in component classes can be avoided. In angular once s

Register form won't connect

Can some one please help with a register form for a website? I can't get it to load information to database. prepare($query); $statement->bind_param('ssssissiisss', $firstname, $lastname, $streetAddress, $suburb, $postcode, $state, $country

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