Explain Codes LogoExplain Codes Logo

Best Articles — Page 204

Jquery: Return data after ajax call success

javascript
promises
callbacks
async-await

Using IF ELSE statement based on Count to execute different Insert statements

sql
best-practices
performance
functions

Alter TABLE without locking the table?

sql
database-migration
schema-change
online-ddl

How to add google chrome omnibox-search support for your site?

web-development
autocomplete
search-engine-optimization
open-search-xml

Change values in array when doing foreach

javascript
prompt-engineering
functions
callbacks

How to embed a PDF viewer in a page?

web-development
responsive-design
pdf-viewer
cross-browser

How to pick the element inside an iframe using document.getElementById

web-development
dom-hierarchy
iframe-access
cross-browser-compatibility

Change Bootstrap input focus blue glow

html
responsive-design
css
bootstrap

How to make a div fill the remaining horizontal space?

html
responsive-design
css
layout

How to quit a Java app from within the program

java
shutdown-hooks
resource-management
thread-management

Select NOT IN multiple columns

sql
join
performance
best-practices

Should I always use a parallel stream when possible?

java
parallel-streams
thread-safety
performance-optimization

Css content generation before or after 'input' elements

html
responsive-design
best-practices
css

How to get CSS to select ID that begins with a string (not in Javascript)?

html
css-selectors
attribute-selectors
css-best-practices

Mysql incorrect key file for tmp table when making multiple joins

sql
tmp-table
mysql-configuration
performance-optimization

What does 'var that = this;' mean in JavaScript?

javascript
javascript-best-practices
javascript-advanced
javascript-closures

Throw checked Exceptions from mocks with Mockito

java
mockito
exception-handling
test-automation

Decode Base64 data in Java

java
base64-decoding
java-8
base64-encoding

How do I get the parent directory in Python?

python
pathlib
object-oriented
intuitive

Flexbox and Internet Explorer 11 (display:flex in ?)

html
responsive-design
flexbox
polyfills