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.
How to remove # from URL in Angular
When you are developing a ‘Single Page AngularJS application’ and you use ‘ngRoute’ for routing by default, AngularJS routes URLs with a hashtag. It’s easy to remove that # from the URL and make them pretty. Behind this, I have spent 3 days making functionality work. You just…
Secure data on server without installing Server side language
In some cases, site speed is more important than dynamic content but in the same case, the user wants to secure content based on the different user bases. In this case, the developer has limited options. One option is to install server-side script and check the content, load…
Make your WordPress Theme Retina Ready
Retina displays quickly becoming the standard need on phones, tablets and laptops. Retina display support is for giving great visual impact to viewers by serving high-res images to hi-res devices. There are plugin available for regular WordPress users that will add retina support to their site. Here are my recommendations.…
jQuery based media player
Cool media player for those who LOVE jQuery 🙂 Home: http://www.jplayer.org/ API : http://www.jplayer.org/latest/developer-guide/ Quick Start: http://www.jplayer.org/latest/quick-start-guide/ Demos : http://www.jplayer.org/latest/demos/ Happy JavaScripting…. 🙂