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

Javascript | How to lighten a color by some percentage

November 28, 2017 Web Development
Post Views: 5,389
| By Webner

We can lighten any color using a custom javascript function: function shadeColor(color, percent) { var R = parseInt(color.substring(1,3),16); var G = parseInt(color.substring(3,5),16); var B = parseInt(color.substring(5,7),16); R = parseInt(R * (100 + percent) / 100); G = parseInt(G * (100

Read More
November 28, 2017 Salesforce

Salesforce Email to Case

November 28, 2017 Salesforce
Post Views: 6,070
| By Webner

Email to case is a standard feature in Salesforce that allows creating a case in Salesforce directly from an email. First step is to generate the email address in salesforce that needs to receive emails that should be converted into cases.

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

Allow WordPress to Duplicate Page or Post

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

In WordPress, sometimes a situation occurs when we need to recreate a page with very similar content or design of another page. Then instead of recreating a page from scratch we can duplicate or clone a page and can modify

Read More
November 27, 2017 Web Development

Captivate | Remove strange captivate icon from text

November 27, 2017 Web Development
Post Views: 4,552
| By Webner

We had faced an issue of captivate icon displaying in quiz question while viewing it in browser : We can resolve this issue by using these two alternative methods : 1. First way is if we give equivalent space around

Read More
November 21, 2017 Web Development

WordPress | Using PHP Session

November 21, 2017 Web Development
Post Views: 5,753
| By Webner

Many times it may happen that you create session variables in a particular code of the WordPress site and you are not able to access that session variable in any other part of the site except in your custom code.

Read More
November 21, 2017 eLearning

Moodle | Steps to create a custom theme

November 21, 2017 eLearning
Post Views: 5,695
| By Webner

In moodle we can create new theme using existing theme and customise them according to user requirements. We can create new theme from scratch or by using existing theme. We can customize their front page, course page and activity pages

Read More
November 21, 2017 Others (Technical)

Safari | Error: Missing CSRF token cookie

November 21, 2017 Others (Technical)
Post Views: 8,288
| By Webner

Error : Missing CSRF token cookie Failed to load resource : the server responded with a status of 403 (Forbidden) on “SAFARI” Solution : This error occured when I opened a website in safari browser. This error shows because new

Read More
November 20, 2017 Salesforce

Salesforce | Handling View state problem

November 20, 2017 Salesforce
Post Views: 5,336
| By Webner

Display more than 10,000 records by Handling View state problem (only 132 kb data displayed on vf page). Problem statement : Displaying more than 50,000 records in the table. Solution : This issue has been resolved by pagination of the

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

Gravity Forms | ADF/XML format – notification getting html tags

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

ADF XML FORMAT ADF XML format stands for Auto-lead Data Format XML that is an automotive retailing industry standard data delivery format for import and export of automotive customer leads. This format is used as a way to format the

Read More

Posts pagination

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