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 26, 2017 Salesforce

Salesforce | SingleEmailMessage REST API and C# consumer

December 26, 2017 Salesforce
Post Views: 13,158
| By Webner

Creating Custom Email Rest API Apex class in Salesforce using SingleEmailMessage class and C# example code to consume the Api My web application was integrated with Salesforce and I had a requirement to use Salesforce as Email Client, but with a

Read More
December 22, 2017 Web Development

Some GrapesJS Editor Customization Tips

December 22, 2017 Web Development
Post Views: 16,678
| By Webner

GrapesJS is an open-source, Web Builder Framework to build HTML templates without any knowledge of coding. Some tips for customizing GrapesJS Editor: 1. To add custom blocks in block manager. Add this code to block manager json with other blocks:

Read More
December 21, 2017 Salesforce

Salesforce | Convert API only User to Normal User using Data Loader

December 21, 2017 Salesforce
Post Views: 5,381
| By Webner

By mistake if you have only 1 userid and you change that also to API only, then you cannot login to Salesforce. In this case how to convert Salesforce “API only” User to “Normal” User using Data Loader? Salesforce API

Read More
December 20, 2017 Web Development

CSS | Some good practices

December 20, 2017 Web Development
Post Views: 5,330
| By Webner

Below are some CSS best practices that every developer and designer should follow to write better code. Reset user agent stylesheet or default styling of the browser : There are default CSS properties in website pages that come from “user

Read More
December 20, 2017 Web Development

Add floating buttons with simple HTML and CSS

December 20, 2017 Web Development
Post Views: 49,321
| By Webner

Add float button with CSS and html without using any external library with on hover show/hide effect. Mostly people use third party plugins or complex and unnecessary long css to add floating buttons, but we can create the same button

Read More
December 19, 2017 Others (Technical) / Web Development

Document Spring based Restful API using Swagger

December 19, 2017 Others (Technical) / Web Development
Post Views: 6,146
| By Webner

Swagger is a very powerful tool to generate documentation of your Rest based web services API containing Spring annotations. You don’t need to add any type of comments to your code to generate documentation. It will pick the Spring annotations

Read More
December 18, 2017 Web Development

Postgres | Function to remove HTML tags from text

December 18, 2017 Web Development
Post Views: 4,698
| 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’) $$ LANGUAGE

Read More
December 18, 2017 Web Development

Dynamic CSS | How to start your project in SCSS

December 18, 2017 Web Development
Post Views: 3,877
| By Webner

Before understanding how to maintain or start a project in SCSS we should understand what is SCSS and why it is used? SCSS is a special type of file for SASS, a program written in Ruby that assembles CSS style

Read More
December 15, 2017 Linux, Windows, Mac

Migrate AWS EC2 machine using Snapshot Sharing

December 15, 2017 Linux, Windows, Mac
Post Views: 5,815
| By Webner

How to migrate an EC2-machine from one AWS account to another aws account? Solution: To migrate EC2 machine, there are following main steps:  Create Snapshot of the existing machine drives.  Migrate the EC2 machine.  Upgrade/downgrade migrated machine configuration. Step 1: Create

Read More

Posts pagination

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