What is RabbitMQ? RabbitMQ is open source software used to manage the queue. We can queue our application tasks to execute them in async way … Read more “RabbitMQ, Implementation of RabbitMQ in YII.”
GIFTSHOT Cross Origin Issue
GIFSHOT What is GIFSHOT? Site – https://yahoo.github.io/gifshot/ Source Code :https://github.com/yahoo/gifshot Gifshot is a javascript library that can create animated GIFs from media streams, videos, or … Read more “GIFTSHOT Cross Origin Issue”
Error handling in AJAX
Some times when we request to server we didn’t get proper response (HTTP Status 200) as per our expectation. For ex. we can get 1) … Read more “Error handling in AJAX”