Explain Codes LogoExplain Codes Logo

Best Articles — Page 357

Multiple lines of input in ``

html
textarea
css
javascript

What is the simplest way to find a Slack team ID and a channel ID?

career
api
dev-tools
slack

Can I remove script tags with BeautifulSoup?

python
beautifulsoup
html-manipulation
script-removal

How to insert a line break in a SQL Server VARCHAR/NVARCHAR string

sql
line-breaks
stored-procedures
string-aggregation

How to implement "select all" check box in HTML?

html
checkbox
jquery
user-experience

How to center horizontally div inside parent div

html
flexbox
responsive-design
media-queries

How do I read the contents of a Node.js stream into a string variable?

javascript
streams
buffers
encoding

Change column type in pandas

python
pandas
dataframe
type-conversion

Can Flask have optional URL parameters?

python
flask
optional-parameters
restful

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