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

Search In

Generate xml file in php

If we need to export our application data in XML format then we can generate an XML file with the use of PHP. Let's see how can we do it. first of all, in our PHP file create a class that initializes the parameters.   class Xmltest {

How to get current location of an android device using Google Location Sevices API.

The Google Location Services API, part of Google Play services, is the preferred way to add location-awareness to an android app. Follow the below steps to get current position of an android device. 1. To use the location manager make the Google pl

How to Configure Multi-site Feature in Drupal 8 CMS

  In Drupal 8 content management system you can run more than one Drupal site by managing the CMS admin and can easily make desired changes in your website to run more than one website using the multisite feature prov

Create a custom payment method in magento

Magento provides many payment methods by default but sometime we need to add some custom payment methods . So in this blog I am explaining how do we create basic custom payment method. First need to understand the structure of the files - 1) app

Node.js 8 - New Features & Fixes Released with NPM 5

Node.js is an open source cross-platform built on Chrome runtime environment for server-side and networking applications which offer a fast network application which can be built very easily. What's New Released: Node.js 8.x has been final

Understanding Angular UI-Router

In Angular we are provided with a routing framework named Angular UI-Router. It enables us to make transitions based on states rather than routes URL (which is used in ngRoute),i.e. it is organized around states. It supports nested states and multipl

Rails code patterns Decorator/Presenter (Refacotring)

In my previous article i explained when we should refactor code and how to refactor. Lets take our discussion further to decorator/presenter pattern. Decorator/Presenter pattern have been overly used in rails community. There is a thin line between d

How to read XML file

1. XML stands for an Extensible Markup Language. 2. XML is used to store or transport the data. 3. XML stores the information inside the XML tags in an XML file.   We can read a XML file by using following ways: 1. XmlDataDocument Class 2.

How to create a menu in Angular js with demo file

Hello readers here we will discuss about angular js menu with angular menu controller.  I have created a multi-level menu with a hide-away sub menu, comes from an external source. The sub menu will display when any user click over the menu. In

Abstraction and Interface

Abstraction Abstract defines "what something is". An abstract is a class which cannot be instantiated. It is declared by abstract keyword. A class can inherit/implement only one abstract or other class. An abstract class can have Fie

1 236 408
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: