Explain Codes LogoExplain Codes Logo

Best Articles — Page 36

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

Getting the filenames of all files in a folder

java
file-management
file-system
java-8

Eclipse returns error message "Java was started but returned exit code=1"

java
eclipse-error
java-configuration
jvm-configuration

Convert java.time.LocalDate into java.util.Date type

java
date-conversion
time-zone
java-time-api

How to stop event propagation with an inline onclick attribute?

html
event-propagation
inline-onclick
cross-browser-compatibility

Extract column value based on another column in Pandas

python
dataframe
pandas
data-extraction

How to count instances of a character in a SQL column

sql
prompt-engineering
best-practices
performance

How do I use alias in where clause?

sql
subqueries
performance-optimization
sql-server

How can I remove the search bar and footer added by the jQuery DataTables plugin?

javascript
datatable
ui-customization
javascript-options

How to select the first element in the dropdown using jQuery?

javascript
jquery
javascript-quirks
event-handling

Stringutils.isblank() vs String.isEmpty()

java
best-practices
java-8
string-manipulation