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.
November 22, 2019 Web Development

Partial View in ASP.NET MVC

November 22, 2019 Web Development
Post Views: 4,130
| 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,255
| 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,237
| 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,416
| 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
November 12, 2019 Web Development

Laravel 5.4 Logs And Errors

November 12, 2019 Web Development
Post Views: 3,436
| By Webner

Introduction to Laravel 5.4 Logfiles: A log file is a file that keeps a registry or records of events, processes, messages that occur in the operating system or any software runs. -Laravel provides the robust logging services that allow the

Read More
November 8, 2019 Database

MongoDB Driver Not Found

November 8, 2019 Database
Post Views: 5,383
| By Webner

Problem – Getting “Class ‘MongoDB\Driver\Manager’ not found” error while inserting some data in the collection (Laravel) Check the following three points in order to resolve the MongoDB driver issue in Laravel: 1. PHP Module 2. MongoDB Extension 3. MongoDB Library

Read More
November 6, 2019 PHP Frameworks

Methods of Debugging – PHP

November 6, 2019 PHP Frameworks
Post Views: 3,342
| By Webner

Methods of Debugging by dumping information These methods are used for debugging in PHP. We can see the variable values in human-readable form on the console and can find errors in case there are issues due to variables incorrect values.

Read More
November 4, 2019 Web Development

Bootstrap Templates, Grid System and Media-queries

November 4, 2019 Web Development
Post Views: 3,016
| By Webner

Bootstrap Templates, Grid System and Media-queries What is Bootstrap? Bootstrap is a powerful toolkit. It is a set of HTML, CSS, and JavaScript tools for making and building websites and internet applications. It is a free and open-source project, hosted

Read More
October 31, 2019 PHP Frameworks

Collections in C#

October 31, 2019 PHP Frameworks
Post Views: 3,282
| By Webner

Collections in C# Arrays Arrays are useful for creating and working with a fixed number of strongly typed objects. Problem with Arrays: 1. Fixed length 2. Insert similar data type elements Collections Collections are used to create and manage groups

Read More

Posts pagination

«Previous Posts 1 … 51 52 53 54 55 … 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