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: PHP Frameworks

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

Jquery : Filter array by applying AND & OR logic on checkboxes

June 13, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 6,053
| By Webner

In one of our projects we have multiple groups of checkboxes and corresponding divs with id as checkbox label. Now we want our checkboxes to perform AND and OR logic . For Example: <html> <div id=”_Java_less than 1500_Basic_Dennis Ritchie” class=”6″

Read More
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,156
| 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 PHP Frameworks / Web Development

Application Structure comparison between Laravel and Cakephp 3.x

June 2, 2017 PHP Frameworks / Web Development
Post Views: 3,893
| 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: 7,412
| 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 PHP Frameworks / Web Development

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

May 31, 2017 PHP Frameworks / Web Development
Post Views: 3,734
| 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 29, 2017 PHP Frameworks / Web Development

CakePHP | Send Email using SMTP in cakephp 3

May 29, 2017 PHP Frameworks / Web Development
Post Views: 13,651
| 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
May 24, 2017 PHP Frameworks

Cakephp 3.0 | Methods to get base and application url

May 24, 2017 PHP Frameworks
Post Views: 6,409
| By Webner

In cakephp we do not need to set hard coded relative paths.There are methods by calling which we can build the url dynamically. use Cake\Routing\Router; To get the base url use Router::fullBaseUrl(); => http://localhost //Output To get the Application Url

Read More
May 23, 2017 Mobile / PHP Frameworks / Salesforce / Web Development / Zoho

PHP | Send mail through Gmail SMTP server and phpmailer

May 23, 2017 Mobile / PHP Frameworks / Salesforce / Web Development / Zoho
Post Views: 6,298
| By Webner

We have mail() function to send emails in PHP. It uses built in sendmail command that uses local mail server to send emails. PHPMailer, on the other hand, is very different. Rather than relying on sendmail, it communicates directly with

Read More
May 9, 2017 Database / PHP Frameworks / Web Development

Couple of different ways to rename table name through UI in phpmyadmin

May 9, 2017 Database / PHP Frameworks / Web Development
Post Views: 5,276
| By Webner

First method: 1. Click on the database (from list of databases on the phpMyAdmin home screen) in which you want to rename table name. 2. You will see a list of tables on click of the database. 3. Select the

Read More

Posts pagination

«Previous Posts 1 … 12 13 14 15 16 … 30 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