Explain Codes LogoExplain Codes Logo

Best Articles — Page 377

What is the "right" JSON date format?

javascript
json
iso-8601
date-handling

Select data from date range between two dates

sql
date-range
between
performance

Most efficient way to create a zero filled JavaScript array?

javascript
array-initialization
performance
typed-arrays

2 Column Div Layout: Right Column With Fixed Width, Left Fluid

html
responsive-design
css-grid
media-queries

Local Storage vs Cookies

javascript
local-storage
cookies
web-apps

Styling an input type="file" button

html
file-input
css-pseudo-elements
accessibility

How to do if-else in Thymeleaf?

html
thymeleaf
conditional-rendering
spring-security

How to use HTML Agility pack

html
html-agility-pack
xpath
error-handling

Html 5: Is it <br>, <br/>, or <br />?

html
void-elements
backwards-compatibility
markup-validation

How do I make a div full screen?

html
fullscreen-api
responsive-design
css

What does <meta http-equiv="X-UA-Compatible" content="IE=edge"> do?

html
meta-tags
responsive-design
best-practices

How do I get the current time?

python
datetime
pytz
utc

Make a negative number positive

java
math-abs
biginteger
ternary-operator

Convert list to array in Java

java
toarray
concurrency
autoboxing

How to convert a byte array to a hex string in Java?

java
byte-array
hex-string
performance

What does the "yield" keyword do in Python?

python
yield
generators
itertools

Html5 Video // Completely Hide Controls

html
video-controls
accessibility
custom-controls

I am getting an "Invalid Host header" message when connecting to webpack-dev-server remotely

javascript
webpack
dev-server
remote-access

How do I make the method return type generic?

java
generics
type-safety
method-overloading

Generate random string/characters in JavaScript

javascript
random-string
crypto
best-practices