Category: Web Development
Varnish for WordPress, drupal etc
Purpose of Varnish for WordPress, Drupal etc Varnish is a well known open source web cache application for reverse http which helps to accelerate the delivery time for clients. It itself works at 80 so that apache works behind it
Introduction to Bootstrap Modals and some examples
Bootstrap Modals and Examples Bootstrap Modal is referred to as the pop up window that appears when a certain area on a web-page is clicked. It can be used for many purposes like giving warning messages, privacy policy agreement forms,
Send additional Post parameters without ajax.data in Jquery Datatable
Send additional Post parameters without ajax.data in Jquery Datatable in server side processing As we know, when we perform any actions on datatable (like sort the datatable, search data from the datatable) then server receives the ajax request for each
Account Linking In Alexa Custom Skill
Account Linking In Alexa Custom Skill (in Laravel) Account linking in alexa custom skill is a process when you link your web service user account with alexa user account. In this process, web service system generates an access token which
Hide Gravity Forms Field Labels From GF Field Settings Form
How to Hide Gravity Forms Field Labels From GF Field Settings Form? Many times we may want to hide the field labels and just want to show the placeholders. It’s quiet easy to add placeholder for field because you can
Jumbotron and Scrollspy in bootstrap
What are Jumbotron and Scrollspy in bootstrap? A Jumbotron is displayed as a grey box with rounded corners. It indicates a big box to emphasize some special content or information. It also enlarges the font sizes of the text inside
PHP | Amazon S3 | Check if a file or folder already exists on Amazon S3 Bucket
To check if a file or folder already exists on Amazon S3 Bucket, use the following code Code: $info = $client->doesObjectExist($bucket, $FileName) if ($info) { echo ‘File exists’; } else { echo ‘File does not exists’; } Webner Solutions is
Bootstrap Alert Types
How to create alerts in Bootstrap: Bootstrap provides an easy way to display the information or create predefined alert messages on the screen. In Bootstrap alert is created using .alert class for example : <div class=”alert alert-success”> </div> Bootstrap alert
Send Email Alert through Salesforce Workflow Rule
Send Email Alert through Salesforce Workflow Rule When user wants to send email on create/update of a record in salesforce, instead of writing custom apex code, we can use below existing flow to achieve that: 1. Go to Setup |
