Skip to main content

Posts

Showing posts from August, 2018

Feedburner: The feed does not have subscriptions by email enabled

In this tutorial, we are going to learn how to fix the error Feedburner: The feed does not have subscriptions by email enabled. When bloggers create their blog posts, they definitely want to create their audience. People also want to read good articles. So, bloggers always provide a facility to subscribe with their blog. Most of the time bloggers use Feedburner. FeedBurner is a web feed management provider launched in 2004. FeedBurner provides custom RSS feeds and management tools to bloggers, podcasters, and other web-based content publishers. - Courtesy Wikipedia When bloggers provide a subscription facility, user enters an email and presses a subscribe button. Browser opens a new window which sometime shows an error " The feed does not have subscriptions by email enabled ". It means that this blog is not subscribed with the Feedburner yet. If blogger will not do anything, he might loose his audience. Steps to fix this error: 1. First login to Feedburner (

CCAvenue Payment Gateway Integration in php - part 1

In this tutorial, we will see how to integrate CCAvenue payment gateway in PHP . CCAvenue is one of the leading online payment gateway service provider similar to other popular providers PayPal, Citrus, PayUMoney etc. Easy integration is an advantage of CCAvenue payment gateway. For integration of CCAvenue, you should follow few steps - 1. Registration with CCAvenue -  To start the integration, you should first get registered with CCAvenue. This is free and easy process. Here, you should mention the details asked by CCAvenue and you will get many things in return. After login to the CCAvenue dashboard and you will get the Merchant ID and Working Key, which will be useful later in an integration process. 2. Create a form for submitting to CCAvenue payment gateway -  This is the main process of integration of CCAvenue in php. To integrate and make the form working properly, CCAvenue has provided certain types of input names that are required to be used exactly in the sa

File Upload Progess Bar with JavaScript HTML PHP

In this tutorial, we will see how to create a file upload functionality with progress bar . Progress bar tells us, how much content is uploaded using normal HTML, jQuery, AJAX and PHP (as a back end). I have used a custom CSS styling to create a progress bar and to design other markup elements like list of uploaded images. Before starting this, you should have a basic knowledge of all above mentioned technologies to understand it properly. Following are the steps: To create HTML markup using bootstrap:  Below code is a markup for file upload functionality. Create a new file and save it with the name file-upload-progres-bar.html and copy below code in the same file. <!DOCTYPE html> <html> <head>     <title>File Upload with Progress Bar</title>     <!-- Custom stylesheet -->     <link rel="stylesheet" type="text/css" href="upload-file-progress-bar-style.css"> </head> <body>     <