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

Search In

HTML Forms - Submit and Reset Button

<html> <head><title>myForm</title><head> <body> <form action = "example.com" method="Post"> First Name: <input type = "text" name = "firstname" /> Last Name: <input type = "text" name = "lastname" /

How to Make a user friendly Interface for Mobile Platforms?

We all web Ninja knows the value of USER EXPERIENCE. In mobile platform it requires a different approach to make a better user experience. I am listing few points one must remember while making mobile Interface. 1 .Responsive Web design 2 .The event

Making a user friendly Interface for Mobile Platforms?

We all web Ninja knows the value of USER EXPERIENCE. In mobile platform it requires a different approach to make a better user experience. I am listing few points one must remember while making mobile Interface. 1 .Responsive Web design 2 .The event

Benefits of Simplicity

A Flat design is something with a brilliant, precise and minimal color use. These designs are crisp, stripping off the 3D look. Based on the simplicity principle embracing minimal functionality and color use, irrespective of the gradient and the shad

Spring MVC Exception handling using @ControllerAdvice Annotation

Spring MVC provides a great way to handle exceptions and errors. @ExceptionHandler annotation is core to this feature. For each Spring controller we can simply define a method that automatically gets called if a given exception occurs. For example

Improve User Experience On Mobile Plateform

We all web Ninja knows the value of USER EXPERIENCE. In mobile platform it requires a different approach to make a better user experience. I am listing few points one must remember while making mobile Interface. 1 .Responsive Web design 2 .The event

Animation in CSS3

CSS animations allows us to animate transitions from one CSS style to another. Animations consist of two components, a style describing the CSS animation and a set of keyframes that indicate the start and end states of the animation's style, as well

How to make group by query in MongoDb

Making a group by query in traditional database like MySQL,MySQL etc in quite easy but when its come to NoSQL like MongoDb we have to twist it a bit to get result we want : There are two ways in which you can do group by in MongoDb : a) Using group

Open Source Test Management Tools

Test Management Tools are very useful for Software Testing teams. If they use any test management tool then they can handle their testing process in a proper way. Test Management tools manages bug tracking, client's requirements, test plan, test case

Implements Runnable” Vs “extends Thread” in java

Implements Runnable Vs extends Thread in java In java language, as we all know that there are two ways to create threads. One using Runnable interface and another by extending Thread class. I read a statement for Thread and I was confused. The stat

1 130 363
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: