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.
December 6, 2017 Web Development

Jquery | Display progress circle according to percentage

December 6, 2017 Web Development
Post Views: 11,628
| By Webner

Display Progress Circle according to Percentage on Web page Sometimes, the requirement arises to display progress circle with the percentage value. For example : 1. Various social networking or professional websites depict the percentage of user profile completed with a

Read More
December 5, 2017 PHP Frameworks

Capture Screenshot of a Webpage from its URL in PHP

December 5, 2017 PHP Frameworks
Post Views: 8,506
| By Webner

Generally, Google PageSpeed Insights API is used to measure the performance of a web page but you can also use Google PageSpeed Insights API to get a screenshot of the website from URL. In this post, we will show you

Read More
December 5, 2017 Linux, Windows, Mac

Quick Parts in Ms-Word and Office 365

December 5, 2017 Linux, Windows, Mac
Post Views: 8,853
| By Webner

Quick Parts This feature is available in Ms-Word and Office 365 and it helps the user to set a shortcut of the content which user usually types every day so instead of typing, again and again, the same thing user

Read More
December 4, 2017 Web Development

Assure vs Ensure vs Insure

December 4, 2017 Web Development
Post Views: 6,926
| By Webner

In insurance which one is the right word when it comes to Assure vs Insure?  When you want to make something certain which one do you pick from Assure vs Ensure? It can get confusing, right? Here’s some help in this

Read More
November 30, 2017 Web Development

Postgres | Function to remove HTML tags from text

November 30, 2017 Web Development
Post Views: 17,967
| By Webner

Problem : How to create a function in Postgres that will remove HTML tags from a piece of text? Solution : Create function in postgres : CREATE OR REPLACE FUNCTION strip_tags(TEXT) RETURNS TEXT AS $$ SELECT regexp_replace($1, ‘<[^>]*>’, ”, ‘g’)

Read More
November 29, 2017 Others (Technical)

Customizing TinyMCE Editor

November 29, 2017 Others (Technical)
Post Views: 6,039
| By Webner

1.  Add your own CSS for Editor content. Content inside the editor will have its inline embedded CSS styling. Once you write any content inside editor it cannot contain any external CSS. If you want to write some content inside

Read More
November 28, 2017 Web Development

Javascript | How to lighten a color by some percentage

November 28, 2017 Web Development
Post Views: 5,471
| 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,149
| 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,237
| 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

Posts pagination

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