Explain Codes LogoExplain Codes Logo

Best Articles — Page 207

How to design a database for User Defined Fields?

sql
database-design
performance-optimization
data-structure

Equivalent of Oracle's RowID in SQL Server

sql
join
best-practices
performance

Can I insert elements to the beginning of an element using .appendChild()?

javascript
dom-manipulation
javascript-api
prototypejs

How to do something before form submission?

javascript
async-await
javascript-promises
form-validation

How do I split a string with multiple separators in JavaScript?

javascript
regex
string-manipulation
functions

Difference between View and table in SQL

sql
data-management
database-design
performance-optimization

Using Pandas to pd.read_excel() for multiple worksheets of the same workbook

python
pandas
dataframe
excel

When should one use HTML entities?

html
best-practices
responsive-design
character-considerations

What is the difference between the different methods of putting JavaScript code in an ``?

javascript
event-listeners
fallback-mechanisms
progressive-enhancement

Alternatives for returning multiple values from a Python function

python
functions
dataframe
pandas

Is there a way to create your own html tag in HTML5?

html
custom-tags
html5-specs
css

How do I find the location of Python module sources?

python
venv
pip
debugging-info

Why don't self-closing script elements work?

html
self-closing-tags
html-syntax
browser-compatibility

Angularjs - placeholder for empty result from filter

javascript
angularjs
filtering
accessibility

Failed to load resource: the server responded with a status of 404 (Not Found)

web-development
best-practices
resource-engineering
responsive-design

Nesting optgroups in a dropdownlist/select

html
responsive-design
css
javascript

Are Views automatically updated

sql
indexed-views
database-performance
view-refresh

How do I calculate someone's age in Java?

java
exception-handling
date-time
unit-testing

Span vs DIV (inline-block)

html
responsive-design
css
html-structure

Is there any pythonic way to combine two dicts (adding values for keys that appear in both)?

python
collections
counter
dataframe