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

Search In

How to add a column after a particular column in MySQL?

Sometimes we need to add a column after a particular column. We can do this easily by using ALTER command with AFTER attribute. Example: in the below command I'm adding "latitude" column after "address" column where "address" column already exists i

Need Spine Plugin for ImpactJS

I have found this cool plugin (https://github.com/aceangel3k/Spine) for using Spine animations (http://esotericsoftware.com/) in ImpactJS (impactjs.com). But this plugin has a lot of bugs mainly scaling of child bones to parent bones. Can You pleas

DVM in Android

DVM i.e., Dalvik Virtual Machine is basically a virtual machine for android and specially made for mobile devices. DVM was written by Dan Bornstein. Now a day’s JVM has improved so much that it provides amazing memory management and better performan

Prototypical Inheritance

Javascript is a prototype-based language. It works on objects. Each object has an internal property called  prototype,from which other objects inherit properties. It extends the functionalities of class. The prototype object has a prototype obj

Java web error in the servlet file

Hello, I have a problem to run the next code. I have a glassfish server and I add servlet api. The problem is when I try to run it this error occurs: In-place deployment at /Users/jakublemiszewski/NetBeansProjects/JspServletTutorial/build/web GlassF

Implement Producer Consumer Problem Using Threading in Java

Producer–Consumer problem is also known as the bounded-buffer problem.It is multi-process synchronization problem.There are two processes one is producer and another is consumer that can share a common and fixed-size buffer. The producer insert the d

Overview of AngularJS

AngularJS is a powerful JavaScript based framework to create RICH Internet Application and developer's have option to write client side application in MVC way. Applications of angularJS are cross browser independent and it handles automatically javas

How to get specific part of a URL

Hi Readers! If you having a useful URL and want to extract the specific part from it you learn the logic below Lets have a example $yoururl = "http://www.abc.com/usefulinfo/"; Here I'm getting only the /usefulinfo/ word. For getting this you just

adb shell command to toggle google location reporting

Hi Android Nerds, I'm looking for a solution to enable high accuracy GPS without any prompt so and it will also enable google location reporting is there any way to do this by android terminal or using adb shell on windows ?

How to write PHP code to select specific column and display rows respectfully??

I have wrote code for sqlite to select specific columns and display rows .. id condition lat long 1 Good 0.0 0.0 2 Poor 0.0 0.0 3 Good 0.0 0.0 When I select Good, It should display my lat & long of id 1,

1 198 720
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: