Explain Codes LogoExplain Codes Logo

Best Articles — Page 133

Send message to specific client with socket.io and node.js

javascript
socket-engineering
node-js
redis

How can I with mysqli make a query with LIKE and get all results?

php
prepared-statements
sql-injection
mysql

Get next / previous element using JavaScript?

javascript
dom-manipulation
javascript-advanced
browser-quirks

Bulk insert, update if on conflict (bulk upsert) on Postgres

sql
bulk-insert
upsert
postgresql

Is there a CSS not equals selector?

html
responsive-design
css-selectors
browser-compatibility

Check if multiple strings exist in another string

python
functions
list-comprehensions
regular-expressions

Prevent contenteditable adding `` on ENTER - Chrome

javascript
prompt-engineering
contenteditable
preventdefault

Access Control Request Headers, is added to header in AJAX request with jQuery

javascript
cors
ajax
jquery

Pl/pgsql checking if a row exists

sql
performance
best-practices
database-optimization

How can I open multiple files using "with open" in Python?

python
file-management
error-handling
concurrency

Best way to include CSS? Why use @import?

html
responsive-design
performance
best-practices

How to make Regular expression into non-greedy?

javascript
regex
non-greedy
regular-expressions

Html text-overflow ellipsis detection

html
responsive-design
performance
best-practices

Pytest: assert almost equal

python
assertions
float-comparison
testing

Google Maps API v3: How to remove all markers?

javascript
google-maps-api
marker-management
performance-optimization

How to load JAR files dynamically at Runtime?

java
reflection
classloaders
dynamic-jar-loading

Client Checking file size using HTML5?

javascript
file-handling
html5
user-experience

Html5 - How to stream large .mp4 files?

html
responsive-design
performance
best-practices

How do I do multiple CASE WHEN conditions using SQL Server 2008?

sql
best-practices
join
case-statement

In Angular, how do you determine the active route?

javascript
angular
router
navigation