Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to define global variable in JavaScript ?

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

Minutes of Meeting - way to document it

Created this document to record/prepare a proper Minutes of Meeting document to publish to the attendees/stakeholders.

Fetch Outlook contacts using PHP imap

Is there any way to get Outlook contacts using PHP imap functions? I need urgent help please

How to get the file format/extension of file in PHP

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

changes in Web UI should reflect in android App

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

Two-way Data binding in AngularJs

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

How to load models in CakePHP?

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

How to print HTML code of any website using PHP

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

Automatically deleting related rows in Laravel (Eloquent ORM)

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

How to split Sublime editor into multiple screens

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

1 20 363
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: