Explain Codes LogoExplain Codes Logo

Best Articles — Page 43

Html / CSS How to add image icon to input type="button"?

html
responsive-design
css
accessibility

Html/css - Best practice for preserving white space on certain elements?

html
responsive-design
best-practices
css-properties

Html Canvas Full Screen

html
responsive-design
performance
best-practices

Html button opening link in new tab

html
responsive-design
best-practices
accessibility

Html5 Local Storage fallback solutions

html
cross-browser-compatibility
local-storage
fallback-solutions

Html5 live streaming

html
live-streaming
adaptive-streaming
webRTC

Html5 input for money/currency

html
responsive-design
best-practices
javascript

Html5 - Cross Browser iframe postMessage - child to parent?

html
postmessage
cross-browser
event-listener

Html5 and frameborder

html
responsive-design
css
best-practices

How would I display TIFF images in all web browsers?

web-development
image-processing
browser-compatibility
image-formats

How to write to a file, using the logging Python module?

python
logging
file-handling
exception-handling

How to write a file or data to an S3 object using boto3

python
boto3
aws-credentials
data-storage

How to write a countdown timer in JavaScript?

javascript
countdown-timer
javascript-class
event-loop

How to vertically align a HTML radio button to its label?

html
responsive-design
css
best-practices

How to verify multiple method calls with different params

java
argument-capturing
mockito
unit-testing

How to verify a method of a non-mock object is called?

java
mockito
testing
dependency-injection

How to validate inputs dynamically created using ng-repeat, ng-show (angular)

javascript
angular-validation
dynamic-forms
ng-repeat

How to validate a url in Python? (Malformed or not)

python
url-validation
python-stdlib
urlparse

How to use WeakReference in Java and Android development?

java
weak-references
memory-management
garbage-collection

How to use `string.startsWith()` method ignoring the case?

java
prompt-engineering
functions
best-practices