Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Author: Webner

We are a software development company in India.
May 7, 2020 Python

Linting and Security tools for python code

May 7, 2020 Python
Post Views: 7,905
| By Webner

What is a linter? Linters are the tools that analyze code to detect various categories of lint which help in making code better organized, shows warnings and errors and hence, improves quality. The linters can be broadly categorized as following:

Read More
May 5, 2020 Web Development

How to remove the RuleSetValidation using jquery in devExtreme dataGrid?

May 5, 2020 Web Development
Post Views: 3,421
| By Webner

Introduction of Validation Validation is the most important part of any programming language. The validation avoids saving invalid data in the database. It does not check the accuracy of the data but checks the format of data. With the help

Read More
May 1, 2020 Python

Build Command Line Interface in Python with pyinstaller

May 1, 2020 Python
Post Views: 8,216
| By Webner

Command Line Interface (CLI) A command-line interface is a tool through which the user can interact with a program. Users can run the necessary commands and pass system arguments to the code and the response is generated as per written

Read More
April 29, 2020 PHP Frameworks

Compress Videos using FFmpeg Laravel & shell_exec method

April 29, 2020 PHP Frameworks
Post Views: 10,243
| By Webner

Introduction First of all, install FFmpeg in your composer. Perform the steps below to install it on Ubuntu: composer require pbmedia/laravel-FFmpeg Start by updating the packages list: $ sudo apt update – Next, install FFmpeg by typing the following command:

Read More
April 27, 2020 Software Testing

Introduction to Selenium Grid

April 27, 2020 Software Testing
Post Views: 4,800
| By Webner

Introduction to Selenium Grid with examples Selenium Grid is software from Selenium which allows us to run multiple tests across different browsers, operating systems, and machines in parallel. This Grid follows the hub-node concept where we run the test on

Read More
April 23, 2020 Web Development

Let’s start with GraphQL

April 23, 2020 Web Development
Post Views: 2,897
| By Webner

Introduction to GraphQL GraphQL is a query language for API that executes queries by using a system with a definition of data on the server-side. It’s not linked with any particular type of database or storage engine. It even makes

Read More
April 21, 2020 PHP Frameworks

Reformat associative array in CakePHP 2.*

April 21, 2020 PHP Frameworks
Post Views: 3,182
| By Webner

How to use CakePHP 2.* Hash::combine method to reformat associative and find results array? Sometimes we do a lot in the code to reformat find query results, to remove the table name (for example, User, Article, etc) from the array

Read More
April 17, 2020 Web Development

Bootstrap popover – How to create with Examples

April 17, 2020 Web Development
Post Views: 2,871
| By Webner

Bootstrap POPOVER Popover generally displays the messages or any additional information regarding the element. On clicking the element, it will show the information in the popup. If we want to apply the Bootstrap POPOVER method, it will use the Javascript

Read More
April 15, 2020 Salesforce

Delete and deploy components from production using workbench

April 15, 2020 Salesforce
Post Views: 5,977
| By Webner

How to delete and deploy components (Apex classes, Flows, Objects, etc) from production using workbench? We cannot delete Apex classes directly from the Production org. Also, it is not possible to deploy deleted apex classes using Changeset. So, to delete

Read More

Posts pagination

«Previous Posts 1 … 44 45 46 47 48 … 172 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection