Explain Codes LogoExplain Codes Logo

Best Articles — Page 48

'dragleave' of parent element fires when dragging over children elements

javascript
event-delegation
drag-and-drop
event-handling

Refresh/reload the content in Div using jquery/ajax

javascript
ajax
jquery
promises

How to rethrow the same exception in SQL Server

sql
error-handling
try-catch
transactions

Why do we always prefer using parameters in SQL statements?

sql
parameterized-queries
sql-injection
stored-procedures

Trim is not a recognized built-in function name

sql
functions
best-practices
database-management

How to prevent inline-block divs from wrapping?

html
responsive-design
css
layout

Is it wrong to place the

html
responsive-design
performance
best-practices

Jquery Popup Bubble/Tooltip

javascript
prompt-engineering
responsive-design
best-practices

How to set the thumbnail image on HTML5 video?

html
responsive-design
lazy-loading
meta-tags

How can I rename a conda environment?

python
conda
environment-management
renaming-environment

Permutations in JavaScript?

javascript
promises
generator-functions
performance

How to resize Twitter Bootstrap modal dynamically based on the content

html
responsive-design
css
javascript

Prevent a flex item's height from expanding to match other flex items

html
responsive-design
css
flexbox

Difference between RESTRICT and NO ACTION

sql
foreign-key-constraints
database-design
transactional-integrity

Passing a String by Reference in Java?

java
pass-by-reference
string-immutable
string-builder

Drop FUNCTION without knowing the number/type of parameters?

sql
drop-function
plpgsql
database-integrity

Mysql offset infinite rows

sql
offset-engineering
performance
best-practices

How to make this illumination effect with CSS

css
responsive-design
performance
best-practices

Doing a WHERE .. IN subquery in Doctrine 2

doctrine
subqueries
dql-queries
doctrine-orm

Django order_by query set, ascending and descending

python
django
queryset
ordering