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 14, 2017 Salesforce

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

November 14, 2017 Salesforce
Post Views: 5,906
| 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,848
| 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,383
| 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,935
| 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,421
| 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,604
| 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,267
| 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
November 1, 2017 Linux, Windows, Mac

SSL certificate problem: unable to get local issuer certificate

November 1, 2017 Linux, Windows, Mac
Post Views: 6,624
| By Webner

Problem : Error comes when trying to use https with url on xampp server, error “SSL certificate problem: unable to get local issuer certificate”. Solutions: you need to follow below mentioned steps: 1. Stop apache service from xampp control panel.

Read More
October 30, 2017 Linux, Windows, Mac

Upgrading Liquid files from 2.x.x to 3.x.x (on new machine)

October 30, 2017 Linux, Windows, Mac
Post Views: 4,055
| By Webner

Below are the steps to migrate liquid files from 2.x (old machine) to 3.x (new machine) Command on old machine : # ft migrate 1. Migrate to this system 2. Migrate from this system 3. Cancel ? 2 This will

Read More

Posts pagination

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