
Search In
all_of function is used to test condition on all the elements in a range[first,last),
it will return true if the test condition is true for each and every element in the range or if the range is empty, else it will return false.
Function Prototype
The column which now shows #NUM! has values like 20000, 4000.
It was earlier values like mentioned above.
I copied a row, pasted it in another row and darn! It got messed up...
FYI- This sheet uses Tables.
to login using facebook in iPhone sdk please use the code below.
install the pods for facebook using
pod "FBSDKCoreKit";
pod "FBSDKLoginKit";
pod "FBSDKShareKit";
pod "FBSDKMessengerShareKit"
import FBSDKLoginKit
import FBSDKC
Hello all,
Welcome to FindNerd, today we are going to discuss the difference between echo and print statement in PHP ?
echo and print both are used to printing a statement.
So here are few important point given below to differentiate between echo
If i have a User object say user, i.e
>> user = User.find(1)
=> #<User id: 1, login: "james.warner", email: "james.warner@evontech.com",created_at: "2013-11-18 07:12:45", updated_at: "2014-02-03 10:51:02", designation: "Programmer">
User Exit is a customize java code, that will help you to manipulate with the data before referring it as GOLDEN.
There are many class provided by Informatica for User Exit such as postLoadUserExit, postMatchUserExit etc.
Example: Suppose I have a b
Hello Reader's if your website is taking too much time to load the data then you can show the ajax loading icon for the time.
Lets see how to put the loading icon in the website.
<!DOCTYPE html>
<html>
<meta name="viewport" content="
Hello friends,
Today I am here to explain you that how to replace all white spaces with a single space in php with the help of pregamatch method. You can use following method.
$input = 'Hello firends. how are you.';
$output = preg_
In laravel 5.2 we can bind a model to a route.This model binding is called Implicit model binding
Route::get('/web/users/{user}', function(Post $user) {
return $post;
});
in this case if i use request users/1 it will will inject the User insta
Hi Readers,
If you are using Bootstrap in your application you should use modal to show popups in your web application. Modal is a very nice feature provided by the Bootstrap to show nice and beautiful popups which can be easily modifiable. I rece
