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

Tag: HTML

February 9, 2022 Web Development

WOPI based document editor for Office files

February 9, 2022 Web Development
Post Views: 6,704
| By Webner

WOPI based document editor for Office files WOPI (Web Application Open Platform Interface) protocol is Microsoft’s platform to integrate Office Online within your application. To make use of Wopi, you would require to become a member of the Office 365

Read More
December 23, 2021 Web Development

Drag and drop .url issue

December 23, 2021 Web Development
Post Views: 1,821
| By Webner

Chromium-based browsers (chrome and edge) recently produced issues related to drag and drop hyperlink HTML elements. I had a list of file names in the grid in my application and file names were created as hyperlink (<a></a>) elements which were

Read More
March 30, 2021 Web Development

Mvc c# : Exclude Enum values from DropDownListFor Html helper on .cshtml Page

March 30, 2021 Web Development
Post Views: 6,467
| By Webner

Suppose we have some enum type in c# as follows : enum Performance { None=-1, Dissatisfied=0, Below Average=1, Average =2, Good = 3, Excellent=4, } Consider some employee model with a given enum type property. public class EmployeePerformance{ public int

Read More
December 6, 2019 Web Development

XPath for Selenium Webdriver

December 6, 2019 Web Development
Post Views: 3,173
| By Webner

XPath XPath in simple terms is a way of finding an element(s) in an HTML DOM by giving its path. It is useful when name or id etc is not available to be directly used to find the element. The

Read More
June 13, 2019 Others (Technical) / Web Development

Clear HTML cache programmatically

June 13, 2019 Others (Technical) / Web Development
Post Views: 9,639
| By Webner

How to clear HTML cache programmatically HTML automatic caching is one of the popular features provided in HTML5 which makes the application page loading faster as the same page is not freshly loaded every time from the server. An issue

Read More
April 15, 2019 Linux, Windows, Mac / Others (Technical) / Web Development

How to create Bootstrap dropdowns in Bootstrap v4

April 15, 2019 Linux, Windows, Mac / Others (Technical) / Web Development
Post Views: 5,627
| By Webner

Creating Bootstrap dropdowns in Bootstrap v4 Dropdowns are used to display lists of links, names etc. Bootstrap dropdowns can be toggled by clicking on it. 1.Create a file with .html extension. 2.Include bootstrap css and js version 4 CDN link

Read More
October 23, 2018 Web Development

What is new in Bootstrap 4

October 23, 2018 Web Development
Post Views: 5,298
| By Webner

Introduction to Bootstrap 4 and what is new in it Bootstrap 4 final stable version was released on January 18th, 2018. There are lots of new changes in this version. 1) FlexBox Support:- Earlier Bootstrap’s layout was powered by float-based

Read More
August 9, 2018 Linux, Windows, Mac / PHP Frameworks / Web Development

PHP script scheduling without cron jobs

August 9, 2018 Linux, Windows, Mac / PHP Frameworks / Web Development
Post Views: 20,929
| By Webner

PHP script scheduling without cron job Sometimes a website built in php needs to schedule a script on daily or hourly basis – for example, Reminder Emails, Newsletter emails or Database backups to be taken automatically. Normally, these types of

Read More
May 29, 2018 Others (Technical) / Web Development

How to use Bootstrap pagination

May 29, 2018 Others (Technical) / Web Development
Post Views: 4,528
| By Webner

How to use Bootstrap pagination Steps to use Bootstrap pagination: 1. Create a simple html file. 2. Include bootstrap css and js CDN link in html file. Example : <!doctype html> <html lang=”en”>  <head>    <!– Required meta tags –>    <meta

Read More

Posts pagination

1 2 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