
Search In
Hi friends, As we know that if we declared a variable outside the function of javascript, then it is said to be global variable. But this is not a correct way to declare global variable.
Correct way to declare global variable in JavaScript is-
when
Created this document to record/prepare a proper Minutes of Meeting document to publish to the attendees/stakeholders.
Is there any way to get Outlook contacts using PHP imap functions? I need urgent help please
Getting the file format or extension of any file can be done by various ways, In PHP you can use the one way as written bellow
$FileName = explode('.', $_FILES['photo']['name']);
$FileFormat = end($FileName);
Using the explode your $FilesN
The changes that i do in Web UI, say if i add a tab in Web UI, then that tab should appear in android app dynamically.
Is there a way i can achieve this ??
Is there a way to get information about UI components from server and updat
AngularJs provides a very useful and time saving feature,i.e,Two-way Data binding. Two-way Data binding in AngularJs is a way to synchronize data between model and view. If we change something in the model, it gets updated in the view component and v
I am writing this blog for them who are new to Cakephp and learning it. In Cakephp there are three ways to load models:
First way is:
App::import(): It will find and require()s the file and in order to use it you need to be instantiate the class. i
Hello Reader's if you want to get all of the HTML code of any website then you use the function as below:-
The first way is by using PHP in built function url fopen, and its code will go like this:-
$ShowHTML = file_get_contents('http://findnered.c
I am using Laravel and I want Automatically deleting rows using Eloquent ORM .In laravel we have deleting
event .By using this "deleting" event we can do all the clean up or what we want to delete we are able to delete.
By using example that wil
We can split sublime editor into 2 or more screen in any one of the following 2 ways :-
I am going to tell you how to split it into 2 screens, using the similar way you can split in into more than 2 screens also or vice-versa.
1> From menu b
