
Search In
Hello readers, In this tutorial I will guide you to "How to add Custom Metabox in a particular page in Wordpress."
In WordPress, If you want to add or save some extra field in a post, custom post type or in the page. So basically w
Welcome to FindNerd. Today we are going to discuss repl module in nodejs. repl module deals in Real Eval Print Loop implementation that can work as standalone program or can be work with other applications. Nodejs includes repl as a core module. You
Welcome to Findnerd. Today we are going to discuss basic concepts of Ruby. In Ruby almost every thing is object. Objects deal as fundamental building blocks for Ruby. Every thing which you manipulate or return after manipulation, is an object.
Closures are functions that are used to free variables which means variables are used locally, but defined in an enclosing scope. With the help of closures, JavaScript programmers are able to write better code.
A closure is an inner f
Hello Readers,
The below blog shows the pagination in Joomla.
When we use the pagination in Joomla, we require the model and the view to write the code.
Suppose we have a component (com_example).Open the component file (com_example/models/items.ph
Companies around the world are always looking for ways to reduce costs while maintaining the same level of productivity. Luckily, technology is greatly helping with lowering costs, outsourcing being one of the best ways to successfully perf
Hello Readers,
In today's post we will learn about $broadcast(), $emit(), $on() methods. In AngularJs application communication between controllers is very important. Communication might be to pass data or to send notification between co
Hello Readers,
Cordova camera plugin allows to take pictures with device camera. First of all we need to install the plugin.
We can install it through CLI simple run:
$ cordova plugin add cordova-plugin-camera
Thi
Hello Readers,
Cordova geolocation API can access the GPS data and provides the information about device's location in the form of its longitude and latitude. GPS, IP address, WIFI, Bluetooth MAC address, GCM/CDMA cell's IDs these all are t
If we are required to import an xml file through core php,
lets how can we do it:
First of all create a form of enctype as "multipart/form-data" as we have created below in our index.html
<html>
<body&
