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 18, 2019 PHP Frameworks

Validation vs. Application Rules In CakePHP

November 18, 2019 PHP Frameworks
Post Views: 6,463
| 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,636
| 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,625
| 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,579
| 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,546
| 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,226
| 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,494
| 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
October 25, 2019 Web Development

Authorization Attribute Validation Issue

October 25, 2019 Web Development
Post Views: 3,326
| By Webner

Authorization attribute validation Issue: 404 status code is returned instead of 401 status code In my application, I was using an API service to be used by external applications, where I needed to implement the authorization of valid requests by

Read More
October 23, 2019 PHP Frameworks / Web Development

Progress Bar Using AJAX/PHP

October 23, 2019 PHP Frameworks / Web Development
Post Views: 4,777
| By Webner

Progress Bar For Large Uploads Using AJAX/PHP Problem: When large files are being uploaded, a server at the back takes time to upload the same file. Users have to wait irrespective of knowing, whether the file is even being uploaded

Read More

Posts pagination

«Previous Posts 1 … 53 54 55 56 57 … 174 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