
Search In
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
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
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
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
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
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
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.
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.
Hi again,
This Video tutorial will guide you to create a Layout with the help of LinearLayout.
Hello Friends,
This Video tutorial will guide and help you to create a Liferay plugin project using the eclipse IDE.