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

Search In

What is GIT and Why Should Web Developers Use It?

Web developers often work on local sites by making tweaks and changes after which they upload everything when they're done. However, when more than one developer is handling a big project, this option isn't that feasible or easy. Professional

Agile Methodlogy,Agile Scrum

Hi All, Here I am going to explain about the agile model & how it is different from traditional model & basic introduction of Agile scrum. Agile Methodology: Agile testing is used when customer requirements are changing dynamicaly. When we

How to change data on changing the option box

Hello Reader's if you are looing to develop the html form which changes the data on changing the values in option box, then in this blog you can see how it is done. To making this form we will start from html file. And its code will go like this:-

Some useful git command

When a group of people is working on the same project then it's mandatory to have any version control system, so that everyone can work without having any conflict. Git is one of the popular distributed version control systems that we have. There

Using Background Worker in C#

To use a background worker class in C# 1- Create an Instance of Background Class BackgroundWorker bgw=new BackgroundWorker(); 2- Create an event handler for the background worker's DoWork event private void backgroundWorker_DoWork(object s

Simple Image resizing example in Java

Sometimes we need to resize image in Java to fulfil our requirement. You can use the below code to resize image in Java very easily: Define the dimension boundary of which you want resized image as below Dimension boundary = new Dimension(350, 35

How to change value of multiple checkbox and radio buttons?

Hello Guys This Tutorial will guide you for Changing the value of dynamic or multiple checkbox and radio buttons when select or unselected to them. For better understand I am writing example. Please follow below steps : Step 1 : Create index.html

How to change Facebook profile picture

If you would like to change your facebook profile picture with php or jquery. You can use below code for the same. Please download facebook.js from Facebook SDK. <script src="//code.jquery.com/jquery-latest.min.js"></script> <script

How to search from a list in android?

We have a search edit text and a list in layout , activity_main.xml   <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"

Difference of String, StringBuilder and StringBuffer in Java?

Difference of String, StringBuilder and StringBuffer in Java? String 1)String value are stored in dynamic memory (managed heap) and variables of type string keep a reference to an object in heap. 2)The character sequence stored in string variable

1 24 342
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: