Accessibility features for software

When designing and developing software think about developing accessibility features for software to help people with special needs to use the software. Two of the common accessibility features I use are zoom and audio narration. If you are developing desktop Windows...

Payment Gateway

When choosing a payment gateway for your website check the list of cards accepted by the provider and net banking integration. In developing countries net banking is a preferred way of payment and more users opt for this because of enhanced security offered by banks...

ORM for data access layer

Using ORMs for data access layer saves ton of time. Most ORMs provide integrated querying feature there by developers need not write any SQL queries. Popular ORMs are Entity Framework for .NET, Hibernate for Java, RedBean for PHP and others.

Specifying time

In communications such as email or text message specify time with time zone mentioned. In my daily work schedule I talk to people from 5 different time zones. It is better to specify time zone along with time so that there is no confusion or overlap.