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.
July 16, 2021 Others (General) / Web Development

Introduction to Big Data

July 16, 2021 Others (General) / Web Development
Post Views: 3,696
| By Webner

Big data is data in a huge volume that cannot be handled by our traditional tools or databases. It is growing exponentially with time. Its size is so large and complexity is high that it is hard to use it

Read More
July 14, 2021 Salesforce

Salesforce | LDS Create Record – Record Form and Record Edit Form

July 14, 2021 Salesforce
Post Views: 5,945
| By Webner

LDS – Lightning Data Service is used to perform operations on data and access metadata in Salesforce. With LDS, we can view, create new records, and edit records without server calls (Apex methods). Whenever we want to work with Salesforce

Read More
July 12, 2021 Web Development

Devextreme DataGrid Column Reordering and Saving Column State

July 12, 2021 Web Development
Post Views: 5,637
| By Webner

Devextreme Datagrid comes with a variety of features to work with column appearance at runtime. One among these is Column Reordering. The column reordering feature in Devextreme allows the user to change the position of columns on the fly on

Read More
July 9, 2021 Web Development

Get base64 String From File URL

July 9, 2021 Web Development
Post Views: 13,734
| By Webner

While working on the react native app, sometimes we need to get the base64 string from the file(image/video) URL. There are many packages available that convert a URL to base64 but they are not producing expected results. Finally, I have

Read More
July 7, 2021 Web Development

ECMAScript (ES10)

July 7, 2021 Web Development
Post Views: 3,904
| By Webner

ECMAScript is the standard for JavaScript and adding new features to JavaScript. It is a subgroup of JavaScript. ECMAScript 10 is also known as ES10. In ES10 here are the new features. Array.Flat(): The flat() function recursively flatten your array

Read More
July 5, 2021 Mobile / Web Development

Deploying a React App on Linux based Server

July 5, 2021 Mobile / Web Development
Post Views: 9,084
| By Webner

Step 1. Creating a React App Install Create React App with the following command: npm install -g create-react-app Run this command to create a new app called my-reactapp: npx create-react-app my-reactapp Step 2. Reconfigure package.json. Go to the specified directory

Read More
July 2, 2021 Salesforce

OAuth 2.0 Authorization Code Grant Type Using Salesforce

July 2, 2021 Salesforce
Post Views: 6,532
| By Webner

As I mentioned in my previous post what is Oauth 2.0 authorization code grant type. To implement this authorization in Salesforce we have to perform the following steps” Implement apex code to send first request String client_id = ‘*******************’; String

Read More
June 30, 2021 Salesforce / Software Testing

Handling Dynamic fields in Salesforce using Selenium

June 30, 2021 Salesforce / Software Testing
Post Views: 8,037
| By Webner

Selenium is an open-source (free) automated testing framework for validating web-based applications across various browsers and platforms. Selenium Test Scripts can be written in a variety of programming languages, including Java, C#, Python, etc. Authorizing OTP Verification using selenium: Before

Read More
June 28, 2021 eLearning

CSV file upload in Moodle/Totara

June 28, 2021 eLearning
Post Views: 5,903
| By Webner

Step 1: Firstly, create a form using forms API. Create a class that will extend the “moodleform” class defined in “../lib/formslib.php”. Then override the definition() function of this class to include your form elements. Step 2: To browse the CSV

Read More

Posts pagination

«Previous Posts 1 … 27 28 29 30 31 … 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