Category: Web Development
iCal format for different frequency of events
Format for various type of event occurrence in iCal Description: Calendar events can be of multiple types like which can occur on daily basis, weekly, monthly or on custom days of the same month. So, followings are the ways how
Salesforce – How to do it right
Salesforce – How to do it right Moving on from managing your customer relationships in a worksheet and deciding to do that in a CRM system like Salesforce is a big step forward. If you have already taken that step
Document Your API with “Doxygen Tool”
Problem: Document Your API with “Doxygen Tool” | SOAP web services using spring jax-ws package (ubuntu 14.04) Solution: Documenting any API is prerequisite if we are exposing our api web services to the third party to make them easily understandable
Understanding PHP CS-FIXER with example
Steps to Understand PHP CS-FIXER with example Introduction The PHP coding standards fixer tool is used to solve many issues (syntax, indentation etc) in your code when you want to follow the PHP coding standards defined in PSP-1 and PSR-2
Moodle Windows installation using XAMPP | Common Issues
Common Issues faced during Moodle Windows installation using XAMPP 1. Do not have permissions to create a database or MySQL database is too old. Xampp uses the Mariadb database (based upon MySql), if during installation above issue occurs then: a.
How to Change Innodb storage Format for Moodle/Totara
Steps to Change Innodb storage Format for Moodle/Totara Description: You may face this problem in Totara: Advanced Totara features require innodb Barracuda storage format Reason: The error usually occurs because of Mysql 5.6 and below using file format “Antelope”. This
What is the purpose of multiple .htaccess files in CakePHP?
Purpose of multiple .htaccess files in CakePHP In Cakephp, contained .htaccess files are as follows: newcakeproject/.htaccess /app/.htaccess /app/webroot/.htaccess 1. newcakeproject/.htaccess CakePHP root directory .htaccess redirects everything to your CakePHP app (means to webroot). We can also redirect the url to
Install own SSL on Amazon Machine Image (AMI)
Own Certificate Authority (CA) SSL installation on Amazon Machine Image (AMI) 1. We need to install HTTPD2.4 package in order to understand the encrypted layer of SSL. Install PHP 5.6 (Apache 2.4 will be automatically installed with this) # sudo
How to read Mobile Hardware and Operating system Details in React Native
Steps to read Mobile Hardware and Operating system Details in React Native To get the android and ios device information like UDID, version, build, operating system etc – We can get this information by using react-native-device-info plugin provided by react
