Category:

Web Development

Web development articles with tutorials, source code, reviews and ideas on working with HTML5, CSS3, JS, Zend, WordPress, Laravel or Magento. Our web development articles are dedicated to sharing our expert knowledge of web development best practices and helping you take your website technology and performance to the next level. You can browse our web development articles to find tips, guides and best practices which will help you to understand the latest news in web development trends, technology and tips for a better website performance. Our talented, creative and results-focused web development team, Design19, through his articles they present: new strategies, technologies, programming languages, frameworks, e-commerce solutions, Google services, jQuery code, PHP scripts and a variety of other topics which you can use in the development of your future projects. If you need help, you can contact our team, which is ready and happy to refine and define your web projects.

Import hotmail, outlook contacts with Javascript using Windows Live Contact API

in Web Development

15 comments

Import hotmail, outlook contacts using Windows Live Contact API
Tags:

In this tutorial I will show you a practical example of web development: how to import hotmail, outlook, live contacts to your web project, using a client-side method (javascript).

The response data will come in javascript, but you can easily pass it to php with an ajax function.

Note: If you don’t have a  live.com account (oulook, hotmail, live), you can create it here : https://www.live.com

Import Google contacts with PHP or Javascript using Google Contacts API and OAUTH 2.0

in Web Development

53 comments

Import Google Contacts with PHP/Js using Google Contacts API
Tags:

Inviting friends to a web application is a key factor to gain more users and traffic.

In this article we will try to give a practical, step by step web development example on how you can easily import google contacts to your web application, because even if google offers an api documentation, it’s always hard to find an example that is not out-dated,  that fits in your app without having headaches and losing precious time.

This tutorial will offer examples for Server Side application (php) but also for Client Side application (javascript). We will use OAUTH 2.0 authentication and Google Contacts API version 3.0.