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

Search In

Using Tar command in linux to compress and uncompress the files

One of the frequent task that we do with the increasing data on our linux boxes is to compress the files and folders and to do so there is a command tar that we can use to achieve the same. Below are the examples of how to compress files in a folde

How to add Twitter account in your iPhone

The following code will help you to create your twitter account in your iPhone through coding. Also please note this code will only run in ios7 or later. -(void)createTwitterAccount{ ACAccountStore *store = [[ACAccountStore alloc]init]; A

Custom Auto TextView in Android

If you want to create custom auto textview components you have to extends widget class like TextView,Button etc.Its very simple create your own class and write constructor corresponding to the constructor of the base class. CustomFont class imp

How to create new portal using old portal with different skin in DNN 7

DNN provide export and import portals functionality. **Steps to export the template:** 1.Login in the portal of which you export the template with super user account. 2.Go to host->site management ->Export site template. 3.Fill Basic configura

Save CakePHP session in Database ?

How to save CakePHP session in Database ? To store session in Database, you need to create a table in DB so that you can store the session in it. Follow below steps. 1. Create a table in DB CREATE TABLE IF NOT EXISTS `users` ( `id` VARCHAR(255) NOT

length property of JavaScript Array

JavaScript Array length property : The length property is used to return the total length of the array. It return the number of elements in array. Syntax of the array length property : to get the array length use following syntax array.length To

how to create filter in openerp?

To create a filters in OpenErp, First install product module and inherit view of product module and use filtering for particular fields and create filter in your own module. For example use this below code in .xml file <record id="rent_product_s

How to create project in dijango-1.4

In dijango-1.4 to create project in under django framwork use the below commands step by step :- Step1- First you have to check your dijango framework in proparly worked or not.   Step2- Than Go to the django framwork location: cd /home/sac

How to create form in Symfony2

Hello Guys, If you are looking to create form in symfony2 the below code might help you: 1) Open your controller file and function where you would like to define form and add below code with require modification: //Define in Controller $filterfo

How to programmatically create Project documents in SharePoint 2013 using C#

Each project has its own documents in SharePoint. For creating the Project documents, first of all we have to create context by passing the projectSiteUrl. 1. Create context of projectSiteUrl using Microsoft.SharePoint.Client; context = new Client

1 32 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: