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

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

November 15, 2017 Web Development
Post Views: 6,207
| 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,497
| 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,486
| 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,128
| 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,040
| 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,691
| 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,432
| 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,576
| 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
September 18, 2017 Web Development

Integrate Google Analytics with website

September 18, 2017 Web Development
Post Views: 4,394
| By Webner

How to integrate Google Analytics with website and enable settings in Google Analytics for tracking various user activities on the website. When we want to monitor visitors’ activity on our website in Google Analytics for that we need to add

Read More

Posts pagination

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