Category: Web Development
Stripe Gateway Payments | Some important points
Important points about Stripe Gateway payments In Test Mode: Below are some very useful points that you must know if are going to use Stripe as your payment gateway: 1. There is no limit on the payments for a stripe
Moodle: Checking visibility of Specific activity to users
In moodle, there can be various conditions based on which we can restrict visibility of an activity to all or some specific users even when activity has been created in course and is available to users. First Red Box area
Test cases generation and bug report generation in salesforce
In case you would like to create test cases or record bugs inside Salesforce you can create custom objects for this. Steps for test cases object creation: Select->Setup->create object->new custom object Then we can add custom fields and relationships or
Couple of different ways to rename table name through UI in phpmyadmin
First method: 1. Click on the database (from list of databases on the phpMyAdmin home screen) in which you want to rename table name. 2. You will see a list of tables on click of the database. 3. Select the
What is PDO? Why PDO should be used in PHP?
PDO stands for PHP Data Objects. PDO is a consistent way to access databases. Today, mostly websites or desktop based applications store their data in databases. Therefore, PHP has also provided the way to connect with databases. PHP supports following
Moodle | Hyperlinks in course summary
In Moodle when we create a new course we have an option to add summary/description of course. We can use this summary anywhere while showing courses. This summary could be anything. It can be simple text, image, multimedia or hyperlinks.
How to send ical attachment via PHPMailer
We can send ical attachment in email using attach ical file (filename with .ics file extension). For example, following is the object containing the information about ical like event start date and time, location, event summary etc: $ical_content = “BEGIN:VCALENDAR
Attach SVN Commit comments to JIRA tickets
1. How to see svn code committed in eclipse related to your Jira ticket? One of the important features of Jira is that you can see all your svn commit history related to a task in it. Steps that we
Zoho Integration with Dropbox
This post briefly describes how to connect to dropbox from Zoho CRM in Deluge script and create a folder in Dropbox. Further integration can be done as required according to your project. 1. Login into your Dropbox account and generate
