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

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

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

November 15, 2017 Web Development
Post Views: 6,266
| 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,559
| 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 13, 2017 Others (Technical) / Web Development

Some Useful Features from jquery and Html5

November 13, 2017 Others (Technical) / Web Development
Post Views: 4,550
| 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 7, 2017 Web Development

MySql Multi-table Join Query using Cakephp 3

November 7, 2017 Web Development
Post Views: 6,180
| 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,121
| 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: 9,771
| 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
October 24, 2017 Web Development

Jquery | $ is not defined – Solving JQuery Conflict

October 24, 2017 Web Development
Post Views: 7,497
| By Webner

Due to some project requirements sometimes we need to load multiple versions of jquery (not recommended). As most of the jquery library uses $ as an alias name for jQuery, therefore only $ of last library loaded into page works

Read More
September 19, 2017 Web Development

WordPress | Building custom wordpress theme options panel

September 19, 2017 Web Development
Post Views: 4,634
| By Webner

With each theme we install, we get its default options panel that provides settings for the theme like color etc. But sometimes there can be a requirement of some more options that are not already in theme’s options panel.  So,

Read More

Posts pagination

«Previous Posts 1 … 44 45 46 47 48 … 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