Explain Codes LogoExplain Codes Logo

Best Articles — Page 42

Is there a RegExp.escape function in JavaScript?

javascript
regex
javascript-features
security

Insert the same fixed value into multiple rows

sql
database-management
sql-queries
data-insertion

Mysql Multiple Joins in one query?

sql
join
performance
best-practices

List names of all tables in a SQL Server 2012 schema

sql
metadata
database-optimizations
sql-queries

React "after render" code?

javascript
react
lifecycle-methods
hooks

Increasing the Command Timeout for SQL command

sql
sql-performance
query-optimization
paging

How to execute .sql file using powershell?

sql
sql-server
powershell
sqlcmd

Is a DIV inside a TD a bad idea?

html
responsive-design
best-practices
semantic-html

Select a column if other column is NULL

sql
null-handling
sql-functions
conditional-statements

In HTML I can make a checkmark with ✓ . Is there a corresponding X-mark?

html
unicode-values
character-references
web-typography

Position an element relative to its container

html
responsive-design
css-positioning
z-index

How to perform case-insensitive sorting array of string in JavaScript?

javascript
prompt-engineering
functions
callbacks

How to remove pagination in DataTable

javascript
datatable
pagination
javascript-library

How to create a temporary function in PostgreSQL?

sql
prepared-statements
performance
best-practices

Is it possible to have a default parameter for a mysql stored procedure?

sql
stored-procedures
default-parameters
mysql

Phonegap open link in browser

javascript
cordova
inappbrowser
javascript

How to pass a function as a parameter in Java?

java
lambda
functional-programming
higher-order-functions

Can I set an opacity only to the background image of a div?

html
responsive-design
css
background-image

Z-index not working with position absolute

html
responsive-design
positioning
z-index

Is there a way to SELECT and UPDATE rows at the same time?

sql
transactions
concurrency-protection
stored-procedures