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

Search In

How to create zip folder on server with linux terminal or putty

If you are looking to create zip folder on your server with terminal or putty, please follow the step below: 1) Get connected with server ssh -i "/pemfilepath/my_server.pem" username@serverIP 2) Replace your pem file path and username with your s

SQL : How to check if a stored procedure exists before creation?

In this article we will learn how to check if a stored procedure exists before creating it. We can use the below script which will drop the proc if it exists and then recreate it. IF EXISTS (SELECT * FROM sys.objects WHERE type = 'P' AND name = 'sp

How to identify the network usage of your particular application in android?

Hello Tech Nerds, I have created an app for Android devices and now I am looking to find out, how much Network usages is this app utilizing. or we can say that, how to identify the network usage of your particular application in android? Please let

How to Create Server for Multi-user Quiz using HTML, CSS, & JavaScript?

I am designing one quiz for my team members using HTML, CSS, and JavaScript but don't know how to make it available to multiple users at the same time. I want to build a real-time quiz as we have in any online entrance exam.   I know for t

ngCordova oauth facebook

I want to create a facebook login for my ngCordova hybrid app.In backend i use node js.But in client i've saw a plugin which use clientID(app id) from facebook developers.I don't know how to create this client or how to work with this plugin.Does an

How to create profile page hiding controller and action name in yii

How to create profile page hiding controller and action name in yii In url manager add this line '<username:\w+>'=>'site/index', username will be the parameter for name or id and site is controller name and the url will be home url / u

Three level ExpandableListView with OnChildClickListener working

I want tocreate the layout just like this but i dont know how to create onChildClickListener so any programmer here please help me in creating this layout with OnChildClcikListener event.

How to create a RPG game?

Hello I love RPG games and want to create a simple RPG game too. But don't know the best approach for this. Can anyone help in this. ? Thanks in advance.

How to Create a LinearLayout

Hi again, This Video tutorial will guide you to create a Layout with the help of LinearLayout.

How to Create a Liferay Plugin project

Hello Friends, This Video tutorial will guide and help you to create a Liferay plugin project using the eclipse IDE.

1 3 370
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: