Explain Codes LogoExplain Codes Logo

Best Articles — Page 369

How to prevent Bootstrap Modal from disappearing when clicking outside or pressing escape?

html
modal
user-experience
javascript

How to center image horizontally within a `div` element?

html
flexbox
centering
css-classes

Javascript: How can I generate formatted easy-to-read JSON straight from an object?

javascript
json-stringify
replacer-function
web-development

Maven is not working in Java 8 when Javadoc tags are incomplete

java
javadoc
maven
doclint

How to find an available port?

java
port-allocation
exception-handling
security

How to tell Jackson to ignore a field during serialization if its value is null?

java
json-serialization
objectmapper
custom-serializer

How to add new elements to an array?

java
array-manipulation
best-practices
performance

How to style readonly attribute with CSS?

html
css
readonly
browser-compatibility

How to fallback to local stylesheet (not script) if CDN fails

javascript
fallback
stylesheets
error-handling

Getting rid of bullet points from <ul>

html
css
debugging
best-practices

Connecting to TCP Socket from browser using javascript

javascript
websockets
tcp-sockets
chrome-api

How can I list all foreign keys referencing a given table in SQL Server?

sql
foreign-keys
referential-integrity
database-scripts

How to get the difference between two arrays in JavaScript?

javascript
array-difference
filter
lodash

Open an .html file with default browser using Bash on Mac

html
bash
macos
web-development

Generate class from database table

sql
class-generation
schema-joins
dataannotations

Why does JPA have a @Transient annotation?

java
transient
persistence
best-practices
transient
persistence
best-practices

Typeerror: p.easing[this.easing] is not a function

javascript
jquery
easing
debugging

Flexbox not giving equal width to elements

html
flexbox
responsive-design
css
flexbox
responsive-design
css

Java equivalent to #region in C#

java
code-folding
ide-shortcuts
readability
code-folding
ide-shortcuts
readability

What's the difference between disabled="disabled" and readonly="readonly" for HTML form input fields?

html
form-handling
user-experience
input-fields