
Search In
Nowadays you must have seen while longing in many apps provides the login option directly using Facebook, Twitter, Linkedin and Google account, this process saves the time of filling a long registration form and also makes the user to login easily an
Hi, The below code is to get substrings from a string. You are going to love this below code which is very simple but very effective. I have used regular expression to get the sub strings.
NSString *strTest = @"Hii how are you doing @Ravi , how do
To grab MAC address first we have to enable device WIFI, after enabling it we can get the MAC address.
public static String macAddress(final Context context){
WifiManager wifiManager = (WifiManager) context.getSystemService(Context.WIFI_SER
Hello Reader! If you having the timestamp generated by Unix and you want it to be in format of time then you can use the example code below:-
function MakeTime(TimeUnix) {
var d = new Date(TimeUnix);
var h = (d.getHours().toString().length
Hello Readers,
This tutorial will guide you about "How to Set & Retrieve Variable in magento registry ". Registry means creating a new global variable which is to be used later in any magento template file (.phtml). Magento registry fun
In the below example I have created a animation button. Here I have added Button and TextView in activity_main xml layout then I have created new directory (anim) , In anim directory I have created new anim_traslate.xml layout. In MainActivity I have
I was facing this issue of passing the array from php to the bash file. To pass array to bash file write the following lines of code.
Php Code:
$array= $countries_array; // Countries array from database
shell_exec('sh get_countries.sh '.join(' ',$
About PostgreSQL
PostgreSQL is a relational database management system. It is having advanced features so it is used in many small and large projects.
I am writing this blog which will let you know how to install Postgres on an Ubuntu 14.04.
Insta
Hello readers, today we will discuss about "Finding Different Areas of Your Site that Need A/B Testing".
For anyone who is an online marketer jogging almost all your A/B testing on your homepage, you ar
Shortcode is a special feature of wordpress . In other words we can call it a simple set of functions Developer can create the functionality specific shortcode and can use it either at admin end in page or post or in any code
