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 15, 2017 Web Development

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

November 15, 2017 Web Development
Post Views: 6,617
| 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,890
| 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,815
| 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,772
| 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,267
| 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,874
| 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
November 7, 2017 Web Development

MySql Multi-table Join Query using Cakephp 3

November 7, 2017 Web Development
Post Views: 6,361
| By Webner

Below is a mysql query joining three tables. SELECT c.course_path, t.sf_name FROM courses c JOIN modules m ON c.id = m.course_id JOIN topics t ON m.id = t.module_id WHERE t.topic_name = ‘test_topic’. This Query will return Course_path and Sf_name from

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

How to create Subscriptions in cybersource Payment Gateway

November 6, 2017 Others (Technical) / Web Development
Post Views: 7,473
| By Webner

Basically subscription in Cybersource is the customer profile that holds its details like customer details, billing and shipping details, customer payment information like card type, expiration date, account number etc. We have to pass all these details to Cybersource with

Read More
November 6, 2017 Web Development

How to change wordpress multisite Subdomain to subdirectory

November 6, 2017 Web Development
Post Views: 10,113
| By Webner

In a project I was working on WordPress multisites run on subdomains and we wanted to change multisite subdomains to subdirectory path like this: www.test.domain.com to www.domain.com/test. Following steps are needed to follow for converting the subdomain to subdirectory URL

Read More

Posts pagination

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