
Search In
Hello Readers,
This plugin use to show JavaScript logs in your native logs. It is very useful and add some additional functions to make it more useful.
First of all we need to install the plugin through CLI run:
$ cordova
Few days ago, I was creating an ASP.NET Web API by generating Entity Framework scaffolding API controller. There were simply two tables in the database Product and Title. In the edmx file, the auto-generated classes were as follows:
public p
A JavaScript variable is simply a name of storage location. There are two types of variables in JavaScript : local variable and global variable.
There are some rules while declaring a JavaScript variable:.
1)Name must start with a letter (a to z or
Magento provides a way to add product attribute from admin but sometime we need to add category attribute in our category settings. So here I am going to tell you the way we need to create category attribute programmatically.E.g. I am creating one ag
Joomla provides you the facility to hide the live site from others while your are developing the site. For this you required to follow the steps given below:
Login to the back-end of Joomla Site(Joomla administrator).
Select Site -> Global Confi
Whenever we deal with password in an application, we go for some encryption. In spring the password it authenticated within the configuration.
Here is the sample code where we have already saved the password in encrypted form and now during login th
Basically Infinity property is a numeric value i.e represent the undefined value .
If the value of infinity is very-very small and negative then it would be negative infinity .
If the value of infinity is very-very large and positive then it would
To implement Search Engine Friendly URLs (SEF) follow the steps given below:
Login to the back-end of the Joomla site.
Click System -> Global Configuration
Now click in the Site tab you will see SEO settings inside it.
Set Yes to "Use URL rewrit
In Javascript you have a number of functions to genrate random numbers between two given digits. Some of them are inbulit and some you can create for your own, But the simplest way to perform the operation is the code below:-
// Returns a random int
At times we need to change the message that is displayed after a node is saved.Follwing code helps to customize using form_alter.
function mymodule_form_alter(&$form, &$form_state, $form_id)
{
if($form['form_id']['#value'] =='formvalue'
