Yii Framework Development

1. What is Yii? Yii is a high-performance, component-based PHP framework for developing large-scale Web applications rapidly. It enables maximum reusability in Web programming and can significantly accelerate your Web application development process. The name Yii (pronounced Yee or [ji:]) is an acroynym for “Yes It Is!”. This is often the accurate, and most concise…

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

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

Magento Security Features and Benefits

In todays’ life we cannot go a day ahead without hearing about someone or some group hacking a website or stealing credit card and other sensitive data from e-commerce sites.

The Market of E-commerce is at its boom, and that provides even more opportunities to hackers. There are many ready-made e-commerce platforms available on the Internet, that are easy to install and easy to manage at no extra cost and ‘Magento’ is one of the most popular out of them.

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