Instagram is a fast, beautiful and powerful social plateform to share your photos with friends and family. You can snap a picture, choose a filter to transform its look and feel, then post to Instagram. Also can share to Facebook, Twitter, and Tumblr. In this tutorial you will learn how to implement Instagram API using PHP.
Tutorials
Display Related products on product details page in Magento
If you want to display related product on product details page in Magento. It’s very easy to show related product by using few easy steps. First we will have to add products to a particular product as related product.
Create HTML5 Range Slider with jQuery
HTML5 introduces a new range Input type with number of options to create beautiful sliders. The range type is used for input fields that have values from a range of numbers. With the range input type, you can create sliders with range. In this tutorial you will learn how to create HTML5 range slider with […]
Create Basic Web Service using PHP and MySQL
Web Services are getting more popular. There are thousands of Web Services available for updating E-Commerce, schools, stock market database etc. Actually Web services are just Web APIs that can be accessed over a network, such as Internet, and executed on a remote system hosting the requested services. There are three basic platform for We Services, these […]
Magento – Models, resource models, and collections
Here we will explain to work with database collection in Magento. As we know that Magento is enrich with MVC (Model – View – Controller). So we will basically starts with some main concepts of models, resource models, and collections.