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

Some GrapesJS Editor Customization Tips

December 22, 2017 Web Development
Post Views: 15,707
| 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 20, 2017 Web Development

CSS | Some good practices

December 20, 2017 Web Development
Post Views: 4,990
| 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: 48,450
| 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: 5,782
| 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,402
| 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,594
| 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 11, 2017 Web Development

JQuery | Draggable conflict with Contenteditable

December 11, 2017 Web Development
Post Views: 7,172
| By Webner

JQuery Draggable function conflict with Contenteditable Dom attribute I am creating HTML editor in which I have the requirement to add an editable and draggable div. I have applied both the properties to the div: draggable and Contenteditable, but only

Read More
December 7, 2017 Web Development

Wordprerss | Upload SVG or other files in Media Library

December 7, 2017 Web Development
Post Views: 5,088
| 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,533
| 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

Posts pagination

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