Explain Codes LogoExplain Codes Logo

Best Articles — Page 403

Group by day from timestamp

sql
group-by
timestamp
date-formatting

Why doesn't the height of a container element increase if it contains floated elements?

html
responsive-design
css-grid
flexbox

How can I write a test which expects an 'Error' to be thrown in Jasmine?

javascript
test-engineering
error-handling
jasmine-matchers

Fast Bitmap Blur For Android SDK

android
bitmap
performance
optimization

Disable dragging an image from an HTML page

html
responsive-design
pointer-events
accessibility

Invalid default value for 'dateAdded'

sql
default-values
mysql-versions
error-handling

Error SQL70001: This statement is not recognized in this context

sql
sql-error
sql-syntax
sql-best-practices

Mysql update column with value from another table

sql
conditional-statements
performance-optimization
data-safety

What is Full Text Search vs LIKE

sql
prompt-engineering
best-practices
indexing

How to delete multiple rows in SQL where id = (x to y)

sql
delete-operations
sql-performance
sql-best-practices

Center a DIV horizontally and vertically

html
responsive-design
css
centering

Working with $scope.$emit and $scope.$on

javascript
event-driven-programming
angularjs
best-practices

What are all the differences between src and data-src attributes?

html
lazy-loading
performance-optimization
resource-management

How do I style HTML5 canvas text to be bold and/or italic?

html
responsive-design
web-development
best-practices

Why does my JavaScript code receive a "No 'Access-Control-Allow-Origin' header is present on the requested resource" error, while Postman does not?

javascript
cors
access-control-allow-origin
postman

How to run a JAR file

java
manifest
classpath
java-8

What's the difference between '$(this)' and 'this'?

javascript
callback-functions
event-handling
jquery-objects

How do I find a "gap" in running counter with SQL?

sql
prompt-engineering
join
performance

How to create correct JSONArray in Java using JSONObject

java
json-objects
json-array
java-7

How to add images in select list?

javascript
responsive-design
promises
callbacks