Microsoft adCenter API for Campaign Management

In simple, MSN ad-center is a user interface to manage advertisement campaigns run over internet, especially in MSN search engine(bing). Microsoft provides API for accessing MSN ad-center programmatically to create and advertisement campaigns over Internet in search engine Bing. There are some advantages involved in using Adcenter API. By using the APIs we can able…

Details

Introduction to CakePHP Part 1

CakePhp is a free,open-source framework of php.It’s a foundational structure for programmers to create web applications. CakePHP provides an extensible architecture for developing ,maintaining,and deploying applications. CakePHP reduces development cost and helps developers write less code. Key features Active,friendly Built-in validation MVC(Model View Controller)architecture Cake is based on an MVC-like architecture that is both powerful…

Details

Sending Messages Using SNS , SQS Along with the push Notification Using Urbanairship

Amazon Simple Notification Service (Amazon SNS) Amazon SNS is a web service that makes it easy for the developers to publish messages from an application and immediately deliver them to subscribers or other applications. It is designed to make web-scale computing easier for developers.Amazon SNS provides a simple API that allow developers to create and…

Details

PMB OPAC TRANSLATION

PMB is an Integrated Library System named PhpMyBibli at its beginning . PMB (PhpMyBibli) is a fully featured open source web-based integrated library system , developed in French. PMB is based on web technology. PMB requires an HTTP server (such as Apache, but this is not an obligation), the MySQL database and the PHP language..…

Details

Optimizing PHP code

Optimising code is always remians to be a tough thing when we come across sites having high traffic as website load time is critical value that determines the success of your website.Even though we have so many options or techniques to minimise the speed load issue,Database performance tuning,reducing Bandwidth etc, it still needs more attention…

Details

Cucumber Basics

Behavior Driven Development (BDD) is an agile software Development technique that encourages collaboration between developers, QA team, non-technical persons in software development. RSpec and cucumber are the BDD tools for Ruby developers. 1. Cucumber Cucumber works with Ruby, Java, .Net, Flex or web applications written in any language. It has been translated to over 30…

Details