
Search In
To make the data accessible across the website we need to use session.
Session create a temporary file on the server where the registered data is stored and the data is made available to all pages.
The location of the temporary file is determined b
Hi,
Leaflet module provides a javascript library for mapping leaflet map into Drupal and can be downloaded from https://drupal.org/project/leaflet
We can initialize map from our custom module as follow:
$map_info = leaflet_map)get_info('OSM Mapnik
Hi,
Here I have written this code to change the brightness of the device in our application. I use the seekbar to change the brightness of the device. To handle the System Settings I use ContentResolver class and to handle current window reference, I
To animate a particular label in android we have to use TextSwitcher on screen. TextSwitcher layout is similar as the other layouts in android, like Textview and Edittext. TextSwitcher is used to swap current text with the new one. We can also perfor
Hi all,
If you want to get contact name and contact number from your iphone contact list then below two methods can help you to get contact name and contact phone number .
Note: In this you will only get those contacts,which contain phone number o
Variable declaration are the weak part of type casting in PHP, therefore we call PHP as a weak and dynamic.
PHP7 has introduced an addition optional feature for each file, we can set all function calls and return statements with in a file, 
Welcome to Findnerd. Today we are going to dicuss the strict typing mode and weak typing mode which is introduced in PHP7. strict typing mode is not activated by default.
You need to activate it via declare like this
declare(strict_type=1);
It s
JavaScript Array length property : The length property is used to return the total length of the array. It return the number of elements in array.
Syntax of the array length property : to get the array length use following syntax
array.length
To
If u are using ratchet.js to slider many images and you want to destroy browser method when we drag/touch page to left .It will turn to next tab .
If you want to click an element button than trigger the 'slider' method..
so it is best if you use som
Hi friends,
Whenever you create,save or initialize an object there are so many things available in rails that are called Callbacks or Hooks. They can be used as checks between on stage of the object to another. In this chapter I am going to explain
