Alert (popup) in Android
To display an Alert in android we are using AlertDialog. Example : MainActivity.java (Any java […]
To display an Alert in android we are using AlertDialog. Example : MainActivity.java (Any java […]
In order to enter superscript and subscript in excel, follow following steps: Step 1 (write […]
Apps can contain more than one Activity, in order to communicate with Activities pass parameters […]
PHP error control operator is @. When this operator is prepended to any PHP expression […]
After installing Linux distributions, the Linux bootloader (GRUB) takes over the booting sequences of the […]
Prepared statements in PHP sometimes reports a block error which is hard to debug. So […]
If you need to generate the ratio of two numbers to each other (e.g. 4:3, […]
We can simply use < (less than) and > (greater than) operators to find out […]
There are a lot of tables in any wordpress installation, in order to reset user […]
We are declaring an array and then in this array, we are pushing a 3 […]
The mv command is used to move or rename files. Description mv renames file SOURCE […]
The asort() function sorts an associative array in ascending order, according to the value. Example […]
Choose one task and commit to it. “Single tasking obliges you to do one thing […]
Here we are using Jquery Dialog to open Open content in an interactive overlay. Example […]
Firebug adds a global JavaScript variable named “console” to all web pages loaded in Firefox. […]
AngularJS extends HTML with ng-directives. ng-app directive defines an AngularJS application. ng-model directive binds the […]