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

Search In

Objects in javascript

Hii, In this blog i am going to discuss about objects in Javascript and how we can use it. While writing client side scripting language i.e Javascript we use concept of OOPs(object oriented programming languages) which helps us to use properties of O

5 Tech Skills Every Business Start-Upper Should Master in 2017

While studying at school, no matter how elite and prestigious, students are not able to learn all necessary start-up skills. Of course, modern universities and colleges get young students who dream of becoming entrepreneurs and brace themselves for t

Send appointement request via SMTP.

If you want to send a user friendly appointment request via your SMTP server instead of boring email that we usually do then we can achieve it with the help of  very simple code. Here is code: using System; using System.Collections.Generic; u

How to create a simple Timer in Android

In this tutorial we will make a simple android timer application using a Handler.In the layout of the main activity we will set a TextView to Display the timer and to Buttons for Start and Pause. We set the string resource for the timer value.

SPACE(N) mysql function

SPACE(N) If you want to add spaces in a string then you can use SPACE function of mysql. SPACE function returns a string consisting of N space characters means SPACE will returns the white space equal to passed argument n, where n is a integer valu

How to create clone of any object using jQuery?

Cloning of Object using jQuery For cloning any any object using jQuery, jQuery provides clone() method which is performing a deep copy of the set of matched elements i.e clone method not only copies the matched elements but also all descendant eleme

List Server

The List Server is mainly used to provide electronic mailing list in the software applications it is being used with the legacy systems  software also which will allow the user to send the email to the list of persons, those users which are subs

  • 110
How to exclude a bean from auto-wiring?

When configuring beans in configuration file, set the "autowire-candidate" attribute of the bean element in .xml file to false, by doing this the container will exclude that specific bean from auto-wiring. By using the below example we can easily sh

BeanPostProcessor Interface Basic Example in Spring

BeanPostProcessor :- it is a interface that defines callback methods by that you can provide your own instantiation logic and your own custom logic before and after the bean creation.by this we can perform some additional or our own task before and

BeanPostProcessor in Spring

BeanPostProcessor :- It is an interface that defines callback methods by which you can provide your own instantiation logic and your own custom logic before and after the bean creation. along with this you can perform some additional logic or your

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