
Search In
The datalist tag provides a list for options that are predefined for an input element in the html.
The datalist tag can be used to provide an "autocomplete" feature on input elements. After using this the predefined options list is made as we input
Agile development model is also a type of Incremental model. Software is developed in incremental, rapid cycles. This results in small incremental releases with each release building on previous functionality. Each release is thoroughly tested to ens
Here's how you can create short URLs using Bit.ly services
/* returns the shortened url */
function get_bitly_short_url($url,$login,$appkey,$format='txt')
{
$connectURL = 'http://api.bit.ly/v3/shorten?login='.$login.'&apiKey='.$appkey.'&a
Does anybody know reliable way to get MAC address of Client PC using ASP.Net / C#.
I am using framework 3.5.
Below is the code I am using working fine on locally / IIS.
But this works on a site having full trust level. But doesn't work with med
To add the object in array in for Loop we have several methods:
first we can have to simply add those objects to the array then we can add them using for loop in array.....
**IN example:**
we have a simple object *object that we added 3 times at di
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
How to open and read PHP files have been discussed in blog:
http://findnerd.com/list/view/How-to-open-and-read-files-with-PHP/3157/
Now,we will discuss about copying a php file.
In php,we can Copy files from “source” to “destination”.
Function use
To make Unit of Measure (UOM) in OpenERP (Odoo) is not a difficult, you can do this in just two steps which are provided below, follow both the steps and it's done.
Step-1 Go to sales modules->Configuration ->Unit of Measure->Create
As show
With the help of AngularJS Filters method we create a currency filter function. In below example, We will first input two text box then we will declare first price of an article, after then will input quantity of article and finally get total price o
Hello friends,
As we have seen, cordova push plugin only provides access to notification action when we click on notification from status bar, but if we want to perform that action without clicking on notification we have to add some extra code.
1
