
Search In
Rails Server setup with Passenger and nginx
Hi friends,
Today I am going to tell you how to setup rails server with nginx and passenger. First you need to login to your server using ssh using the command
ssh -i server_pem_key_path user@ip
Here
Skinning a Character in Maya using Component Editor
Tutorial #1
Intermediate
In the following tutorial we will learn the alternate way to skin the mesh in Maya apart from usual painting based skinning .
We will use Maya’s multipurpose Compone
• Press Tab will hide tool bar and palette, Shift+Tab will hide only palette.
• Hold Shift + click the top blue bar for toolbar and palette will move them to the nearest edge.
• Double click the top blue bar, on any palette window, to minimize it.
Drag and Drop functionality provides user a facility to move a data (or object) from one view to another.
This tutorial will help you with the development of the Drag and Drop functionality in your android application. For this you require API level
Hashtable
This class has implemented Map interface, before using this data structure you should know their internal implementation
Hashtable Class Decleration-
<p>Public class Hashtable<k,v> implements Map<k,v>
You can use thi
Hello guys,
If you want to develop pagination for web pages using javascript, the below code will help you. So do not worry, just follow bellow mentioned steps todevelop pagination with HTML table.
Step 1:
Write CSS in style tag
<style type=
Action Result And Return Type
An ActionResult is return type of method/action defined in a controller. ActionResult is a class defined in namespace System.Web.Mvc. Result returned by action/method is called action result. We can return any type of
Here is the method in ios that can clip an audio file(i.e MPMediaItem) with the time interval.
In below mentioned method, For time interval we are sending two parameter first is startinterval which is the interval form where we wanted to start clipp
Hi All,
In this blog post we are going to discuss how to integrate Facebook with PhoneGap.
To integrate Facebook with Android you need to register your app with Facebook first.
To register your App with Facebook follow below steps:
1. Navigate to h
Hi,
The tutorial will help you to set an image on collectionView Cell and when you click on any image play the video.
//
// ViewController.m
// YouTubeVideo
//
// Created by lalit on 4/7/15.
// Copyright (c) 2015 lalit. All rights reserved.
//
