Explain Codes LogoExplain Codes Logo

Best Articles — Page 19

Select all contents of a textbox when it receives focus (Vanilla JS or jQuery)

javascript
event-handling
dom
vanilla-js

Invoking JavaScript code in an iframe from the parent page

javascript
iframe
cross-origin
web-development

How do I tell Spring Boot which main class to use for the executable jar?

java
spring-boot
maven
gradle

How to get VM arguments from inside of Java application?

java
runtime-management
jvm-arguments
system-properties

Getting binary (base64) data from HTML5 Canvas (readAsBinaryString)

javascript
data-uri
base64-data
canvas-api

Css3 100vh not constant in mobile browser

html
responsive-design
css
viewport-units

Unioning two tables with different number of columns

sql
union
data-types
sql-variants

Creating a CSS3 box-shadow on all sides but one

html
responsive-design
css
box-shadow

Event detect when css property changed using jQuery

javascript
event-listeners
css-properties
mutation-observer

String replacement in java, similar to a velocity template

java
string-replacement
template-engineering
java-8

Trigger Change event when the Input value changed programmatically?

javascript
event-dispatch
javascript-features
browser-compatibility

How do I disable a Pylint warning?

python
prompt-engineering
best-practices
tools

Replacements for Deprecated JPMS Modules with Java EE APIs

java
java-ee
jakarta-ee
maven-coordinates

How to check if all elements of a list match a condition?

python
generator-expressions
lazy-evaluation
best-practices

How to print a stack trace in Node.js?

javascript
prompt-engineering
functions
error-handling

Postgresql: Create schema in specific database

sql
database-management
schema-creation
postgresql

Sql: Capitalize First Letter Only

sql
string-manipulation
custom-functions
xml-and-nodes

Reference requirements.txt for the install_requires kwarg in setuptools setup.py file

python
setup
requirements
dependencies

How to add reference to a method parameter in Javadoc?

java
javadoc
best-practices
documentation

How to remove unique key from MySQL table

sql
database-backup
index-operations
sql-queries