Explain Codes LogoExplain Codes Logo

Best Articles — Page 94

Database Naming Conventions by Microsoft?

sql
naming-conventions
readability
best-practices

Sql Server SELECT INTO @variable?

sql
table-variables
temporary-tables
data-manipulation

How to verify that a specific method was not called using Mockito?

java
mockito
unit-testing
method-verification

Detecting arrow key presses in JavaScript

javascript
key-events
browser-compatibility
default-actions

Sql- Ignore case while searching for a string

sql
case-insensitivity
collation
wildcards

How to get the first character of a string?

javascript
string-manipulation
unicode
browser-compatibility

Mysql: Update Field Only if Condition Is Met

sql
conditional-updates
case-statement
data-integrity

Prevent linebreak after </div>

html
css
layout
inline-block

What is a good Java library to zip/unzip files?

java
zip4j
file-compression
error-handling

How to exclude particular class name in CSS selector?

html
css
specificity
selectors

How to take a screenshot of a div with JavaScript?

javascript
html2canvas
promises
cross-browser

How to write lists inside a markdown table?

html
markdown
tables
html-tags

Css content property: is it possible to insert HTML instead of Text?

html
css
dom-manipulation
security

Extract file name from path, no matter what the os/path format

python
filename-extraction
pathlib
cross-platform

Convert php array to Javascript

javascript
json-encoding
data-transfer
ajax

Response to preflight request doesn't pass access control check - No 'Access-Control-Allow-Origin' header

javascript
cORS
http-headers
local-development

Jquery/javascript to replace broken images

javascript
image-handling
error-handling
cross-browser

Format Float to n decimal places

java
decimalformat
numberformat
performance

How do I create a GUID / UUID?

javascript
uuid
performance
best-practices

How to install psycopg2 with "pip" on Python?

python
psycopg2
virtualenv
installation