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

Add floating buttons with simple HTML and CSS

December 20, 2017 Web Development
Post Views: 48,991
| 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,992
| 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,555
| 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,765
| 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,655
| 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
December 14, 2017 Salesforce

Salesforce | Change Visibility of several fields of an object

December 14, 2017 Salesforce
Post Views: 5,844
| By Webner

Problem: Change Visibility of several fields of an object. Need: One example is when a package is deployed to another org then the visibility of the fields can be different than expected which affects the functionality. Solution: Since editing each

Read More
December 13, 2017 Others (General)

Tips about time management when you have a lot to do at work

December 13, 2017 Others (General)
Post Views: 4,643
| By Webner

“A stitch in time saves nine “ This famous proverb holds absolutely true when it comes to software developers for we waste a lot of time in correcting things which show up because of lack of time as we have

Read More
December 12, 2017 PHP Frameworks

Eclipse | Enable Php Support for extra features

December 12, 2017 PHP Frameworks
Post Views: 4,821
| By Webner

In Eclipse (Luna Service Release 2 (4.4.2), jump to method definition is available for Java and other languages. But sometimes, it gets disabled for PHP. For example ,if eclipse crashes. So to enable this, first you have to select the

Read More
December 11, 2017 Web Development

JQuery | Draggable conflict with Contenteditable

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

Posts pagination

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