Thursday 5 September 2013

Making facebook like plugins

In this tutorial i will show you how we can make facebook like plugins , so that others can use our service by just embeding a piece of code on there website.







We have File.js file & a method for any logic you want to put. In this example we have results method that will be called via javascript using ajax request.


Javascript file that is hosted on server & called by client request

Website that is using your service by embeding piece of code

Method for any kind of logic you want to add for service request

Basics of Tree data structure

Tree data structure simulates a  hierarchical tree structure, with root and subtrees represented by linked nodes. Some Terminology Root...