Web Development

Oauth and its uses

Open Authentication means an authentication system which will allow users to share their private resources in a site without using their user name and password. The requests are received from all types of devices to a remote application or web service for processing of information. Nowadays requests are not only from standard computers but also from many types of mobile devices like smart cards, mobile phones, laptops etc. So, using Open Authentication can make these devices  strong...

Magento: The Complete E-commerce Solution

Magento is an Open Source Software which is specially made for E-commerce websites. It is very easy to install and maintain a Magento website as Magento CMS has an effective admin panel at the back-end. Magento – Overview: Multiple website concept is the soul feature of Magento. Multiple websites can be controlled from one administrative panel using a single database.  It allows store owners to maintain stores on different URLs and display the same products in all the URLs or site...

Zikula – Its easy all the way!

Zikula is an Open Source, PHP-based Application Framework. It allows developers to create feature-rich, interactive websites which can be maintained through a comprehensive and easy-to-use administrator panel that requires little to no HTML knowledge. The administrator interface is browser based and is therefore easily accessible and simple to use. Zikula and PostNuke: Originally,  Zikula was known by the name - PostNuke. Version 8 of PostNuke was released as Zikula Version 1 in July...

PHP Security Tips

Search Google on the topic “php security”, you will come across a great article in Security Tips. We would like to share the valuable tips inspired from that article. This post discusses about the most common security vulnerabilities along with some standard best practices in php coding. PHP is the most popular web programming languages in use today due in large part to the fact that it is a highly flexible syntax that can perform many functions while working flawlessly in conjunction...

New Features of C# 4.0: Variance

The last feature left out in parent blog article New Features of C# is variance and this article aims at concluding the detail study of new features of C# 4.0 we listed in that with the discussion of variance in C# 4.0. (We have detailed about Dynamic Lookup and Optional and Named parameters in our previous blog posts). Before discussing the concept of variance in C# 4.0, let us consider a scenario wherein we are having a strongly typed list that is assigned to hold a list of plain C#...