Explain Codes LogoExplain Codes Logo

Best Articles — Page 112

Delay HTML5 :invalid pseudo-class until the first event

html
responsive-design
best-practices
form-validation

How to set radio button status with JavaScript

javascript
dom-manipulation
radio-button
javascript-best-practices

Is it possible to read from a InputStream with a timeout?

java
io-operations
timeout-handling
non-blocking-io

Disable a link in Bootstrap

html
responsive-design
best-practices
accessibility

How to know if other threads have finished?

java
concurrency
threading
best-practices

Mysql "NOT IN" query

sql
join
best-practices
performance

My inline-block elements are not lining up properly

html
responsive-design
css-reset
flexbox

How to read data in Google Colab from my Google drive?

python
pandas
dataframe
google-colab

Sort the rows according to the order specified in WHERE IN clause

sql
case-statements
sql-sorting
custom-order

What is "require" in JavaScript and NodeJS?

javascript
module-system
require-function
nodejs

How do I set the figure title and axes labels font size?

python
matplotlib
font-size
customization

How to Remove the Dotted Line Around the Clicked a Element in HTML

html
responsive-design
css-transitions
accessibility-standards

Java code for getting current time

java
time-zones
java-8
best-practices

Best way to list files in Java, sorted by Date Modified?

java
file-io
sorting
performance-optimization

Styling Form with Label above Inputs

html
responsive-design
best-practices
accessibility

:touch CSS pseudo-class or something similar?

html
responsive-design
css
javascript

In what situations would AJAX long/short polling be preferred over HTML5 WebSockets?

javascript
ajax
websockets
polling

How to include a PHP variable inside a MySQL statement

sql
sql-injection
prepared-statements
pdo

Change <br> height using CSS

html
responsive-design
css
styling

How to return a custom object from a Spring Data JPA GROUP BY query

java
dto
lombok
spring-data