Technologies that help merchants receive payments from their clients are called payment gateways. These are usually third-party payment processors and can be used for transactions on physical stores and online marketplaces. Some popular payment gateways which I have came up with to discuss about.
N ideas to increase performance of website – Part 2
To get the basic idea please go through Part – 1. On Page Image Optimization As a general rule of thumb, larger files take longer to download than smaller files. Web page download time, also known as the Page Load Time depends on the total size of content assets being…
N ideas to increase performance of website – Part 1
Website speed matters. Fast-loading sites perform better on all fronts: better user experience, higher conversions, more engagement, even higher search rankings. If you’re targeting mobile traffic, site speed becomes even more important. No one wants to download a 4MB website on their smartphone, but most sites are that way. Your…
Block directory browsing in PHP
It is very important part for any web application. At one side, when we are taking care a lot to prevent our code to be copied, why we forget to implement Directory Browsing. At least you can save your client side scripts and images. By implementing this mechanism your application…
Create a Custom config file for Codeigniter
By default, CodeIgniter has one primary config file, located at “application/config/config.php” What if we want to have a custom configuration file? What if we want to create custom config array with desired name? Codeigniter allows a developer to create custom file but developer has to define values with $config array…