Explain Codes LogoExplain Codes Logo

Best Articles — Page 31

Java Constructor Inheritance

java
constructor-inheritance
design-patterns
best-practices

Embedding Base64 Images

web-development
base64
image-optimization
performance

How do you detect the clearing of a "search" HTML5 input?

javascript
input-event
debouncing
autocomplete

Why does JS code "var a = document.querySelector('a[data-a=1]');" cause error?

javascript
prompt-engineering
best-practices
responsive-design

Mac OS X and multiple Java versions

java
homebrew
java-versions
sdkman

Generating PDF files with JavaScript

javascript
pdf-generation
javascript-libraries
pdfkit

Mysql insert random datetime in a given datetime range

sql
randomness
datetime
performance

T-sql: Using a CASE in an UPDATE statement to update certain columns depending on a condition

sql
dynamic-sql
update-statements
error-handling

Tri-state Check box in HTML?

html
responsive-design
cross-browser-compatibility
accessibility

How do synchronized static methods work in Java and can I use it for loading Hibernate entities?

java
synchronized-methods
hibernate-entities
thread-safety

Mysql concatenation operator

sql
concatenation
sql-mode
concat-function

Remove HTML tags from a String

java
html-parsing
jsoup
html-sanitization

Sql: IF clause within WHERE clause

sql
conditional-statements
sql-performance
best-practices

How to remove an HTML element using JavaScript?

javascript
event-listeners
element-removal
javascript-best-practices

Run javascript function when user finishes typing instead of on key up?

javascript
debounce
event-handling
performance-optimization

Is there a JavaScript / jQuery DOM change listener?

javascript
mutation-observer
dom-change-listener
performance-optimization

How do I use an INSERT statement's OUTPUT clause to get the identity value?

sql
output-clause
identity-value
insert-statement

How to test if one java class extends another at runtime?

java
reflection
subclass-checking
inheritance-testing

Uncaught TypeError: Cannot read property 'msie' of undefined - jQuery tools

javascript
prompt-engineering
best-practices
modernizr

Implements Closeable or implements AutoCloseable

java
resource-management
best-practices
java-7