Explain Codes LogoExplain Codes Logo

Best Articles — Page 411

Prevent form submission on Enter key press

javascript
event-delegation
error-handling
modern-javascript

How to connect to Oracle using Service Name instead of SID

java
connection-pooling
jdbc-driver
sql-exceptions

Repeat String - Javascript

javascript
performance
optimization
string-repetition

Changing route doesn't scroll to the top in the new page

javascript
scroll-control
angular-scroll
single-page-applications

Stylesheet not loaded because of MIME type

html
responsive-design
best-practices
css

Input type="submit" Vs button tag are they interchangeable?

html
responsive-design
semantic-html
best-practices

Is there a Max function in SQL Server that takes two values like Math.Max in .NET?

sql
max-function
sql-server
math-max

What characters are allowed in DOM IDs?

html
id-attributes
utf-16-encoding
xml-namespaces

Javascript - get the first day of the week from current date

javascript
date-manipulation
javascript-utility-functions
performance-optimization

Split Strings into Words With Multiple Word Boundary Delimiters

python
string-splitting
regex-patterns
string-processing

Write a number with two decimal places SQL Server

sql
decimal
format-function
sql-performance

Join two SELECT statement results

sql
join
sql-queries
database-operations

Select from table by knowing only date without time (ORACLE)

sql
performance
indexes
best-practices

Detecting input change in jQuery?

javascript
event-handling
input-change-detection
jquery-events

How to make an HTML anchor tag (or link) look like a button?

html
responsive-design
best-practices
accessibility

How to practically and humorously perform an integer division, and separately get the remainder, in JavaScript?

javascript
integer-division
remainder
performance-testing

How do I escape a single quote in SQL Server?

sql
sql-escape
sql-queries
sql-best-practices

Converting Unix timestamp string to readable date

python
datetime
timestamp
pandas

Http URL Address Encoding in Java

java
url-encoding
uri-class
java-encoding

List comprehension vs. lambda + filter

python
list-comprehensions
lambda-functions
filter-functions