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.
December 6, 2019 Web Development

XPath for Selenium Webdriver

December 6, 2019 Web Development
Post Views: 3,634
| By Webner

XPath XPath in simple terms is a way of finding an element(s) in an HTML DOM by giving its path. It is useful when name or id etc is not available to be directly used to find the element. The

Read More
December 4, 2019 Web Development

Pass the Data to Custom Validation attribute in MVC C#

December 4, 2019 Web Development
Post Views: 4,739
| By Webner

How to Pass the Data to Custom Validation attribute in MVC C#? Introduction .Net provides the capability of validating model data with validation attributes like Required, Compare, Regular Expression, and user-defined custom attributes (also known as data annotations C#). MVC

Read More
December 2, 2019 Web Development

TF30063 Issue – Authorization

December 2, 2019 Web Development
Post Views: 3,484
| By Webner

TF30063 Issue: You are not authorized to access (Tfs Server link) I suddenly started getting the error while committing the code to TFS in Visual studio, after the password of the Microsoft account was changed. As per the scheduled password

Read More
November 28, 2019 Web Development

Custom Javascript in Moodle/Totara, Javascript & AMD Modules

November 28, 2019 Web Development
Post Views: 4,490
| By Webner

How can we add custom Javascript in Moodle/Totara, Javascript & AMD modules? A Javascript module is a collection of Javascript code. It enhances the reusability of this code. As a result, it is called/used from alternative javascript files. These modules

Read More
November 26, 2019 Web Development

Laravel: Issues in Thumbnails in Email Attachments

November 26, 2019 Web Development
Post Views: 5,314
| By Webner

Laravel: Issues in thumbnail along with images while attaching multiple attachments to the mail While sending an email to someone using a laravel Mailable class, we may need to attach some attachments to it. Then we can simply use the

Read More
November 22, 2019 Web Development

Partial View in ASP.NET MVC

November 22, 2019 Web Development
Post Views: 3,928
| By Webner

The partial view is a special view used to render a portion of view content. It is a reusable view. It reduces code duplication. We can say that a partial view enables us to render a view within the parent

Read More
November 20, 2019 Web Development

How to parse an XML file and save the parsed data into the corresponding objects?

November 20, 2019 Web Development
Post Views: 6,044
| By Webner

Solution: First of all, we need some dummy XML data for parsing as given below: The above XML has many tags. The first one being the XML tag which lets us know that it is an XML document. Moving on

Read More
November 18, 2019 PHP Frameworks

Validation vs. Application Rules In CakePHP

November 18, 2019 PHP Frameworks
Post Views: 6,016
| By Webner

CakePHP uses a two-layered approach to validation: 1. Validation It determines basic validity. It ensures that the data types, size, and format of data are correct. When we call newEntity() or patchEntity() methods, validations are triggered. For example, checking if

Read More
November 14, 2019 Database

PHP: mysqli_multi_query stops the execution of further MySQL queries.

November 14, 2019 Database
Post Views: 4,090
| By Webner

The mysqli_query statement Generally, we use mysqli_query to execute Mysql queries in PHP. We can use multiple mysqli_query statements to execute multiple operations like insert, update, and select. Sometimes, we store records in more than one table during save operation

Read More

Posts pagination

«Previous Posts 1 … 49 50 51 52 53 … 171 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