Tampilkan postingan dengan label API. Tampilkan semua postingan
If you are working with Restful API’s and you must need to send a JSON input response via web project, especially for Node projects. This post helps you to create a JSON input string using JavaScript. It's very useful, converting Data objects to JSON data format implemented with $.toJSON Jquery plugin.

Rating: 4.5
Reviewer: Unknown
ItemReviewed: JSON Input String using JavaScript.
Are you working with multiple devices like iPhone, Android and Web, then take a look at this post that explains you how to develop a RESTful API in Java. Representational state transfer (REST) is a software system for distributing the data to different kind of applications. The web service system produce status code response in JSON or XML format.

Rating: 4.5
Reviewer: Unknown
ItemReviewed: RESTful Web Services API using Java and MySQL
Are you working with multiple devices like iPhone, Android and Web then take a look at this post that explains you how to develop a RESTful API in PHP. Representational state transfer (REST) is a software system for distributing the data to different kind of applications. The web service system produce status code response in JSON or XML format.

Rating: 4.5
Reviewer: Unknown
ItemReviewed: Create a RESTful Services API in PHP.
Few days back Google Plus has released OAuth application programming interface, right now they providing only user activities and circle data. I had implemented a simple login system called User authentication with Google Plus data. Try this it’s almost like twitter login system, I hope in future Google + going to release some more options.
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Login with Google Plus OAuth.
Long days back we had posted an article Login with Facebook and Twitter. It’s now most visited article on 9lessons. I received many comments that asked to me to update the Facebook login system to get user email. So that I had modified existing script to getting Facebook email address automatically and storing Twitter OAuth tokens, take a quick look at new live demo.
Read more »
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Update - Login with Facebook and Twitter
Are you looking for BlackBerry application development tutorial. Take a quick look at this post my friend want to explain how to download and install BlackBerry standard development kit with eclipse IDE. It's very simple just follow these steps and you can create Hello World program.
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Get Started Developing for BlackBerry.
Few months back we had posted an article about login with Twitter and Facebook, it is most popular on 9lessons.info. We developed a system to quick login with Google account using OpenID authentication. This script helps you to avoid registration forms and email verification system, It’s is very quick, useful and simple to integrate.
Read more »
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Login with Google Account OpenID
Few days back I had posted an article about Facebook Graph API connection and explained how to request facebook access token and reading home timeline feed. This post is sequel how to update Facebook wall status from third party site with existing access token in "users" table. Try demo at labs.9lessons.info
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Facebook Graph API to Post Status Update
I received a tutorial requests from my reader that asked to me how to implement payment gateway system with Paypal API. In this post I want to explain how to work with Paypal Sandbox test accounts for payment system development and sending arguments while click buy now button. It’s simple and very easy to integrate in your web projects.
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Payment System with Paypal
Last few days I have been working with APIs for instant search results, I had an idea to implement a super instant search with multiple APIs like twitter, youtube, yahoo and bing. But jquery older versions doesn’t support multiple ajax call-backs, luckily I had found Jquery 1.5 has released a new method called $.when finally I have developed super fast search at kokkoroko.com.
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Multiple Ajax Requests with Jquery
Yahoo instant search implementing with Yahoo Search Boss API using jquery and ajax. This is very similar to my previous post just changing few lines of code. I feel Yahoo search results better than Bing results. Use it and make your own search application.
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Yahoo Instant Search with Jquery and Ajax
Some days back I had posted a popular article 'Youtube instant search with Jquery and Ajax'. I received a lot of request from my readers that asked to me how to instant web search results so I had coded Bing instant search with real time search results. Just few lines of code, reading Bing search JSON API file with Jquery.
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Bing Instant Search with Jquery and Ajax
Facebook and Twitter have become large in the social network world and both networks offering oAuth support. We developed a system to login with Twitter and Facebook. Nowadays web users not interested to filling the big registration forms. This script helps you to avoid registration forms, It’s is very useful and simple to integrate.
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Login with Facebook and Twitter
Last few days I have been working on labs.9lessons to connecting Facebook Graph API access token system, it’s very interesting. This post I had presented in easy way to connect and read the Facebook home timeline with PHP and Jquery. Explained how to store facebook token and user id hope you like it. Thanks !
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Facebook Graph API Connect with PHP and Jquery
How to create Bit.ly short URLs using Jquery and Ajax. Many tutorials available on web about short URLs using server side script, this script works on client side. It is easy just 5 lines of code calling Bit.ly API. You have to modify the username and API key. Use it and make URLs shorts and neat.
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Create Bit.ly Short URLs Using Jquery and Ajax.
Are you looking for JavaScript Frameworks & Libraries for developing dazing web projects? Take a look at this list of some nice 20 light weight frameworks.
If you want to suggest other resources post a comment. Thanks !
If you want to suggest other resources post a comment. Thanks !
The Spry framework for Ajax is a JavaScript library that provides easy-to-use yet powerful Ajax functionality that allows designers to build pages
Read more »
Rating: 4.5
Reviewer: Unknown
ItemReviewed: JavaScript Frameworks and Libraries.
Google Visualization API is a Javascript library displays methods to load and control the visualization. It's useful to display nice charts in your web sites.
To load Google Visualization AJAX API.
<script type='text/javascript' src='http://www.google.com/jsapi'></script>
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Draw Charts with Google Visualization API.