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

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

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

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

Perl Dancer Framework

Dancer is a micro framework used for writing Web applications. It is modelled after a Ruby framework called as ‘Sinatra’ that constructs web applications by building a list of HTTPs, URLs and different methods to handle that type of traffic to that specific URL.

Required Perl Modules
Dancer, Template Toolkit, File::Slurp, DBD::SQLite.

Template Toolkit : Front-end module to the template toolkit.

Details