Explain Codes LogoExplain Codes Logo

Best Articles — Page 10

Border Height on CSS

css
responsive-design
best-practices
css-pseudo-elements

Extract hostname name from string

javascript
prompt-engineering
performance
regex

Create a Date with set timezone without using a string representation

javascript
date-manipulation
timezone
javascript-best-practices

Why does Sql Server keep executing after raiserror when xact_abort is on?

sql
best-practices
error-handling
transaction-management

Difference between __getattr__ and __getattribute__

python
magic-methods
attribute-access
python-3

Float:left; vs display:inline; vs display:inline-block; vs display:table-cell;

css
responsive-design
performance
best-practices

See whether an item appears more than once in a database column

sql
duplicates
sql-queries
database-management

Can I protect against SQL injection by escaping single-quote and surrounding user input with single-quotes?

sql
input-validation
sql-injection
stored-procedures

Create table with sequence.nextval in Oracle

sql
sequence-engineering
identity-columns
oracle-12c

Show MySQL host via SQL Command

sql
mysql
sql-commands
database-troubleshooting

How to change the height of a ``?

html
responsive-design
best-practices
css

Jquery click anywhere in the page except on 1 div

javascript
event-delegation
dom-traversal
event-control

Get IFrame's document, from JavaScript in main document

javascript
same-origin-policy
iframe-access
browser-compatibility

Replace spaces with dashes and make all letters lower-case

javascript
string-transformation
regex
lodash

How to update and order by using ms sql

sql
subqueries
update-rows
sql-tricks

Is there a short contains function for lists?

python
performance
collections
best-practices

How to force keyboard with numbers in mobile website in Android

html
responsive-design
input-tag
keyboard-behavior

Get the last day of the month in SQL

sql
performance
best-practices
functions

Android Center text on canvas

android
canvas
paint
text-centering

How to install Python MySQLdb module using pip?

python
pip-installation
mysql-python
dependency-management