Explain Codes LogoExplain Codes Logo

Best Articles — Page 35

How to get the user input in Java?

java
input-methods
scanner-class
user-input

# Why use definition lists (DL,DD,DT) tags for HTML forms instead of tables? #

html
semantic-html
accessibility-standards
responsive-design

Does Java 8 provide a good way to repeat a value or function?

java
stream-engineering
java-8
functions

Base64 encoded images in email signatures

html
email-signatures
base64-encoding
image-embedding

Android adding simple animations while setvisibility(View.GONE)

java
animation-engineering
view-visibility
transition-management

Table overflowing outside of div

html
responsive-design
css
table-layout

Center Align on a Absolutely Positioned Div

html
responsive-design
css
best-practices

How to make Bootstrap cards the same height in card-columns?

html
responsive-design
best-practices
flexbox

Cypress: Test if element does not exist

javascript
async-operations
test-automation
cypress

Angular 2 Checkbox Two-Way Data Binding

javascript
two-way-data-binding
angular-2
checkbox

How to close <img> tag properly?

html
best-practices
responsive-design
html5-validation

Disable validation of HTML form elements

html
form-validation
javascript
browser-validation

How do you read a file into a list in Python?

python
file-reading
memory-management
list-comprehensions

How to use regex in String.contains() method in Java

java
regex
string-methods
pattern-quote

What is the difference between IFNULL and COALESCE in MySQL?

sql
best-practices
performance
join

Trigger event when user scroll to specific element - with jQuery

javascript
event-listening
scrolling
jquery

Converting datetime.date to UTC timestamp in Python

python
datetime
timestamp
utc

Difference between overflow-wrap and word-break?

css
responsive-design
best-practices
cross-browser-compatibility

Difference between Spring @Controller and @RestController annotation

java
spring
annotation
restful-services

Selecting and manipulating CSS pseudo-elements such as ::before and ::after using javascript (or jQuery)

javascript
prompt-engineering
functions
callbacks