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

Search In

Difference between array_merge() and array_combine()

PHP have a vast collection of array functions which makes the use and manipulation of arrays much easier. This article defines the difference between two important array functions array_merge and array_combine which sounds similar but used for differ

How to generate native jar to build ANE ?

To make a build of ANE i.e Adobe native extension first you have to download FlashRuntimeExtension.jar that comes along with Adobe AIR sdk. you can download from here : http://www.adobe.com/devnet/air/air-sdk-download.html   We know that its

Custom Admin Module Hello World in Magento

Hello Readers, This tutorial will guide you about how to create custom admin module in magento to print simple text Hello World in the backend. To accomplish this, follow the below steps: Step 1: Create folder Evon/Helloworld inside app/code/local

How to add Team members to Projects in SharePoint 2013 using CSOM?

In SharePoint, while creating projects we would also have to add team members for each projects. Team members can contribute source control and other team item activity. Team member are of two types: 1.Enterprise team member 2. Non enterprise team

PIM workflows

Hello Readers Today we will discuss about workflows for PIM Desktop. The steps to interrupt or continue an active workflow. Workflows A workflow is a group of tasks that are organized in order to automate any business process. A task can

How to fetch meta data of an image in iOS

Metadata can be described as data about data here the metadata of an image we will fetch by using code in IOS9 . Metadata of an image includes resolution,gps location,creation date,modification date etc. here we will discuss a very simple way to find

How to read CSV file in asp.net

CSV file contains Comma Separated Values in plain text format. For an example, refer the below screenshot: To understand this functionality first we will read CSV file by using DataTable and then we will display csv file data in gridview. In Your

How to get the Connection String from App.config

To get the connection String from App.config, we will proceed as follows:-   1. First we need to add the connection string in App.config file.   Example: <configuration>    <connectionStrings>   &nb

Best practices Asp.net MVC

There are several points which we have to keep in mind while developing Asp.Net MVC application. Some of them are given below:   1. Remove unnecessary references- When we create a project there are many references which are added automaticall

Active Record Migrations In Rails

Migrations in Rails Active records provide us with a very useful feature to change or alter our database schema in ruby on rails. Through these migrations we can make necessary changes to our database and make changes in our tables and rows. Activ

1 579 633
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: