Explain Codes LogoExplain Codes Logo

Best Articles — Page 143

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

Convert blob to base64

javascript
async-programming
blob-conversion
base64

Static variables in JavaScript

javascript
static-variables
es6-classes
closure

How to enable or disable an anchor using jQuery?

javascript
event-handling
jquery
ui-design

What is a Python equivalent of PHP's var_dump()?

python
debugging
variable-inspection
data-detection

Open() in Python does not create a file if it doesn't exist

python
file-io
context-managers
error-handling

Ora-12560: TNS:protocol adapter error

sql
ora-12560
tns-protocol-error
oracle-services

How to send an email with Gmail as provider using Python?

python
email
smtplib
gmail-api

How can I trigger a Bootstrap modal programmatically?

javascript
modal-programming
bootstrap-modal
javascript-events

@uniqueconstraint annotation in Java

java
unique-constraint
annotation
jpa

Creating new database from a backup of another Database on the same server?

sql
backup
restore
database

Is there a list of Pytz Timezones?

python
datetime
timezone
pytz

Html5 Audio stop function

html
responsive-design
performance
best-practices