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

December 6, 2017 Web Development

Jquery | Display progress circle according to percentage

December 6, 2017 Web Development
Post Views: 11,287
| 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 4, 2017 Web Development

Assure vs Ensure vs Insure

December 4, 2017 Web Development
Post Views: 6,612
| 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,298
| 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 28, 2017 Web Development

Javascript | How to lighten a color by some percentage

November 28, 2017 Web Development
Post Views: 5,178
| 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 Others (Technical) / Web Development

Allow WordPress to Duplicate Page or Post

November 28, 2017 Others (Technical) / Web Development
Post Views: 3,993
| 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,399
| 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,527
| 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 20, 2017 Others (Technical) / Web Development

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

November 20, 2017 Others (Technical) / Web Development
Post Views: 7,894
| 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
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,786
| 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

Posts pagination

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