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 20, 2017 Others (Technical) / PHP Frameworks

Configure PHPMYADMIN to connect to different servers

November 20, 2017 Others (Technical) / PHP Frameworks
Post Views: 5,465
| By Webner

Here are the steps to set up PHPMYADMIN to connect to database servers located at different ip addresses: 1. Open config.inc.php located in C:\xampp\phpMyAdmin directory in windows and located in /etc/phpmyadmin directory in Ubuntu. 2. Add the below written code

Read More
November 20, 2017 Others (Technical) / Web Development

Devextreme | Invoke Custom Loader on click of any button

November 20, 2017 Others (Technical) / Web Development
Post Views: 8,141
| By Webner

Invoke Inbuilt Custom Loader in Devextreme Mvc datagrid on ‘Save’ click from Insert popup. In Devextreme Mvc datagrid, I used the Popup mode for adding new data with the following way to make api controller call on Insert Action. Below

Read More
November 16, 2017 Database

MySql | Show only columns as rows which have specific value

November 16, 2017 Database
Post Views: 6,968
| By Webner

Sometimes, we want to show only those columns which have specific value. Let’s assume we have following table : In the above table, value of 1 in a column represents that corresponding service is provided by organization and 0 represents

Read More
November 15, 2017 Web Development

CakePHP | Get user profile information through Gmail API (2.2.0)

November 15, 2017 Web Development
Post Views: 6,433
| By Webner

Steps to extract user profile information through Gmail API (2.2.0) in CakePHP: 1. Set up developer test account inside google API developer console: Use https://console.developers.google.com/ link to open developer console. Add new project inside your developer console and enable the

Read More
November 15, 2017 Web Development

WordPress | How To Add Custom Color Picker in WordPress Custom Options Panel

November 15, 2017 Web Development
Post Views: 6,734
| By Webner

While building options panel in functions.php of your child-theme, we can create our custom color picker without using any plugins. We have to follow these steps and for this color picker : 1. Add Canvas <canvas id=”image_canvas” width=”246px” height=”210px”></canvas> 2 .

Read More
November 14, 2017 Salesforce

Salesforce | Roll back changes or delete unused classes/triggers from Production

November 14, 2017 Salesforce
Post Views: 5,736
| By Webner

There are two most common ways to revert your changes back to Salesforce sandbox from production: 1.) Force.com IDE 2.) Salesforce Migration tool (ANT) Using Force.com IDE : If you are already using force.com IDE then you can go for

Read More
November 13, 2017 Others (Technical) / Web Development

Some Useful Features from jquery and Html5

November 13, 2017 Others (Technical) / Web Development
Post Views: 4,688
| By Webner

1. Data attribute : This is the new attribute in html5. Using data attribute we can store custom data in any of the html elements. Data attribute consists of a prefix “data-” and a unique name appended to the prefix.

Read More
November 13, 2017 PHP Frameworks

CakePHP | Date format translation using internationalization

November 13, 2017 PHP Frameworks
Post Views: 5,168
| By Webner

In Cakephp, To translate the application language into another, we use internationalization and localization. To display the correct translated date string on change of locale, we need to use right classes. use Cake\I18n\I18n; use Cake\I18n\Time; I18n::Locale(‘es’’); // es locale is

Read More
November 10, 2017 eLearning

Moodle | Totara | Create bulk enrollments from command line

November 10, 2017 eLearning
Post Views: 3,800
| By Webner

1. Go Home ► Site administration ► Development ► Debugging and set Debug messages with “DEVELOPER: extra debug messages for developers”. 2. Create a testcourse.bash file in root directory with : for i in {1..100} do var=”Course_from_script_$i” echo $var php

Read More

Posts pagination

«Previous Posts 1 … 95 96 97 98 99 … 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