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 8, 2017 eLearning

Create custom scheduled task in Totara

December 8, 2017 eLearning
Post Views: 4,526
| By Webner

How to create custom scheduled task in Totara using code in the custom plugin Scheduled tasks are very useful if we want to perform anything in the background. Here I am going to explain the steps to create a custom

Read More
December 7, 2017 Web Development

Wordprerss | Upload SVG or other files in Media Library

December 7, 2017 Web Development
Post Views: 5,303
| By Webner

In WordPress, by default svg type of files are not permitted to upload. So in order to upload the SVG files to WordPress media library, we will need to add following code to child theme’s functions.php file: //To allow svg

Read More
December 7, 2017 Web Development

Asp.NET | Adding New table Mapping to .edmx file manually

December 7, 2017 Web Development
Post Views: 27,923
| By Webner

Asp.NET: Adding New table Mapping to Existing entity framework Designer .edmx manually from Xml View As we know that .edmx designer entity framework mapping is generated either from ‘Database First Approach’ or from ‘Model First Approach’ (in case  ‘Code First

Read More
December 6, 2017 Web Development

Jquery | Display progress circle according to percentage

December 6, 2017 Web Development
Post Views: 11,530
| 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,400
| 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,707
| 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,830
| 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,697
| 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: 5,964
| 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

Posts pagination

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