Explain Codes LogoExplain Codes Logo

Best Articles — Page 108

Update if different/changed

sql
update-optimization
sql-optimization-techniques
database-performance

What is the difference between a stored procedure and a view?

sql
views
stored-procedures
database-performance

Dom element to corresponding Vue.js component

javascript
vuejs
dom
refs

Detect URLs in text with JavaScript

javascript
prompt-engineering
functions
callbacks

Multiple SQL statements in one roundtrip using Dapper.NET

sql
database-operations
dapper-net
query-multiple

How to add and remove classes in Javascript without jQuery

javascript
class-list
browser-adaptation
polyfills

What's the difference between select_related and prefetch_related in Django ORM?

django
orm
database-queries
performance-optimization

In Chrome 55, prevent showing Download button for HTML 5 video

html
responsive-design
best-practices
web-development

How to Customize the time format for Python logging?

python
logging
configuration
best-practices

Determine whether integer is between two other integers

python
best-practices
performance
functions

Imitating a blink tag with CSS3 animations

html
css3-animations
responsive-design
performance

Jquery.click() vs onClick

javascript
event-delegation
performance
best-practices

Bootstrap Dropdown with Hover

html
responsive-design
best-practices
accessibility-awareness

Java Interfaces/Implementation naming convention

java
best-practices
design-patterns
naming-conventions

How to allow http content within an iframe on an https site

web-development
content-security-policy
https-proxy
iframe-security

How to apply a style to an embedded SVG?

html
svg-styling
javascript
css

Is there a max size to the length of a hidden input in HTML?

html
form-engineering
browser-inconsistencies
data-security

Sql Server - How to lock a table until a stored procedure finishes

sql
lock-escalation
deadlocks
transaction-management

How to change scroll bar position with CSS?

html
responsive-design
css
scrollbar

How do I get just the date when using MSSQL GetDate()?

sql
date-extraction
datetime
sql-server