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

Category: Web Development

June 5, 2017 Java Frameworks / PHP Frameworks / Web Development

What is Ajax? How to send the request using different Jquery methods?

June 5, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 4,601
| By Webner

What is Ajax? How to send the request using different Jquery methods? Ajax: Ajax stands for Asynchronous JavaScript and XML. Ajax is a technique for creating fast and dynamic web pages. Ajax allows web pages to be updated asynchronously by

Read More
June 2, 2017 Linux, Windows, Mac / Web Development

Images, Content, scrolling and some other functions not working in Google Chrome (Windows)

June 2, 2017 Linux, Windows, Mac / Web Development
Post Views: 5,198
| By Webner

Problem: I was facing an issue from the last couple of weeks that the images, content, scrolling and some functions were not working in my browser while testing applications but if I try it with going incognito everything looks great.

Read More
June 2, 2017 PHP Frameworks / Web Development

Application Structure comparison between Laravel and Cakephp 3.x

June 2, 2017 PHP Frameworks / Web Development
Post Views: 4,380
| By Webner

Cakephp and Laravel are MVC frameworks for php. Both frameworks have totally different application structure. In the following document I have described all the important folders and their respective locations in Cakephp and Laravel (project_name is the root folder of

Read More
May 31, 2017 PHP Frameworks / Web Development

Moodle/Totara | Different ways to enable/disable maintenance mode

May 31, 2017 PHP Frameworks / Web Development
Post Views: 8,319
| By Webner

There are multiple ways to enable/disable maintenance mode in Moodle. From UI Enable Maintenance Mode: * Go to the Site Administration. * Click on Server. * Click on Maintenance Mode option: * On the next screen: Maintenance mode ->Select “Enable”

Read More
May 31, 2017 Web Development

Diagnosing the exception: System.Data.entity.Internal.appConfig threw an Exception

May 31, 2017 Web Development
Post Views: 5,400
| By Webner

‘System.Data.entity.Internal.appConfig’ exception generally arises from your configuration file like web.config file due to some conflicting statements. I faced this error during login process: During debugging I found that this error was thrown to me at the step of entity framework

Read More
May 31, 2017 Web Development

Database indexes | How to decide on which columns to create database indexes?

May 31, 2017 Web Development
Post Views: 4,253
| By Webner

Columns that are used for filtering or joining should have indexes on them. An index is a specific data structure that organizes data in such a way that it is much faster for database management system to look up the

Read More
May 31, 2017 PHP Frameworks / Web Development

WordPress | How To change login (wp-admin) page css in WordPress

May 31, 2017 PHP Frameworks / Web Development
Post Views: 4,224
| By Webner

In wordpress, we can also change the appearance of wp-login page. There are so many plugins available for this purpose like Alter – White Label WordPress plugin. We can change the appearance of wp-login page through this plugin like I

Read More
May 30, 2017 Cloud / Database / Linux, Windows, Mac / Web Development

How to create AWS OpsWorks Stack

May 30, 2017 Cloud / Database / Linux, Windows, Mac / Web Development
Post Views: 6,649
| By Webner

Purpose is to automate most of recurring processes like creating user, installing application (apache, apache-tomcat, mysql-server …etc), and modifying security file to hardening Linux machines in AWS environment. 1. Click AWS OpsWorks option from AWS console panel: 2. Now click

Read More
May 29, 2017 PHP Frameworks / Web Development

CakePHP | Send Email using SMTP in cakephp 3

May 29, 2017 PHP Frameworks / Web Development
Post Views: 14,355
| By Webner

1. Open config/app.php file inside your project and then modify the default email configuration and setup your SMTP account there: ‘EmailTransport’ => [ ‘default’ => [ ‘className’ => ‘SMTP’, // The following keys are used in SMTP transports ‘host’ =>

Read More

Posts pagination

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