Explain Codes LogoExplain Codes Logo

Best Articles — Page 166

Disable native datepicker in Google Chrome

web-development
responsive-design
best-practices
accessibility

What is the difference between __init__ and __call__?

python
functions
design-patterns
object-oriented-programming

How to stop text from taking up more than 1 line?

css
responsive-design
performance
best-practices

What is the difference between np.array() and np.asarray()?

python
numpy
array-construction
performance-optimization

C# Version Of SQL LIKE

sql
regex-pattern-matching
csharp-implementation
string-matching

Php DOMDocument errors/warnings on html5-tags

php
error-suppression
html5-parsing
domdocument

How to set a default property value with Hibernate

java
hibernate-defaults
column-definition
column-default

Remove empty strings from a list of strings

python
filtering-techniques
data-cleaning
python-functions

Table with fixed header and fixed column on pure CSS

css
responsive-design
sticky-positioning
css3

Scope_identity() for GUIDs?

sql
guids
output-clause
t-sql

Mysql OPTIMIZE all tables?

sql
mysqlcheck
database-maintenance
optimization

Check whether number is even or odd

java
bitwise-operations
performance
best-practices

Avoid line break between HTML elements

html
responsive-design
css-properties
web-development

Force browser to download image files on click

javascript
download-attribute
feature-detection
cross-origin-images

How do I select all the columns from a table, plus additional columns like ROWNUM?

sql
window-functions
performance-tuning
best-practices

How can I make a TextArea 100% width without overflowing when padding is present in CSS?

html
responsive-design
box-model
css3

Getting the ID of the element that fired an event

javascript
event-delegation
event-propagation
event-handling

How to round up the result of integer division?

java
integer-division
math-operations
best-practices

Webview and HTML5 ``

javascript
web-development
video-handling
custom-view

Difference between WAIT and BLOCKED Thread States

java
thread-states
concurrency
deadlocks